From 1b0a25ec765ee866cf2ef5982789da07a95a8ca0 Mon Sep 17 00:00:00 2001 From: Gonza Montiel Date: Mon, 26 Aug 2024 14:45:16 +0200 Subject: [PATCH 01/52] point dependencies to moonbeam-polkadot-sdk-stable2407 --- Cargo.lock | 20 +- Cargo.toml | 356 +++++++++++++++++------------------ node/service/Cargo.toml | 2 +- runtime/common/Cargo.toml | 4 +- runtime/moonbase/Cargo.toml | 4 +- runtime/moonbeam/Cargo.toml | 4 +- runtime/moonriver/Cargo.toml | 4 +- 7 files changed, 196 insertions(+), 198 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index effe0f2a34..3fdb300e6e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6447,7 +6447,7 @@ dependencies = [ "strum 0.24.1", "strum_macros 0.24.3", "substrate-wasm-builder", - "xcm-fee-payment-runtime-api", + "xcm-runtime-apis", "xcm-primitives 0.1.0", "xcm-primitives 0.1.1", "xcm-simulator", @@ -6939,7 +6939,7 @@ dependencies = [ "strum 0.24.1", "strum_macros 0.24.3", "substrate-wasm-builder", - "xcm-fee-payment-runtime-api", + "xcm-runtime-apis", "xcm-primitives 0.1.0", "xcm-primitives 0.1.1", "xcm-simulator", @@ -7010,7 +7010,7 @@ dependencies = [ "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", - "xcm-fee-payment-runtime-api", + "xcm-runtime-apis", "xcm-primitives 0.1.1", ] @@ -7147,7 +7147,7 @@ dependencies = [ "tiny-bip39", "tokio", "trie-root 0.15.2", - "xcm-fee-payment-runtime-api", + "xcm-runtime-apis", ] [[package]] @@ -7349,7 +7349,7 @@ dependencies = [ "strum 0.24.1", "strum_macros 0.24.3", "substrate-wasm-builder", - "xcm-fee-payment-runtime-api", + "xcm-runtime-apis", "xcm-primitives 0.1.0", "xcm-primitives 0.1.1", "xcm-simulator", @@ -10488,7 +10488,7 @@ dependencies = [ "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", - "xcm-fee-payment-runtime-api", + "xcm-runtime-apis", ] [[package]] @@ -11921,7 +11921,7 @@ dependencies = [ "tracing-gum", "westend-runtime", "westend-runtime-constants", - "xcm-fee-payment-runtime-api", + "xcm-runtime-apis", ] [[package]] @@ -13074,7 +13074,7 @@ dependencies = [ "staging-xcm-executor", "static_assertions", "substrate-wasm-builder", - "xcm-fee-payment-runtime-api", + "xcm-runtime-apis", ] [[package]] @@ -18213,7 +18213,7 @@ dependencies = [ "staging-xcm-executor", "substrate-wasm-builder", "westend-runtime-constants", - "xcm-fee-payment-runtime-api", + "xcm-runtime-apis", ] [[package]] @@ -18619,7 +18619,7 @@ dependencies = [ ] [[package]] -name = "xcm-fee-payment-runtime-api" +name = "xcm-runtime-apis" version = "0.1.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" dependencies = [ diff --git a/Cargo.toml b/Cargo.toml index 0578bfc1bf..6cb87c4de4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -110,7 +110,7 @@ pallet-xcm-transactor = { path = "pallets/xcm-transactor", default-features = fa precompile-foreign-asset-migrator = { path = "precompiles/foreign-asset-migrator", default-features = false } xcm-primitives = { path = "primitives/xcm", default-features = false } -pallet-crowdloan-rewards = { git = "https://github.com/moonbeam-foundation/crowdloan-rewards", branch = "moonbeam-polkadot-v1.11.0", default-features = false } +pallet-crowdloan-rewards = { git = "https://github.com/moonbeam-foundation/crowdloan-rewards", branch = "moonbeam-polkadot-stable2407", default-features = false } # Moonbeam (client) moonbeam-cli = { path = "node/cli", default-features = false } @@ -133,103 +133,103 @@ moonbase-runtime = { path = "runtime/moonbase" } moonbeam-runtime = { path = "runtime/moonbeam" } moonriver-runtime = { path = "runtime/moonriver" } -frame-benchmarking = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -frame-executive = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -frame-support = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -frame-system = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -frame-system-benchmarking = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -frame-system-rpc-runtime-api = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -frame-try-runtime = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -pallet-assets = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -pallet-balances = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -pallet-collective = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -pallet-conviction-voting = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -pallet-identity = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -pallet-message-queue = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -pallet-multisig = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -pallet-preimage = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -pallet-proxy = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -pallet-referenda = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -pallet-root-testing = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -pallet-scheduler = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -pallet-society = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -pallet-staking = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -pallet-sudo = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -pallet-timestamp = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -pallet-transaction-payment = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -pallet-treasury = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -pallet-utility = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -pallet-whitelist = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } +frame-benchmarking = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +frame-executive = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +frame-support = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +frame-system = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +frame-system-benchmarking = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +frame-system-rpc-runtime-api = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +frame-try-runtime = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +pallet-assets = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +pallet-balances = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +pallet-collective = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +pallet-conviction-voting = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +pallet-identity = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +pallet-message-queue = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +pallet-multisig = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +pallet-preimage = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +pallet-proxy = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +pallet-referenda = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +pallet-root-testing = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +pallet-scheduler = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +pallet-society = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +pallet-staking = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +pallet-sudo = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +pallet-timestamp = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +pallet-transaction-payment = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +pallet-treasury = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +pallet-utility = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +pallet-whitelist = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } parity-scale-codec = { version = "3.2.2", default-features = false, features = [ "derive", ] } scale-info = { version = "2.0", default-features = false, features = [ "derive", ] } -sp-api = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -sp-application-crypto = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -sp-block-builder = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -sp-consensus-babe = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -sp-consensus-slots = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -sp-core = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -sp-debug-derive = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -sp-externalities = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -sp-inherents = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -sp-io = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -sp-keystore = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -sp-offchain = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -sp-runtime = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -sp-runtime-interface = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -sp-session = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -sp-std = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -sp-state-machine = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -sp-transaction-pool = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -sp-trie = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -sp-version = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -sp-weights = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -sp-genesis-builder = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } +sp-api = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +sp-application-crypto = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +sp-block-builder = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +sp-consensus-babe = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +sp-consensus-slots = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +sp-core = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +sp-debug-derive = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +sp-externalities = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +sp-inherents = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +sp-io = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +sp-keystore = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +sp-offchain = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +sp-runtime = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +sp-runtime-interface = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +sp-session = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +sp-std = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +sp-state-machine = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +sp-transaction-pool = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +sp-trie = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +sp-version = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +sp-weights = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +sp-genesis-builder = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } substrate-fixed = { git = "https://github.com/encointer/substrate-fixed", default-features = false } # Substrate (client) -frame-benchmarking-cli = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -pallet-transaction-payment-rpc = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -sc-basic-authorship = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -sc-block-builder = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -sc-chain-spec = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -sc-cli = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -sc-client-api = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -sc-client-db = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -sc-consensus = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -sc-consensus-grandpa = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -sc-consensus-manual-seal = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -sc-executor = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -sc-informant = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -sc-network = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -sc-network-common = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -sc-network-sync = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -sc-offchain = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -sc-rpc = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -sc-rpc-api = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -sc-service = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -sc-sysinfo = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -sc-telemetry = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -sc-tracing = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -sc-transaction-pool = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -sc-transaction-pool-api = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -sc-utils = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -sp-blockchain = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -sp-consensus = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -sp-storage = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -sp-timestamp = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -sp-wasm-interface = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -substrate-build-script-utils = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -substrate-frame-rpc-system = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -substrate-prometheus-endpoint = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -substrate-test-client = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -substrate-test-runtime = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -substrate-test-runtime-client = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -substrate-wasm-builder = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } +frame-benchmarking-cli = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +pallet-transaction-payment-rpc = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +sc-basic-authorship = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +sc-block-builder = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +sc-chain-spec = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +sc-cli = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +sc-client-api = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +sc-client-db = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +sc-consensus = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +sc-consensus-grandpa = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +sc-consensus-manual-seal = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +sc-executor = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +sc-informant = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +sc-network = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +sc-network-common = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +sc-network-sync = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +sc-offchain = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +sc-rpc = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +sc-rpc-api = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +sc-service = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +sc-sysinfo = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +sc-telemetry = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +sc-tracing = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +sc-transaction-pool = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +sc-transaction-pool-api = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +sc-utils = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +sp-blockchain = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +sp-consensus = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +sp-storage = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +sp-timestamp = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +sp-wasm-interface = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +substrate-build-script-utils = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +substrate-frame-rpc-system = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +substrate-prometheus-endpoint = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +substrate-test-client = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +substrate-test-runtime = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +substrate-test-runtime-client = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +substrate-wasm-builder = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } # Frontier (wasm) @@ -237,118 +237,116 @@ ethereum = { version = "0.15.0", default-features = false, features = [ "with-codec", ] } ethereum-types = { version = "0.14", default-features = false } -evm = { git = "https://github.com/moonbeam-foundation/evm", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -evm-gasometer = { git = "https://github.com/moonbeam-foundation/evm", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -evm-runtime = { git = "https://github.com/moonbeam-foundation/evm", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -fp-ethereum = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -fp-evm = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -fp-rpc = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -fp-self-contained = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -pallet-ethereum = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-v1.11.0", default-features = false, features = [ +evm = { git = "https://github.com/moonbeam-foundation/evm", branch = "moonbeam-polkadot-stable2407", default-features = false } +evm-gasometer = { git = "https://github.com/moonbeam-foundation/evm", branch = "moonbeam-polkadot-stable2407", default-features = false } +evm-runtime = { git = "https://github.com/moonbeam-foundation/evm", branch = "moonbeam-polkadot-stable2407", default-features = false } +fp-ethereum = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2407", default-features = false } +fp-evm = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2407", default-features = false } +fp-rpc = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2407", default-features = false } +fp-self-contained = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2407", default-features = false } +pallet-ethereum = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2407", default-features = false, features = [ "forbid-evm-reentrancy", ] } -pallet-evm = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-v1.11.0", default-features = false, features = [ +pallet-evm = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2407", default-features = false, features = [ "forbid-evm-reentrancy", ] } -pallet-evm-chain-id = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -pallet-evm-precompile-blake2 = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -pallet-evm-precompile-bn128 = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -pallet-evm-precompile-dispatch = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -pallet-evm-precompile-modexp = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -pallet-evm-precompile-sha3fips = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -pallet-evm-precompile-simple = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -pallet-evm-precompile-storage-cleaner = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-v1.11.0", default-features = false } +pallet-evm-chain-id = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2407", default-features = false } +pallet-evm-precompile-blake2 = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2407", default-features = false } +pallet-evm-precompile-bn128 = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2407", default-features = false } +pallet-evm-precompile-dispatch = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2407", default-features = false } +pallet-evm-precompile-modexp = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2407", default-features = false } +pallet-evm-precompile-sha3fips = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2407", default-features = false } +pallet-evm-precompile-simple = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2407", default-features = false } +pallet-evm-precompile-storage-cleaner = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2407", default-features = false } -precompile-utils = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -precompile-utils-macro = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-v1.11.0", default-features = false } +precompile-utils = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2407", default-features = false } +precompile-utils-macro = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2407", default-features = false } # Frontier (client) -fc-consensus = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-v1.11.0" } -fc-db = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-v1.11.0" } -fc-api = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-v1.11.0" } -fc-mapping-sync = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-v1.11.0" } -fc-rpc = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-v1.11.0", features = [ +fc-consensus = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2407" } +fc-db = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2407" } +fc-api = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2407" } +fc-mapping-sync = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2407" } +fc-rpc = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2407", features = [ "rpc-binary-search-estimate", ] } -fc-rpc-core = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-v1.11.0" } -fc-storage = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-v1.11.0" } -fp-consensus = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-v1.11.0" } -fp-storage = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-v1.11.0" } +fc-rpc-core = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2407" } +fc-storage = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2407" } +fp-consensus = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2407" } +fp-storage = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2407" } # Cumulus (wasm) -cumulus-pallet-dmp-queue = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -cumulus-pallet-parachain-system = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false, features = [ - "parameterized-consensus-hook", -] } -cumulus-pallet-xcm = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -cumulus-pallet-xcmp-queue = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -cumulus-primitives-core = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -cumulus-primitives-parachain-inherent = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -cumulus-primitives-timestamp = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -cumulus-primitives-utility = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -cumulus-test-relay-sproof-builder = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -parachain-info = { package = "staging-parachain-info", git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -parachains-common = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } +cumulus-pallet-dmp-queue = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +cumulus-pallet-parachain-system = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +cumulus-pallet-xcm = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +cumulus-pallet-xcmp-queue = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +cumulus-primitives-core = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +cumulus-primitives-parachain-inherent = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +cumulus-primitives-timestamp = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +cumulus-primitives-utility = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +cumulus-test-relay-sproof-builder = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +parachain-info = { package = "staging-parachain-info", git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +parachains-common = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } # Cumulus (client) -cumulus-client-cli = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -cumulus-client-collator = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -cumulus-client-consensus-common = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -cumulus-client-consensus-proposer = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -cumulus-client-consensus-relay-chain = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -cumulus-client-network = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -cumulus-client-service = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -cumulus-client-parachain-inherent = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -cumulus-relay-chain-inprocess-interface = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -cumulus-relay-chain-interface = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -cumulus-relay-chain-minimal-node = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -cumulus-relay-chain-rpc-interface = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } +cumulus-client-cli = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +cumulus-client-collator = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +cumulus-client-consensus-common = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +cumulus-client-consensus-proposer = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +cumulus-client-consensus-relay-chain = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +cumulus-client-network = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +cumulus-client-service = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +cumulus-client-parachain-inherent = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +cumulus-relay-chain-inprocess-interface = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +cumulus-relay-chain-interface = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +cumulus-relay-chain-minimal-node = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +cumulus-relay-chain-rpc-interface = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } # Polkadot / XCM (wasm) -orml-traits = { git = "https://github.com/moonbeam-foundation/open-runtime-module-library", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -orml-xcm-support = { git = "https://github.com/moonbeam-foundation/open-runtime-module-library", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -orml-xtokens = { git = "https://github.com/moonbeam-foundation/open-runtime-module-library", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -pallet-xcm = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -pallet-xcm-benchmarks = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -polkadot-core-primitives = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -polkadot-parachain = { package = "polkadot-parachain-primitives", git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -polkadot-runtime-common = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -polkadot-runtime-parachains = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -xcm = { package = "staging-xcm", git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -xcm-builder = { package = "staging-xcm-builder", git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -xcm-executor = { package = "staging-xcm-executor", git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -xcm-fee-payment-runtime-api = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } +orml-traits = { git = "https://github.com/moonbeam-foundation/open-runtime-module-library", branch = "moonbeam-polkadot-stable2407", default-features = false } +orml-xcm-support = { git = "https://github.com/moonbeam-foundation/open-runtime-module-library", branch = "moonbeam-polkadot-stable2407", default-features = false } +orml-xtokens = { git = "https://github.com/moonbeam-foundation/open-runtime-module-library", branch = "moonbeam-polkadot-stable2407", default-features = false } +pallet-xcm = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +pallet-xcm-benchmarks = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +polkadot-core-primitives = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +polkadot-parachain = { package = "polkadot-parachain-primitives", git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +polkadot-runtime-common = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +polkadot-runtime-parachains = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +xcm = { package = "staging-xcm", git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +xcm-builder = { package = "staging-xcm-builder", git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +xcm-executor = { package = "staging-xcm-executor", git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +xcm-runtime-apis = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } # Polkadot / XCM (client) -#kusama-runtime = { package = "staging-kusama-runtime", git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -polkadot-cli = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -polkadot-primitives = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -#polkadot-runtime = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -polkadot-service = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -rococo-runtime = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -westend-runtime = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } -xcm-simulator = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } +#kusama-runtime = { package = "staging-kusama-runtime", git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +polkadot-cli = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +polkadot-primitives = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +#polkadot-runtime = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +polkadot-service = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +rococo-runtime = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +westend-runtime = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +xcm-simulator = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } # Moonkit (wasm) -async-backing-primitives = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -moonkit-xcm-primitives = { package = "xcm-primitives", git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -nimbus-primitives = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -pallet-async-backing = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -pallet-author-inherent = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -pallet-author-mapping = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -pallet-author-slot-filter = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -pallet-emergency-para-xcm = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -pallet-evm-precompile-xcm = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -pallet-maintenance-mode = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -pallet-migrations = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -pallet-randomness = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -pallet-relay-storage-roots = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-v1.11.0", default-features = false } -session-keys-primitives = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-v1.11.0", default-features = false } +async-backing-primitives = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-stable2407", default-features = false } +moonkit-xcm-primitives = { package = "xcm-primitives", git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-stable2407", default-features = false } +nimbus-primitives = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-stable2407", default-features = false } +pallet-async-backing = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-stable2407", default-features = false } +pallet-author-inherent = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-stable2407", default-features = false } +pallet-author-mapping = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-stable2407", default-features = false } +pallet-author-slot-filter = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-stable2407", default-features = false } +pallet-emergency-para-xcm = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-stable2407", default-features = false } +pallet-evm-precompile-xcm = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-stable2407", default-features = false } +pallet-maintenance-mode = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-stable2407", default-features = false } +pallet-migrations = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-stable2407", default-features = false } +pallet-randomness = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-stable2407", default-features = false } +pallet-relay-storage-roots = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-stable2407", default-features = false } +session-keys-primitives = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-stable2407", default-features = false } # Moonkit (client) -nimbus-consensus = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-v1.11.0" } +nimbus-consensus = { git = "https://github.com/Moonsong-Labs/moonkit", branch = "moonbeam-polkadot-stable2407" } # Other (wasm) async-trait = { version = "0.1.42" } @@ -492,4 +490,4 @@ inherits = "release" overflow-checks = true [patch."https://github.com/paritytech/polkadot-sdk"] -sp-crypto-ec-utils = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } +sp-crypto-ec-utils = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } diff --git a/node/service/Cargo.toml b/node/service/Cargo.toml index 84ceec9b91..ca8daa318d 100644 --- a/node/service/Cargo.toml +++ b/node/service/Cargo.toml @@ -144,7 +144,7 @@ polkadot-parachain = { workspace = true } polkadot-primitives = { workspace = true } polkadot-service = { workspace = true } xcm = { workspace = true } -xcm-fee-payment-runtime-api = { workspace = true } +xcm-runtime-apis = { workspace = true } # Benchmarking frame-benchmarking = { workspace = true, features = ["std"] } diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index b94bbbc4ca..8484b2a9af 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -78,7 +78,7 @@ pallet-author-slot-filter = { workspace = true } xcm = { workspace = true } xcm-builder = { workspace = true } xcm-executor = { workspace = true } -xcm-fee-payment-runtime-api = { workspace = true } +xcm-runtime-apis = { workspace = true } # Parity parity-scale-codec = { workspace = true } @@ -115,7 +115,7 @@ std = [ "sp-std/std", "sp-genesis-builder/std", "xcm-executor/std", - "xcm-fee-payment-runtime-api/std", + "xcm-runtime-apis/std", "xcm/std", "account/std", ] diff --git a/runtime/moonbase/Cargo.toml b/runtime/moonbase/Cargo.toml index f059b33244..40a2d767c9 100644 --- a/runtime/moonbase/Cargo.toml +++ b/runtime/moonbase/Cargo.toml @@ -152,7 +152,7 @@ polkadot-runtime-common = { workspace = true } xcm = { workspace = true } xcm-builder = { workspace = true } xcm-executor = { workspace = true } -xcm-fee-payment-runtime-api = { workspace = true } +xcm-runtime-apis = { workspace = true } # Cumulus cumulus-pallet-dmp-queue = { workspace = true } @@ -313,7 +313,7 @@ std = [ "strum/std", "xcm-builder/std", "xcm-executor/std", - "xcm-fee-payment-runtime-api/std", + "xcm-runtime-apis/std", "xcm-primitives/std", "xcm/std", ] diff --git a/runtime/moonbeam/Cargo.toml b/runtime/moonbeam/Cargo.toml index 66c4d19981..0da4254009 100644 --- a/runtime/moonbeam/Cargo.toml +++ b/runtime/moonbeam/Cargo.toml @@ -147,7 +147,7 @@ polkadot-parachain = { workspace = true } xcm = { workspace = true } xcm-builder = { workspace = true } xcm-executor = { workspace = true } -xcm-fee-payment-runtime-api = { workspace = true } +xcm-runtime-apis = { workspace = true } # Cumulus cumulus-pallet-dmp-queue = { workspace = true } @@ -303,7 +303,7 @@ std = [ "strum/std", "xcm-builder/std", "xcm-executor/std", - "xcm-fee-payment-runtime-api/std", + "xcm-runtime-apis/std", "xcm-primitives/std", "xcm/std", ] diff --git a/runtime/moonriver/Cargo.toml b/runtime/moonriver/Cargo.toml index 1bf5e5c6a4..60aa5a3af4 100644 --- a/runtime/moonriver/Cargo.toml +++ b/runtime/moonriver/Cargo.toml @@ -147,7 +147,7 @@ polkadot-runtime-common = { workspace = true } xcm = { workspace = true } xcm-builder = { workspace = true } xcm-executor = { workspace = true } -xcm-fee-payment-runtime-api = { workspace = true } +xcm-runtime-apis = { workspace = true } pallet-message-queue = { workspace = true } # Cumulus @@ -303,7 +303,7 @@ std = [ "strum/std", "xcm-builder/std", "xcm-executor/std", - "xcm-fee-payment-runtime-api/std", + "xcm-runtime-apis/std", "xcm-primitives/std", "xcm/std", ] From 0fa229fd87f4a43c2a4805c6c3f76525ed9383e3 Mon Sep 17 00:00:00 2001 From: Gonza Montiel Date: Fri, 30 Aug 2024 18:05:35 +0200 Subject: [PATCH 02/52] bump packages versions to match polkadot-sdk --- Cargo.lock | 4735 +++++++++++++++++++++++++--------------------------- Cargo.toml | 53 +- 2 files changed, 2305 insertions(+), 2483 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3fdb300e6e..f6e9e6788a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -18,7 +18,7 @@ version = "0.1.1" dependencies = [ "blake2-rfc", "hex", - "impl-serde 0.3.2", + "impl-serde", "libsecp256k1", "log", "parity-scale-codec", @@ -43,11 +43,11 @@ dependencies = [ [[package]] name = "addr2line" -version = "0.21.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" +checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678" dependencies = [ - "gimli 0.28.1", + "gimli 0.29.0", ] [[package]] @@ -88,18 +88,7 @@ dependencies = [ "cipher 0.4.4", "ctr", "ghash", - "subtle 2.5.0", -] - -[[package]] -name = "ahash" -version = "0.7.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9" -dependencies = [ - "getrandom 0.2.14", - "once_cell", - "version_check", + "subtle 2.6.1", ] [[package]] @@ -109,7 +98,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" dependencies = [ "cfg-if", - "getrandom 0.2.14", + "getrandom 0.2.15", "once_cell", "version_check", "zerocopy", @@ -126,9 +115,9 @@ dependencies = [ [[package]] name = "allocator-api2" -version = "0.2.16" +version = "0.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5" +checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" [[package]] name = "always-assert" @@ -162,47 +151,48 @@ dependencies = [ [[package]] name = "anstream" -version = "0.6.13" +version = "0.6.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb" +checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526" dependencies = [ "anstyle", "anstyle-parse", "anstyle-query", "anstyle-wincon", "colorchoice", + "is_terminal_polyfill", "utf8parse", ] [[package]] name = "anstyle" -version = "1.0.6" +version = "1.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc" +checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1" [[package]] name = "anstyle-parse" -version = "0.2.3" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c" +checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb" dependencies = [ "utf8parse", ] [[package]] name = "anstyle-query" -version = "1.0.2" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648" +checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a" dependencies = [ "windows-sys 0.52.0", ] [[package]] name = "anstyle-wincon" -version = "3.0.2" +version = "3.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7" +checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8" dependencies = [ "anstyle", "windows-sys 0.52.0", @@ -210,9 +200,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.81" +version = "1.0.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247" +checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" [[package]] name = "approx" @@ -223,20 +213,6 @@ dependencies = [ "num-traits", ] -[[package]] -name = "aquamarine" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1da02abba9f9063d786eab1509833ebb2fac0f966862ca59439c76b9c566760" -dependencies = [ - "include_dir", - "itertools 0.10.5", - "proc-macro-error", - "proc-macro2", - "quote", - "syn 1.0.109", -] - [[package]] name = "aquamarine" version = "0.5.0" @@ -248,7 +224,7 @@ dependencies = [ "proc-macro-error", "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.76", ] [[package]] @@ -262,18 +238,6 @@ dependencies = [ "ark-std", ] -[[package]] -name = "ark-bls12-377-ext" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20c7021f180a0cbea0380eba97c2af3c57074cdaffe0eef7e840e1c9f2841e55" -dependencies = [ - "ark-bls12-377", - "ark-ec", - "ark-models-ext", - "ark-std", -] - [[package]] name = "ark-bls12-381" version = "0.4.0" @@ -286,45 +250,6 @@ dependencies = [ "ark-std", ] -[[package]] -name = "ark-bls12-381-ext" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1dc4b3d08f19e8ec06e949712f95b8361e43f1391d94f65e4234df03480631c" -dependencies = [ - "ark-bls12-381", - "ark-ec", - "ark-ff", - "ark-models-ext", - "ark-serialize", - "ark-std", -] - -[[package]] -name = "ark-bw6-761" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e0605daf0cc5aa2034b78d008aaf159f56901d92a52ee4f6ecdfdac4f426700" -dependencies = [ - "ark-bls12-377", - "ark-ec", - "ark-ff", - "ark-std", -] - -[[package]] -name = "ark-bw6-761-ext" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ccee5fba47266f460067588ee1bf070a9c760bf2050c1c509982c5719aadb4f2" -dependencies = [ - "ark-bw6-761", - "ark-ec", - "ark-ff", - "ark-models-ext", - "ark-std", -] - [[package]] name = "ark-ec" version = "0.4.2" @@ -339,60 +264,9 @@ dependencies = [ "hashbrown 0.13.2", "itertools 0.10.5", "num-traits", - "rayon", "zeroize", ] -[[package]] -name = "ark-ed-on-bls12-377" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b10d901b9ac4b38f9c32beacedfadcdd64e46f8d7f8e88c1ae1060022cf6f6c6" -dependencies = [ - "ark-bls12-377", - "ark-ec", - "ark-ff", - "ark-std", -] - -[[package]] -name = "ark-ed-on-bls12-377-ext" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "524a4fb7540df2e1a8c2e67a83ba1d1e6c3947f4f9342cc2359fc2e789ad731d" -dependencies = [ - "ark-ec", - "ark-ed-on-bls12-377", - "ark-ff", - "ark-models-ext", - "ark-std", -] - -[[package]] -name = "ark-ed-on-bls12-381-bandersnatch" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9cde0f2aa063a2a5c28d39b47761aa102bda7c13c84fc118a61b87c7b2f785c" -dependencies = [ - "ark-bls12-381", - "ark-ec", - "ark-ff", - "ark-std", -] - -[[package]] -name = "ark-ed-on-bls12-381-bandersnatch-ext" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d15185f1acb49a07ff8cbe5f11a1adc5a93b19e211e325d826ae98e98e124346" -dependencies = [ - "ark-ec", - "ark-ed-on-bls12-381-bandersnatch", - "ark-ff", - "ark-models-ext", - "ark-std", -] - [[package]] name = "ark-ff" version = "0.4.2" @@ -436,19 +310,6 @@ dependencies = [ "syn 1.0.109", ] -[[package]] -name = "ark-models-ext" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e9eab5d4b5ff2f228b763d38442adc9b084b0a465409b059fac5c2308835ec2" -dependencies = [ - "ark-ec", - "ark-ff", - "ark-serialize", - "ark-std", - "derivative", -] - [[package]] name = "ark-poly" version = "0.4.2" @@ -462,35 +323,6 @@ dependencies = [ "hashbrown 0.13.2", ] -[[package]] -name = "ark-scale" -version = "0.0.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f69c00b3b529be29528a6f2fd5fa7b1790f8bed81b9cdca17e326538545a179" -dependencies = [ - "ark-ec", - "ark-ff", - "ark-serialize", - "ark-std", - "parity-scale-codec", - "scale-info", -] - -[[package]] -name = "ark-secret-scalar" -version = "0.0.2" -source = "git+https://github.com/w3f/ring-vrf?rev=e9782f9#e9782f938629c90f3adb3fff2358bc8d1386af3e" -dependencies = [ - "ark-ec", - "ark-ff", - "ark-serialize", - "ark-std", - "ark-transcript", - "digest 0.10.7", - "getrandom_or_panic", - "zeroize", -] - [[package]] name = "ark-serialize" version = "0.4.2" @@ -522,39 +354,19 @@ checksum = "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185" dependencies = [ "num-traits", "rand 0.8.5", - "rayon", -] - -[[package]] -name = "ark-transcript" -version = "0.0.2" -source = "git+https://github.com/w3f/ring-vrf?rev=e9782f9#e9782f938629c90f3adb3fff2358bc8d1386af3e" -dependencies = [ - "ark-ff", - "ark-serialize", - "ark-std", - "digest 0.10.7", - "rand_core 0.6.4", - "sha3", ] [[package]] name = "array-bytes" -version = "4.2.0" +version = "6.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f52f63c5c1316a16a4b35eaac8b76a98248961a533f061684cb2a7cb0eafb6c6" - -[[package]] -name = "array-bytes" -version = "6.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f840fb7195bcfc5e17ea40c26e5ce6d5b9ce5d584466e17703209657e459ae0" +checksum = "5d5dde061bd34119e902bbb2d9b90c5692635cf59fb91d582c2b68043f1b8293" [[package]] name = "arrayref" -version = "0.3.7" +version = "0.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545" +checksum = "9d151e35f61089500b617991b791fc8bfd237ae50cd5950803758a179b41e67a" [[package]] name = "arrayvec" @@ -567,9 +379,9 @@ dependencies = [ [[package]] name = "arrayvec" -version = "0.7.4" +version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" +checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" [[package]] name = "asn1-rs" @@ -577,8 +389,24 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f6fd5ddaf0351dff5b8da21b2fb4ff8e08ddd02857f0bf69c47639106c0fff0" dependencies = [ - "asn1-rs-derive", - "asn1-rs-impl", + "asn1-rs-derive 0.4.0", + "asn1-rs-impl 0.1.0", + "displaydoc", + "nom", + "num-traits", + "rusticata-macros", + "thiserror", + "time", +] + +[[package]] +name = "asn1-rs" +version = "0.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5493c3bedbacf7fd7382c6346bbd66687d12bbaad3a89a2d2c303ee6cf20b048" +dependencies = [ + "asn1-rs-derive 0.5.1", + "asn1-rs-impl 0.2.0", "displaydoc", "nom", "num-traits", @@ -596,7 +424,19 @@ dependencies = [ "proc-macro2", "quote", "syn 1.0.109", - "synstructure", + "synstructure 0.12.6", +] + +[[package]] +name = "asn1-rs-derive" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "965c2d33e53cb6b267e148a4cb0760bc01f4904c1cd4bb4002a085bb016d1490" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.76", + "synstructure 0.13.1", ] [[package]] @@ -610,16 +450,28 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "asn1-rs-impl" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.76", +] + [[package]] name = "assert_cmd" -version = "2.0.14" +version = "2.0.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed72493ac66d5804837f480ab3766c72bdfab91a65e565fc54fa9e42db0073a8" +checksum = "dc1835b7f27878de8525dc71410b5a31cdcc5f230aed5ba5df968e09c201b23d" dependencies = [ "anstyle", - "bstr 1.9.1", + "bstr", "doc-comment", - "predicates 3.1.0", + "libc", + "predicates 3.1.2", "predicates-core", "predicates-tree", "wait-timeout", @@ -634,7 +486,7 @@ checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" [[package]] name = "async-backing-primitives" version = "0.9.0" -source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-v1.11.0#509c4f44bb49dab0d3dda640a936ac047e109972" +source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" dependencies = [ "sp-api", "sp-consensus-slots", @@ -653,27 +505,25 @@ dependencies = [ [[package]] name = "async-channel" -version = "2.2.0" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f28243a43d821d11341ab73c80bed182dc015c514b951616cf79bd4af39af0c3" +checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a" dependencies = [ "concurrent-queue", - "event-listener 5.3.0", - "event-listener-strategy 0.5.1", + "event-listener-strategy", "futures-core", - "pin-project-lite 0.2.14", + "pin-project-lite", ] [[package]] name = "async-executor" -version = "1.10.0" +version = "1.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f98c37cf288e302c16ef6c8472aad1e034c6c84ce5ea7b8101c98eb4a802fee" +checksum = "d7ebdfa2ebdab6b1760375fa7d6f382b9f486eac35fc994625a00e89280bdbb7" dependencies = [ - "async-lock 3.3.0", "async-task", "concurrent-queue", - "fastrand 2.0.2", + "fastrand 2.1.1", "futures-lite 2.3.0", "slab", ] @@ -712,21 +562,21 @@ dependencies = [ [[package]] name = "async-io" -version = "2.3.2" +version = "2.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcccb0f599cfa2f8ace422d3555572f47424da5648a4382a9dd0310ff8210884" +checksum = "444b0228950ee6501b3568d3c93bf1176a1fdbc3b758dcd9475046d30f4dc7e8" dependencies = [ - "async-lock 3.3.0", + "async-lock 3.4.0", "cfg-if", "concurrent-queue", "futures-io", "futures-lite 2.3.0", "parking", - "polling 3.6.0", - "rustix 0.38.32", + "polling 3.7.3", + "rustix 0.38.35", "slab", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -740,13 +590,13 @@ dependencies = [ [[package]] name = "async-lock" -version = "3.3.0" +version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d034b430882f8381900d3fe6f0aaa3ad94f2cb4ac519b429692a1bc2dda4ae7b" +checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18" dependencies = [ - "event-listener 4.0.3", - "event-listener-strategy 0.4.0", - "pin-project-lite 0.2.14", + "event-listener 5.3.1", + "event-listener-strategy", + "pin-project-lite", ] [[package]] @@ -773,43 +623,43 @@ dependencies = [ "cfg-if", "event-listener 3.1.0", "futures-lite 1.13.0", - "rustix 0.38.32", + "rustix 0.38.35", "windows-sys 0.48.0", ] [[package]] name = "async-signal" -version = "0.2.5" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e47d90f65a225c4527103a8d747001fc56e375203592b25ad103e1ca13124c5" +checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3" dependencies = [ - "async-io 2.3.2", - "async-lock 2.8.0", + "async-io 2.3.4", + "async-lock 3.4.0", "atomic-waker", "cfg-if", "futures-core", "futures-io", - "rustix 0.38.32", + "rustix 0.38.35", "signal-hook-registry", "slab", - "windows-sys 0.48.0", + "windows-sys 0.59.0", ] [[package]] name = "async-task" -version = "4.7.0" +version = "4.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fbb36e985947064623dbd357f727af08ffd077f93d696782f3c56365fa2e2799" +checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" [[package]] name = "async-trait" -version = "0.1.79" +version = "0.1.81" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a507401cad91ec6a857ed5513a2073c82a9b9048762b885bb98655b306964681" +checksum = "6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107" dependencies = [ "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.76", ] [[package]] @@ -822,7 +672,7 @@ dependencies = [ "futures-sink", "futures-util", "memchr", - "pin-project-lite 0.2.14", + "pin-project-lite", ] [[package]] @@ -846,6 +696,17 @@ version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" +[[package]] +name = "attohttpc" +version = "0.24.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8d9a9bf8b79a749ee0b911b91b671cc2b6c670bdbc7e3dfd537576ddc94bb2a2" +dependencies = [ + "http 0.2.12", + "log", + "url", +] + [[package]] name = "auto_impl" version = "1.2.0" @@ -854,53 +715,30 @@ checksum = "3c87f3f15e7794432337fc718554eaa4dc8f04c9677a950ffe366f20a162ae42" dependencies = [ "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.76", ] [[package]] name = "autocfg" -version = "1.2.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80" +checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" [[package]] name = "backtrace" -version = "0.3.71" +version = "0.3.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d" +checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a" dependencies = [ - "addr2line 0.21.0", + "addr2line 0.22.0", "cc", "cfg-if", "libc", "miniz_oxide", - "object 0.32.2", + "object 0.36.3", "rustc-demangle", ] -[[package]] -name = "bandersnatch_vrfs" -version = "0.0.4" -source = "git+https://github.com/w3f/ring-vrf?rev=e9782f9#e9782f938629c90f3adb3fff2358bc8d1386af3e" -dependencies = [ - "ark-bls12-381", - "ark-ec", - "ark-ed-on-bls12-381-bandersnatch", - "ark-ff", - "ark-serialize", - "ark-std", - "dleq_vrf", - "fflonk", - "merlin", - "rand_chacha 0.3.1", - "rand_core 0.6.4", - "ring 0.1.0", - "sha2 0.10.8", - "sp-ark-bls12-381", - "sp-ark-ed-on-bls12-381-bandersnatch", - "zeroize", -] - [[package]] name = "base-x" version = "0.2.11" @@ -948,10 +786,10 @@ dependencies = [ [[package]] name = "binary-merkle-tree" -version = "13.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "15.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "hash-db 0.16.0", + "hash-db", "log", ] @@ -976,20 +814,20 @@ dependencies = [ "lazy_static", "lazycell", "peeking_take_while", - "prettyplease 0.2.20", + "prettyplease 0.2.22", "proc-macro2", "quote", "regex", "rustc-hash", "shlex", - "syn 2.0.66", + "syn 2.0.76", ] [[package]] name = "bip32" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e141fb0f8be1c7b45887af94c88b182472b57c96b56773250ae00cd6a14a164" +checksum = "aa13fae8b6255872fd86f7faf4b41168661d7d78609f7bfe6771b85c6739a15b" dependencies = [ "bs58 0.5.1", "hmac 0.12.1", @@ -998,7 +836,7 @@ dependencies = [ "rand_core 0.6.4", "ripemd", "sha2 0.10.8", - "subtle 2.5.0", + "subtle 2.6.1", "zeroize", ] @@ -1041,9 +879,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" -version = "2.5.0" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" +checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" [[package]] name = "bitvec" @@ -1096,8 +934,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "23285ad32269793932e830392f2fe2f83e26488fd3ec778883a93c8323735780" dependencies = [ "arrayref", - "arrayvec 0.7.4", - "constant_time_eq 0.3.0", + "arrayvec 0.7.6", + "constant_time_eq 0.3.1", ] [[package]] @@ -1107,21 +945,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94230421e395b9920d23df13ea5d77a20e1725331f90fbbf6df6040b33f756ae" dependencies = [ "arrayref", - "arrayvec 0.7.4", - "constant_time_eq 0.3.0", + "arrayvec 0.7.6", + "constant_time_eq 0.3.1", ] [[package]] name = "blake3" -version = "1.5.1" +version = "1.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30cca6d3674597c30ddf2c587bf8d9d65c9a84d2326d941cc79c9842dfe0ef52" +checksum = "d82033247fd8e890df8f740e407ad4d038debb9eb1f40533fffb32e7d17dc6f7" dependencies = [ "arrayref", - "arrayvec 0.7.4", + "arrayvec 0.7.6", "cc", "cfg-if", - "constant_time_eq 0.3.0", + "constant_time_eq 0.3.1", ] [[package]] @@ -1144,18 +982,15 @@ dependencies = [ [[package]] name = "blocking" -version = "1.5.1" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a37913e8dc4ddcc604f0c6d3bf2887c995153af3611de9e23c352b44c1b9118" +checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea" dependencies = [ - "async-channel 2.2.0", - "async-lock 3.3.0", + "async-channel 2.3.1", "async-task", - "fastrand 2.0.2", "futures-io", "futures-lite 2.3.0", "piper", - "tracing", ] [[package]] @@ -1181,8 +1016,8 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub-router" -version = "0.6.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.14.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "parity-scale-codec", "scale-info", @@ -1208,23 +1043,12 @@ dependencies = [ [[package]] name = "bstr" -version = "0.2.17" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223" -dependencies = [ - "lazy_static", - "memchr", - "regex-automata 0.1.10", -] - -[[package]] -name = "bstr" -version = "1.9.1" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706" +checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c" dependencies = [ "memchr", - "regex-automata 0.4.6", + "regex-automata 0.4.7", "serde", ] @@ -1257,9 +1081,9 @@ checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" [[package]] name = "bytemuck" -version = "1.15.0" +version = "1.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d6d68c57235a3a081186990eca2867354726650f42f7516ca50c28d6281fd15" +checksum = "773d90827bc3feecfb67fab12e24de0749aad83c74b9504ecde46237b5cd24e2" [[package]] name = "byteorder" @@ -1269,9 +1093,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.6.0" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" +checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50" [[package]] name = "bzip2-sys" @@ -1296,9 +1120,9 @@ dependencies = [ [[package]] name = "camino" -version = "1.1.6" +version = "1.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c" +checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3" dependencies = [ "serde", ] @@ -1320,7 +1144,7 @@ checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a" dependencies = [ "camino", "cargo-platform", - "semver 1.0.22", + "semver 1.0.23", "serde", "serde_json", "thiserror", @@ -1334,14 +1158,21 @@ checksum = "fd6c0e7b807d60291f42f33f58480c0bfafe28ed08286446f45e463728cf9c1c" [[package]] name = "cc" -version = "1.0.92" +version = "1.1.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2678b2e3449475e95b0aa6f9b506a28e61b3dc8996592b983695e8ebb58a8b41" +checksum = "57b6a275aa2903740dc87da01c62040406b8812552e97129a63ea8850a17c6e6" dependencies = [ "jobserver", "libc", + "shlex", ] +[[package]] +name = "cesu8" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" + [[package]] name = "cexpr" version = "0.6.0" @@ -1353,9 +1184,9 @@ dependencies = [ [[package]] name = "cfg-expr" -version = "0.15.7" +version = "0.15.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa50868b64a9a6fda9d593ce778849ea8715cd2a3d2cc17ffdb4a2f2f2f1961d" +checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02" dependencies = [ "smallvec", ] @@ -1408,16 +1239,16 @@ dependencies = [ [[package]] name = "chrono" -version = "0.4.37" +version = "0.4.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a0d04d43504c61aa6c7531f1871dd0d418d91130162063b789da00fd7057a5e" +checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" dependencies = [ "android-tzdata", "iana-time-zone", "js-sys", "num-traits", "wasm-bindgen", - "windows-targets 0.52.4", + "windows-targets 0.52.6", ] [[package]] @@ -1430,7 +1261,7 @@ dependencies = [ "multibase", "multihash 0.17.0", "serde", - "unsigned-varint", + "unsigned-varint 0.7.2", ] [[package]] @@ -1443,7 +1274,7 @@ dependencies = [ "multibase", "multihash 0.18.1", "serde", - "unsigned-varint", + "unsigned-varint 0.7.2", ] [[package]] @@ -1466,20 +1297,11 @@ dependencies = [ "zeroize", ] -[[package]] -name = "ckb-merkle-mountain-range" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56ccb671c5921be8a84686e6212ca184cb1d7c51cadcdbfcbd1cc3f042f5dfb8" -dependencies = [ - "cfg-if", -] - [[package]] name = "clang-sys" -version = "1.7.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67523a3b4be3ce1989d607a828d036249522dd9c1c8de7f4dd2dae43a37369d1" +checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" dependencies = [ "glob", "libc", @@ -1488,9 +1310,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.4" +version = "4.5.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0" +checksum = "ed6719fffa43d0d87e5fd8caeab59be1554fb028cd30edc88fc4369b17971019" dependencies = [ "clap_builder", "clap_derive", @@ -1507,9 +1329,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.2" +version = "4.5.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4" +checksum = "216aec2b177652e3846684cbfe25c9964d18ec45234f0f5da5157b207ed1aab6" dependencies = [ "anstream", "anstyle", @@ -1520,21 +1342,21 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.5.4" +version = "4.5.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64" +checksum = "501d359d5f3dcaf6ecdeee48833ae73ec6e42723a1e52419c79abf9507eec0a0" dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.76", ] [[package]] name = "clap_lex" -version = "0.7.0" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce" +checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97" [[package]] name = "coarsetime" @@ -1559,9 +1381,9 @@ dependencies = [ [[package]] name = "colorchoice" -version = "1.0.0" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" +checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0" [[package]] name = "combine" @@ -1579,27 +1401,11 @@ version = "7.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b34115915337defe99b2aff5c2ce6771e5fbc4079f4b506301f5cf394c8452f7" dependencies = [ - "strum 0.26.2", - "strum_macros 0.26.2", + "strum 0.26.3", + "strum_macros 0.26.4", "unicode-width", ] -[[package]] -name = "common" -version = "0.1.0" -source = "git+https://github.com/w3f/ring-proof#b273d33f9981e2bb3375ab45faeb537f7ee35224" -dependencies = [ - "ark-ec", - "ark-ff", - "ark-poly", - "ark-serialize", - "ark-std", - "fflonk", - "getrandom_or_panic", - "merlin", - "rand_chacha 0.3.1", -] - [[package]] name = "common-path" version = "1.0.0" @@ -1608,9 +1414,9 @@ checksum = "2382f75942f4b3be3690fe4f86365e9c853c1587d6ee58212cebf6e2a9ccd101" [[package]] name = "concurrent-queue" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d16048cd947b08fa32c24458a22f5dc5e835264f689f4f5653210c69fd107363" +checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" dependencies = [ "crossbeam-utils", ] @@ -1649,7 +1455,7 @@ version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e" dependencies = [ - "getrandom 0.2.14", + "getrandom 0.2.15", "once_cell", "tiny-keccak", ] @@ -1662,9 +1468,9 @@ checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" [[package]] name = "constant_time_eq" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2" +checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" [[package]] name = "constcat" @@ -1690,9 +1496,9 @@ dependencies = [ [[package]] name = "core-foundation-sys" -version = "0.8.6" +version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" +checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" [[package]] name = "core2" @@ -1724,9 +1530,9 @@ dependencies = [ [[package]] name = "cpufeatures" -version = "0.2.12" +version = "0.2.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504" +checksum = "51e852e6dc9a5bed1fae92dd2375037bf2b768725bf3be87811edee3249d09ad" dependencies = [ "libc", ] @@ -1846,9 +1652,9 @@ checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" [[package]] name = "crc32fast" -version = "1.4.0" +version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa" +checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" dependencies = [ "cfg-if", ] @@ -1883,9 +1689,9 @@ dependencies = [ [[package]] name = "crossbeam-utils" -version = "0.8.19" +version = "0.8.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345" +checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" [[package]] name = "crunchy" @@ -1901,7 +1707,7 @@ checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" dependencies = [ "generic-array 0.14.7", "rand_core 0.6.4", - "subtle 2.5.0", + "subtle 2.6.1", "zeroize", ] @@ -1933,7 +1739,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab" dependencies = [ "generic-array 0.14.7", - "subtle 2.5.0", + "subtle 2.6.1", ] [[package]] @@ -1947,8 +1753,8 @@ dependencies = [ [[package]] name = "cumulus-client-cli" -version = "0.7.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.17.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "clap", "parity-scale-codec", @@ -1964,8 +1770,8 @@ dependencies = [ [[package]] name = "cumulus-client-collator" -version = "0.7.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.17.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", @@ -1987,8 +1793,8 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-common" -version = "0.7.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.17.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "async-trait", "cumulus-client-pov-recovery", @@ -2010,14 +1816,15 @@ dependencies = [ "sp-runtime", "sp-timestamp", "sp-trie", + "sp-version", "substrate-prometheus-endpoint", "tracing", ] [[package]] name = "cumulus-client-consensus-proposer" -version = "0.7.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.15.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "anyhow", "async-trait", @@ -2031,8 +1838,8 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-relay-chain" -version = "0.7.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.17.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "async-trait", "cumulus-client-consensus-common", @@ -2054,8 +1861,8 @@ dependencies = [ [[package]] name = "cumulus-client-network" -version = "0.7.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.17.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "async-trait", "cumulus-relay-chain-interface", @@ -2064,21 +1871,24 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", "polkadot-node-primitives", + "polkadot-node-subsystem", "polkadot-parachain-primitives", "polkadot-primitives", "sc-client-api", + "sp-api", "sp-blockchain", "sp-consensus", "sp-core", "sp-runtime", "sp-state-machine", + "sp-version", "tracing", ] [[package]] name = "cumulus-client-parachain-inherent" -version = "0.1.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.11.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2087,13 +1897,11 @@ dependencies = [ "cumulus-test-relay-sproof-builder", "parity-scale-codec", "sc-client-api", - "scale-info", "sp-api", "sp-crypto-hashing", "sp-inherents", "sp-runtime", "sp-state-machine", - "sp-std", "sp-storage", "sp-trie", "tracing", @@ -2101,8 +1909,8 @@ dependencies = [ [[package]] name = "cumulus-client-pov-recovery" -version = "0.7.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.17.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2117,16 +1925,18 @@ dependencies = [ "rand 0.8.5", "sc-client-api", "sc-consensus", + "sp-api", "sp-consensus", "sp-maybe-compressed-blob", "sp-runtime", + "sp-version", "tracing", ] [[package]] name = "cumulus-client-service" -version = "0.7.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.17.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "cumulus-client-cli", "cumulus-client-collator", @@ -2162,8 +1972,8 @@ dependencies = [ [[package]] name = "cumulus-pallet-dmp-queue" -version = "0.7.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.16.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "cumulus-primitives-core", "frame-benchmarking", @@ -2174,14 +1984,13 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std", "staging-xcm", ] [[package]] name = "cumulus-pallet-parachain-system" -version = "0.7.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.16.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", @@ -2210,24 +2019,25 @@ dependencies = [ "sp-trie", "sp-version", "staging-xcm", + "staging-xcm-builder", "trie-db", ] [[package]] name = "cumulus-pallet-parachain-system-proc-macro" version = "0.6.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.76", ] [[package]] name = "cumulus-pallet-xcm" -version = "0.7.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.16.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -2236,14 +2046,13 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std", "staging-xcm", ] [[package]] name = "cumulus-pallet-xcmp-queue" -version = "0.7.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.16.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "bounded-collections", "bp-xcm-bridge-hub-router", @@ -2260,15 +2069,15 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std", "staging-xcm", + "staging-xcm-builder", "staging-xcm-executor", ] [[package]] name = "cumulus-primitives-core" -version = "0.7.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.15.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -2277,15 +2086,14 @@ dependencies = [ "scale-info", "sp-api", "sp-runtime", - "sp-std", "sp-trie", "staging-xcm", ] [[package]] name = "cumulus-primitives-parachain-inherent" -version = "0.7.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.15.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2295,14 +2103,13 @@ dependencies = [ "sp-inherents", "sp-runtime", "sp-state-machine", - "sp-std", "sp-trie", ] [[package]] name = "cumulus-primitives-proof-size-hostfunction" -version = "0.2.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.10.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "sp-externalities", "sp-runtime-interface", @@ -2311,8 +2118,8 @@ dependencies = [ [[package]] name = "cumulus-primitives-storage-weight-reclaim" -version = "1.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "7.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-proof-size-hostfunction", @@ -2323,26 +2130,22 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std", ] [[package]] name = "cumulus-primitives-timestamp" -version = "0.7.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.15.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "cumulus-primitives-core", - "futures 0.3.30", - "parity-scale-codec", "sp-inherents", - "sp-std", "sp-timestamp", ] [[package]] name = "cumulus-primitives-utility" -version = "0.7.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.16.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -2353,7 +2156,6 @@ dependencies = [ "polkadot-runtime-parachains", "sp-io", "sp-runtime", - "sp-std", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -2361,8 +2163,8 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-inprocess-interface" -version = "0.7.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.17.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2385,8 +2187,8 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-interface" -version = "0.7.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.17.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2398,29 +2200,23 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-state-machine", + "sp-version", "thiserror", ] [[package]] name = "cumulus-relay-chain-minimal-node" -version = "0.7.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.17.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "async-trait", "cumulus-primitives-core", "cumulus-relay-chain-interface", "cumulus-relay-chain-rpc-interface", "futures 0.3.30", - "parking_lot 0.12.3", - "polkadot-availability-recovery", - "polkadot-collator-protocol", "polkadot-core-primitives", "polkadot-network-bridge", - "polkadot-node-collation-generation", - "polkadot-node-core-chain-api", - "polkadot-node-core-prospective-parachains", - "polkadot-node-core-runtime-api", "polkadot-node-network-protocol", "polkadot-node-subsystem-util", "polkadot-overseer", @@ -2445,8 +2241,8 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" -version = "0.7.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.17.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2484,45 +2280,30 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" -version = "0.7.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.15.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", "polkadot-primitives", "sp-runtime", "sp-state-machine", - "sp-std", "sp-trie", ] [[package]] name = "curve25519-dalek" -version = "3.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61" -dependencies = [ - "byteorder", - "digest 0.9.0", - "rand_core 0.5.1", - "subtle 2.5.0", - "zeroize", -] - -[[package]] -name = "curve25519-dalek" -version = "4.1.2" +version = "4.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a677b8922c94e01bdbb12126b0bc852f00447528dee1782229af9c720c3f348" +checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be" dependencies = [ "cfg-if", "cpufeatures", "curve25519-dalek-derive", "digest 0.10.7", "fiat-crypto", - "platforms", "rustc_version", - "subtle 2.5.0", + "subtle 2.6.1", "zeroize", ] @@ -2534,7 +2315,7 @@ checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.76", ] [[package]] @@ -2552,9 +2333,9 @@ dependencies = [ [[package]] name = "cxx" -version = "1.0.121" +version = "1.0.126" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21db378d04296a84d8b7d047c36bb3954f0b46529db725d7e62fb02f9ba53ccc" +checksum = "3c4eae4b7fc8dcb0032eb3b1beee46b38d371cdeaf2d0c64b9944f6f69ad7755" dependencies = [ "cc", "cxxbridge-flags", @@ -2564,9 +2345,9 @@ dependencies = [ [[package]] name = "cxx-build" -version = "1.0.121" +version = "1.0.126" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e5262a7fa3f0bae2a55b767c223ba98032d7c328f5c13fa5cdc980b77fc0658" +checksum = "6c822bf7fb755d97328d6c337120b6f843678178751cba33c9da25cf522272e0" dependencies = [ "cc", "codespan-reporting", @@ -2574,24 +2355,24 @@ dependencies = [ "proc-macro2", "quote", "scratch", - "syn 2.0.66", + "syn 2.0.76", ] [[package]] name = "cxxbridge-flags" -version = "1.0.121" +version = "1.0.126" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be8dcadd2e2fb4a501e1d9e93d6e88e6ea494306d8272069c92d5a9edf8855c0" +checksum = "719d6197dc016c88744aff3c0d0340a01ecce12e8939fc282e7c8f583ee64bc6" [[package]] name = "cxxbridge-macro" -version = "1.0.121" +version = "1.0.126" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad08a837629ad949b73d032c637653d069e909cffe4ee7870b02301939ce39cc" +checksum = "35de3b547387863c8f82013c4f79f1c2162edee956383e4089e1d04c18c4f16c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.76", ] [[package]] @@ -2601,23 +2382,23 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" dependencies = [ "cfg-if", - "hashbrown 0.14.3", + "hashbrown 0.14.5", "lock_api", "once_cell", - "parking_lot_core 0.9.9", + "parking_lot_core 0.9.10", ] [[package]] name = "data-encoding" -version = "2.5.0" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5" +checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2" [[package]] name = "data-encoding-macro" -version = "0.1.14" +version = "0.1.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20c01c06f5f429efdf2bae21eb67c28b3df3cf85b7dd2d8ef09c0838dac5d33e" +checksum = "f1559b6cba622276d6d63706db152618eeb15b89b3e4041446b05876e352e639" dependencies = [ "data-encoding", "data-encoding-macro-internal", @@ -2625,9 +2406,9 @@ dependencies = [ [[package]] name = "data-encoding-macro-internal" -version = "0.1.12" +version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0047d07f2c89b17dd631c80450d69841a6b5d7fb17278cbc43d7e4cfcf2576f3" +checksum = "332d754c0af53bc87c108fed664d121ecf59207ec4196041f04d6ab9002ad33f" dependencies = [ "data-encoding", "syn 1.0.109", @@ -2649,7 +2430,21 @@ version = "8.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dbd676fbbab537128ef0278adb5576cf363cff6aa22a7b24effe97347cfab61e" dependencies = [ - "asn1-rs", + "asn1-rs 0.5.2", + "displaydoc", + "nom", + "num-bigint", + "num-traits", + "rusticata-macros", +] + +[[package]] +name = "der-parser" +version = "9.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5cd0a5c643689626bec213c4d8bd4d96acc8ffdb4ad4bb6bc16abf27d5f4b553" +dependencies = [ + "asn1-rs 0.6.2", "displaydoc", "nom", "num-bigint", @@ -2677,17 +2472,6 @@ dependencies = [ "syn 1.0.109", ] -[[package]] -name = "derive-syn-parse" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e79116f119dd1dba1abf1f3405f03b9b0e79a27a3883864bfebded8a3dc768cd" -dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", -] - [[package]] name = "derive-syn-parse" version = "0.2.0" @@ -2696,20 +2480,20 @@ checksum = "d65d7ce8132b7c0e54497a4d9a55a1c2a0912a0d786cf894472ba818fba45762" dependencies = [ "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.76", ] [[package]] name = "derive_more" -version = "0.99.17" +version = "0.99.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" +checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce" dependencies = [ "convert_case", "proc-macro2", "quote", "rustc_version", - "syn 1.0.109", + "syn 2.0.76", ] [[package]] @@ -2745,7 +2529,7 @@ dependencies = [ "block-buffer 0.10.4", "const-oid", "crypto-common", - "subtle 2.5.0", + "subtle 2.6.1", ] [[package]] @@ -2792,29 +2576,13 @@ dependencies = [ [[package]] name = "displaydoc" -version = "0.2.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.66", -] - -[[package]] -name = "dleq_vrf" -version = "0.0.2" -source = "git+https://github.com/w3f/ring-vrf?rev=e9782f9#e9782f938629c90f3adb3fff2358bc8d1386af3e" +version = "0.2.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" dependencies = [ - "ark-ec", - "ark-ff", - "ark-scale", - "ark-secret-scalar", - "ark-serialize", - "ark-std", - "ark-transcript", - "arrayvec 0.7.4", - "zeroize", + "proc-macro2", + "quote", + "syn 2.0.76", ] [[package]] @@ -2839,14 +2607,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1a081e51fb188742f5a7a1164ad752121abcb22874b21e2c3b0dd040c515fdad" dependencies = [ "common-path", - "derive-syn-parse 0.2.0", + "derive-syn-parse", "once_cell", "proc-macro2", "quote", "regex", - "syn 2.0.66", + "syn 2.0.76", "termcolor", - "toml 0.8.12", + "toml 0.8.19", "walkdir", ] @@ -2912,19 +2680,10 @@ dependencies = [ "elliptic-curve", "rfc6979", "serdect", - "signature 2.2.0", + "signature", "spki", ] -[[package]] -name = "ed25519" -version = "1.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7" -dependencies = [ - "signature 1.6.4", -] - [[package]] name = "ed25519" version = "2.2.3" @@ -2932,21 +2691,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" dependencies = [ "pkcs8", - "signature 2.2.0", -] - -[[package]] -name = "ed25519-dalek" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d" -dependencies = [ - "curve25519-dalek 3.2.0", - "ed25519 1.5.3", - "rand 0.7.3", - "serde", - "sha2 0.9.9", - "zeroize", + "signature", ] [[package]] @@ -2955,26 +2700,12 @@ version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871" dependencies = [ - "curve25519-dalek 4.1.2", - "ed25519 2.2.3", + "curve25519-dalek", + "ed25519", "rand_core 0.6.4", "serde", "sha2 0.10.8", - "subtle 2.5.0", - "zeroize", -] - -[[package]] -name = "ed25519-zebra" -version = "3.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c24f403d068ad0b359e577a77f92392118be3f3c927538f2bb544a5ecd828c6" -dependencies = [ - "curve25519-dalek 3.2.0", - "hashbrown 0.12.3", - "hex", - "rand_core 0.6.4", - "sha2 0.9.9", + "subtle 2.6.1", "zeroize", ] @@ -2984,9 +2715,9 @@ version = "4.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7d9ce6874da5d4415896cd45ffbc4d1cfc0c4f9c079427bd870742c30f2f65a9" dependencies = [ - "curve25519-dalek 4.1.2", - "ed25519 2.2.3", - "hashbrown 0.14.3", + "curve25519-dalek", + "ed25519", + "hashbrown 0.14.5", "hex", "rand_core 0.6.4", "sha2 0.10.8", @@ -2995,9 +2726,9 @@ dependencies = [ [[package]] name = "either" -version = "1.10.0" +version = "1.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a" +checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" dependencies = [ "serde", ] @@ -3018,7 +2749,7 @@ dependencies = [ "rand_core 0.6.4", "sec1", "serdect", - "subtle 2.5.0", + "subtle 2.6.1", "zeroize", ] @@ -3049,38 +2780,38 @@ dependencies = [ "heck 0.4.1", "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.76", ] [[package]] name = "enumflags2" -version = "0.7.9" +version = "0.7.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3278c9d5fb675e0a51dabcf4c0d355f692b064171535ba72361be1528a9d8e8d" +checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d" dependencies = [ "enumflags2_derive", ] [[package]] name = "enumflags2_derive" -version = "0.7.9" +version = "0.7.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c785274071b1b420972453b306eeca06acf4633829db4223b58a2a8c5953bc4" +checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.76", ] [[package]] name = "enumn" -version = "0.1.13" +version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fd000fd6988e73bbe993ea3db9b1aa64906ab88766d654973924340c8cddb42" +checksum = "2f9ed6b3789237c8a0c1c505af1c7eb2c560df6186f01b098c3a1064ea532f38" dependencies = [ "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.76", ] [[package]] @@ -3110,9 +2841,9 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" [[package]] name = "errno" -version = "0.3.8" +version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245" +checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" dependencies = [ "libc", "windows-sys 0.52.0", @@ -3128,7 +2859,7 @@ dependencies = [ "fixed-hash", "impl-codec", "impl-rlp", - "impl-serde 0.4.0", + "impl-serde", "scale-info", "tiny-keccak", ] @@ -3141,14 +2872,14 @@ checksum = "2e04d24d20b8ff2235cffbf242d5092de3aa45f77c5270ddbfadd2778ca13fea" dependencies = [ "bytes", "ethereum-types", - "hash-db 0.16.0", + "hash-db", "hash256-std-hasher", "parity-scale-codec", "rlp", "scale-info", "serde", "sha3", - "trie-root 0.18.0", + "trie-root", ] [[package]] @@ -3161,7 +2892,7 @@ dependencies = [ "fixed-hash", "impl-codec", "impl-rlp", - "impl-serde 0.4.0", + "impl-serde", "primitive-types", "scale-info", "uint", @@ -3181,55 +2912,34 @@ checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2" dependencies = [ "concurrent-queue", "parking", - "pin-project-lite 0.2.14", -] - -[[package]] -name = "event-listener" -version = "4.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e" -dependencies = [ - "concurrent-queue", - "parking", - "pin-project-lite 0.2.14", + "pin-project-lite", ] [[package]] name = "event-listener" -version = "5.3.0" +version = "5.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d9944b8ca13534cdfb2800775f8dd4902ff3fc75a50101466decadfdf322a24" +checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba" dependencies = [ "concurrent-queue", "parking", - "pin-project-lite 0.2.14", -] - -[[package]] -name = "event-listener-strategy" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3" -dependencies = [ - "event-listener 4.0.3", - "pin-project-lite 0.2.14", + "pin-project-lite", ] [[package]] name = "event-listener-strategy" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "332f51cb23d20b0de8458b86580878211da09bcd4503cb579c225b3d124cabb3" +checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1" dependencies = [ - "event-listener 5.3.0", - "pin-project-lite 0.2.14", + "event-listener 5.3.1", + "pin-project-lite", ] [[package]] name = "evm" -version = "0.41.1" -source = "git+https://github.com/moonbeam-foundation/evm?branch=moonbeam-polkadot-v1.11.0#5ebf882aa99ba449ecf01ba3c29a00ab05cffb17" +version = "0.41.2" +source = "git+https://github.com/moonbeam-foundation/evm?branch=moonbeam-polkadot-stable2407#7a5c26a120b99a6680035b6812087dc5c2e6d377" dependencies = [ "auto_impl", "environmental", @@ -3249,7 +2959,7 @@ dependencies = [ [[package]] name = "evm-core" version = "0.41.0" -source = "git+https://github.com/moonbeam-foundation/evm?branch=moonbeam-polkadot-v1.11.0#5ebf882aa99ba449ecf01ba3c29a00ab05cffb17" +source = "git+https://github.com/moonbeam-foundation/evm?branch=moonbeam-polkadot-stable2407#7a5c26a120b99a6680035b6812087dc5c2e6d377" dependencies = [ "parity-scale-codec", "primitive-types", @@ -3260,7 +2970,7 @@ dependencies = [ [[package]] name = "evm-gasometer" version = "0.41.0" -source = "git+https://github.com/moonbeam-foundation/evm?branch=moonbeam-polkadot-v1.11.0#5ebf882aa99ba449ecf01ba3c29a00ab05cffb17" +source = "git+https://github.com/moonbeam-foundation/evm?branch=moonbeam-polkadot-stable2407#7a5c26a120b99a6680035b6812087dc5c2e6d377" dependencies = [ "environmental", "evm-core", @@ -3271,7 +2981,7 @@ dependencies = [ [[package]] name = "evm-runtime" version = "0.41.0" -source = "git+https://github.com/moonbeam-foundation/evm?branch=moonbeam-polkadot-v1.11.0#5ebf882aa99ba449ecf01ba3c29a00ab05cffb17" +source = "git+https://github.com/moonbeam-foundation/evm?branch=moonbeam-polkadot-stable2407#7a5c26a120b99a6680035b6812087dc5c2e6d377" dependencies = [ "auto_impl", "environmental", @@ -3305,27 +3015,17 @@ dependencies = [ [[package]] name = "expander" -version = "0.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a718c0675c555c5f976fff4ea9e2c150fa06cefa201cadef87cfbf9324075881" -dependencies = [ - "blake3", - "fs-err", - "proc-macro2", - "quote", -] - -[[package]] -name = "expander" -version = "2.0.0" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f86a749cf851891866c10515ef6c299b5c69661465e9c3bbe7e07a2b77fb0f7" +checksum = "e2c470c71d91ecbd179935b24170459e926382eaaa86b590b78814e180d8a8e2" dependencies = [ "blake2 0.10.6", + "file-guard", "fs-err", + "prettyplease 0.2.22", "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.76", ] [[package]] @@ -3357,15 +3057,15 @@ dependencies = [ [[package]] name = "fastrand" -version = "2.0.2" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984" +checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6" [[package]] name = "fatality" -version = "0.0.6" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ad875162843b0d046276327afe0136e9ed3a23d5a754210fb6f1f33610d39ab" +checksum = "ec6f82451ff7f0568c6181287189126d492b5654e30a788add08027b6363d019" dependencies = [ "fatality-proc-macro", "thiserror", @@ -3373,23 +3073,22 @@ dependencies = [ [[package]] name = "fatality-proc-macro" -version = "0.0.6" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5aa1e3ae159e592ad222dc90c5acbad632b527779ba88486abe92782ab268bd" +checksum = "eb42427514b063d97ce21d5199f36c0c307d981434a6be32582bc79fe5bd2303" dependencies = [ - "expander 0.0.4", - "indexmap 1.9.3", - "proc-macro-crate 1.3.1", + "expander", + "indexmap 2.4.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 1.0.109", - "thiserror", + "syn 2.0.76", ] [[package]] name = "fc-api" version = "1.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-v1.11.0#45d16ae4c8b32e26fdab8353b704fd59ea0ddb8c" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ "async-trait", "fp-storage", @@ -3401,7 +3100,7 @@ dependencies = [ [[package]] name = "fc-consensus" version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-v1.11.0#45d16ae4c8b32e26fdab8353b704fd59ea0ddb8c" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ "async-trait", "fp-consensus", @@ -3417,7 +3116,7 @@ dependencies = [ [[package]] name = "fc-db" version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-v1.11.0#45d16ae4c8b32e26fdab8353b704fd59ea0ddb8c" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ "async-trait", "ethereum", @@ -3447,7 +3146,7 @@ dependencies = [ [[package]] name = "fc-mapping-sync" version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-v1.11.0#45d16ae4c8b32e26fdab8353b704fd59ea0ddb8c" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ "fc-db", "fc-storage", @@ -3470,7 +3169,7 @@ dependencies = [ [[package]] name = "fc-rpc" version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-v1.11.0#45d16ae4c8b32e26fdab8353b704fd59ea0ddb8c" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ "ethereum", "ethereum-types", @@ -3524,7 +3223,7 @@ dependencies = [ [[package]] name = "fc-rpc-core" version = "1.1.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-v1.11.0#45d16ae4c8b32e26fdab8353b704fd59ea0ddb8c" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ "ethereum", "ethereum-types", @@ -3539,7 +3238,7 @@ dependencies = [ [[package]] name = "fc-storage" version = "1.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-v1.11.0#45d16ae4c8b32e26fdab8353b704fd59ea0ddb8c" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ "ethereum", "ethereum-types", @@ -3570,27 +3269,24 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449" dependencies = [ "rand_core 0.6.4", - "subtle 2.5.0", + "subtle 2.6.1", ] [[package]] -name = "fflonk" -version = "0.1.0" -source = "git+https://github.com/w3f/fflonk#1e854f35e9a65d08b11a86291405cdc95baa0a35" -dependencies = [ - "ark-ec", - "ark-ff", - "ark-poly", - "ark-serialize", - "ark-std", - "merlin", -] +name = "fiat-crypto" +version = "0.2.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" [[package]] -name = "fiat-crypto" -version = "0.2.7" +name = "file-guard" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c007b1ae3abe1cb6f85a16305acd418b7ca6343b953633fee2b76d8f108b830f" +checksum = "21ef72acf95ec3d7dbf61275be556299490a245f017cf084bd23b4f68cf9407c" +dependencies = [ + "libc", + "winapi", +] [[package]] name = "file-per-thread-logger" @@ -3604,14 +3300,14 @@ dependencies = [ [[package]] name = "filetime" -version = "0.2.23" +version = "0.2.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd" +checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586" dependencies = [ "cfg-if", "libc", - "redox_syscall 0.4.1", - "windows-sys 0.52.0", + "libredox", + "windows-sys 0.59.0", ] [[package]] @@ -3648,17 +3344,6 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" -[[package]] -name = "flate2" -version = "1.0.28" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e" -dependencies = [ - "crc32fast", - "libz-sys", - "miniz_oxide", -] - [[package]] name = "float-cmp" version = "0.9.0" @@ -3715,8 +3400,8 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" -version = "12.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "13.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "parity-scale-codec", ] @@ -3730,13 +3415,23 @@ dependencies = [ "percent-encoding", ] +[[package]] +name = "forwarded-header-value" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8835f84f38484cc86f110a805655697908257fb9a7af005234060891557198e9" +dependencies = [ + "nonempty", + "thiserror", +] + [[package]] name = "fp-account" version = "1.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-v1.11.0#45d16ae4c8b32e26fdab8353b704fd59ea0ddb8c" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ "hex", - "impl-serde 0.4.0", + "impl-serde", "libsecp256k1", "log", "parity-scale-codec", @@ -3746,12 +3441,13 @@ dependencies = [ "sp-io", "sp-runtime", "sp-runtime-interface", + "staging-xcm", ] [[package]] name = "fp-consensus" version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-v1.11.0#45d16ae4c8b32e26fdab8353b704fd59ea0ddb8c" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ "ethereum", "parity-scale-codec", @@ -3762,7 +3458,7 @@ dependencies = [ [[package]] name = "fp-ethereum" version = "1.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-v1.11.0#45d16ae4c8b32e26fdab8353b704fd59ea0ddb8c" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ "ethereum", "ethereum-types", @@ -3774,11 +3470,12 @@ dependencies = [ [[package]] name = "fp-evm" version = "3.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-v1.11.0#45d16ae4c8b32e26fdab8353b704fd59ea0ddb8c" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ + "cumulus-primitives-storage-weight-reclaim", "evm", "frame-support", - "num_enum 0.7.2", + "num_enum 0.7.3", "parity-scale-codec", "scale-info", "serde", @@ -3789,7 +3486,7 @@ dependencies = [ [[package]] name = "fp-rpc" version = "3.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-v1.11.0#45d16ae4c8b32e26fdab8353b704fd59ea0ddb8c" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ "ethereum", "ethereum-types", @@ -3805,7 +3502,7 @@ dependencies = [ [[package]] name = "fp-self-contained" version = "1.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-v1.11.0#45d16ae4c8b32e26fdab8353b704fd59ea0ddb8c" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ "frame-support", "parity-scale-codec", @@ -3817,7 +3514,7 @@ dependencies = [ [[package]] name = "fp-storage" version = "2.0.0" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-v1.11.0#45d16ae4c8b32e26fdab8353b704fd59ea0ddb8c" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ "parity-scale-codec", "serde", @@ -3831,8 +3528,8 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" -version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "frame-support", "frame-support-procedural", @@ -3849,18 +3546,17 @@ dependencies = [ "sp-io", "sp-runtime", "sp-runtime-interface", - "sp-std", "sp-storage", "static_assertions", ] [[package]] name = "frame-benchmarking-cli" -version = "32.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "42.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "Inflector", - "array-bytes 6.2.2", + "array-bytes", "chrono", "clap", "comfy-table", @@ -3869,7 +3565,7 @@ dependencies = [ "frame-system", "gethostname", "handlebars", - "itertools 0.10.5", + "itertools 0.11.0", "lazy_static", "linked-hash-map", "log", @@ -3906,19 +3602,19 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" -version = "13.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "14.0.1" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.76", ] [[package]] name = "frame-election-provider-support" -version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -3929,15 +3625,14 @@ dependencies = [ "sp-core", "sp-npos-elections", "sp-runtime", - "sp-std", ] [[package]] name = "frame-executive" -version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "aquamarine 0.3.3", + "aquamarine", "frame-support", "frame-system", "frame-try-runtime", @@ -3947,7 +3642,6 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std", "sp-tracing", ] @@ -3965,10 +3659,10 @@ dependencies = [ [[package]] name = "frame-metadata-hash-extension" -version = "0.1.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.5.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "docify", "frame-support", "frame-system", @@ -3980,11 +3674,11 @@ dependencies = [ [[package]] name = "frame-support" -version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "aquamarine 0.5.0", - "array-bytes 6.2.2", + "aquamarine", + "array-bytes", "bitflags 1.3.2", "docify", "environmental", @@ -4021,49 +3715,49 @@ dependencies = [ [[package]] name = "frame-support-procedural" -version = "23.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "30.0.2" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "Inflector", "cfg-expr", - "derive-syn-parse 0.2.0", - "expander 2.0.0", + "derive-syn-parse", + "expander", "frame-support-procedural-tools", - "itertools 0.10.5", + "itertools 0.11.0", "macro_magic", - "proc-macro-warning", + "proc-macro-warning 1.0.2", "proc-macro2", "quote", "sp-crypto-hashing", - "syn 2.0.66", + "syn 2.0.76", ] [[package]] name = "frame-support-procedural-tools" -version = "10.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "13.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "frame-support-procedural-tools-derive", - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.76", ] [[package]] name = "frame-support-procedural-tools-derive" -version = "11.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "12.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.76", ] [[package]] name = "frame-system" -version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "cfg-if", "docify", @@ -4082,8 +3776,8 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" -version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "frame-benchmarking", "frame-support", @@ -4092,28 +3786,27 @@ dependencies = [ "scale-info", "sp-core", "sp-runtime", - "sp-std", ] [[package]] name = "frame-system-rpc-runtime-api" -version = "26.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "34.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ + "docify", "parity-scale-codec", "sp-api", ] [[package]] name = "frame-try-runtime" -version = "0.34.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.43.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "frame-support", "parity-scale-codec", "sp-api", "sp-runtime", - "sp-std", ] [[package]] @@ -4141,7 +3834,7 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "29f9df8a11882c4e3335eb2d18a0137c505d9ca927470b0cac9c6f0ae07d28f7" dependencies = [ - "rustix 0.38.32", + "rustix 0.38.35", "windows-sys 0.48.0", ] @@ -4172,6 +3865,16 @@ dependencies = [ "futures-util", ] +[[package]] +name = "futures-bounded" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b07bbbe7d7e78809544c6f718d875627addc73a7c3582447abc052cd3dc67e0" +dependencies = [ + "futures-timer", + "futures-util", +] + [[package]] name = "futures-channel" version = "0.3.30" @@ -4228,7 +3931,7 @@ dependencies = [ "futures-io", "memchr", "parking", - "pin-project-lite 0.2.14", + "pin-project-lite", "waker-fn", ] @@ -4238,11 +3941,11 @@ version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5" dependencies = [ - "fastrand 2.0.2", + "fastrand 2.1.1", "futures-core", "futures-io", "parking", - "pin-project-lite 0.2.14", + "pin-project-lite", ] [[package]] @@ -4253,18 +3956,17 @@ checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" dependencies = [ "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.76", ] [[package]] name = "futures-rustls" -version = "0.22.2" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2411eed028cdf8c8034eaf21f9915f956b6c3abec4d4c7949ee67f0721127bd" +checksum = "35bd3cf68c183738046838e300353e4716c674dc5e56890de4826801a6622a28" dependencies = [ "futures-io", - "rustls 0.20.9", - "webpki", + "rustls 0.21.12", ] [[package]] @@ -4299,7 +4001,7 @@ dependencies = [ "futures-sink", "futures-task", "memchr", - "pin-project-lite 0.2.14", + "pin-project-lite", "pin-utils", "slab", ] @@ -4358,9 +4060,9 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.2.14" +version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94b22e06ecb0110981051723910cbf0b5f5e09a2062dd7663334ee79a9d1286c" +checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" dependencies = [ "cfg-if", "js-sys", @@ -4410,6 +4112,12 @@ dependencies = [ "stable_deref_trait", ] +[[package]] +name = "gimli" +version = "0.29.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd" + [[package]] name = "glob" version = "0.3.1" @@ -4444,7 +4152,7 @@ checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" dependencies = [ "ff", "rand_core 0.6.4", - "subtle 2.5.0", + "subtle 2.6.1", ] [[package]] @@ -4458,8 +4166,27 @@ dependencies = [ "futures-core", "futures-sink", "futures-util", - "http", - "indexmap 2.2.6", + "http 0.2.12", + "indexmap 2.4.0", + "slab", + "tokio", + "tokio-util", + "tracing", +] + +[[package]] +name = "h2" +version = "0.4.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205" +dependencies = [ + "atomic-waker", + "bytes", + "fnv", + "futures-core", + "futures-sink", + "http 1.1.0", + "indexmap 2.4.0", "slab", "tokio", "tokio-util", @@ -4480,12 +4207,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "hash-db" -version = "0.15.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a" - [[package]] name = "hash-db" version = "0.16.0" @@ -4506,9 +4227,6 @@ name = "hashbrown" version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" -dependencies = [ - "ahash 0.7.8", -] [[package]] name = "hashbrown" @@ -4516,16 +4234,16 @@ version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" dependencies = [ - "ahash 0.8.11", + "ahash", ] [[package]] name = "hashbrown" -version = "0.14.3" +version = "0.14.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604" +checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" dependencies = [ - "ahash 0.8.11", + "ahash", "allocator-api2", "serde", ] @@ -4536,7 +4254,7 @@ version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7" dependencies = [ - "hashbrown 0.14.3", + "hashbrown 0.14.5", ] [[package]] @@ -4560,6 +4278,12 @@ version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" +[[package]] +name = "hermit-abi" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" + [[package]] name = "hex" version = "0.4.3" @@ -4657,6 +4381,17 @@ dependencies = [ "itoa", ] +[[package]] +name = "http" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" +dependencies = [ + "bytes", + "fnv", + "itoa", +] + [[package]] name = "http-body" version = "0.4.6" @@ -4664,21 +4399,38 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" dependencies = [ "bytes", - "http", - "pin-project-lite 0.2.14", + "http 0.2.12", + "pin-project-lite", ] [[package]] -name = "http-range-header" -version = "0.3.1" +name = "http-body" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" +dependencies = [ + "bytes", + "http 1.1.0", +] + +[[package]] +name = "http-body-util" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f" +checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" +dependencies = [ + "bytes", + "futures-util", + "http 1.1.0", + "http-body 1.0.1", + "pin-project-lite", +] [[package]] name = "httparse" -version = "1.8.0" +version = "1.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" +checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9" [[package]] name = "httpdate" @@ -4694,28 +4446,48 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "0.14.28" +version = "0.14.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80" +checksum = "a152ddd61dfaec7273fe8419ab357f33aee0d914c5f4efbf0d96fa749eea5ec9" dependencies = [ "bytes", "futures-channel", "futures-core", "futures-util", - "h2", - "http", - "http-body", + "h2 0.3.26", + "http 0.2.12", + "http-body 0.4.6", "httparse", "httpdate", "itoa", - "pin-project-lite 0.2.14", - "socket2 0.5.6", + "pin-project-lite", + "socket2 0.5.7", "tokio", "tower-service", "tracing", "want", ] +[[package]] +name = "hyper" +version = "1.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05" +dependencies = [ + "bytes", + "futures-channel", + "futures-util", + "h2 0.4.6", + "http 1.1.0", + "http-body 1.0.1", + "httparse", + "httpdate", + "itoa", + "pin-project-lite", + "smallvec", + "tokio", +] + [[package]] name = "hyper-rustls" version = "0.24.2" @@ -4723,15 +4495,32 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" dependencies = [ "futures-util", - "http", - "hyper", + "http 0.2.12", + "hyper 0.14.30", "log", - "rustls 0.21.10", + "rustls 0.21.12", "rustls-native-certs 0.6.3", "tokio", "tokio-rustls 0.24.1", ] +[[package]] +name = "hyper-util" +version = "0.1.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cde7055719c54e36e95e8719f95883f22072a48ede39db7fc17a4e1d5281e9b9" +dependencies = [ + "bytes", + "futures-util", + "http 1.1.0", + "http-body 1.0.1", + "hyper 1.4.1", + "pin-project-lite", + "tokio", + "tower", + "tower-service", +] + [[package]] name = "iana-time-zone" version = "0.1.60" @@ -4743,7 +4532,7 @@ dependencies = [ "iana-time-zone-haiku", "js-sys", "wasm-bindgen", - "windows-core", + "windows-core 0.52.0", ] [[package]] @@ -4802,7 +4591,7 @@ version = "3.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d6b0422c86d7ce0e97169cc42e04ae643caf278874a7a3c87b8150a220dc7e1e" dependencies = [ - "async-io 2.3.2", + "async-io 2.3.4", "core-foundation", "fnv", "futures 0.3.30", @@ -4812,7 +4601,26 @@ dependencies = [ "rtnetlink", "system-configuration", "tokio", - "windows", + "windows", +] + +[[package]] +name = "igd-next" +version = "0.14.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "064d90fec10d541084e7b39ead8875a5a80d9114a2b18791565253bae25f49e4" +dependencies = [ + "async-trait", + "attohttpc", + "bytes", + "futures 0.3.30", + "http 0.2.12", + "hyper 0.14.30", + "log", + "rand 0.8.5", + "tokio", + "url", + "xmltree", ] [[package]] @@ -4833,15 +4641,6 @@ dependencies = [ "rlp", ] -[[package]] -name = "impl-serde" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4551f042f3438e64dbd6226b20527fc84a6e1fe65688b58746a2f53623f25f5c" -dependencies = [ - "serde", -] - [[package]] name = "impl-serde" version = "0.4.0" @@ -4864,18 +4663,18 @@ dependencies = [ [[package]] name = "include_dir" -version = "0.7.3" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18762faeff7122e89e0857b02f7ce6fcc0d101d5e9ad2ad7846cc01d61b7f19e" +checksum = "923d117408f1e49d914f1a379a309cffe4f18c05cf4e3d12e613a15fc81bd0dd" dependencies = [ "include_dir_macros", ] [[package]] name = "include_dir_macros" -version = "0.7.3" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b139284b5cf57ecfa712bcc66950bb635b31aff41c188e8a4cfc758eca374a3f" +checksum = "7cab85a7ed0bd5f0e76d93846e0147172bed2e2d3f859bcc33a8d9699cad1a75" dependencies = [ "proc-macro2", "quote", @@ -4894,12 +4693,12 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.2.6" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" +checksum = "93ead53efc7ea8ed3cfb0c79fc8023fbb782a5432b52830b6518941cebe6505c" dependencies = [ "equivalent", - "hashbrown 0.14.3", + "hashbrown 0.14.5", ] [[package]] @@ -4919,9 +4718,9 @@ dependencies = [ [[package]] name = "instant" -version = "0.1.12" +version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" +checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" dependencies = [ "cfg-if", ] @@ -4947,7 +4746,7 @@ version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" dependencies = [ - "hermit-abi", + "hermit-abi 0.3.9", "libc", "windows-sys 0.48.0", ] @@ -4964,7 +4763,7 @@ version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" dependencies = [ - "socket2 0.5.6", + "socket2 0.5.7", "widestring", "windows-sys 0.48.0", "winreg", @@ -4978,11 +4777,11 @@ checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" [[package]] name = "is-terminal" -version = "0.4.12" +version = "0.4.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b" +checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b" dependencies = [ - "hermit-abi", + "hermit-abi 0.4.0", "libc", "windows-sys 0.52.0", ] @@ -4996,6 +4795,12 @@ dependencies = [ "winapi", ] +[[package]] +name = "is_terminal_polyfill" +version = "1.70.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" + [[package]] name = "itertools" version = "0.10.5" @@ -5029,29 +4834,49 @@ version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" +[[package]] +name = "jni" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec" +dependencies = [ + "cesu8", + "combine", + "jni-sys", + "log", + "thiserror", + "walkdir", +] + +[[package]] +name = "jni-sys" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" + [[package]] name = "jobserver" -version = "0.1.28" +version = "0.1.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab46a6e9526ddef3ae7f787c06f0f2600639ba80ea3eade3d8e670a2230f51d6" +checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" dependencies = [ "libc", ] [[package]] name = "js-sys" -version = "0.3.69" +version = "0.3.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" +checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a" dependencies = [ "wasm-bindgen", ] [[package]] name = "jsonrpsee" -version = "0.22.5" +version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfdb12a2381ea5b2e68c3469ec604a007b367778cdb14d09612c8069ebd616ad" +checksum = "62b089779ad7f80768693755a031cc14a7766aba707cbe886674e3f79e9b7e47" dependencies = [ "jsonrpsee-core", "jsonrpsee-proc-macros", @@ -5064,20 +4889,22 @@ dependencies = [ [[package]] name = "jsonrpsee-client-transport" -version = "0.22.5" +version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4978087a58c3ab02efc5b07c5e5e2803024536106fd5506f558db172c889b3aa" +checksum = "08163edd8bcc466c33d79e10f695cdc98c00d1e6ddfb95cec41b6b0279dd5432" dependencies = [ + "base64 0.22.1", "futures-util", - "http", + "http 1.1.0", "jsonrpsee-core", "pin-project", - "rustls-native-certs 0.7.0", + "rustls 0.23.12", "rustls-pki-types", - "soketto", + "rustls-platform-verifier", + "soketto 0.8.0", "thiserror", "tokio", - "tokio-rustls 0.25.0", + "tokio-rustls 0.26.0", "tokio-util", "tracing", "url", @@ -5085,16 +4912,19 @@ dependencies = [ [[package]] name = "jsonrpsee-core" -version = "0.22.5" +version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4b257e1ec385e07b0255dde0b933f948b5c8b8c28d42afda9587c3a967b896d" +checksum = "79712302e737d23ca0daa178e752c9334846b08321d439fd89af9a384f8c830b" dependencies = [ "anyhow", "async-trait", "beef", + "bytes", "futures-timer", "futures-util", - "hyper", + "http 1.1.0", + "http-body 1.0.1", + "http-body-util", "jsonrpsee-types", "parking_lot 0.12.3", "pin-project", @@ -5110,33 +4940,37 @@ dependencies = [ [[package]] name = "jsonrpsee-proc-macros" -version = "0.22.5" +version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d0bb047e79a143b32ea03974a6bf59b62c2a4c5f5d42a381c907a8bbb3f75c0" +checksum = "7895f186d5921065d96e16bd795e5ca89ac8356ec423fafc6e3d7cf8ec11aee4" dependencies = [ - "heck 0.4.1", - "proc-macro-crate 3.1.0", + "heck 0.5.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.76", ] [[package]] name = "jsonrpsee-server" -version = "0.22.5" +version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12d8b6a9674422a8572e0b0abb12feeb3f2aeda86528c80d0350c2bd0923ab41" +checksum = "654afab2e92e5d88ebd8a39d6074483f3f2bfdf91c5ac57fe285e7127cdd4f51" dependencies = [ + "anyhow", "futures-util", - "http", - "hyper", + "http 1.1.0", + "http-body 1.0.1", + "http-body-util", + "hyper 1.4.1", + "hyper-util", "jsonrpsee-core", "jsonrpsee-types", "pin-project", "route-recognizer", "serde", "serde_json", - "soketto", + "soketto 0.8.0", "thiserror", "tokio", "tokio-stream", @@ -5147,12 +4981,12 @@ dependencies = [ [[package]] name = "jsonrpsee-types" -version = "0.22.5" +version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "150d6168405890a7a3231a3c74843f58b8959471f6df76078db2619ddee1d07d" +checksum = "d9c465fbe385238e861fdc4d1c85e04ada6c1fd246161d26385c1b311724d2af" dependencies = [ - "anyhow", "beef", + "http 1.1.0", "serde", "serde_json", "thiserror", @@ -5160,11 +4994,11 @@ dependencies = [ [[package]] name = "jsonrpsee-ws-client" -version = "0.22.5" +version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58b9db2dfd5bb1194b0ce921504df9ceae210a345bc2f6c5a61432089bbab070" +checksum = "1c28759775f5cb2f1ea9667672d3fe2b0e701d1f4b7b67954e60afe7fd058b5e" dependencies = [ - "http", + "http 1.1.0", "jsonrpsee-client-transport", "jsonrpsee-core", "jsonrpsee-types", @@ -5246,11 +5080,11 @@ dependencies = [ [[package]] name = "lazy_static" -version = "1.4.0" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" +checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" dependencies = [ - "spin 0.5.2", + "spin 0.9.8", ] [[package]] @@ -5261,18 +5095,18 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.153" +version = "0.2.158" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" +checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439" [[package]] name = "libloading" -version = "0.8.3" +version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19" +checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" dependencies = [ "cfg-if", - "windows-targets 0.52.4", + "windows-targets 0.52.6", ] [[package]] @@ -5283,14 +5117,15 @@ checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" [[package]] name = "libp2p" -version = "0.51.4" +version = "0.52.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f35eae38201a993ece6bdc823292d6abd1bffed1c4d0f4a3517d2bd8e1d917fe" +checksum = "e94495eb319a85b70a68b85e2389a95bb3555c71c49025b78c691a854a7e6464" dependencies = [ "bytes", + "either", "futures 0.3.30", "futures-timer", - "getrandom 0.2.14", + "getrandom 0.2.15", "instant", "libp2p-allow-block-list", "libp2p-connection-limits", @@ -5307,18 +5142,21 @@ dependencies = [ "libp2p-request-response", "libp2p-swarm", "libp2p-tcp", + "libp2p-upnp", "libp2p-wasm-ext", "libp2p-websocket", "libp2p-yamux", - "multiaddr", + "multiaddr 0.18.1", "pin-project", + "rw-stream-sink", + "thiserror", ] [[package]] name = "libp2p-allow-block-list" -version = "0.1.1" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "510daa05efbc25184458db837f6f9a5143888f1caa742426d92e1833ddd38a50" +checksum = "55b46558c5c0bf99d3e2a1a38fd54ff5476ca66dd1737b12466a1824dd219311" dependencies = [ "libp2p-core", "libp2p-identity", @@ -5328,9 +5166,9 @@ dependencies = [ [[package]] name = "libp2p-connection-limits" -version = "0.1.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4caa33f1d26ed664c4fe2cca81a08c8e07d4c1c04f2f4ac7655c2dd85467fda0" +checksum = "2f5107ad45cb20b2f6c3628c7b6014b996fcb13a88053f4569c872c6e30abf58" dependencies = [ "libp2p-core", "libp2p-identity", @@ -5340,9 +5178,9 @@ dependencies = [ [[package]] name = "libp2p-core" -version = "0.39.2" +version = "0.40.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c1df63c0b582aa434fb09b2d86897fa2b419ffeccf934b36f87fcedc8e835c2" +checksum = "dd44289ab25e4c9230d9246c475a22241e301b23e8f4061d3bdef304a1a99713" dependencies = [ "either", "fnv", @@ -5351,8 +5189,8 @@ dependencies = [ "instant", "libp2p-identity", "log", - "multiaddr", - "multihash 0.17.0", + "multiaddr 0.18.1", + "multihash 0.19.1", "multistream-select", "once_cell", "parking_lot 0.12.3", @@ -5362,39 +5200,42 @@ dependencies = [ "rw-stream-sink", "smallvec", "thiserror", - "unsigned-varint", + "unsigned-varint 0.7.2", "void", ] [[package]] name = "libp2p-dns" -version = "0.39.0" +version = "0.40.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "146ff7034daae62077c415c2376b8057368042df6ab95f5432ad5e88568b1554" +checksum = "e6a18db73084b4da2871438f6239fef35190b05023de7656e877c18a00541a3b" dependencies = [ + "async-trait", "futures 0.3.30", "libp2p-core", + "libp2p-identity", "log", "parking_lot 0.12.3", "smallvec", - "trust-dns-resolver 0.22.0", + "trust-dns-resolver", ] [[package]] name = "libp2p-identify" -version = "0.42.2" +version = "0.43.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5455f472243e63b9c497ff320ded0314254a9eb751799a39c283c6f20b793f3c" +checksum = "45a96638a0a176bec0a4bcaebc1afa8cf909b114477209d7456ade52c61cd9cd" dependencies = [ "asynchronous-codec", "either", "futures 0.3.30", + "futures-bounded", "futures-timer", "libp2p-core", "libp2p-identity", "libp2p-swarm", "log", - "lru 0.10.1", + "lru 0.12.4", "quick-protobuf", "quick-protobuf-codec", "smallvec", @@ -5404,29 +5245,29 @@ dependencies = [ [[package]] name = "libp2p-identity" -version = "0.1.3" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "276bb57e7af15d8f100d3c11cbdd32c6752b7eef4ba7a18ecf464972c07abcce" +checksum = "55cca1eb2bc1fd29f099f3daaab7effd01e1a54b7c577d0ed082521034d912e8" dependencies = [ - "bs58 0.4.0", - "ed25519-dalek 2.1.1", - "log", - "multiaddr", - "multihash 0.17.0", + "bs58 0.5.1", + "ed25519-dalek", + "hkdf", + "multihash 0.19.1", "quick-protobuf", "rand 0.8.5", "sha2 0.10.8", "thiserror", + "tracing", "zeroize", ] [[package]] name = "libp2p-kad" -version = "0.43.3" +version = "0.44.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39d5ef876a2b2323d63c258e63c2f8e36f205fe5a11f0b3095d59635650790ff" +checksum = "16ea178dabba6dde6ffc260a8e0452ccdc8f79becf544946692fff9d412fc29d" dependencies = [ - "arrayvec 0.7.4", + "arrayvec 0.7.6", "asynchronous-codec", "bytes", "either", @@ -5439,20 +5280,21 @@ dependencies = [ "libp2p-swarm", "log", "quick-protobuf", + "quick-protobuf-codec", "rand 0.8.5", "sha2 0.10.8", "smallvec", "thiserror", "uint", - "unsigned-varint", + "unsigned-varint 0.7.2", "void", ] [[package]] name = "libp2p-mdns" -version = "0.43.1" +version = "0.44.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19983e1f949f979a928f2c603de1cf180cc0dc23e4ac93a62651ccb18341460b" +checksum = "42a2567c305232f5ef54185e9604579a894fd0674819402bb0ac0246da82f52a" dependencies = [ "data-encoding", "futures 0.3.30", @@ -5463,7 +5305,7 @@ dependencies = [ "log", "rand 0.8.5", "smallvec", - "socket2 0.4.10", + "socket2 0.5.7", "tokio", "trust-dns-proto 0.22.0", "void", @@ -5471,30 +5313,35 @@ dependencies = [ [[package]] name = "libp2p-metrics" -version = "0.12.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a42ec91e227d7d0dafa4ce88b333cdf5f277253873ab087555c92798db2ddd46" +checksum = "239ba7d28f8d0b5d77760dc6619c05c7e88e74ec8fbbe97f856f20a56745e620" dependencies = [ + "instant", "libp2p-core", "libp2p-identify", + "libp2p-identity", "libp2p-kad", "libp2p-ping", "libp2p-swarm", + "once_cell", "prometheus-client", ] [[package]] name = "libp2p-noise" -version = "0.42.2" +version = "0.43.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c3673da89d29936bc6435bafc638e2f184180d554ce844db65915113f86ec5e" +checksum = "d2eeec39ad3ad0677551907dd304b2f13f17208ccebe333bef194076cd2e8921" dependencies = [ "bytes", - "curve25519-dalek 3.2.0", + "curve25519-dalek", "futures 0.3.30", "libp2p-core", "libp2p-identity", "log", + "multiaddr 0.18.1", + "multihash 0.19.1", "once_cell", "quick-protobuf", "rand 0.8.5", @@ -5502,21 +5349,22 @@ dependencies = [ "snow", "static_assertions", "thiserror", - "x25519-dalek 1.1.1", + "x25519-dalek", "zeroize", ] [[package]] name = "libp2p-ping" -version = "0.42.0" +version = "0.43.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e57759c19c28a73ef1eb3585ca410cefb72c1a709fcf6de1612a378e4219202" +checksum = "e702d75cd0827dfa15f8fd92d15b9932abe38d10d21f47c50438c71dd1b5dae3" dependencies = [ "either", "futures 0.3.30", "futures-timer", "instant", "libp2p-core", + "libp2p-identity", "libp2p-swarm", "log", "rand 0.8.5", @@ -5525,9 +5373,9 @@ dependencies = [ [[package]] name = "libp2p-quic" -version = "0.7.0-alpha.3" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6b26abd81cd2398382a1edfe739b539775be8a90fa6914f39b2ab49571ec735" +checksum = "130d451d83f21b81eb7b35b360bc7972aeafb15177784adc56528db082e6b927" dependencies = [ "bytes", "futures 0.3.30", @@ -5538,18 +5386,20 @@ dependencies = [ "libp2p-tls", "log", "parking_lot 0.12.3", - "quinn-proto", + "quinn 0.10.2", "rand 0.8.5", - "rustls 0.20.9", + "ring 0.16.20", + "rustls 0.21.12", + "socket2 0.5.7", "thiserror", "tokio", ] [[package]] name = "libp2p-request-response" -version = "0.24.1" +version = "0.25.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ffdb374267d42dc5ed5bc53f6e601d4a64ac5964779c6e40bb9e4f14c1e30d5" +checksum = "d8e3b4d67870478db72bac87bfc260ee6641d0734e0e3e275798f089c3fecfd4" dependencies = [ "async-trait", "futures 0.3.30", @@ -5557,15 +5407,17 @@ dependencies = [ "libp2p-core", "libp2p-identity", "libp2p-swarm", + "log", "rand 0.8.5", "smallvec", + "void", ] [[package]] name = "libp2p-swarm" -version = "0.42.2" +version = "0.43.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "903b3d592d7694e56204d211f29d31bc004be99386644ba8731fc3e3ef27b296" +checksum = "580189e0074af847df90e75ef54f3f30059aedda37ea5a1659e8b9fca05c0141" dependencies = [ "either", "fnv", @@ -5576,6 +5428,8 @@ dependencies = [ "libp2p-identity", "libp2p-swarm-derive", "log", + "multistream-select", + "once_cell", "rand 0.8.5", "smallvec", "tokio", @@ -5584,36 +5438,39 @@ dependencies = [ [[package]] name = "libp2p-swarm-derive" -version = "0.32.0" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fba456131824ab6acd4c7bf61e9c0f0a3014b5fc9868ccb8e10d344594cdc4f" +checksum = "c4d5ec2a3df00c7836d7696c136274c9c59705bac69133253696a6c932cd1d74" dependencies = [ "heck 0.4.1", + "proc-macro-warning 0.4.2", + "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.76", ] [[package]] name = "libp2p-tcp" -version = "0.39.0" +version = "0.40.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33d33698596d7722d85d3ab0c86c2c322254fce1241e91208e3679b4eb3026cf" +checksum = "b558dd40d1bcd1aaaed9de898e9ec6a436019ecc2420dd0016e712fbb61c5508" dependencies = [ "futures 0.3.30", "futures-timer", "if-watch", "libc", "libp2p-core", + "libp2p-identity", "log", - "socket2 0.4.10", + "socket2 0.5.7", "tokio", ] [[package]] name = "libp2p-tls" -version = "0.1.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff08d13d0dc66e5e9ba6279c1de417b84fa0d0adc3b03e5732928c180ec02781" +checksum = "8218d1d5482b122ccae396bbf38abdcb283ecc96fa54760e1dfd251f0546ac61" dependencies = [ "futures 0.3.30", "futures-rustls", @@ -5621,51 +5478,69 @@ dependencies = [ "libp2p-identity", "rcgen", "ring 0.16.20", - "rustls 0.20.9", + "rustls 0.21.12", + "rustls-webpki 0.101.7", "thiserror", - "webpki", - "x509-parser 0.14.0", + "x509-parser 0.15.1", "yasna", ] +[[package]] +name = "libp2p-upnp" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "82775a47b34f10f787ad3e2a22e2c1541e6ebef4fe9f28f3ac553921554c94c1" +dependencies = [ + "futures 0.3.30", + "futures-timer", + "igd-next", + "libp2p-core", + "libp2p-swarm", + "log", + "tokio", + "void", +] + [[package]] name = "libp2p-wasm-ext" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77dff9d32353a5887adb86c8afc1de1a94d9e8c3bc6df8b2201d7cdf5c848f43" +checksum = "1e5d8e3a9e07da0ef5b55a9f26c009c8fb3c725d492d8bb4b431715786eea79c" dependencies = [ "futures 0.3.30", "js-sys", "libp2p-core", - "parity-send-wrapper", + "send_wrapper", "wasm-bindgen", "wasm-bindgen-futures", ] [[package]] name = "libp2p-websocket" -version = "0.41.0" +version = "0.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "111273f7b3d3510524c752e8b7a5314b7f7a1fee7e68161c01a7d72cbb06db9f" +checksum = "004ee9c4a4631435169aee6aad2f62e3984dc031c43b6d29731e8e82a016c538" dependencies = [ "either", "futures 0.3.30", "futures-rustls", "libp2p-core", + "libp2p-identity", "log", "parking_lot 0.12.3", - "quicksink", + "pin-project-lite", "rw-stream-sink", - "soketto", + "soketto 0.8.0", + "thiserror", "url", - "webpki-roots", + "webpki-roots 0.25.4", ] [[package]] name = "libp2p-yamux" -version = "0.43.1" +version = "0.44.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4dcd21d950662700a385d4c6d68e2f5f54d778e97068cdd718522222ef513bda" +checksum = "8eedcb62824c4300efb9cfd4e2a6edaf3ca097b9e68b36dabe45a44469fd6a85" dependencies = [ "futures 0.3.30", "libp2p-core", @@ -5680,8 +5555,9 @@ version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", "libc", + "redox_syscall 0.5.3", ] [[package]] @@ -5726,7 +5602,7 @@ checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451" dependencies = [ "crunchy", "digest 0.9.0", - "subtle 2.5.0", + "subtle 2.6.1", ] [[package]] @@ -5760,9 +5636,9 @@ dependencies = [ [[package]] name = "libz-sys" -version = "1.1.16" +version = "1.1.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e143b5e666b2695d28f6bca6497720813f699c9602dd7f5cac91008b8ada7f9" +checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472" dependencies = [ "cc", "pkg-config", @@ -5816,9 +5692,9 @@ checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" [[package]] name = "linux-raw-sys" -version = "0.4.13" +version = "0.4.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c" +checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" [[package]] name = "lioness" @@ -5834,30 +5710,30 @@ dependencies = [ [[package]] name = "litep2p" -version = "0.5.0" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f02542ae3a94b4c4ffa37dc56388c923e286afa3bf65452e3984b50b2a2f316" +checksum = "0f46c51c205264b834ceed95c8b195026e700494bc3991aaba3b4ea9e20626d9" dependencies = [ "async-trait", "bs58 0.4.0", "bytes", "cid 0.10.1", - "ed25519-dalek 1.0.1", + "ed25519-dalek", "futures 0.3.30", "futures-timer", "hex-literal 0.4.1", - "indexmap 2.2.6", + "indexmap 2.4.0", "libc", "mockall 0.12.1", - "multiaddr", + "multiaddr 0.17.1", "multihash 0.17.0", "network-interface", "nohash-hasher", "parking_lot 0.12.3", "pin-project", - "prost 0.11.9", - "prost-build", - "quinn", + "prost 0.12.6", + "prost-build 0.11.9", + "quinn 0.9.4", "rand 0.8.5", "rcgen", "ring 0.16.20", @@ -5867,7 +5743,7 @@ dependencies = [ "simple-dns", "smallvec", "snow", - "socket2 0.5.6", + "socket2 0.5.7", "static_assertions", "str0m", "thiserror", @@ -5876,22 +5752,22 @@ dependencies = [ "tokio-tungstenite", "tokio-util", "tracing", - "trust-dns-resolver 0.23.2", + "trust-dns-resolver", "uint", - "unsigned-varint", + "unsigned-varint 0.8.0", "url", "webpki", - "x25519-dalek 2.0.1", - "x509-parser 0.15.1", + "x25519-dalek", + "x509-parser 0.16.0", "yasna", "zeroize", ] [[package]] name = "lock_api" -version = "0.4.11" +version = "0.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45" +checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" dependencies = [ "autocfg", "scopeguard", @@ -5899,24 +5775,24 @@ dependencies = [ [[package]] name = "log" -version = "0.4.21" +version = "0.4.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" +checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] name = "lru" -version = "0.10.1" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "718e8fae447df0c7e1ba7f5189829e63fd536945c8988d61444c19039f16b670" -dependencies = [ - "hashbrown 0.13.2", -] +checksum = "a4a83fb7698b3643a0e34f9ae6f2e8f0178c0fd42f8b59d493aa271ff3a5bf21" [[package]] name = "lru" -version = "0.11.1" +version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4a83fb7698b3643a0e34f9ae6f2e8f0178c0fd42f8b59d493aa271ff3a5bf21" +checksum = "37ee39891760e7d94734f6f63fedc29a2e4a152f836120753a72503f09fcf904" +dependencies = [ + "hashbrown 0.14.5", +] [[package]] name = "lru-cache" @@ -5929,9 +5805,9 @@ dependencies = [ [[package]] name = "lz4" -version = "1.24.0" +version = "1.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1" +checksum = "958b4caa893816eea05507c20cfe47574a43d9a697138a7872990bba8a0ece68" dependencies = [ "libc", "lz4-sys", @@ -5939,9 +5815,9 @@ dependencies = [ [[package]] name = "lz4-sys" -version = "1.9.4" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900" +checksum = "109de74d5d2353660401699a4174a4ff23fcc649caf553df71933c7fb45ad868" dependencies = [ "cc", "libc", @@ -5958,50 +5834,50 @@ dependencies = [ [[package]] name = "macro_magic" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e03844fc635e92f3a0067e25fa4bf3e3dbf3f2927bf3aa01bb7bc8f1c428949d" +checksum = "cc33f9f0351468d26fbc53d9ce00a096c8522ecb42f19b50f34f2c422f76d21d" dependencies = [ "macro_magic_core", "macro_magic_macros", "quote", - "syn 2.0.66", + "syn 2.0.76", ] [[package]] name = "macro_magic_core" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "468155613a44cfd825f1fb0ffa532b018253920d404e6fca1e8d43155198a46d" +checksum = "1687dc887e42f352865a393acae7cf79d98fab6351cde1f58e9e057da89bf150" dependencies = [ "const-random", - "derive-syn-parse 0.1.5", + "derive-syn-parse", "macro_magic_core_macros", "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.76", ] [[package]] name = "macro_magic_core_macros" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ea73aa640dc01d62a590d48c0c3521ed739d53b27f919b25c3551e233481654" +checksum = "b02abfe41815b5bd98dbd4260173db2c116dda171dc0fe7838cb206333b83308" dependencies = [ "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.76", ] [[package]] name = "macro_magic_macros" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef9d79ae96aaba821963320eb2b6e34d17df1e5a83d8a1985c29cc5be59577b3" +checksum = "73ea28ee64b88876bf45277ed9a5817c1817df061a74f2b988971a12570e5869" dependencies = [ "macro_magic_core", "quote", - "syn 2.0.66", + "syn 2.0.76", ] [[package]] @@ -6011,7 +5887,7 @@ dependencies = [ "cumulus-primitives-core", "flume 0.10.14", "futures 0.3.30", - "hex-literal 0.3.4", + "hex-literal 0.4.1", "jsonrpsee", "parity-scale-codec", "staging-xcm", @@ -6048,9 +5924,9 @@ checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" [[package]] name = "matrixmultiply" -version = "0.3.8" +version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7574c1cf36da4798ab73da5b215bbf444f50718207754cb522201d78d1cd0ff2" +checksum = "9380b911e3e96d10c1f415da0876389aaf1b56759054eeb0de7df940c456ba1a" dependencies = [ "autocfg", "rawpointer", @@ -6058,9 +5934,9 @@ dependencies = [ [[package]] name = "memchr" -version = "2.7.2" +version = "2.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d" +checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" [[package]] name = "memfd" @@ -6068,7 +5944,7 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64" dependencies = [ - "rustix 0.38.32", + "rustix 0.38.35", ] [[package]] @@ -6089,15 +5965,6 @@ dependencies = [ "libc", ] -[[package]] -name = "memoffset" -version = "0.6.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" -dependencies = [ - "autocfg", -] - [[package]] name = "memoffset" version = "0.8.0" @@ -6113,7 +5980,7 @@ version = "0.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "808b50db46293432a45e63bc15ea51e0ab4c0a1647b8eb114e31a3e698dd6fbe" dependencies = [ - "hash-db 0.16.0", + "hash-db", ] [[package]] @@ -6122,7 +5989,7 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f313fcff1d2a4bcaa2deeaa00bf7530d77d5f7bd0467a117dde2e29a75a7a17a" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "blake3", "frame-metadata", "parity-scale-codec", @@ -6161,22 +6028,23 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" [[package]] name = "miniz_oxide" -version = "0.7.2" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7" +checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08" dependencies = [ "adler", ] [[package]] name = "mio" -version = "0.8.11" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" +checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec" dependencies = [ + "hermit-abi 0.3.9", "libc", "wasi 0.11.0+wasi-snapshot-preview1", - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] @@ -6186,11 +6054,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "daa3eb39495d8e2e2947a1d862852c90cc6a4a8845f8b41c8829cb9fcc047f4a" dependencies = [ "arrayref", - "arrayvec 0.7.4", + "arrayvec 0.7.6", "bitflags 1.3.2", "blake2 0.10.6", "c2-chacha", - "curve25519-dalek 4.1.2", + "curve25519-dalek", "either", "hashlink", "lioness", @@ -6199,15 +6067,15 @@ dependencies = [ "rand 0.8.5", "rand_chacha 0.3.1", "rand_distr", - "subtle 2.5.0", + "subtle 2.6.1", "thiserror", "zeroize", ] [[package]] name = "mmr-gadget" -version = "29.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "39.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "futures 0.3.30", "log", @@ -6225,8 +6093,8 @@ dependencies = [ [[package]] name = "mmr-rpc" -version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -6264,7 +6132,7 @@ dependencies = [ "fragile", "lazy_static", "mockall_derive 0.12.1", - "predicates 3.1.0", + "predicates 3.1.2", "predicates-tree", ] @@ -6289,7 +6157,7 @@ dependencies = [ "cfg-if", "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.76", ] [[package]] @@ -6321,7 +6189,7 @@ dependencies = [ "frame-system-rpc-runtime-api", "frame-try-runtime", "hex", - "hex-literal 0.3.4", + "hex-literal 0.4.1", "log", "moonbeam-core-primitives", "moonbeam-evm-tracer", @@ -6444,12 +6312,12 @@ dependencies = [ "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", - "strum 0.24.1", + "strum 0.26.3", "strum_macros 0.24.3", "substrate-wasm-builder", - "xcm-runtime-apis", "xcm-primitives 0.1.0", "xcm-primitives 0.1.1", + "xcm-runtime-apis", "xcm-simulator", ] @@ -6462,7 +6330,7 @@ dependencies = [ "hex", "moonbeam-cli", "moonbeam-service", - "nix 0.23.2", + "nix 0.28.0", "pallet-xcm", "serde", "serde_json", @@ -6543,7 +6411,7 @@ version = "0.1.1" dependencies = [ "account", "fp-self-contained", - "hex-literal 0.3.4", + "hex-literal 0.4.1", "sp-core", "sp-runtime", ] @@ -6686,7 +6554,7 @@ dependencies = [ "fc-storage", "fp-rpc", "futures 0.3.30", - "hex-literal 0.3.4", + "hex-literal 0.4.1", "jsonrpsee", "moonbeam-client-evm-tracing", "moonbeam-rpc-core-debug", @@ -6819,7 +6687,7 @@ dependencies = [ "frame-system-rpc-runtime-api", "frame-try-runtime", "hex", - "hex-literal 0.3.4", + "hex-literal 0.4.1", "log", "moonbeam-core-primitives", "moonbeam-evm-tracer", @@ -6936,12 +6804,12 @@ dependencies = [ "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", - "strum 0.24.1", + "strum 0.26.3", "strum_macros 0.24.3", "substrate-wasm-builder", - "xcm-runtime-apis", "xcm-primitives 0.1.0", "xcm-primitives 0.1.1", + "xcm-runtime-apis", "xcm-simulator", ] @@ -7010,8 +6878,8 @@ dependencies = [ "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", - "xcm-runtime-apis", "xcm-primitives 0.1.1", + "xcm-runtime-apis", ] [[package]] @@ -7053,7 +6921,7 @@ dependencies = [ "frame-benchmarking-cli", "frame-system-rpc-runtime-api", "futures 0.3.30", - "hex-literal 0.3.4", + "hex-literal 0.4.1", "jsonrpsee", "libsecp256k1", "log", @@ -7076,7 +6944,7 @@ dependencies = [ "moonriver-runtime", "nimbus-consensus", "nimbus-primitives", - "nix 0.23.2", + "nix 0.28.0", "pallet-author-inherent", "pallet-ethereum", "pallet-parachain-staking", @@ -7146,7 +7014,7 @@ dependencies = [ "tempfile", "tiny-bip39", "tokio", - "trie-root 0.15.2", + "trie-root", "xcm-runtime-apis", ] @@ -7228,7 +7096,7 @@ dependencies = [ "frame-system-rpc-runtime-api", "frame-try-runtime", "hex", - "hex-literal 0.3.4", + "hex-literal 0.4.1", "log", "moonbeam-core-primitives", "moonbeam-evm-tracer", @@ -7346,12 +7214,12 @@ dependencies = [ "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", - "strum 0.24.1", + "strum 0.26.3", "strum_macros 0.24.3", "substrate-wasm-builder", - "xcm-runtime-apis", "xcm-primitives 0.1.0", "xcm-primitives 0.1.1", + "xcm-runtime-apis", "xcm-simulator", ] @@ -7370,7 +7238,26 @@ dependencies = [ "percent-encoding", "serde", "static_assertions", - "unsigned-varint", + "unsigned-varint 0.7.2", + "url", +] + +[[package]] +name = "multiaddr" +version = "0.18.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b852bc02a2da5feed68cd14fa50d0774b92790a5bdbfa932a813926c8472070" +dependencies = [ + "arrayref", + "byteorder", + "data-encoding", + "libp2p-identity", + "multibase", + "multihash 0.19.1", + "percent-encoding", + "serde", + "static_assertions", + "unsigned-varint 0.7.2", "url", ] @@ -7396,96 +7283,51 @@ dependencies = [ "blake3", "core2", "digest 0.10.7", - "multihash-derive 0.8.0", + "multihash-derive", "sha2 0.10.8", "sha3", - "unsigned-varint", + "unsigned-varint 0.7.2", ] [[package]] name = "multihash" version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfd8a792c1694c6da4f68db0a9d707c72bd260994da179e6030a5dcee00bb815" -dependencies = [ - "blake2b_simd", - "blake2s_simd", - "blake3", - "core2", - "digest 0.10.7", - "multihash-derive 0.8.0", - "sha2 0.10.8", - "sha3", - "unsigned-varint", -] - -[[package]] -name = "multihash" -version = "0.19.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "076d548d76a0e2a0d4ab471d0b1c36c577786dfc4471242035d97a12a735c492" -dependencies = [ - "core2", - "unsigned-varint", -] - -[[package]] -name = "multihash-codetable" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6d815ecb3c8238d00647f8630ede7060a642c9f704761cd6082cb4028af6935" -dependencies = [ - "blake2b_simd", - "blake2s_simd", - "blake3", - "core2", - "digest 0.10.7", - "multihash-derive 0.9.0", - "ripemd", - "serde", - "sha1", - "sha2 0.10.8", - "sha3", - "strobe-rs", -] - -[[package]] -name = "multihash-derive" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc076939022111618a5026d3be019fd8b366e76314538ff9a1b59ffbcbf98bcd" +checksum = "cfd8a792c1694c6da4f68db0a9d707c72bd260994da179e6030a5dcee00bb815" dependencies = [ - "proc-macro-crate 1.3.1", - "proc-macro-error", - "proc-macro2", - "quote", - "syn 1.0.109", - "synstructure", + "blake2b_simd", + "blake2s_simd", + "blake3", + "core2", + "digest 0.10.7", + "multihash-derive", + "sha2 0.10.8", + "sha3", + "unsigned-varint 0.7.2", ] [[package]] -name = "multihash-derive" -version = "0.9.0" +name = "multihash" +version = "0.19.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "890e72cb7396cb99ed98c1246a97b243cc16394470d94e0bc8b0c2c11d84290e" +checksum = "076d548d76a0e2a0d4ab471d0b1c36c577786dfc4471242035d97a12a735c492" dependencies = [ "core2", - "multihash 0.19.1", - "multihash-derive-impl", + "unsigned-varint 0.7.2", ] [[package]] -name = "multihash-derive-impl" -version = "0.1.0" +name = "multihash-derive" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d38685e08adb338659871ecfc6ee47ba9b22dcc8abcf6975d379cc49145c3040" +checksum = "1d6d4752e6230d8ef7adf7bd5d8c4b1f6561c1014c5ba9a37445ccefe18aa1db" dependencies = [ - "proc-macro-crate 1.3.1", + "proc-macro-crate 1.1.3", "proc-macro-error", "proc-macro2", "quote", "syn 1.0.109", - "synstructure", + "synstructure 0.12.6", ] [[package]] @@ -7494,25 +7336,31 @@ version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a" +[[package]] +name = "multimap" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03" + [[package]] name = "multistream-select" -version = "0.12.1" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8552ab875c1313b97b8d20cb857b9fd63e2d1d6a0a1b53ce9821e575405f27a" +checksum = "ea0df8e5eec2298a62b326ee4f0d7fe1a6b90a09dfcf9df37b38f947a8c42f19" dependencies = [ "bytes", "futures 0.3.30", "log", "pin-project", "smallvec", - "unsigned-varint", + "unsigned-varint 0.7.2", ] [[package]] name = "nalgebra" -version = "0.32.5" +version = "0.32.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ea4908d4f23254adda3daa60ffef0f1ac7b8c3e9a864cf3cc154b251908a2ef" +checksum = "7b5c17de023a86f59ed79891b2e5d5a94c705dbe904a5b5c9c952ea6221b03e4" dependencies = [ "approx", "matrixmultiply", @@ -7526,13 +7374,13 @@ dependencies = [ [[package]] name = "nalgebra-macros" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91761aed67d03ad966ef783ae962ef9bbaca728d2dd7ceb7939ec110fffad998" +checksum = "254a5372af8fc138e36684761d3c0cdb758a4410e938babcff1c860ce14ddbfc" dependencies = [ "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.76", ] [[package]] @@ -7550,16 +7398,15 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3" dependencies = [ - "getrandom 0.2.14", + "getrandom 0.2.15", ] [[package]] name = "native-tls" -version = "0.2.11" +version = "0.2.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" +checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466" dependencies = [ - "lazy_static", "libc", "log", "openssl", @@ -7652,7 +7499,7 @@ dependencies = [ [[package]] name = "nimbus-consensus" version = "0.9.0" -source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-v1.11.0#509c4f44bb49dab0d3dda640a936ac047e109972" +source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" dependencies = [ "async-backing-primitives", "async-trait", @@ -7692,7 +7539,7 @@ dependencies = [ [[package]] name = "nimbus-primitives" version = "0.9.0" -source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-v1.11.0#509c4f44bb49dab0d3dda640a936ac047e109972" +source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" dependencies = [ "async-trait", "frame-benchmarking", @@ -7707,19 +7554,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "nix" -version = "0.23.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f3790c00a0150112de0f4cd161e3d7fc4b2d8a5542ffc35f099a2562aecb35c" -dependencies = [ - "bitflags 1.3.2", - "cc", - "cfg-if", - "libc", - "memoffset 0.6.5", -] - [[package]] name = "nix" version = "0.24.3" @@ -7733,12 +7567,13 @@ dependencies = [ [[package]] name = "nix" -version = "0.27.1" +version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053" +checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", "cfg-if", + "cfg_aliases", "libc", ] @@ -7776,6 +7611,12 @@ dependencies = [ "minimal-lexical", ] +[[package]] +name = "nonempty" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e9e591e719385e6ebaeb5ce5d3887f7d5676fceca6411d1925ccc95745f3d6f7" + [[package]] name = "nonzero_ext" version = "0.3.0" @@ -7814,9 +7655,9 @@ dependencies = [ [[package]] name = "num-bigint" -version = "0.4.5" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c165a9ab64cf766f73521c0dd2cfdff64f488b8f0b3e621face3462d3db536d7" +checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" dependencies = [ "num-integer", "num-traits", @@ -7843,7 +7684,7 @@ version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3" dependencies = [ - "arrayvec 0.7.4", + "arrayvec 0.7.6", "itoa", ] @@ -7894,7 +7735,7 @@ version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" dependencies = [ - "hermit-abi", + "hermit-abi 0.3.9", "libc", ] @@ -7909,11 +7750,11 @@ dependencies = [ [[package]] name = "num_enum" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02339744ee7253741199f897151b38e72257d13802d4ee837285cc2990a90845" +checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179" dependencies = [ - "num_enum_derive 0.7.2", + "num_enum_derive 0.7.3", ] [[package]] @@ -7929,14 +7770,14 @@ dependencies = [ [[package]] name = "num_enum_derive" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "681030a937600a36906c185595136d26abfebb4aa9c65701cefcaf8578bb982b" +checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56" dependencies = [ - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.76", ] [[package]] @@ -7960,13 +7801,31 @@ dependencies = [ "memchr", ] +[[package]] +name = "object" +version = "0.36.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "27b64972346851a39438c60b341ebc01bba47464ae329e55cf343eb93964efd9" +dependencies = [ + "memchr", +] + [[package]] name = "oid-registry" version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9bedf36ffb6ba96c2eb7144ef6270557b52e54b20c0a8e1eb2ff99a6c6959bff" dependencies = [ - "asn1-rs", + "asn1-rs 0.5.2", +] + +[[package]] +name = "oid-registry" +version = "0.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a8d8034d9489cdaf79228eb9f6a3b8d7bb32ba00d6645ebd48eef4077ceb5bd9" +dependencies = [ + "asn1-rs 0.6.2", ] [[package]] @@ -7989,11 +7848,11 @@ checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" [[package]] name = "openssl" -version = "0.10.64" +version = "0.10.66" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f" +checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", "cfg-if", "foreign-types", "libc", @@ -8010,7 +7869,7 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.76", ] [[package]] @@ -8021,18 +7880,18 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" [[package]] name = "openssl-src" -version = "300.3.0+3.3.0" +version = "300.3.1+3.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eba8804a1c5765b18c4b3f907e6897ebabeedebc9830e1a0046c4a4cf44663e1" +checksum = "7259953d42a81bf137fbbd73bd30a8e1914d6dce43c2b90ed575783a22608b91" dependencies = [ "cc", ] [[package]] name = "openssl-sys" -version = "0.9.102" +version = "0.9.103" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2" +checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6" dependencies = [ "cc", "libc", @@ -8049,9 +7908,9 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "orchestra" -version = "0.3.5" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2356622ffdfe72362a45a1e5e87bb113b8327e596e39b91f11f0ef4395c8da79" +checksum = "41f6bbacc8c189a3f2e45e0fd0436e5d97f194db888e721bdbc3973e7dbed4c2" dependencies = [ "async-trait", "dyn-clonable", @@ -8066,15 +7925,15 @@ dependencies = [ [[package]] name = "orchestra-proc-macro" -version = "0.3.5" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eedb646674596266dc9bb2b5c7eea7c36b32ecc7777eba0d510196972d72c4fd" +checksum = "f7b1d40dd8f367db3c65bec8d3dd47d4a604ee8874480738f93191bddab4e0e0" dependencies = [ - "expander 2.0.0", - "indexmap 2.2.6", + "expander", + "indexmap 2.4.0", "itertools 0.11.0", "petgraph", - "proc-macro-crate 1.3.1", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", "syn 1.0.109", @@ -8091,8 +7950,8 @@ dependencies = [ [[package]] name = "orml-traits" -version = "0.10.0" -source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=moonbeam-polkadot-v1.11.0#b86bc7dda8cc59e57c8b5dcfa813ebdbf76bee0e" +version = "1.0.0" +source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=moonbeam-polkadot-stable2407#c8803cb5a000f13504d567440965e1682ea9534d" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -8111,8 +7970,8 @@ dependencies = [ [[package]] name = "orml-utilities" -version = "0.10.0" -source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=moonbeam-polkadot-v1.11.0#b86bc7dda8cc59e57c8b5dcfa813ebdbf76bee0e" +version = "1.0.0" +source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=moonbeam-polkadot-stable2407#c8803cb5a000f13504d567440965e1682ea9534d" dependencies = [ "frame-support", "parity-scale-codec", @@ -8126,8 +7985,8 @@ dependencies = [ [[package]] name = "orml-xcm-support" -version = "0.10.0" -source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=moonbeam-polkadot-v1.11.0#b86bc7dda8cc59e57c8b5dcfa813ebdbf76bee0e" +version = "1.0.0" +source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=moonbeam-polkadot-stable2407#c8803cb5a000f13504d567440965e1682ea9534d" dependencies = [ "frame-support", "orml-traits", @@ -8140,8 +7999,8 @@ dependencies = [ [[package]] name = "orml-xtokens" -version = "0.10.0" -source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=moonbeam-polkadot-v1.11.0#b86bc7dda8cc59e57c8b5dcfa813ebdbf76bee0e" +version = "1.0.0" +source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=moonbeam-polkadot-stable2407#c8803cb5a000f13504d567440965e1682ea9534d" dependencies = [ "frame-support", "frame-system", @@ -8179,8 +8038,8 @@ dependencies = [ [[package]] name = "pallet-asset-conversion" -version = "10.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "19.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "frame-benchmarking", "frame-support", @@ -8193,7 +8052,6 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std", ] [[package]] @@ -8218,8 +8076,8 @@ dependencies = [ [[package]] name = "pallet-asset-rate" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "16.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "frame-benchmarking", "frame-support", @@ -8228,13 +8086,12 @@ dependencies = [ "scale-info", "sp-core", "sp-runtime", - "sp-std", ] [[package]] name = "pallet-asset-tx-payment" -version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "frame-benchmarking", "frame-support", @@ -8246,29 +8103,28 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std", ] [[package]] name = "pallet-assets" -version = "29.1.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "39.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", + "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", "sp-core", "sp-runtime", - "sp-std", ] [[package]] name = "pallet-async-backing" version = "0.9.0" -source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-v1.11.0#509c4f44bb49dab0d3dda640a936ac047e109972" +source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-primitives-core", @@ -8288,7 +8144,7 @@ dependencies = [ [[package]] name = "pallet-author-inherent" version = "0.9.0" -source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-v1.11.0#509c4f44bb49dab0d3dda640a936ac047e109972" +source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" dependencies = [ "frame-benchmarking", "frame-support", @@ -8307,7 +8163,7 @@ dependencies = [ [[package]] name = "pallet-author-mapping" version = "2.0.5" -source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-v1.11.0#509c4f44bb49dab0d3dda640a936ac047e109972" +source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" dependencies = [ "frame-benchmarking", "frame-support", @@ -8326,7 +8182,7 @@ dependencies = [ [[package]] name = "pallet-author-slot-filter" version = "0.9.0" -source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-v1.11.0#509c4f44bb49dab0d3dda640a936ac047e109972" +source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" dependencies = [ "frame-benchmarking", "frame-support", @@ -8343,8 +8199,8 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" -version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "frame-support", "frame-system", @@ -8354,13 +8210,12 @@ dependencies = [ "sp-application-crypto", "sp-authority-discovery", "sp-runtime", - "sp-std", ] [[package]] name = "pallet-authorship" -version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "frame-support", "frame-system", @@ -8368,13 +8223,12 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std", ] [[package]] name = "pallet-babe" -version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "frame-benchmarking", "frame-support", @@ -8392,15 +8246,14 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std", ] [[package]] name = "pallet-bags-list" -version = "27.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "36.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "aquamarine 0.5.0", + "aquamarine", "docify", "frame-benchmarking", "frame-election-provider-support", @@ -8413,14 +8266,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std", "sp-tracing", ] [[package]] name = "pallet-balances" -version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "38.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "docify", "frame-benchmarking", @@ -8430,13 +8282,12 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std", ] [[package]] name = "pallet-beefy" -version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "38.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "frame-support", "frame-system", @@ -8450,15 +8301,14 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std", ] [[package]] name = "pallet-beefy-mmr" -version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "38.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "binary-merkle-tree", "frame-support", "frame-system", @@ -8475,13 +8325,12 @@ dependencies = [ "sp-io", "sp-runtime", "sp-state-machine", - "sp-std", ] [[package]] name = "pallet-bounties" -version = "27.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "36.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "frame-benchmarking", "frame-support", @@ -8493,13 +8342,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std", ] [[package]] name = "pallet-broker" -version = "0.6.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.16.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "bitvec", "frame-benchmarking", @@ -8512,13 +8360,12 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-runtime", - "sp-std", ] [[package]] name = "pallet-child-bounties" -version = "27.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "36.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "frame-benchmarking", "frame-support", @@ -8531,13 +8378,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std", ] [[package]] name = "pallet-collator-selection" -version = "9.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "18.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "frame-benchmarking", "frame-support", @@ -8551,13 +8397,12 @@ dependencies = [ "scale-info", "sp-runtime", "sp-staking", - "sp-std", ] [[package]] name = "pallet-collective" -version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "frame-benchmarking", "frame-support", @@ -8568,13 +8413,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std", ] [[package]] name = "pallet-conviction-voting" -version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "assert_matches", "frame-benchmarking", @@ -8585,15 +8429,14 @@ dependencies = [ "serde", "sp-io", "sp-runtime", - "sp-std", ] [[package]] name = "pallet-crowdloan-rewards" version = "0.6.0" -source = "git+https://github.com/moonbeam-foundation/crowdloan-rewards?branch=moonbeam-polkadot-v1.11.0#35d34816f5b4655d2192633d0d69531e4ed35f66" +source = "git+https://github.com/moonbeam-foundation/crowdloan-rewards?branch=moonbeam-polkadot-stable2407#3c0135e87804b7ba3efadb0d053086cca5e66b54" dependencies = [ - "ed25519-dalek 2.1.1", + "ed25519-dalek", "frame-benchmarking", "frame-support", "frame-system", @@ -8610,10 +8453,23 @@ dependencies = [ "sp-trie", ] +[[package]] +name = "pallet-delegated-staking" +version = "4.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +dependencies = [ + "frame-support", + "frame-system", + "parity-scale-codec", + "scale-info", + "sp-runtime", + "sp-staking", +] + [[package]] name = "pallet-democracy" -version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "frame-benchmarking", "frame-support", @@ -8625,13 +8481,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std", ] [[package]] name = "pallet-election-provider-multi-phase" -version = "27.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "36.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -8647,14 +8502,13 @@ dependencies = [ "sp-io", "sp-npos-elections", "sp-runtime", - "sp-std", - "strum 0.26.2", + "strum 0.26.3", ] [[package]] name = "pallet-election-provider-support-benchmarking" -version = "27.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "36.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -8662,13 +8516,12 @@ dependencies = [ "parity-scale-codec", "sp-npos-elections", "sp-runtime", - "sp-std", ] [[package]] name = "pallet-elections-phragmen" -version = "29.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "38.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "frame-benchmarking", "frame-support", @@ -8681,13 +8534,12 @@ dependencies = [ "sp-npos-elections", "sp-runtime", "sp-staking", - "sp-std", ] [[package]] name = "pallet-emergency-para-xcm" version = "0.1.0" -source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-v1.11.0#509c4f44bb49dab0d3dda640a936ac047e109972" +source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-primitives-core", @@ -8730,8 +8582,9 @@ dependencies = [ [[package]] name = "pallet-ethereum" version = "4.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-v1.11.0#45d16ae4c8b32e26fdab8353b704fd59ea0ddb8c" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ + "cumulus-primitives-storage-weight-reclaim", "environmental", "ethereum", "ethereum-types", @@ -8786,7 +8639,7 @@ dependencies = [ [[package]] name = "pallet-evm" version = "6.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-v1.11.0#45d16ae4c8b32e26fdab8353b704fd59ea0ddb8c" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ "environmental", "evm", @@ -8795,13 +8648,11 @@ dependencies = [ "frame-benchmarking", "frame-support", "frame-system", - "hash-db 0.16.0", - "hex", + "hash-db", "hex-literal 0.4.1", "impl-trait-for-tuples", "log", "parity-scale-codec", - "rlp", "scale-info", "sp-core", "sp-io", @@ -8811,7 +8662,7 @@ dependencies = [ [[package]] name = "pallet-evm-chain-id" version = "1.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-v1.11.0#45d16ae4c8b32e26fdab8353b704fd59ea0ddb8c" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ "frame-support", "frame-system", @@ -8827,7 +8678,7 @@ dependencies = [ "fp-evm", "frame-support", "frame-system", - "hex-literal 0.3.4", + "hex-literal 0.4.1", "log", "nimbus-primitives", "num_enum 0.5.11", @@ -8855,7 +8706,7 @@ dependencies = [ "fp-evm", "frame-support", "frame-system", - "hex-literal 0.3.4", + "hex-literal 0.4.1", "libsecp256k1", "log", "num_enum 0.5.11", @@ -8884,7 +8735,7 @@ dependencies = [ "fp-evm", "frame-support", "frame-system", - "hex-literal 0.3.4", + "hex-literal 0.4.1", "log", "num_enum 0.5.11", "pallet-balances", @@ -8906,7 +8757,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-blake2" version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-v1.11.0#45d16ae4c8b32e26fdab8353b704fd59ea0ddb8c" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ "fp-evm", ] @@ -8914,7 +8765,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-bn128" version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-v1.11.0#45d16ae4c8b32e26fdab8353b704fd59ea0ddb8c" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ "fp-evm", "sp-core", @@ -8930,7 +8781,7 @@ dependencies = [ "fp-evm", "frame-support", "frame-system", - "hex-literal 0.3.4", + "hex-literal 0.4.1", "libsecp256k1", "log", "num_enum 0.5.11", @@ -8960,7 +8811,7 @@ dependencies = [ "fp-evm", "frame-support", "frame-system", - "hex-literal 0.3.4", + "hex-literal 0.4.1", "log", "num_enum 0.5.11", "pallet-balances", @@ -8992,7 +8843,7 @@ dependencies = [ "fp-evm", "frame-support", "frame-system", - "hex-literal 0.3.4", + "hex-literal 0.4.1", "log", "num_enum 0.5.11", "pallet-balances", @@ -9046,7 +8897,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-dispatch" version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-v1.11.0#45d16ae4c8b32e26fdab8353b704fd59ea0ddb8c" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ "fp-evm", "frame-support", @@ -9067,7 +8918,7 @@ dependencies = [ "frame-support", "frame-system", "hex", - "hex-literal 0.3.4", + "hex-literal 0.4.1", "log", "num_enum 0.5.11", "orml-traits", @@ -9103,7 +8954,7 @@ dependencies = [ "frame-support", "frame-system", "hex", - "hex-literal 0.3.4", + "hex-literal 0.4.1", "log", "pallet-balances", "pallet-evm", @@ -9123,7 +8974,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-modexp" version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-v1.11.0#45d16ae4c8b32e26fdab8353b704fd59ea0ddb8c" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ "fp-evm", "num", @@ -9135,7 +8986,7 @@ version = "0.1.0" dependencies = [ "fp-evm", "frame-support", - "hex-literal 0.3.4", + "hex-literal 0.4.1", "p256", "precompile-utils", ] @@ -9175,7 +9026,7 @@ dependencies = [ "fp-evm", "frame-support", "frame-system", - "hex-literal 0.3.4", + "hex-literal 0.4.1", "log", "num_enum 0.5.11", "pallet-balances", @@ -9204,7 +9055,7 @@ dependencies = [ "fp-evm", "frame-support", "frame-system", - "hex-literal 0.3.4", + "hex-literal 0.4.1", "log", "num_enum 0.5.11", "pallet-balances", @@ -9231,7 +9082,7 @@ dependencies = [ "fp-evm", "frame-support", "frame-system", - "hex-literal 0.3.4", + "hex-literal 0.4.1", "log", "nimbus-primitives", "num_enum 0.5.11", @@ -9259,7 +9110,7 @@ dependencies = [ "fp-evm", "frame-support", "frame-system", - "hex-literal 0.3.4", + "hex-literal 0.4.1", "log", "num_enum 0.5.11", "pallet-balances", @@ -9288,7 +9139,7 @@ dependencies = [ "fp-evm", "frame-support", "frame-system", - "hex-literal 0.3.4", + "hex-literal 0.4.1", "log", "pallet-balances", "pallet-evm", @@ -9314,7 +9165,7 @@ dependencies = [ "fp-evm", "frame-support", "frame-system", - "hex-literal 0.3.4", + "hex-literal 0.4.1", "log", "num_enum 0.5.11", "orml-traits", @@ -9369,7 +9220,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-sha3fips" version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-v1.11.0#45d16ae4c8b32e26fdab8353b704fd59ea0ddb8c" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ "fp-evm", "tiny-keccak", @@ -9378,7 +9229,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-simple" version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-v1.11.0#45d16ae4c8b32e26fdab8353b704fd59ea0ddb8c" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ "fp-evm", "ripemd", @@ -9388,11 +9239,12 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-storage-cleaner" version = "0.1.0" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-v1.11.0#45d16ae4c8b32e26fdab8353b704fd59ea0ddb8c" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ "fp-evm", "frame-support", "frame-system", + "log", "pallet-evm", "parity-scale-codec", "precompile-utils", @@ -9403,7 +9255,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-xcm" version = "0.1.0" -source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-v1.11.0#509c4f44bb49dab0d3dda640a936ac047e109972" +source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" dependencies = [ "cumulus-primitives-core", "evm", @@ -9411,7 +9263,7 @@ dependencies = [ "frame-support", "frame-system", "log", - "num_enum 0.7.2", + "num_enum 0.7.3", "pallet-evm", "pallet-xcm", "precompile-utils", @@ -9534,7 +9386,7 @@ dependencies = [ "fp-evm", "frame-support", "frame-system", - "hex-literal 0.3.4", + "hex-literal 0.4.1", "libsecp256k1", "log", "num_enum 0.5.11", @@ -9557,8 +9409,8 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" -version = "27.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "36.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "docify", "frame-benchmarking", @@ -9571,13 +9423,12 @@ dependencies = [ "sp-io", "sp-runtime", "sp-staking", - "sp-std", ] [[package]] name = "pallet-grandpa" -version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "frame-benchmarking", "frame-support", @@ -9594,13 +9445,12 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std", ] [[package]] name = "pallet-identity" -version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "enumflags2", "frame-benchmarking", @@ -9617,8 +9467,8 @@ dependencies = [ [[package]] name = "pallet-im-online" -version = "27.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "36.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "frame-benchmarking", "frame-support", @@ -9632,13 +9482,12 @@ dependencies = [ "sp-io", "sp-runtime", "sp-staking", - "sp-std", ] [[package]] name = "pallet-indices" -version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "frame-benchmarking", "frame-support", @@ -9649,13 +9498,12 @@ dependencies = [ "sp-io", "sp-keyring", "sp-runtime", - "sp-std", ] [[package]] name = "pallet-maintenance-mode" version = "0.1.0" -source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-v1.11.0#509c4f44bb49dab0d3dda640a936ac047e109972" +source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -9670,8 +9518,8 @@ dependencies = [ [[package]] name = "pallet-membership" -version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "frame-benchmarking", "frame-support", @@ -9682,13 +9530,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std", ] [[package]] name = "pallet-message-queue" -version = "31.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "40.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "environmental", "frame-benchmarking", @@ -9701,14 +9548,13 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std", "sp-weights", ] [[package]] name = "pallet-migrations" version = "0.1.0" -source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-v1.11.0#509c4f44bb49dab0d3dda640a936ac047e109972" +source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" dependencies = [ "frame-benchmarking", "frame-support", @@ -9726,8 +9572,8 @@ dependencies = [ [[package]] name = "pallet-mmr" -version = "27.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "frame-benchmarking", "frame-support", @@ -9739,7 +9585,6 @@ dependencies = [ "sp-io", "sp-mmr-primitives", "sp-runtime", - "sp-std", ] [[package]] @@ -9810,8 +9655,8 @@ dependencies = [ [[package]] name = "pallet-multisig" -version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "frame-benchmarking", "frame-support", @@ -9821,13 +9666,12 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std", ] [[package]] name = "pallet-nis" -version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "frame-benchmarking", "frame-support", @@ -9837,13 +9681,12 @@ dependencies = [ "sp-arithmetic", "sp-core", "sp-runtime", - "sp-std", ] [[package]] name = "pallet-nomination-pools" -version = "25.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "34.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "frame-support", "frame-system", @@ -9855,20 +9698,20 @@ dependencies = [ "sp-io", "sp-runtime", "sp-staking", - "sp-std", "sp-tracing", ] [[package]] name = "pallet-nomination-pools-benchmarking" -version = "26.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "35.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "frame-benchmarking", "frame-election-provider-support", "frame-support", "frame-system", "pallet-bags-list", + "pallet-delegated-staking", "pallet-nomination-pools", "pallet-staking", "parity-scale-codec", @@ -9876,24 +9719,22 @@ dependencies = [ "sp-runtime", "sp-runtime-interface", "sp-staking", - "sp-std", ] [[package]] name = "pallet-nomination-pools-runtime-api" -version = "23.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "32.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", "sp-api", - "sp-std", ] [[package]] name = "pallet-offences" -version = "27.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "36.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "frame-support", "frame-system", @@ -9904,13 +9745,12 @@ dependencies = [ "serde", "sp-runtime", "sp-staking", - "sp-std", ] [[package]] name = "pallet-offences-benchmarking" -version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -9928,7 +9768,6 @@ dependencies = [ "scale-info", "sp-runtime", "sp-staking", - "sp-std", ] [[package]] @@ -9955,8 +9794,8 @@ dependencies = [ [[package]] name = "pallet-parameters" -version = "0.1.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.8.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "cumulus-primitives-storage-weight-reclaim", "docify", @@ -9969,7 +9808,6 @@ dependencies = [ "serde", "sp-core", "sp-runtime", - "sp-std", ] [[package]] @@ -9994,8 +9832,8 @@ dependencies = [ [[package]] name = "pallet-preimage" -version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "frame-benchmarking", "frame-support", @@ -10006,13 +9844,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std", ] [[package]] name = "pallet-proxy" -version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "frame-benchmarking", "frame-support", @@ -10021,7 +9858,6 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std", ] [[package]] @@ -10045,7 +9881,7 @@ dependencies = [ [[package]] name = "pallet-randomness" version = "0.1.0" -source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-v1.11.0#509c4f44bb49dab0d3dda640a936ac047e109972" +source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" dependencies = [ "environmental", "frame-benchmarking", @@ -10069,8 +9905,8 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" -version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "frame-benchmarking", "frame-support", @@ -10083,13 +9919,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std", ] [[package]] name = "pallet-recovery" -version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "frame-benchmarking", "frame-support", @@ -10098,13 +9933,12 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std", ] [[package]] name = "pallet-referenda" -version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "assert_matches", "frame-benchmarking", @@ -10117,13 +9951,12 @@ dependencies = [ "sp-arithmetic", "sp-io", "sp-runtime", - "sp-std", ] [[package]] name = "pallet-relay-storage-roots" version = "0.1.0" -source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-v1.11.0#509c4f44bb49dab0d3dda640a936ac047e109972" +source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" dependencies = [ "cumulus-pallet-parachain-system", "cumulus-primitives-core", @@ -10145,8 +9978,8 @@ dependencies = [ [[package]] name = "pallet-root-testing" -version = "4.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "13.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "frame-support", "frame-system", @@ -10155,13 +9988,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std", ] [[package]] name = "pallet-scheduler" -version = "29.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "38.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "docify", "frame-benchmarking", @@ -10172,14 +10004,13 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std", "sp-weights", ] [[package]] name = "pallet-session" -version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "frame-support", "frame-system", @@ -10194,14 +10025,13 @@ dependencies = [ "sp-session", "sp-staking", "sp-state-machine", - "sp-std", "sp-trie", ] [[package]] name = "pallet-session-benchmarking" -version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "frame-benchmarking", "frame-support", @@ -10212,31 +10042,29 @@ dependencies = [ "rand 0.8.5", "sp-runtime", "sp-session", - "sp-std", ] [[package]] name = "pallet-society" -version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "log", "parity-scale-codec", - "rand_chacha 0.2.2", + "rand_chacha 0.3.1", "scale-info", "sp-arithmetic", "sp-io", "sp-runtime", - "sp-std", ] [[package]] name = "pallet-staking" -version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -10246,31 +10074,30 @@ dependencies = [ "pallet-authorship", "pallet-session", "parity-scale-codec", - "rand_chacha 0.2.2", + "rand_chacha 0.3.1", "scale-info", "serde", "sp-application-crypto", "sp-io", "sp-runtime", "sp-staking", - "sp-std", ] [[package]] name = "pallet-staking-reward-curve" -version = "11.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "12.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.76", ] [[package]] name = "pallet-staking-reward-fn" -version = "19.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "22.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "log", "sp-arithmetic", @@ -10278,8 +10105,8 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" -version = "14.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "22.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "parity-scale-codec", "sp-api", @@ -10288,8 +10115,8 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" -version = "29.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "39.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "frame-benchmarking", "frame-support", @@ -10300,13 +10127,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std", ] [[package]] name = "pallet-sudo" -version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "docify", "frame-benchmarking", @@ -10316,13 +10142,12 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std", ] [[package]] name = "pallet-timestamp" -version = "27.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "36.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "docify", "frame-benchmarking", @@ -10334,15 +10159,14 @@ dependencies = [ "sp-inherents", "sp-io", "sp-runtime", - "sp-std", "sp-storage", "sp-timestamp", ] [[package]] name = "pallet-tips" -version = "27.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "36.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "frame-benchmarking", "frame-support", @@ -10355,13 +10179,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std", ] [[package]] name = "pallet-transaction-payment" -version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "frame-support", "frame-system", @@ -10371,13 +10194,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std", ] [[package]] name = "pallet-transaction-payment-rpc" -version = "30.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "40.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -10392,8 +10214,8 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" -version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -10404,8 +10226,8 @@ dependencies = [ [[package]] name = "pallet-treasury" -version = "27.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "36.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "docify", "frame-benchmarking", @@ -10418,13 +10240,12 @@ dependencies = [ "serde", "sp-core", "sp-runtime", - "sp-std", ] [[package]] name = "pallet-utility" -version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "frame-benchmarking", "frame-support", @@ -10434,13 +10255,12 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std", ] [[package]] name = "pallet-vesting" -version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "frame-benchmarking", "frame-support", @@ -10449,13 +10269,12 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std", ] [[package]] name = "pallet-whitelist" -version = "27.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "36.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "frame-benchmarking", "frame-support", @@ -10464,13 +10283,12 @@ dependencies = [ "scale-info", "sp-api", "sp-runtime", - "sp-std", ] [[package]] name = "pallet-xcm" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "16.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "bounded-collections", "frame-benchmarking", @@ -10484,7 +10302,6 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -10493,8 +10310,8 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "16.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "frame-benchmarking", "frame-support", @@ -10504,7 +10321,6 @@ dependencies = [ "scale-info", "sp-io", "sp-runtime", - "sp-std", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -10538,8 +10354,8 @@ dependencies = [ [[package]] name = "parachains-common" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-utility", @@ -10560,7 +10376,6 @@ dependencies = [ "sp-core", "sp-io", "sp-runtime", - "sp-std", "staging-parachain-info", "staging-xcm", "staging-xcm-executor", @@ -10603,11 +10418,11 @@ dependencies = [ [[package]] name = "parity-scale-codec" -version = "3.6.9" +version = "3.6.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "881331e34fa842a2fb61cc2db9643a8fedc615e47cfcc52597d1af0db9a7e8fe" +checksum = "306800abfa29c7f16596b5970a588435e3d5b3149683d00c12b699cc19f895ee" dependencies = [ - "arrayvec 0.7.4", + "arrayvec 0.7.6", "bitvec", "byte-slice-cast", "bytes", @@ -10618,22 +10433,16 @@ dependencies = [ [[package]] name = "parity-scale-codec-derive" -version = "3.6.9" +version = "3.6.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be30eaf4b0a9fba5336683b38de57bb86d179a35862ba6bfcf57625d006bde5b" +checksum = "d830939c76d294956402033aee57a6da7b438f2294eb94864c37b0569053a42c" dependencies = [ - "proc-macro-crate 2.0.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", "syn 1.0.109", ] -[[package]] -name = "parity-send-wrapper" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f" - [[package]] name = "parity-wasm" version = "0.45.0" @@ -10664,7 +10473,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" dependencies = [ "lock_api", - "parking_lot_core 0.9.9", + "parking_lot_core 0.9.10", ] [[package]] @@ -10683,15 +10492,15 @@ dependencies = [ [[package]] name = "parking_lot_core" -version = "0.9.9" +version = "0.9.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e" +checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" dependencies = [ "cfg-if", "libc", - "redox_syscall 0.4.1", + "redox_syscall 0.5.3", "smallvec", - "windows-targets 0.48.5", + "windows-targets 0.52.6", ] [[package]] @@ -10708,14 +10517,14 @@ checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166" dependencies = [ "base64ct", "rand_core 0.6.4", - "subtle 2.5.0", + "subtle 2.6.1", ] [[package]] name = "paste" -version = "1.0.14" +version = "1.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" +checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" [[package]] name = "pbkdf2" @@ -10760,9 +10569,9 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "pest" -version = "2.7.9" +version = "2.7.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "311fb059dee1a7b802f036316d790138c613a4e8b180c822e3925a662e9f0c95" +checksum = "cd53dff83f26735fdc1ca837098ccf133605d794cdae66acfc2bfac3ec809d95" dependencies = [ "memchr", "thiserror", @@ -10771,9 +10580,9 @@ dependencies = [ [[package]] name = "pest_derive" -version = "2.7.9" +version = "2.7.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f73541b156d32197eecda1a4014d7f868fd2bcb3c550d5386087cfba442bf69c" +checksum = "2a548d2beca6773b1c244554d36fcf8548a8a58e74156968211567250e48e49a" dependencies = [ "pest", "pest_generator", @@ -10781,22 +10590,22 @@ dependencies = [ [[package]] name = "pest_generator" -version = "2.7.9" +version = "2.7.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c35eeed0a3fab112f75165fdc026b3913f4183133f19b49be773ac9ea966e8bd" +checksum = "3c93a82e8d145725dcbaf44e5ea887c8a869efdcc28706df2d08c69e17077183" dependencies = [ "pest", "pest_meta", "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.76", ] [[package]] name = "pest_meta" -version = "2.7.9" +version = "2.7.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2adbf29bb9776f28caece835398781ab24435585fe0d4dc1374a61db5accedca" +checksum = "a941429fea7e08bedec25e4f6785b6ffaacc6b755da98df5ef3e7dcf4a124c4f" dependencies = [ "once_cell", "pest", @@ -10805,12 +10614,12 @@ dependencies = [ [[package]] name = "petgraph" -version = "0.6.4" +version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9" +checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" dependencies = [ "fixedbitset", - "indexmap 2.2.6", + "indexmap 2.4.0", ] [[package]] @@ -10830,15 +10639,9 @@ checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" dependencies = [ "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.76", ] -[[package]] -name = "pin-project-lite" -version = "0.1.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777" - [[package]] name = "pin-project-lite" version = "0.2.14" @@ -10853,12 +10656,12 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "piper" -version = "0.2.1" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4" +checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" dependencies = [ "atomic-waker", - "fastrand 2.0.2", + "fastrand 2.1.1", "futures-io", ] @@ -10878,21 +10681,15 @@ version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" -[[package]] -name = "platforms" -version = "3.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db23d408679286588f4d4644f965003d056e3dd5abcaaa938116871d7ce2fee7" - [[package]] name = "polkadot-approval-distribution" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "bitvec", "futures 0.3.30", "futures-timer", - "itertools 0.10.5", + "itertools 0.11.0", "polkadot-node-jaeger", "polkadot-node-metrics", "polkadot-node-network-protocol", @@ -10906,8 +10703,8 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "always-assert", "futures 0.3.30", @@ -10922,8 +10719,8 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "derive_more", "fatality", @@ -10936,6 +10733,7 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "rand 0.8.5", + "sc-network", "schnellru", "sp-core", "sp-keystore", @@ -10945,8 +10743,8 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "async-trait", "fatality", @@ -10966,10 +10764,20 @@ dependencies = [ "tracing-gum", ] +[[package]] +name = "polkadot-ckb-merkle-mountain-range" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4b44320e5f7ce2c18227537a3032ae5b2c476a7e8eddba45333e1011fc31b92" +dependencies = [ + "cfg-if", + "itertools 0.10.5", +] + [[package]] name = "polkadot-cli" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "cfg-if", "clap", @@ -10996,8 +10804,8 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "bitvec", "fatality", @@ -11018,26 +10826,25 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "15.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "parity-scale-codec", "scale-info", "sp-core", "sp-runtime", - "sp-std", ] [[package]] name = "polkadot-dispute-distribution" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "derive_more", "fatality", "futures 0.3.30", "futures-timer", - "indexmap 2.2.6", + "indexmap 2.4.0", "parity-scale-codec", "polkadot-erasure-coding", "polkadot-node-network-protocol", @@ -11055,8 +10862,8 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "15.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -11069,8 +10876,8 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "futures 0.3.30", "futures-timer", @@ -11091,8 +10898,8 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "always-assert", "async-trait", @@ -11114,8 +10921,8 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "futures 0.3.30", "parity-scale-codec", @@ -11132,14 +10939,14 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "bitvec", "derive_more", "futures 0.3.30", "futures-timer", - "itertools 0.10.5", + "itertools 0.11.0", "kvdb", "merlin", "parity-scale-codec", @@ -11165,8 +10972,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "bitvec", "futures 0.3.30", @@ -11187,8 +10994,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "bitvec", "fatality", @@ -11207,8 +11014,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "futures 0.3.30", "polkadot-node-subsystem", @@ -11222,8 +11029,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "async-trait", "futures 0.3.30", @@ -11243,8 +11050,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "futures 0.3.30", "polkadot-node-metrics", @@ -11257,8 +11064,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "futures 0.3.30", "futures-timer", @@ -11274,8 +11081,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "fatality", "futures 0.3.30", @@ -11293,8 +11100,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "async-trait", "futures 0.3.30", @@ -11310,8 +11117,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-prospective-parachains" -version = "6.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "16.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "bitvec", "fatality", @@ -11327,8 +11134,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "bitvec", "fatality", @@ -11345,11 +11152,11 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "always-assert", - "array-bytes 6.2.2", + "array-bytes", "blake3", "cfg-if", "futures 0.3.30", @@ -11374,8 +11181,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "futures 0.3.30", "polkadot-node-primitives", @@ -11390,14 +11197,14 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-common" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "15.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "cpu-time", "futures 0.3.30", "landlock", "libc", - "nix 0.27.1", + "nix 0.28.0", "parity-scale-codec", "polkadot-parachain-primitives", "polkadot-primitives", @@ -11416,8 +11223,8 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "futures 0.3.30", "polkadot-node-metrics", @@ -11431,8 +11238,8 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "lazy_static", "log", @@ -11450,8 +11257,8 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "bs58 0.5.1", "futures 0.3.30", @@ -11469,8 +11276,8 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -11488,15 +11295,15 @@ dependencies = [ "sc-network", "sc-network-types", "sp-runtime", - "strum 0.26.2", + "strum 0.26.3", "thiserror", "tracing-gum", ] [[package]] name = "polkadot-node-primitives" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "15.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "bitvec", "bounded-vec", @@ -11518,8 +11325,8 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -11528,12 +11335,13 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "async-trait", "bitvec", "derive_more", + "fatality", "futures 0.3.30", "orchestra", "polkadot-node-jaeger", @@ -11557,20 +11365,21 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "async-trait", "derive_more", "fatality", "futures 0.3.30", "futures-channel", - "itertools 0.10.5", + "itertools 0.11.0", "kvdb", "parity-db", "parity-scale-codec", "parking_lot 0.12.3", "pin-project", + "polkadot-erasure-coding", "polkadot-node-jaeger", "polkadot-node-metrics", "polkadot-node-network-protocol", @@ -11592,8 +11401,8 @@ dependencies = [ [[package]] name = "polkadot-overseer" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "async-trait", "futures 0.3.30", @@ -11614,8 +11423,8 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" -version = "6.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "14.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "bounded-collections", "derive_more", @@ -11625,14 +11434,13 @@ dependencies = [ "serde", "sp-core", "sp-runtime", - "sp-std", "sp-weights", ] [[package]] name = "polkadot-primitives" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "15.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "bitvec", "hex-literal 0.4.1", @@ -11653,13 +11461,12 @@ dependencies = [ "sp-keystore", "sp-runtime", "sp-staking", - "sp-std", ] [[package]] name = "polkadot-rpc" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "jsonrpsee", "mmr-rpc", @@ -11679,10 +11486,12 @@ dependencies = [ "sc-sync-state-rpc", "sc-transaction-pool-api", "sp-api", + "sp-application-crypto", "sp-block-builder", "sp-blockchain", "sp-consensus", "sp-consensus-babe", + "sp-consensus-beefy", "sp-keystore", "sp-runtime", "substrate-frame-rpc-system", @@ -11691,8 +11500,8 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "16.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "bitvec", "frame-benchmarking", @@ -11733,7 +11542,6 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -11742,21 +11550,20 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "16.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "bs58 0.5.1", "frame-benchmarking", "parity-scale-codec", "polkadot-primitives", - "sp-std", "sp-tracing", ] [[package]] name = "polkadot-runtime-parachains" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "16.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "bitflags 1.3.2", "bitvec", @@ -11783,7 +11590,6 @@ dependencies = [ "polkadot-runtime-metrics", "rand 0.8.5", "rand_chacha 0.3.1", - "rustc-hex", "scale-info", "serde", "sp-api", @@ -11796,7 +11602,6 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std", "staging-xcm", "staging-xcm-executor", "static_assertions", @@ -11804,8 +11609,8 @@ dependencies = [ [[package]] name = "polkadot-service" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "async-trait", "bitvec", @@ -11926,15 +11731,15 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "arrayvec 0.7.4", + "arrayvec 0.7.6", "bitvec", "fatality", "futures 0.3.30", "futures-timer", - "indexmap 2.2.6", + "indexmap 2.4.0", "parity-scale-codec", "polkadot-node-network-protocol", "polkadot-node-primitives", @@ -11949,8 +11754,8 @@ dependencies = [ [[package]] name = "polkadot-statement-table" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "15.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -12007,7 +11812,7 @@ dependencies = [ "polkavm-common", "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.76", ] [[package]] @@ -12017,7 +11822,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ba81f7b5faac81e528eb6158a6f3c9e0bb1008e0ffa19653bc8dea925ecb429" dependencies = [ "polkavm-derive-impl", - "syn 2.0.66", + "syn 2.0.76", ] [[package]] @@ -12027,7 +11832,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c7be503e60cf56c0eb785f90aaba4b583b36bff00e93997d93fef97f9553c39" dependencies = [ "gimli 0.28.1", - "hashbrown 0.14.3", + "hashbrown 0.14.5", "log", "object 0.32.2", "polkavm-common", @@ -12053,23 +11858,23 @@ dependencies = [ "concurrent-queue", "libc", "log", - "pin-project-lite 0.2.14", + "pin-project-lite", "windows-sys 0.48.0", ] [[package]] name = "polling" -version = "3.6.0" +version = "3.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0c976a60b2d7e99d6f229e414670a9b85d13ac305cc6d1e9c134de58c5aaaf6" +checksum = "cc2790cd301dec6cd3b7a025e4815cf825724a51c98dccfe6a3e55f05ffb6511" dependencies = [ "cfg-if", "concurrent-queue", - "hermit-abi", - "pin-project-lite 0.2.14", - "rustix 0.38.32", + "hermit-abi 0.4.0", + "pin-project-lite", + "rustix 0.38.35", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -12097,9 +11902,9 @@ dependencies = [ [[package]] name = "portable-atomic" -version = "1.6.0" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0" +checksum = "da544ee218f0d287a911e9c99a39a8c9bc8fcad3cb8db5959940044ecfc67265" [[package]] name = "powerfmt" @@ -12109,9 +11914,12 @@ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" [[package]] name = "ppv-lite86" -version = "0.2.17" +version = "0.2.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" +checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" +dependencies = [ + "zerocopy", +] [[package]] name = "precompile-foreign-asset-migrator" @@ -12122,7 +11930,7 @@ dependencies = [ "fp-evm", "frame-support", "frame-system", - "hex-literal 0.3.4", + "hex-literal 0.4.1", "libsecp256k1", "log", "num_enum 0.5.11", @@ -12149,7 +11957,7 @@ dependencies = [ [[package]] name = "precompile-utils" version = "0.1.0" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-v1.11.0#45d16ae4c8b32e26fdab8353b704fd59ea0ddb8c" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ "derive_more", "environmental", @@ -12161,7 +11969,7 @@ dependencies = [ "hex-literal 0.4.1", "impl-trait-for-tuples", "log", - "num_enum 0.7.2", + "num_enum 0.7.3", "pallet-evm", "parity-scale-codec", "precompile-utils-macro", @@ -12178,11 +11986,11 @@ dependencies = [ [[package]] name = "precompile-utils-macro" version = "0.1.0" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-v1.11.0#45d16ae4c8b32e26fdab8353b704fd59ea0ddb8c" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ "case", - "num_enum 0.7.2", - "prettyplease 0.2.20", + "num_enum 0.7.3", + "prettyplease 0.2.22", "proc-macro2", "quote", "sp-crypto-hashing", @@ -12205,9 +12013,9 @@ dependencies = [ [[package]] name = "predicates" -version = "3.1.0" +version = "3.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68b87bfd4605926cdfefc1c3b5f8fe560e3feca9d5552cf68c466d3d8236c7e8" +checksum = "7e9086cc7640c29a356d1a29fd134380bee9d8f79a17410aa76e7ad295f42c97" dependencies = [ "anstyle", "difflib", @@ -12216,15 +12024,15 @@ dependencies = [ [[package]] name = "predicates-core" -version = "1.0.6" +version = "1.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174" +checksum = "ae8177bee8e75d6846599c6b9ff679ed51e882816914eec639944d7c9aa11931" [[package]] name = "predicates-tree" -version = "1.0.9" +version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf" +checksum = "41b740d195ed3166cd147c8047ec98db0e22ec019eb8eeb76d343b795304fb13" dependencies = [ "predicates-core", "termtree", @@ -12242,12 +12050,12 @@ dependencies = [ [[package]] name = "prettyplease" -version = "0.2.20" +version = "0.2.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f12335488a2f3b0a83b14edad48dca9879ce89b2edd10e80237e4e852dd645e" +checksum = "479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba" dependencies = [ "proc-macro2", - "syn 2.0.66", + "syn 2.0.76", ] [[package]] @@ -12268,7 +12076,7 @@ dependencies = [ "fixed-hash", "impl-codec", "impl-rlp", - "impl-serde 0.4.0", + "impl-serde", "scale-info", "uint", ] @@ -12291,30 +12099,21 @@ dependencies = [ [[package]] name = "proc-macro-crate" -version = "1.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" -dependencies = [ - "once_cell", - "toml_edit 0.19.15", -] - -[[package]] -name = "proc-macro-crate" -version = "2.0.0" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e8366a6159044a37876a2b9817124296703c586a5c92e2c53751fa06d8d43e8" +checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a" dependencies = [ - "toml_edit 0.20.7", + "thiserror", + "toml 0.5.11", ] [[package]] name = "proc-macro-crate" -version = "3.1.0" +version = "3.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284" +checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b" dependencies = [ - "toml_edit 0.21.1", + "toml_edit", ] [[package]] @@ -12341,6 +12140,17 @@ dependencies = [ "version_check", ] +[[package]] +name = "proc-macro-warning" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3d1eaa7fa0aa1929ffdf7eeb6eac234dde6268914a14ad44d23521ab6a9b258e" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.76", +] + [[package]] name = "proc-macro-warning" version = "1.0.2" @@ -12349,14 +12159,14 @@ checksum = "834da187cfe638ae8abb0203f0b33e5ccdb02a28e7199f2f47b3e2754f50edca" dependencies = [ "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.76", ] [[package]] name = "proc-macro2" -version = "1.0.85" +version = "1.0.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22244ce15aa966053a896d1accb3a6e68469b97c7f33f284b99f0d576879fc23" +checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" dependencies = [ "unicode-ident", ] @@ -12377,9 +12187,9 @@ dependencies = [ [[package]] name = "prometheus-client" -version = "0.19.0" +version = "0.21.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d6fa99d535dd930d1249e6c79cb3c2915f9172a540fe2b02a4c8f9ca954721e" +checksum = "3c99afa9a01501019ac3a14d71d9f94050346f55ca471ce90c799a15c58f61e2" dependencies = [ "dtoa", "itoa", @@ -12395,7 +12205,7 @@ checksum = "440f724eba9f6996b75d63681b0a92b06947f1457076d503a4d2e2c8f56442b8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.76", ] [[package]] @@ -12410,12 +12220,12 @@ dependencies = [ [[package]] name = "prost" -version = "0.12.4" +version = "0.12.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0f5d036824e4761737860779c906171497f6d55681139d8312388f8fe398922" +checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29" dependencies = [ "bytes", - "prost-derive 0.12.4", + "prost-derive 0.12.6", ] [[package]] @@ -12429,17 +12239,38 @@ dependencies = [ "itertools 0.10.5", "lazy_static", "log", - "multimap", + "multimap 0.8.3", "petgraph", "prettyplease 0.1.25", "prost 0.11.9", - "prost-types", + "prost-types 0.11.9", "regex", "syn 1.0.109", "tempfile", "which", ] +[[package]] +name = "prost-build" +version = "0.12.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4" +dependencies = [ + "bytes", + "heck 0.5.0", + "itertools 0.12.1", + "log", + "multimap 0.10.0", + "once_cell", + "petgraph", + "prettyplease 0.2.22", + "prost 0.12.6", + "prost-types 0.12.6", + "regex", + "syn 2.0.76", + "tempfile", +] + [[package]] name = "prost-derive" version = "0.11.9" @@ -12455,15 +12286,15 @@ dependencies = [ [[package]] name = "prost-derive" -version = "0.12.4" +version = "0.12.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19de2de2a00075bf566bee3bd4db014b11587e84184d3f7a791bc17f1a8e9e48" +checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" dependencies = [ "anyhow", - "itertools 0.11.0", + "itertools 0.12.1", "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.76", ] [[package]] @@ -12475,6 +12306,15 @@ dependencies = [ "prost 0.11.9", ] +[[package]] +name = "prost-types" +version = "0.12.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0" +dependencies = [ + "prost 0.12.6", +] + [[package]] name = "psm" version = "0.1.21" @@ -12516,44 +12356,51 @@ dependencies = [ [[package]] name = "quick-protobuf-codec" -version = "0.1.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1693116345026436eb2f10b677806169c1a1260c1c60eaaffe3fb5a29ae23d8b" +checksum = "f8ededb1cd78531627244d51dd0c7139fbe736c7d57af0092a76f0ffb2f56e98" dependencies = [ "asynchronous-codec", "bytes", "quick-protobuf", "thiserror", - "unsigned-varint", + "unsigned-varint 0.7.2", ] [[package]] -name = "quicksink" -version = "0.1.2" +name = "quinn" +version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858" +checksum = "2e8b432585672228923edbbf64b8b12c14e1112f62e88737655b4a083dbcd78e" dependencies = [ - "futures-core", - "futures-sink", - "pin-project-lite 0.1.12", + "bytes", + "pin-project-lite", + "quinn-proto 0.9.6", + "quinn-udp 0.3.2", + "rustc-hash", + "rustls 0.20.9", + "thiserror", + "tokio", + "tracing", + "webpki", ] [[package]] name = "quinn" -version = "0.9.4" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e8b432585672228923edbbf64b8b12c14e1112f62e88737655b4a083dbcd78e" +checksum = "8cc2c5017e4b43d5995dcea317bc46c1e09404c0a9664d2908f7f02dfe943d75" dependencies = [ "bytes", - "pin-project-lite 0.2.14", - "quinn-proto", - "quinn-udp", + "futures-io", + "pin-project-lite", + "quinn-proto 0.10.6", + "quinn-udp 0.4.1", "rustc-hash", - "rustls 0.20.9", + "rustls 0.21.12", "thiserror", "tokio", "tracing", - "webpki", ] [[package]] @@ -12574,6 +12421,23 @@ dependencies = [ "webpki", ] +[[package]] +name = "quinn-proto" +version = "0.10.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "141bf7dfde2fbc246bfd3fe12f2455aa24b0fbd9af535d8c86c7bd1381ff2b1a" +dependencies = [ + "bytes", + "rand 0.8.5", + "ring 0.16.20", + "rustc-hash", + "rustls 0.21.12", + "slab", + "thiserror", + "tinyvec", + "tracing", +] + [[package]] name = "quinn-udp" version = "0.3.2" @@ -12581,17 +12445,30 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "641538578b21f5e5c8ea733b736895576d0fe329bb883b937db6f4d163dbaaf4" dependencies = [ "libc", - "quinn-proto", + "quinn-proto 0.9.6", "socket2 0.4.10", "tracing", "windows-sys 0.42.0", ] +[[package]] +name = "quinn-udp" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "055b4e778e8feb9f93c4e439f71dc2156ef13360b432b799e179a8c4cdf0b1d7" +dependencies = [ + "bytes", + "libc", + "socket2 0.5.7", + "tracing", + "windows-sys 0.48.0", +] + [[package]] name = "quote" -version = "1.0.35" +version = "1.0.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef" +checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" dependencies = [ "proc-macro2", ] @@ -12661,7 +12538,7 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" dependencies = [ - "getrandom 0.2.14", + "getrandom 0.2.15", ] [[package]] @@ -12694,11 +12571,11 @@ dependencies = [ [[package]] name = "raw-cpuid" -version = "11.0.2" +version = "11.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e29830cbb1290e404f24c73af91c5d8d631ce7e128691e9477556b540cd01ecd" +checksum = "cb9ee317cfe3fbd54b36a511efc1edd42e216903c9cd575e686dd68a2ba90d8d" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", ] [[package]] @@ -12750,20 +12627,20 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.4.1" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" +checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4" dependencies = [ - "bitflags 1.3.2", + "bitflags 2.6.0", ] [[package]] name = "redox_users" -version = "0.4.5" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891" +checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" dependencies = [ - "getrandom 0.2.14", + "getrandom 0.2.15", "libredox", "thiserror", ] @@ -12782,22 +12659,22 @@ dependencies = [ [[package]] name = "ref-cast" -version = "1.0.22" +version = "1.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4846d4c50d1721b1a3bef8af76924eef20d5e723647333798c1b519b3a9473f" +checksum = "ccf0a6f84d5f1d581da8b41b47ec8600871962f2a528115b542b362d4b744931" dependencies = [ "ref-cast-impl", ] [[package]] name = "ref-cast-impl" -version = "1.0.22" +version = "1.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fddb4f8d99b0a2ebafc65a87a69a7b9875e4b1ae1f00db265d300ef7f28bccc" +checksum = "bcc303e793d3734489387d205e9b186fac9c6cfacedd98cbb2e8a5943595f3e6" dependencies = [ "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.76", ] [[package]] @@ -12827,14 +12704,14 @@ dependencies = [ [[package]] name = "regex" -version = "1.10.4" +version = "1.10.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c" +checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619" dependencies = [ "aho-corasick", "memchr", - "regex-automata 0.4.6", - "regex-syntax 0.8.3", + "regex-automata 0.4.7", + "regex-syntax 0.8.4", ] [[package]] @@ -12848,13 +12725,13 @@ dependencies = [ [[package]] name = "regex-automata" -version = "0.4.6" +version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea" +checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df" dependencies = [ "aho-corasick", "memchr", - "regex-syntax 0.8.3", + "regex-syntax 0.8.4", ] [[package]] @@ -12865,9 +12742,9 @@ checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" [[package]] name = "regex-syntax" -version = "0.8.3" +version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56" +checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" [[package]] name = "resolv-conf" @@ -12881,28 +12758,12 @@ dependencies = [ [[package]] name = "rfc6979" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" -dependencies = [ - "hmac 0.12.1", - "subtle 2.5.0", -] - -[[package]] -name = "ring" -version = "0.1.0" -source = "git+https://github.com/w3f/ring-proof#b273d33f9981e2bb3375ab45faeb537f7ee35224" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" dependencies = [ - "ark-ec", - "ark-ff", - "ark-poly", - "ark-serialize", - "ark-std", - "blake2 0.10.6", - "common", - "fflonk", - "merlin", + "hmac 0.12.1", + "subtle 2.6.1", ] [[package]] @@ -12928,7 +12789,7 @@ checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" dependencies = [ "cc", "cfg-if", - "getrandom 0.2.14", + "getrandom 0.2.15", "libc", "spin 0.9.8", "untrusted 0.9.0", @@ -12978,8 +12839,8 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "binary-merkle-tree", "bitvec", @@ -13065,7 +12926,6 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std", "sp-storage", "sp-transaction-pool", "sp-version", @@ -13079,8 +12939,8 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "16.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "frame-support", "polkadot-primitives", @@ -13137,9 +12997,9 @@ dependencies = [ [[package]] name = "rustc-demangle" -version = "0.1.23" +version = "0.1.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" +checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" [[package]] name = "rustc-hash" @@ -13155,11 +13015,11 @@ checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6" [[package]] name = "rustc_version" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" +checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" dependencies = [ - "semver 1.0.22", + "semver 1.0.23", ] [[package]] @@ -13201,14 +13061,14 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.32" +version = "0.38.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89" +checksum = "a85d50532239da68e9addb745ba38ff4612a242c1c7ceea689c4bc7c2f43c36f" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", "errno", "libc", - "linux-raw-sys 0.4.13", + "linux-raw-sys 0.4.14", "windows-sys 0.52.0", ] @@ -13218,7 +13078,6 @@ version = "0.20.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99" dependencies = [ - "log", "ring 0.16.20", "sct", "webpki", @@ -13226,9 +13085,9 @@ dependencies = [ [[package]] name = "rustls" -version = "0.21.10" +version = "0.21.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba" +checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" dependencies = [ "log", "ring 0.17.8", @@ -13238,15 +13097,16 @@ dependencies = [ [[package]] name = "rustls" -version = "0.22.4" +version = "0.23.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432" +checksum = "c58f8c84392efc0a126acce10fa59ff7b3d2ac06ab451a33f2741989b806b044" dependencies = [ "log", + "once_cell", "ring 0.17.8", "rustls-pki-types", - "rustls-webpki 0.102.4", - "subtle 2.5.0", + "rustls-webpki 0.102.7", + "subtle 2.6.1", "zeroize", ] @@ -13264,12 +13124,12 @@ dependencies = [ [[package]] name = "rustls-native-certs" -version = "0.7.0" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f1fb85efa936c42c6d5fc28d2629bb51e4b2f4b8a5211e297d599cc5a093792" +checksum = "e5bfb394eeed242e909609f56089eecfe5fda225042e8b171791b9c95f5931e5" dependencies = [ "openssl-probe", - "rustls-pemfile 2.1.2", + "rustls-pemfile 2.1.3", "rustls-pki-types", "schannel", "security-framework", @@ -13286,9 +13146,9 @@ dependencies = [ [[package]] name = "rustls-pemfile" -version = "2.1.2" +version = "2.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d" +checksum = "196fe16b00e106300d3e45ecfcb764fa292a535d7326a29a5875c579c7417425" dependencies = [ "base64 0.22.1", "rustls-pki-types", @@ -13296,9 +13156,36 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.7.0" +version = "1.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0" + +[[package]] +name = "rustls-platform-verifier" +version = "0.3.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "afbb878bdfdf63a336a5e63561b1835e7a8c91524f51621db870169eac84b490" +dependencies = [ + "core-foundation", + "core-foundation-sys", + "jni", + "log", + "once_cell", + "rustls 0.23.12", + "rustls-native-certs 0.7.3", + "rustls-platform-verifier-android", + "rustls-webpki 0.102.7", + "security-framework", + "security-framework-sys", + "webpki-roots 0.26.3", + "winapi", +] + +[[package]] +name = "rustls-platform-verifier-android" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d" +checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" [[package]] name = "rustls-webpki" @@ -13312,9 +13199,9 @@ dependencies = [ [[package]] name = "rustls-webpki" -version = "0.102.4" +version = "0.102.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff448f7e92e913c4b7d4c6d8e4540a1724b319b4152b8aef6d4cf8339712b33e" +checksum = "84678086bd54edf2b415183ed7a94d0efb049f1b646a33e22a36f3794be6ae56" dependencies = [ "ring 0.17.8", "rustls-pki-types", @@ -13323,9 +13210,9 @@ dependencies = [ [[package]] name = "rustversion" -version = "1.0.15" +version = "1.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80af6f9131f277a45a3fba6ce8e2258037bb0477a67e610d3c1fe046ab31de47" +checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" [[package]] name = "ruzstd" @@ -13340,9 +13227,9 @@ dependencies = [ [[package]] name = "rw-stream-sink" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04" +checksum = "d8c9026ff5d2f23da5e45bbc283f156383001bfb09c4e44256d02c1a685fe9a1" dependencies = [ "futures 0.3.30", "pin-project", @@ -13351,15 +13238,15 @@ dependencies = [ [[package]] name = "ryu" -version = "1.0.17" +version = "1.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1" +checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" [[package]] name = "safe_arch" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f398075ce1e6a179b46f51bd88d0598b92b00d3551f1a2d4ac49e771b56ac354" +checksum = "c3460605018fdc9612bce72735cba0d27efbcd9904780d44c7e3a9948f96148a" dependencies = [ "bytemuck", ] @@ -13375,8 +13262,8 @@ dependencies = [ [[package]] name = "sc-allocator" -version = "23.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "29.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "log", "sp-core", @@ -13386,8 +13273,8 @@ dependencies = [ [[package]] name = "sc-authority-discovery" -version = "0.34.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.44.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "async-trait", "futures 0.3.30", @@ -13396,11 +13283,10 @@ dependencies = [ "libp2p", "linked_hash_set", "log", - "multihash 0.17.0", - "multihash-codetable", + "multihash 0.19.1", "parity-scale-codec", - "prost 0.12.4", - "prost-build", + "prost 0.12.6", + "prost-build 0.12.6", "rand 0.8.5", "sc-client-api", "sc-network", @@ -13417,8 +13303,8 @@ dependencies = [ [[package]] name = "sc-basic-authorship" -version = "0.34.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.44.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "futures 0.3.30", "futures-timer", @@ -13439,8 +13325,8 @@ dependencies = [ [[package]] name = "sc-block-builder" -version = "0.33.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.42.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "parity-scale-codec", "sp-api", @@ -13454,10 +13340,10 @@ dependencies = [ [[package]] name = "sc-chain-spec" -version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "docify", "log", "memmap2 0.9.4", @@ -13481,26 +13367,26 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" -version = "11.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "12.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.76", ] [[package]] name = "sc-cli" -version = "0.36.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.46.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "chrono", "clap", "fdlimit", "futures 0.3.30", - "itertools 0.10.5", + "itertools 0.11.0", "libp2p-identity", "log", "names", @@ -13536,8 +13422,8 @@ dependencies = [ [[package]] name = "sc-client-api" -version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "fnv", "futures 0.3.30", @@ -13563,10 +13449,10 @@ dependencies = [ [[package]] name = "sc-client-db" -version = "0.35.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.44.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "hash-db 0.16.0", + "hash-db", "kvdb", "kvdb-memorydb", "kvdb-rocksdb", @@ -13589,12 +13475,11 @@ dependencies = [ [[package]] name = "sc-consensus" -version = "0.33.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.43.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "async-trait", "futures 0.3.30", - "futures-timer", "log", "mockall 0.11.4", "parking_lot 0.12.3", @@ -13614,8 +13499,8 @@ dependencies = [ [[package]] name = "sc-consensus-aura" -version = "0.34.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.44.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "async-trait", "futures 0.3.30", @@ -13643,8 +13528,8 @@ dependencies = [ [[package]] name = "sc-consensus-babe" -version = "0.34.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.44.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "async-trait", "fork-tree", @@ -13679,8 +13564,8 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" -version = "0.34.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.44.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "futures 0.3.30", "jsonrpsee", @@ -13701,10 +13586,10 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" -version = "13.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "23.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "async-channel 1.9.0", "async-trait", "fnv", @@ -13728,7 +13613,6 @@ dependencies = [ "sp-core", "sp-crypto-hashing", "sp-keystore", - "sp-mmr-primitives", "sp-runtime", "substrate-prometheus-endpoint", "thiserror", @@ -13738,8 +13622,8 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" -version = "13.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "23.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "futures 0.3.30", "jsonrpsee", @@ -13749,6 +13633,7 @@ dependencies = [ "sc-consensus-beefy", "sc-rpc", "serde", + "sp-application-crypto", "sp-consensus-beefy", "sp-core", "sp-runtime", @@ -13757,8 +13642,8 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" -version = "0.33.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.43.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "fork-tree", "parity-scale-codec", @@ -13770,11 +13655,11 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" -version = "0.19.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.29.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "ahash 0.8.11", - "array-bytes 6.2.2", + "ahash", + "array-bytes", "async-trait", "dyn-clone", "finality-grandpa", @@ -13814,8 +13699,8 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" -version = "0.19.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.29.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "finality-grandpa", "futures 0.3.30", @@ -13834,8 +13719,8 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" -version = "0.35.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.45.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "assert_matches", "async-trait", @@ -13869,8 +13754,8 @@ dependencies = [ [[package]] name = "sc-consensus-slots" -version = "0.33.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.43.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "async-trait", "futures 0.3.30", @@ -13892,8 +13777,8 @@ dependencies = [ [[package]] name = "sc-executor" -version = "0.32.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.40.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "log", "parity-scale-codec", @@ -13916,8 +13801,8 @@ dependencies = [ [[package]] name = "sc-executor-common" -version = "0.29.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.35.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "parity-scale-codec", "polkavm", @@ -13930,8 +13815,8 @@ dependencies = [ [[package]] name = "sc-executor-polkavm" -version = "0.29.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.32.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "log", "polkavm", @@ -13941,8 +13826,8 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" -version = "0.29.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.35.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "anyhow", "cfg-if", @@ -13953,7 +13838,6 @@ dependencies = [ "rustix 0.36.17", "sc-allocator", "sc-executor-common", - "sp-core", "sp-runtime-interface", "sp-wasm-interface", "wasmtime", @@ -13961,8 +13845,8 @@ dependencies = [ [[package]] name = "sc-informant" -version = "0.33.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.43.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "ansi_term", "futures 0.3.30", @@ -13978,10 +13862,10 @@ dependencies = [ [[package]] name = "sc-keystore" -version = "25.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "33.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "parking_lot 0.12.3", "serde_json", "sp-application-crypto", @@ -13992,18 +13876,18 @@ dependencies = [ [[package]] name = "sc-mixnet" -version = "0.4.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.14.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "array-bytes 4.2.0", - "arrayvec 0.7.4", + "array-bytes", + "arrayvec 0.7.6", "blake2 0.10.6", "bytes", "futures 0.3.30", "futures-timer", "log", "mixnet", - "multiaddr", + "multiaddr 0.18.1", "parity-scale-codec", "parking_lot 0.12.3", "sc-client-api", @@ -14021,10 +13905,10 @@ dependencies = [ [[package]] name = "sc-network" -version = "0.34.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.44.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "async-channel 1.9.0", "async-trait", "asynchronous-codec", @@ -14045,8 +13929,8 @@ dependencies = [ "parking_lot 0.12.3", "partial_sort", "pin-project", - "prost 0.11.9", - "prost-build", + "prost 0.12.6", + "prost-build 0.12.6", "rand 0.8.5", "sc-client-api", "sc-network-common", @@ -14064,7 +13948,7 @@ dependencies = [ "thiserror", "tokio", "tokio-stream", - "unsigned-varint", + "unsigned-varint 0.7.2", "void", "wasm-timer", "zeroize", @@ -14072,15 +13956,15 @@ dependencies = [ [[package]] name = "sc-network-common" -version = "0.33.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.43.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "async-trait", "bitflags 1.3.2", "futures 0.3.30", "libp2p-identity", "parity-scale-codec", - "prost-build", + "prost-build 0.12.6", "sc-consensus", "sc-network-types", "sp-consensus", @@ -14090,13 +13974,12 @@ dependencies = [ [[package]] name = "sc-network-gossip" -version = "0.34.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.44.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "ahash 0.8.11", + "ahash", "futures 0.3.30", "futures-timer", - "libp2p", "log", "sc-network", "sc-network-common", @@ -14110,16 +13993,16 @@ dependencies = [ [[package]] name = "sc-network-light" -version = "0.33.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.43.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "async-channel 1.9.0", "futures 0.3.30", "log", "parity-scale-codec", - "prost 0.12.4", - "prost-build", + "prost 0.12.6", + "prost-build 0.12.6", "sc-client-api", "sc-network", "sc-network-types", @@ -14131,10 +14014,10 @@ dependencies = [ [[package]] name = "sc-network-sync" -version = "0.33.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.43.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "async-channel 1.9.0", "async-trait", "fork-tree", @@ -14144,8 +14027,8 @@ dependencies = [ "log", "mockall 0.11.4", "parity-scale-codec", - "prost 0.12.4", - "prost-build", + "prost 0.12.6", + "prost-build 0.12.6", "sc-client-api", "sc-consensus", "sc-network", @@ -14168,12 +14051,11 @@ dependencies = [ [[package]] name = "sc-network-transactions" -version = "0.33.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.43.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "futures 0.3.30", - "libp2p", "log", "parity-scale-codec", "sc-network", @@ -14188,31 +14070,33 @@ dependencies = [ [[package]] name = "sc-network-types" -version = "0.10.0-dev" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.12.1" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "bs58 0.4.0", + "bs58 0.5.1", + "ed25519-dalek", "libp2p-identity", "litep2p", - "multiaddr", - "multihash 0.17.0", + "log", + "multiaddr 0.18.1", + "multihash 0.19.1", "rand 0.8.5", "thiserror", + "zeroize", ] [[package]] name = "sc-offchain" -version = "29.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "39.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "bytes", "fnv", "futures 0.3.30", "futures-timer", - "hyper", + "hyper 0.14.30", "hyper-rustls", - "libp2p", "log", "num_cpus", "once_cell", @@ -14237,8 +14121,8 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" -version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.18.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -14246,8 +14130,8 @@ dependencies = [ [[package]] name = "sc-rpc" -version = "29.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "39.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "futures 0.3.30", "jsonrpsee", @@ -14278,8 +14162,8 @@ dependencies = [ [[package]] name = "sc-rpc-api" -version = "0.33.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.43.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -14298,15 +14182,19 @@ dependencies = [ [[package]] name = "sc-rpc-server" -version = "11.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "16.0.2" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ + "forwarded-header-value", "futures 0.3.30", "governor", - "http", - "hyper", + "http 1.1.0", + "http-body-util", + "hyper 1.4.1", + "ip_network", "jsonrpsee", "log", + "serde", "serde_json", "substrate-prometheus-endpoint", "tokio", @@ -14316,10 +14204,10 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" -version = "0.34.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.44.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "futures 0.3.30", "futures-util", "hex", @@ -14348,8 +14236,8 @@ dependencies = [ [[package]] name = "sc-service" -version = "0.35.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.45.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "async-trait", "directories", @@ -14412,8 +14300,8 @@ dependencies = [ [[package]] name = "sc-state-db" -version = "0.30.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.36.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "log", "parity-scale-codec", @@ -14423,8 +14311,8 @@ dependencies = [ [[package]] name = "sc-storage-monitor" -version = "0.16.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.22.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "clap", "fs4", @@ -14436,8 +14324,8 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" -version = "0.34.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.44.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -14455,8 +14343,8 @@ dependencies = [ [[package]] name = "sc-sysinfo" -version = "27.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "derive_more", "futures 0.3.30", @@ -14476,8 +14364,8 @@ dependencies = [ [[package]] name = "sc-telemetry" -version = "15.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "24.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "chrono", "futures 0.3.30", @@ -14496,8 +14384,8 @@ dependencies = [ [[package]] name = "sc-tracing" -version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "ansi_term", "chrono", @@ -14520,25 +14408,25 @@ dependencies = [ "sp-tracing", "thiserror", "tracing", - "tracing-log 0.1.4", + "tracing-log", "tracing-subscriber", ] [[package]] name = "sc-tracing-proc-macro" version = "11.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.76", ] [[package]] name = "sc-transaction-pool" -version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "async-trait", "futures 0.3.30", @@ -14564,8 +14452,8 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" -version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "async-trait", "futures 0.3.30", @@ -14580,8 +14468,8 @@ dependencies = [ [[package]] name = "sc-utils" -version = "14.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "async-channel 1.9.0", "futures 0.3.30", @@ -14605,9 +14493,9 @@ dependencies = [ [[package]] name = "scale-decode" -version = "0.13.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b12ebca36cec2a3f983c46295b282b35e5f8496346fb859a8776dad5389e5389" +checksum = "e98f3262c250d90e700bb802eb704e1f841e03331c2eb815e46516c4edbf5b27" dependencies = [ "derive_more", "parity-scale-codec", @@ -14618,9 +14506,9 @@ dependencies = [ [[package]] name = "scale-info" -version = "2.11.2" +version = "2.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c453e59a955f81fb62ee5d596b450383d699f152d350e9d23a0db2adb78e4c0" +checksum = "eca070c12893629e2cc820a9761bedf6ce1dcddc9852984d1dc734b8bd9bd024" dependencies = [ "bitvec", "cfg-if", @@ -14632,11 +14520,11 @@ dependencies = [ [[package]] name = "scale-info-derive" -version = "2.11.2" +version = "2.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18cf6c6447f813ef19eb450e985bcce6705f9ce7660db221b59093d15c79c4b7" +checksum = "2d35494501194174bda522a32605929eefc9ecf7e0a326c26db1fdd85881eb62" dependencies = [ - "proc-macro-crate 1.3.1", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", "syn 1.0.109", @@ -14659,11 +14547,11 @@ dependencies = [ [[package]] name = "schnellru" -version = "0.2.1" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "772575a524feeb803e5b0fcbc6dd9f367e579488197c94c6e4023aad2305774d" +checksum = "c9a8ef13a93c54d20580de1e5c413e624e53121d42fc7e2c11d10ef7f8b02367" dependencies = [ - "ahash 0.8.11", + "ahash", "cfg-if", "hashbrown 0.13.2", ] @@ -14675,7 +14563,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "844b7645371e6ecdf61ff246ba1958c29e802881a749ae3fb1993675d210d28d" dependencies = [ "arrayref", - "arrayvec 0.7.4", + "arrayvec 0.7.6", "curve25519-dalek-ng", "merlin", "rand_core 0.6.4", @@ -14692,14 +14580,14 @@ checksum = "8de18f6d8ba0aad7045f5feae07ec29899c1112584a38509a84ad7b04451eaa0" dependencies = [ "aead", "arrayref", - "arrayvec 0.7.4", - "curve25519-dalek 4.1.2", + "arrayvec 0.7.6", + "curve25519-dalek", "getrandom_or_panic", "merlin", "rand_core 0.6.4", "serde_bytes", "sha2 0.10.8", - "subtle 2.5.0", + "subtle 2.6.1", "zeroize", ] @@ -14751,7 +14639,7 @@ dependencies = [ "generic-array 0.14.7", "pkcs8", "serdect", - "subtle 2.5.0", + "subtle 2.6.1", "zeroize", ] @@ -14793,22 +14681,23 @@ dependencies = [ [[package]] name = "security-framework" -version = "2.10.0" +version = "2.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "770452e37cad93e0a50d5abc3990d2bc351c36d0328f86cefec2f2fb206eaef6" +checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" dependencies = [ - "bitflags 1.3.2", + "bitflags 2.6.0", "core-foundation", "core-foundation-sys", "libc", + "num-bigint", "security-framework-sys", ] [[package]] name = "security-framework-sys" -version = "2.10.0" +version = "2.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41f3cc463c0ef97e11c3461a9d3787412d30e8e7eb907c79180c4a57bf7c04ef" +checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf" dependencies = [ "core-foundation-sys", "libc", @@ -14825,9 +14714,9 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.22" +version = "1.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca" +checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" dependencies = [ "serde", ] @@ -14838,51 +14727,58 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" +[[package]] +name = "send_wrapper" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" + [[package]] name = "serde" -version = "1.0.197" +version = "1.0.209" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2" +checksum = "99fce0ffe7310761ca6bf9faf5115afbc19688edd00171d81b1bb1b116c63e09" dependencies = [ "serde_derive", ] [[package]] name = "serde_bytes" -version = "0.11.14" +version = "0.11.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b8497c313fd43ab992087548117643f6fcd935cbf36f176ffda0aacf9591734" +checksum = "387cc504cb06bb40a96c8e04e951fe01854cf6bc921053c954e4a606d9675c6a" dependencies = [ "serde", ] [[package]] name = "serde_derive" -version = "1.0.197" +version = "1.0.209" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b" +checksum = "a5831b979fd7b5439637af1752d535ff49f4860c0f341d1baeb6faf0f4242170" dependencies = [ "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.76", ] [[package]] name = "serde_json" -version = "1.0.115" +version = "1.0.127" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd" +checksum = "8043c06d9f82bd7271361ed64f415fe5e12a77fdb52e573e7f06a516dea329ad" dependencies = [ "itoa", + "memchr", "ryu", "serde", ] [[package]] name = "serde_spanned" -version = "0.6.5" +version = "0.6.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1" +checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d" dependencies = [ "serde", ] @@ -14900,7 +14796,7 @@ dependencies = [ [[package]] name = "session-keys-primitives" version = "0.1.0" -source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-v1.11.0#509c4f44bb49dab0d3dda640a936ac047e109972" +source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" dependencies = [ "async-trait", "frame-support", @@ -15013,19 +14909,13 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "signal-hook-registry" -version = "1.4.1" +version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" +checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" dependencies = [ "libc", ] -[[package]] -name = "signature" -version = "1.6.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" - [[package]] name = "signature" version = "2.2.0" @@ -15051,11 +14941,11 @@ dependencies = [ [[package]] name = "similar" -version = "2.5.0" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa42c91313f1d05da9b26f267f931cf178d4aba455b4c4622dd7355eb80c6640" +checksum = "1de1d4f81173b03af4c0cbed3c898f6bff5b870e4a7f5d6f4057d62a7a4b686e" dependencies = [ - "bstr 0.2.17", + "bstr", "unicode-segmentation", ] @@ -15075,7 +14965,7 @@ version = "0.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cae9a3fcdadafb6d97f4c0e007e4247b114ee0f119f650c3cbf3a8b3a1479694" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", ] [[package]] @@ -15119,14 +15009,13 @@ dependencies = [ [[package]] name = "slot-range-helper" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "15.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "enumn", "parity-scale-codec", "paste", "sp-runtime", - "sp-std", ] [[package]] @@ -15167,7 +15056,7 @@ version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c0bb30cf57b7b5f6109ce17c3164445e2d6f270af2cb48f6e4d31c2967c9a9f5" dependencies = [ - "arrayvec 0.7.4", + "arrayvec 0.7.6", "async-lock 2.8.0", "atomic-take", "base64 0.21.7", @@ -15177,13 +15066,13 @@ dependencies = [ "chacha20", "crossbeam-queue", "derive_more", - "ed25519-zebra 4.0.3", + "ed25519-zebra", "either", "event-listener 2.5.3", "fnv", "futures-lite 1.13.0", "futures-util", - "hashbrown 0.14.3", + "hashbrown 0.14.5", "hex", "hmac 0.12.1", "itertools 0.11.0", @@ -15208,10 +15097,10 @@ dependencies = [ "siphasher", "slab", "smallvec", - "soketto", + "soketto 0.7.1", "twox-hash", "wasmi", - "x25519-dalek 2.0.1", + "x25519-dalek", "zeroize", ] @@ -15232,7 +15121,7 @@ dependencies = [ "futures-channel", "futures-lite 1.13.0", "futures-util", - "hashbrown 0.14.3", + "hashbrown 0.14.5", "hex", "itertools 0.11.0", "log", @@ -15266,12 +15155,12 @@ dependencies = [ "aes-gcm", "blake2 0.10.6", "chacha20poly1305", - "curve25519-dalek 4.1.2", + "curve25519-dalek", "rand_core 0.6.4", "ring 0.17.8", "rustc_version", "sha2 0.10.8", - "subtle 2.5.0", + "subtle 2.6.1", ] [[package]] @@ -15286,9 +15175,9 @@ dependencies = [ [[package]] name = "socket2" -version = "0.5.6" +version = "0.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871" +checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" dependencies = [ "libc", "windows-sys 0.52.0", @@ -15302,21 +15191,36 @@ checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2" dependencies = [ "base64 0.13.1", "bytes", - "flate2", "futures 0.3.30", - "http", "httparse", "log", "rand 0.8.5", "sha-1 0.9.8", ] +[[package]] +name = "soketto" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "37468c595637c10857701c990f93a40ce0e357cedb0953d1c26c8d8027f9bb53" +dependencies = [ + "base64 0.22.1", + "bytes", + "futures 0.3.30", + "http 1.1.0", + "httparse", + "log", + "rand 0.8.5", + "sha1", +] + [[package]] name = "sp-api" -version = "26.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "34.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "hash-db 0.16.0", + "docify", + "hash-db", "log", "parity-scale-codec", "scale-info", @@ -15327,7 +15231,6 @@ dependencies = [ "sp-runtime", "sp-runtime-interface", "sp-state-machine", - "sp-std", "sp-trie", "sp-version", "thiserror", @@ -15335,35 +15238,34 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" -version = "15.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "20.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "Inflector", "blake2 0.10.6", - "expander 2.0.0", - "proc-macro-crate 3.1.0", + "expander", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.76", ] [[package]] name = "sp-application-crypto" -version = "30.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "38.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "parity-scale-codec", "scale-info", "serde", "sp-core", "sp-io", - "sp-std", ] [[package]] name = "sp-arithmetic" -version = "23.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "26.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "docify", "integer-sqrt", @@ -15371,32 +15273,13 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-std", "static_assertions", ] -[[package]] -name = "sp-ark-bls12-381" -version = "0.4.2" -source = "git+https://github.com/paritytech/arkworks-substrate#caa2eed74beb885dd07c7db5f916f2281dad818f" -dependencies = [ - "ark-bls12-381-ext", - "sp-crypto-ec-utils", -] - -[[package]] -name = "sp-ark-ed-on-bls12-381-bandersnatch" -version = "0.4.2" -source = "git+https://github.com/paritytech/arkworks-substrate#caa2eed74beb885dd07c7db5f916f2281dad818f" -dependencies = [ - "ark-ed-on-bls12-381-bandersnatch-ext", - "sp-crypto-ec-utils", -] - [[package]] name = "sp-authority-discovery" -version = "26.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "34.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "parity-scale-codec", "scale-info", @@ -15407,8 +15290,8 @@ dependencies = [ [[package]] name = "sp-block-builder" -version = "26.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "34.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "sp-api", "sp-inherents", @@ -15417,26 +15300,27 @@ dependencies = [ [[package]] name = "sp-blockchain" -version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "futures 0.3.30", - "log", "parity-scale-codec", "parking_lot 0.12.3", "schnellru", "sp-api", "sp-consensus", + "sp-core", "sp-database", "sp-runtime", "sp-state-machine", "thiserror", + "tracing", ] [[package]] name = "sp-consensus" -version = "0.32.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.40.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "async-trait", "futures 0.3.30", @@ -15450,8 +15334,8 @@ dependencies = [ [[package]] name = "sp-consensus-aura" -version = "0.32.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.40.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "async-trait", "parity-scale-codec", @@ -15466,8 +15350,8 @@ dependencies = [ [[package]] name = "sp-consensus-babe" -version = "0.32.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.40.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "async-trait", "parity-scale-codec", @@ -15484,8 +15368,8 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" -version = "13.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "22.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "lazy_static", "parity-scale-codec", @@ -15499,13 +15383,13 @@ dependencies = [ "sp-keystore", "sp-mmr-primitives", "sp-runtime", - "strum 0.26.2", + "strum 0.26.3", ] [[package]] name = "sp-consensus-grandpa" -version = "13.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "21.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "finality-grandpa", "log", @@ -15521,8 +15405,8 @@ dependencies = [ [[package]] name = "sp-consensus-slots" -version = "0.32.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.40.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "parity-scale-codec", "scale-info", @@ -15532,22 +15416,21 @@ dependencies = [ [[package]] name = "sp-core" -version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "34.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "array-bytes 6.2.2", - "bandersnatch_vrfs", + "array-bytes", "bitflags 1.3.2", "blake2 0.10.6", "bounded-collections", "bs58 0.5.1", "dyn-clonable", - "ed25519-zebra 3.1.0", + "ed25519-zebra", "futures 0.3.30", - "hash-db 0.16.0", + "hash-db", "hash256-std-hasher", - "impl-serde 0.4.0", - "itertools 0.10.5", + "impl-serde", + "itertools 0.11.0", "k256", "libsecp256k1", "log", @@ -15577,30 +15460,10 @@ dependencies = [ "zeroize", ] -[[package]] -name = "sp-crypto-ec-utils" -version = "0.10.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" -dependencies = [ - "ark-bls12-377", - "ark-bls12-377-ext", - "ark-bls12-381", - "ark-bls12-381-ext", - "ark-bw6-761", - "ark-bw6-761-ext", - "ark-ec", - "ark-ed-on-bls12-377", - "ark-ed-on-bls12-377-ext", - "ark-ed-on-bls12-381-bandersnatch", - "ark-ed-on-bls12-381-bandersnatch-ext", - "ark-scale", - "sp-runtime-interface", -] - [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "blake2b_simd", "byteorder", @@ -15613,17 +15476,17 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "quote", "sp-crypto-hashing", - "syn 2.0.66", + "syn 2.0.76", ] [[package]] name = "sp-database" version = "10.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "kvdb", "parking_lot 0.12.3", @@ -15632,17 +15495,17 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.76", ] [[package]] name = "sp-externalities" -version = "0.25.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.29.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "environmental", "parity-scale-codec", @@ -15651,8 +15514,8 @@ dependencies = [ [[package]] name = "sp-genesis-builder" -version = "0.8.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.15.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "parity-scale-codec", "scale-info", @@ -15663,8 +15526,8 @@ dependencies = [ [[package]] name = "sp-inherents" -version = "26.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "34.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -15676,11 +15539,12 @@ dependencies = [ [[package]] name = "sp-io" -version = "30.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "38.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "bytes", - "ed25519-dalek 2.1.1", + "docify", + "ed25519-dalek", "libsecp256k1", "log", "parity-scale-codec", @@ -15693,7 +15557,6 @@ dependencies = [ "sp-keystore", "sp-runtime-interface", "sp-state-machine", - "sp-std", "sp-tracing", "sp-trie", "tracing", @@ -15702,18 +15565,18 @@ dependencies = [ [[package]] name = "sp-keyring" -version = "31.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "39.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "sp-core", "sp-runtime", - "strum 0.26.2", + "strum 0.26.3", ] [[package]] name = "sp-keystore" -version = "0.34.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.40.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", @@ -15724,7 +15587,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "thiserror", "zstd 0.12.4", @@ -15732,8 +15595,8 @@ dependencies = [ [[package]] name = "sp-metadata-ir" -version = "0.6.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.7.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -15742,8 +15605,8 @@ dependencies = [ [[package]] name = "sp-mixnet" -version = "0.4.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.12.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "parity-scale-codec", "scale-info", @@ -15753,12 +15616,12 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" -version = "26.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "34.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "ckb-merkle-mountain-range", "log", "parity-scale-codec", + "polkadot-ckb-merkle-mountain-range", "scale-info", "serde", "sp-api", @@ -15770,8 +15633,8 @@ dependencies = [ [[package]] name = "sp-npos-elections" -version = "26.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "34.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "parity-scale-codec", "scale-info", @@ -15783,8 +15646,8 @@ dependencies = [ [[package]] name = "sp-offchain" -version = "26.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "34.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "sp-api", "sp-core", @@ -15794,7 +15657,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "13.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "backtrace", "lazy_static", @@ -15803,8 +15666,8 @@ dependencies = [ [[package]] name = "sp-rpc" -version = "26.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "32.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "rustc-hash", "serde", @@ -15813,14 +15676,15 @@ dependencies = [ [[package]] name = "sp-runtime" -version = "31.0.1" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "39.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "docify", "either", "hash256-std-hasher", "impl-trait-for-tuples", "log", + "num-traits", "parity-scale-codec", "paste", "rand 0.8.5", @@ -15833,12 +15697,13 @@ dependencies = [ "sp-io", "sp-std", "sp-weights", + "tracing", ] [[package]] name = "sp-runtime-interface" -version = "24.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "28.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -15856,21 +15721,21 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" -version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "18.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "Inflector", - "expander 2.0.0", - "proc-macro-crate 3.1.0", + "expander", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.76", ] [[package]] name = "sp-session" -version = "27.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "35.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "parity-scale-codec", "scale-info", @@ -15883,8 +15748,8 @@ dependencies = [ [[package]] name = "sp-staking" -version = "26.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "34.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -15896,10 +15761,10 @@ dependencies = [ [[package]] name = "sp-state-machine" -version = "0.35.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.43.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "hash-db 0.16.0", + "hash-db", "log", "parity-scale-codec", "parking_lot 0.12.3", @@ -15916,12 +15781,12 @@ dependencies = [ [[package]] name = "sp-statement-store" -version = "10.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "18.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "aes-gcm", - "curve25519-dalek 4.1.2", - "ed25519-dalek 2.1.1", + "curve25519-dalek", + "ed25519-dalek", "hkdf", "parity-scale-codec", "rand 0.8.5", @@ -15935,20 +15800,20 @@ dependencies = [ "sp-runtime", "sp-runtime-interface", "thiserror", - "x25519-dalek 2.0.1", + "x25519-dalek", ] [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" [[package]] name = "sp-storage" -version = "19.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "21.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "impl-serde 0.4.0", + "impl-serde", "parity-scale-codec", "ref-cast", "serde", @@ -15957,8 +15822,8 @@ dependencies = [ [[package]] name = "sp-timestamp" -version = "26.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "34.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "async-trait", "parity-scale-codec", @@ -15969,8 +15834,8 @@ dependencies = [ [[package]] name = "sp-tracing" -version = "16.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "parity-scale-codec", "tracing", @@ -15980,8 +15845,8 @@ dependencies = [ [[package]] name = "sp-transaction-pool" -version = "26.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "34.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "sp-api", "sp-runtime", @@ -15989,8 +15854,8 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" -version = "26.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "34.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "async-trait", "parity-scale-codec", @@ -16003,11 +15868,11 @@ dependencies = [ [[package]] name = "sp-trie" -version = "29.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "ahash 0.8.11", - "hash-db 0.16.0", + "ahash", + "hash-db", "lazy_static", "memory-db", "nohash-hasher", @@ -16021,15 +15886,15 @@ dependencies = [ "thiserror", "tracing", "trie-db", - "trie-root 0.18.0", + "trie-root", ] [[package]] name = "sp-version" -version = "29.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "impl-serde 0.4.0", + "impl-serde", "parity-scale-codec", "parity-wasm", "scale-info", @@ -16043,19 +15908,19 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" -version = "13.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "14.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "parity-scale-codec", "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.76", ] [[package]] name = "sp-wasm-interface" -version = "20.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "21.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -16066,8 +15931,8 @@ dependencies = [ [[package]] name = "sp-weights" -version = "27.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "31.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "bounded-collections", "parity-scale-codec", @@ -16114,11 +15979,10 @@ dependencies = [ [[package]] name = "sqlformat" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce81b7bd7c4493975347ef60d8c7e8b742d4694f4c49f93e0a12ea263938176c" +checksum = "f895e3734318cc55f1fe66258926c9b910c124d47520339efecbb6c59cec7c1f" dependencies = [ - "itertools 0.12.1", "nom", "unicode_categories", ] @@ -16140,7 +16004,7 @@ version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "24ba59a9342a3d9bab6c56c118be528b27c9b60e490080e9711a04dccac83ef6" dependencies = [ - "ahash 0.8.11", + "ahash", "atoi", "byteorder", "bytes", @@ -16155,7 +16019,7 @@ dependencies = [ "futures-util", "hashlink", "hex", - "indexmap 2.2.6", + "indexmap 2.4.0", "log", "memchr", "native-tls", @@ -16256,8 +16120,8 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staging-parachain-info" -version = "0.7.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.16.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -16265,15 +16129,14 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-runtime", - "sp-std", ] [[package]] name = "staging-xcm" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "14.1.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "bounded-collections", "derivative", "environmental", @@ -16288,8 +16151,8 @@ dependencies = [ [[package]] name = "staging-xcm-builder" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "16.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "frame-support", "frame-system", @@ -16302,7 +16165,6 @@ dependencies = [ "sp-arithmetic", "sp-io", "sp-runtime", - "sp-std", "sp-weights", "staging-xcm", "staging-xcm-executor", @@ -16310,23 +16172,22 @@ dependencies = [ [[package]] name = "staging-xcm-executor" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "16.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "environmental", "frame-benchmarking", "frame-support", "impl-trait-for-tuples", - "log", "parity-scale-codec", "scale-info", "sp-arithmetic", "sp-core", "sp-io", "sp-runtime", - "sp-std", "sp-weights", "staging-xcm", + "tracing", ] [[package]] @@ -16386,7 +16247,7 @@ checksum = "6706347e49b13373f7ddfafad47df7583ed52083d6fc8a594eb2c80497ef959d" dependencies = [ "combine", "crc", - "fastrand 2.0.2", + "fastrand 2.1.1", "hmac 0.12.1", "once_cell", "openssl", @@ -16398,19 +16259,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "strobe-rs" -version = "0.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fabb238a1cccccfa4c4fb703670c0d157e1256c1ba695abf1b93bd2bb14bab2d" -dependencies = [ - "bitflags 1.3.2", - "byteorder", - "keccak", - "subtle 2.5.0", - "zeroize", -] - [[package]] name = "strsim" version = "0.11.1" @@ -16422,17 +16270,14 @@ name = "strum" version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f" -dependencies = [ - "strum_macros 0.24.3", -] [[package]] name = "strum" -version = "0.26.2" +version = "0.26.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d8cec3501a5194c432b2b7976db6b7d10ec95c253208b45f83f7136aa985e29" +checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" dependencies = [ - "strum_macros 0.26.2", + "strum_macros 0.26.4", ] [[package]] @@ -16450,21 +16295,21 @@ dependencies = [ [[package]] name = "strum_macros" -version = "0.26.2" +version = "0.26.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6cf59daf282c0a494ba14fd21610a0325f9f90ec9d1231dea26bcb1d696c946" +checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" dependencies = [ - "heck 0.4.1", + "heck 0.5.0", "proc-macro2", "quote", "rustversion", - "syn 2.0.66", + "syn 2.0.76", ] [[package]] name = "substrate-bip39" -version = "0.4.7" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "0.6.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "hmac 0.12.1", "pbkdf2 0.12.2", @@ -16489,7 +16334,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "11.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" [[package]] name = "substrate-fixed" @@ -16503,9 +16348,10 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" -version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "38.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ + "docify", "frame-system-rpc-runtime-api", "futures 0.3.30", "jsonrpsee", @@ -16523,9 +16369,11 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "hyper", + "http-body-util", + "hyper 1.4.1", + "hyper-util", "log", "prometheus", "thiserror", @@ -16534,8 +16382,8 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" -version = "27.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -16552,9 +16400,9 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "async-trait", "futures 0.3.30", "parity-scale-codec", @@ -16579,15 +16427,14 @@ dependencies = [ [[package]] name = "substrate-test-runtime" version = "2.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "frame-executive", "frame-metadata-hash-extension", "frame-support", "frame-system", "frame-system-rpc-runtime-api", - "hex-literal 0.4.1", "log", "pallet-babe", "pallet-balances", @@ -16617,13 +16464,14 @@ dependencies = [ "sp-trie", "sp-version", "substrate-wasm-builder", + "tracing", "trie-db", ] [[package]] name = "substrate-test-runtime-client" version = "2.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "futures 0.3.30", "sc-block-builder", @@ -16650,10 +16498,10 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" -version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "24.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "array-bytes 6.2.2", + "array-bytes", "build-helper", "cargo_metadata", "console", @@ -16669,9 +16517,9 @@ dependencies = [ "sp-maybe-compressed-blob", "sp-tracing", "sp-version", - "strum 0.26.2", + "strum 0.26.3", "tempfile", - "toml 0.8.12", + "toml 0.8.19", "walkdir", "wasm-opt", ] @@ -16684,9 +16532,9 @@ checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee" [[package]] name = "subtle" -version = "2.5.0" +version = "2.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" +checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "subtle-ng" @@ -16719,9 +16567,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.66" +version = "2.0.76" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5" +checksum = "578e081a14e0cefc3279b0472138c513f37b41a08d5a3cca9b6e4e8ceb6cd525" dependencies = [ "proc-macro2", "quote", @@ -16740,6 +16588,17 @@ dependencies = [ "unicode-xid", ] +[[package]] +name = "synstructure" +version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.76", +] + [[package]] name = "system-configuration" version = "0.5.1" @@ -16769,20 +16628,21 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] name = "target-lexicon" -version = "0.12.14" +version = "0.12.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f" +checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" [[package]] name = "tempfile" -version = "3.10.1" +version = "3.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" +checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64" dependencies = [ "cfg-if", - "fastrand 2.0.2", - "rustix 0.38.32", - "windows-sys 0.52.0", + "fastrand 2.1.1", + "once_cell", + "rustix 0.38.35", + "windows-sys 0.59.0", ] [[package]] @@ -16800,7 +16660,7 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7" dependencies = [ - "rustix 0.38.32", + "rustix 0.38.35", "windows-sys 0.48.0", ] @@ -16812,9 +16672,9 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "thiserror" -version = "1.0.61" +version = "1.0.63" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" +checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724" dependencies = [ "thiserror-impl", ] @@ -16836,18 +16696,18 @@ checksum = "e4c60d69f36615a077cc7663b9cb8e42275722d23e58a7fa3d2c7f2915d09d04" dependencies = [ "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.76", ] [[package]] name = "thiserror-impl" -version = "1.0.61" +version = "1.0.63" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" +checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261" dependencies = [ "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.76", ] [[package]] @@ -16911,9 +16771,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.34" +version = "0.3.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8248b6521bb14bc45b4067159b9b6ad792e2d6d754d6c41fb50e29fefe38749" +checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" dependencies = [ "deranged", "itoa", @@ -16932,9 +16792,9 @@ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" [[package]] name = "time-macros" -version = "0.2.17" +version = "0.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ba3a3ef41e6672a2f0f001392bb5dcd3ff0a9992d618ca761a11c3121547774" +checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" dependencies = [ "num-conv", "time-core", @@ -16970,9 +16830,9 @@ dependencies = [ [[package]] name = "tinyvec" -version = "1.6.0" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" +checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938" dependencies = [ "tinyvec_macros", ] @@ -16985,32 +16845,31 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.37.0" +version = "1.39.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787" +checksum = "9babc99b9923bfa4804bd74722ff02c0381021eafa4db9949217e3be8e84fff5" dependencies = [ "backtrace", "bytes", "libc", "mio", - "num_cpus", "parking_lot 0.12.3", - "pin-project-lite 0.2.14", + "pin-project-lite", "signal-hook-registry", - "socket2 0.5.6", + "socket2 0.5.7", "tokio-macros", - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] name = "tokio-macros" -version = "2.2.0" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b" +checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" dependencies = [ "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.76", ] [[package]] @@ -17019,17 +16878,17 @@ version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" dependencies = [ - "rustls 0.21.10", + "rustls 0.21.12", "tokio", ] [[package]] name = "tokio-rustls" -version = "0.25.0" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f" +checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" dependencies = [ - "rustls 0.22.4", + "rustls 0.23.12", "rustls-pki-types", "tokio", ] @@ -17041,7 +16900,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af" dependencies = [ "futures-core", - "pin-project-lite 0.2.14", + "pin-project-lite", "tokio", "tokio-util", ] @@ -17054,7 +16913,7 @@ checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c" dependencies = [ "futures-util", "log", - "rustls 0.21.10", + "rustls 0.21.12", "rustls-native-certs 0.6.3", "tokio", "tokio-rustls 0.24.1", @@ -17071,7 +16930,7 @@ dependencies = [ "futures-core", "futures-io", "futures-sink", - "pin-project-lite 0.2.14", + "pin-project-lite", "tokio", ] @@ -17086,69 +16945,36 @@ dependencies = [ [[package]] name = "toml" -version = "0.8.12" +version = "0.8.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9dd1545e8208b4a5af1aa9bbd0b4cf7e9ea08fabc5d0a5c67fcaafa17433aa3" +checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e" dependencies = [ "serde", "serde_spanned", "toml_datetime", - "toml_edit 0.22.9", + "toml_edit", ] [[package]] name = "toml_datetime" -version = "0.6.5" +version = "0.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1" +checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" dependencies = [ "serde", ] [[package]] name = "toml_edit" -version = "0.19.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" -dependencies = [ - "indexmap 2.2.6", - "toml_datetime", - "winnow 0.5.40", -] - -[[package]] -name = "toml_edit" -version = "0.20.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81" -dependencies = [ - "indexmap 2.2.6", - "toml_datetime", - "winnow 0.5.40", -] - -[[package]] -name = "toml_edit" -version = "0.21.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" -dependencies = [ - "indexmap 2.2.6", - "toml_datetime", - "winnow 0.5.40", -] - -[[package]] -name = "toml_edit" -version = "0.22.9" +version = "0.22.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e40bb779c5187258fd7aad0eb68cb8706a0a81fa712fbea808ab43c4b8374c4" +checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d" dependencies = [ - "indexmap 2.2.6", + "indexmap 2.4.0", "serde", "serde_spanned", "toml_datetime", - "winnow 0.6.5", + "winnow", ] [[package]] @@ -17160,7 +16986,8 @@ dependencies = [ "futures-core", "futures-util", "pin-project", - "pin-project-lite 0.2.14", + "pin-project-lite", + "tokio", "tower-layer", "tower-service", "tracing", @@ -17168,33 +16995,31 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.4.4" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140" +checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.6.0", "bytes", - "futures-core", - "futures-util", - "http", - "http-body", - "http-range-header", - "pin-project-lite 0.2.14", + "http 1.1.0", + "http-body 1.0.1", + "http-body-util", + "pin-project-lite", "tower-layer", "tower-service", ] [[package]] name = "tower-layer" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0" +checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" [[package]] name = "tower-service" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" +checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" [[package]] name = "tracing" @@ -17203,7 +17028,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" dependencies = [ "log", - "pin-project-lite 0.2.14", + "pin-project-lite", "tracing-attributes", "tracing-core", ] @@ -17216,7 +17041,7 @@ checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.76", ] [[package]] @@ -17241,8 +17066,8 @@ dependencies = [ [[package]] name = "tracing-gum" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "15.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "coarsetime", "polkadot-primitives", @@ -17253,24 +17078,13 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "5.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "expander 2.0.0", - "proc-macro-crate 3.1.0", + "expander", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.66", -] - -[[package]] -name = "tracing-log" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f751112709b4e791d8ce53e32c4ed2d353565a795ce84da2285393f41557bdf2" -dependencies = [ - "log", - "once_cell", - "tracing-core", + "syn 2.0.76", ] [[package]] @@ -17300,7 +17114,7 @@ dependencies = [ "thread_local", "tracing", "tracing-core", - "tracing-log 0.2.0", + "tracing-log", ] [[package]] @@ -17309,28 +17123,19 @@ version = "0.29.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c992b4f40c234a074d48a757efeabb1a6be88af84c0c23f7ca158950cb0ae7f" dependencies = [ - "hash-db 0.16.0", + "hash-db", "log", "rustc-hex", "smallvec", ] -[[package]] -name = "trie-root" -version = "0.15.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b779f7c1c8fe9276365d9d5be5c4b5adeacf545117bb3f64c974305789c5c0b" -dependencies = [ - "hash-db 0.15.2", -] - [[package]] name = "trie-root" version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d4ed310ef5ab98f5fa467900ed906cb9232dd5376597e00fd4cba2a449d06c0b" dependencies = [ - "hash-db 0.16.0", + "hash-db", ] [[package]] @@ -17384,26 +17189,6 @@ dependencies = [ "url", ] -[[package]] -name = "trust-dns-resolver" -version = "0.22.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aff21aa4dcefb0a1afbfac26deb0adc93888c7d295fb63ab273ef276ba2b7cfe" -dependencies = [ - "cfg-if", - "futures-util", - "ipconfig", - "lazy_static", - "lru-cache", - "parking_lot 0.12.3", - "resolv-conf", - "smallvec", - "thiserror", - "tokio", - "tracing", - "trust-dns-proto 0.22.0", -] - [[package]] name = "trust-dns-resolver" version = "0.23.2" @@ -17446,11 +17231,11 @@ dependencies = [ "byteorder", "bytes", "data-encoding", - "http", + "http 0.2.12", "httparse", "log", "rand 0.8.5", - "rustls 0.21.10", + "rustls 0.21.12", "sha1", "thiserror", "url", @@ -17522,15 +17307,15 @@ checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" [[package]] name = "unicode-width" -version = "0.1.11" +version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" +checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" [[package]] name = "unicode-xid" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" +checksum = "229730647fbc343e3a80e463c1db7f78f3855d3f3739bee0dda773c9a037c90a" [[package]] name = "unicode_categories" @@ -17545,7 +17330,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea" dependencies = [ "crypto-common", - "subtle 2.5.0", + "subtle 2.6.1", ] [[package]] @@ -17558,6 +17343,15 @@ dependencies = [ "bytes", "futures-io", "futures-util", +] + +[[package]] +name = "unsigned-varint" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06" +dependencies = [ + "bytes", "tokio-util", ] @@ -17575,9 +17369,9 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" [[package]] name = "url" -version = "2.5.0" +version = "2.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633" +checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c" dependencies = [ "form_urlencoded", "idna 0.5.0", @@ -17598,9 +17392,9 @@ checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" [[package]] name = "utf8parse" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" +checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "valuable" @@ -17616,9 +17410,9 @@ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" [[package]] name = "version_check" -version = "0.9.4" +version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" +checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] name = "void" @@ -17628,9 +17422,9 @@ checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" [[package]] name = "w3f-bls" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7335e4c132c28cc43caef6adb339789e599e39adbe78da0c4d547fad48cbc331" +checksum = "9c5da5fa2c6afa2c9158eaa7cd9aee249765eb32b5fb0c63ad8b9e79336a47ec" dependencies = [ "ark-bls12-377", "ark-bls12-381", @@ -17661,9 +17455,9 @@ dependencies = [ [[package]] name = "waker-fn" -version = "1.1.1" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3c4517f54858c779bbcbf228f4fca63d121bf85fbecb2dc578cdf4a39395690" +checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7" [[package]] name = "walkdir" @@ -17707,34 +17501,35 @@ dependencies = [ [[package]] name = "wasm-bindgen" -version = "0.2.92" +version = "0.2.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" +checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5" dependencies = [ "cfg-if", + "once_cell", "wasm-bindgen-macro", ] [[package]] name = "wasm-bindgen-backend" -version = "0.2.92" +version = "0.2.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" +checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b" dependencies = [ "bumpalo", "log", "once_cell", "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.76", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-futures" -version = "0.4.42" +version = "0.4.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0" +checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed" dependencies = [ "cfg-if", "js-sys", @@ -17744,9 +17539,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.92" +version = "0.2.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" +checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -17754,22 +17549,22 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.92" +version = "0.2.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" +checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836" dependencies = [ "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.76", "wasm-bindgen-backend", "wasm-bindgen-shared", ] [[package]] name = "wasm-bindgen-shared" -version = "0.2.92" +version = "0.2.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" +checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484" [[package]] name = "wasm-instrument" @@ -17878,9 +17673,9 @@ dependencies = [ [[package]] name = "wasmparser-nostd" -version = "0.100.1" +version = "0.100.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9157cab83003221bfd385833ab587a039f5d6fa7304854042ba358a3b09e0724" +checksum = "d5a015fe95f3504a94bb1462c717aae75253e39b9dd6c3fb1062c934535c64aa" dependencies = [ "indexmap-nostd", ] @@ -18058,7 +17853,7 @@ dependencies = [ "log", "mach", "memfd", - "memoffset 0.8.0", + "memoffset", "paste", "rand 0.8.5", "rustix 0.36.17", @@ -18082,9 +17877,9 @@ dependencies = [ [[package]] name = "web-sys" -version = "0.3.69" +version = "0.3.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef" +checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0" dependencies = [ "js-sys", "wasm-bindgen", @@ -18102,17 +17897,23 @@ dependencies = [ [[package]] name = "webpki-roots" -version = "0.22.6" +version = "0.25.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87" +checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" + +[[package]] +name = "webpki-roots" +version = "0.26.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bd7c23921eeb1713a4e851530e9b9756e4fb0e89978582942612524cf09f01cd" dependencies = [ - "webpki", + "rustls-pki-types", ] [[package]] name = "westend-runtime" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "binary-merkle-tree", "bitvec", @@ -18137,6 +17938,7 @@ dependencies = [ "pallet-beefy-mmr", "pallet-collective", "pallet-conviction-voting", + "pallet-delegated-staking", "pallet-democracy", "pallet-election-provider-multi-phase", "pallet-election-provider-support-benchmarking", @@ -18182,7 +17984,6 @@ dependencies = [ "polkadot-primitives", "polkadot-runtime-common", "polkadot-runtime-parachains", - "rustc-hex", "scale-info", "serde", "serde_derive", @@ -18204,7 +18005,6 @@ dependencies = [ "sp-runtime", "sp-session", "sp-staking", - "sp-std", "sp-storage", "sp-transaction-pool", "sp-version", @@ -18218,8 +18018,8 @@ dependencies = [ [[package]] name = "westend-runtime-constants" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "16.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "frame-support", "polkadot-primitives", @@ -18241,14 +18041,14 @@ dependencies = [ "either", "home", "once_cell", - "rustix 0.38.32", + "rustix 0.38.35", ] [[package]] name = "wide" -version = "0.7.15" +version = "0.7.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89beec544f246e679fc25490e3f8e08003bc4bf612068f325120dad4cea02c1c" +checksum = "b828f995bf1e9622031f8009f8481a85406ce1f4d4588ff746d872043e855690" dependencies = [ "bytemuck", "safe_arch", @@ -18278,11 +18078,11 @@ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" [[package]] name = "winapi-util" -version = "0.1.6" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" +checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "winapi", + "windows-sys 0.59.0", ] [[package]] @@ -18297,7 +18097,7 @@ version = "0.51.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ca229916c5ee38c2f2bc1e9d8f04df975b4bd93f9955dc69fabb5d91270045c9" dependencies = [ - "windows-core", + "windows-core 0.51.1", "windows-targets 0.48.5", ] @@ -18310,6 +18110,15 @@ dependencies = [ "windows-targets 0.48.5", ] +[[package]] +name = "windows-core" +version = "0.52.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" +dependencies = [ + "windows-targets 0.52.6", +] + [[package]] name = "windows-sys" version = "0.42.0" @@ -18349,7 +18158,16 @@ version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" dependencies = [ - "windows-targets 0.52.4", + "windows-targets 0.52.6", +] + +[[package]] +name = "windows-sys" +version = "0.59.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" +dependencies = [ + "windows-targets 0.52.6", ] [[package]] @@ -18384,17 +18202,18 @@ dependencies = [ [[package]] name = "windows-targets" -version = "0.52.4" +version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b" +checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" dependencies = [ - "windows_aarch64_gnullvm 0.52.4", - "windows_aarch64_msvc 0.52.4", - "windows_i686_gnu 0.52.4", - "windows_i686_msvc 0.52.4", - "windows_x86_64_gnu 0.52.4", - "windows_x86_64_gnullvm 0.52.4", - "windows_x86_64_msvc 0.52.4", + "windows_aarch64_gnullvm 0.52.6", + "windows_aarch64_msvc 0.52.6", + "windows_i686_gnu 0.52.6", + "windows_i686_gnullvm", + "windows_i686_msvc 0.52.6", + "windows_x86_64_gnu 0.52.6", + "windows_x86_64_gnullvm 0.52.6", + "windows_x86_64_msvc 0.52.6", ] [[package]] @@ -18411,9 +18230,9 @@ checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" [[package]] name = "windows_aarch64_gnullvm" -version = "0.52.4" +version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9" +checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" [[package]] name = "windows_aarch64_msvc" @@ -18429,9 +18248,9 @@ checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" [[package]] name = "windows_aarch64_msvc" -version = "0.52.4" +version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675" +checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" [[package]] name = "windows_i686_gnu" @@ -18447,9 +18266,15 @@ checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" [[package]] name = "windows_i686_gnu" -version = "0.52.4" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" + +[[package]] +name = "windows_i686_gnullvm" +version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3" +checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" [[package]] name = "windows_i686_msvc" @@ -18465,9 +18290,9 @@ checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" [[package]] name = "windows_i686_msvc" -version = "0.52.4" +version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02" +checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" [[package]] name = "windows_x86_64_gnu" @@ -18483,9 +18308,9 @@ checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" [[package]] name = "windows_x86_64_gnu" -version = "0.52.4" +version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03" +checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" [[package]] name = "windows_x86_64_gnullvm" @@ -18501,9 +18326,9 @@ checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" [[package]] name = "windows_x86_64_gnullvm" -version = "0.52.4" +version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177" +checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" [[package]] name = "windows_x86_64_msvc" @@ -18519,24 +18344,15 @@ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" [[package]] name = "windows_x86_64_msvc" -version = "0.52.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8" - -[[package]] -name = "winnow" -version = "0.5.40" +version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" -dependencies = [ - "memchr", -] +checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] name = "winnow" -version = "0.6.5" +version = "0.6.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dffa400e67ed5a4dd237983829e66475f0a4a26938c4b04c21baede6262215b8" +checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f" dependencies = [ "memchr", ] @@ -18560,24 +18376,13 @@ dependencies = [ "tap", ] -[[package]] -name = "x25519-dalek" -version = "1.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f" -dependencies = [ - "curve25519-dalek 3.2.0", - "rand_core 0.5.1", - "zeroize", -] - [[package]] name = "x25519-dalek" version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c7e468321c81fb07fa7f4c636c3972b9100f0346e5b6a9f2bd0603a52f7ed277" dependencies = [ - "curve25519-dalek 4.1.2", + "curve25519-dalek", "rand_core 0.6.4", "serde", "zeroize", @@ -18585,17 +18390,16 @@ dependencies = [ [[package]] name = "x509-parser" -version = "0.14.0" +version = "0.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0ecbeb7b67ce215e40e3cc7f2ff902f94a223acf44995934763467e7b1febc8" +checksum = "7069fba5b66b9193bd2c5d3d4ff12b839118f6bcbef5328efafafb5395cf63da" dependencies = [ - "asn1-rs", - "base64 0.13.1", + "asn1-rs 0.5.2", "data-encoding", - "der-parser", + "der-parser 8.2.0", "lazy_static", "nom", - "oid-registry", + "oid-registry 0.6.1", "rusticata-macros", "thiserror", "time", @@ -18603,45 +18407,31 @@ dependencies = [ [[package]] name = "x509-parser" -version = "0.15.1" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7069fba5b66b9193bd2c5d3d4ff12b839118f6bcbef5328efafafb5395cf63da" +checksum = "fcbc162f30700d6f3f82a24bf7cc62ffe7caea42c0b2cba8bf7f3ae50cf51f69" dependencies = [ - "asn1-rs", + "asn1-rs 0.6.2", "data-encoding", - "der-parser", + "der-parser 9.0.0", "lazy_static", "nom", - "oid-registry", + "oid-registry 0.7.1", "rusticata-macros", "thiserror", "time", ] -[[package]] -name = "xcm-runtime-apis" -version = "0.1.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" -dependencies = [ - "frame-support", - "parity-scale-codec", - "scale-info", - "sp-api", - "sp-runtime", - "sp-std", - "sp-weights", - "staging-xcm", -] - [[package]] name = "xcm-primitives" version = "0.1.0" -source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-v1.11.0#509c4f44bb49dab0d3dda640a936ac047e109972" +source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" dependencies = [ "frame-support", "impl-trait-for-tuples", "log", "parity-scale-codec", + "primitive-types", "sp-core", "sp-runtime", "sp-std", @@ -18678,43 +18468,77 @@ dependencies = [ [[package]] name = "xcm-procedural" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "10.1.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "Inflector", "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.76", +] + +[[package]] +name = "xcm-runtime-apis" +version = "0.3.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +dependencies = [ + "frame-support", + "parity-scale-codec", + "scale-info", + "sp-api", + "sp-weights", + "staging-xcm", + "staging-xcm-executor", ] [[package]] name = "xcm-simulator" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#ef915632fbda727583b13813417664ecefc000b8" +version = "16.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ "frame-support", + "frame-system", "parity-scale-codec", "paste", "polkadot-core-primitives", "polkadot-parachain-primitives", + "polkadot-primitives", "polkadot-runtime-parachains", + "scale-info", "sp-io", + "sp-runtime", "sp-std", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", ] +[[package]] +name = "xml-rs" +version = "0.8.21" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "539a77ee7c0de333dcc6da69b177380a0b81e0dacfa4f7344c465a36871ee601" + +[[package]] +name = "xmltree" +version = "0.10.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d7d8a75eaf6557bb84a65ace8609883db44a29951042ada9b393151532e41fcb" +dependencies = [ + "xml-rs", +] + [[package]] name = "yamux" -version = "0.10.2" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5d9ba232399af1783a58d8eb26f6b5006fbefe2dc9ef36bd283324792d03ea5" +checksum = "9ed0164ae619f2dc144909a9f082187ebb5893693d8c0196e8085283ccd4b776" dependencies = [ "futures 0.3.30", "log", "nohash-hasher", "parking_lot 0.12.3", + "pin-project", "rand 0.8.5", "static_assertions", ] @@ -18730,29 +18554,30 @@ dependencies = [ [[package]] name = "zerocopy" -version = "0.7.32" +version = "0.7.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be" +checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" dependencies = [ + "byteorder", "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.7.32" +version = "0.7.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6" +checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" dependencies = [ "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.76", ] [[package]] name = "zeroize" -version = "1.7.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d" +checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" dependencies = [ "zeroize_derive", ] @@ -18765,7 +18590,7 @@ checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" dependencies = [ "proc-macro2", "quote", - "syn 2.0.66", + "syn 2.0.76", ] [[package]] @@ -18808,9 +18633,9 @@ dependencies = [ [[package]] name = "zstd-sys" -version = "2.0.10+zstd.1.5.6" +version = "2.0.13+zstd.1.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c253a4914af5bafc8fa8c86ee400827e83cf6ec01195ec1f1ed8441bf00d65aa" +checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa" dependencies = [ "cc", "pkg-config", diff --git a/Cargo.toml b/Cargo.toml index 6cb87c4de4..cd829a77c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -351,27 +351,27 @@ nimbus-consensus = { git = "https://github.com/Moonsong-Labs/moonkit", branch = # Other (wasm) async-trait = { version = "0.1.42" } blake2-rfc = { version = "0.2.18", default-features = false } -derive_more = "0.99" -environmental = { version = "1.1.2", default-features = false } +derive_more = "0.99.17" +environmental = { version = "1.1.4", default-features = false } frame-metadata = { version = "16.0.0", default-features = false, features = [ "current", ] } hex = { version = "0.4.3", default-features = false } -hex-literal = { version = "0.3.4" } -impl-serde = { version = "0.3.1", default-features = false } -impl-trait-for-tuples = "0.2.1" +hex-literal = { version = "0.4.1", default-features = false } +impl-serde = { version = "0.4.0", default-features = false } +impl-trait-for-tuples = "0.2.2" libsecp256k1 = { version = "0.7", default-features = false } -log = { version = "0.4", default-features = false } +log = { version = "0.4.21", default-features = false } num_enum = { version = "0.5.3", default-features = false } -paste = "1.0.6" -rlp = { version = "0.5", default-features = false } +paste = "1.0.14" +rlp = { version = "0.5.2", default-features = false } rustc-hex = { version = "2.0.1", default-features = false } -serde = { version = "1.0.101", default-features = false } +serde = { version = "1.0.197", default-features = false } sha3 = { version = "0.10", default-features = false } slices = "0.2.0" -smallvec = "1.8.0" -strum = { version = "0.24", default-features = false, features = ["derive"] } +strum = { version = "0.26.3", default-features = false, features = ["derive"] } strum_macros = "0.24" +smallvec = "1.11.0" p256 = { version = "0.13.2", default-features = false, features = [ "ecdsa", ] } @@ -381,30 +381,30 @@ p256 = { version = "0.13.2", default-features = false, features = [ assert_cmd = "2.0.10" async-io = "1.3" bip32 = { version = "0.5.1", default-features = false, features = ["bip39"] } -clap = { version = "4.0.9", features = ["derive"] } +clap = { version = "4.5.3", features = ["derive"] } clap-num = "=1.1.1" exit-future = "0.2" flume = "0.10.9" -futures = { version = "0.3.21" } -jsonrpsee = { version = "0.22.5", default-features = false } +futures = { version = "0.3.30" } +jsonrpsee = { version = "0.23.2", default-features = false } maplit = "1.0.2" -nix = "0.23" -parking_lot = "0.12.0" -primitive-types = "0.12.0" +nix = "0.28" +parking_lot = "0.12.1" +primitive-types = "0.12.1" prometheus = { version = "0.13.0", default-features = false } rand = "0.8.5" -serde_json = { version = "1.0" } +serde_json = { version = "1.0.114" } similar-asserts = "1.1.0" -tempfile = "3.2.0" +tempfile = "3.8.1" tiny-bip39 = { version = "0.8", default-features = false } schnorrkel = { version = "0.11.4", default-features = false, features = [ "preaudit_deprecated", ] } -tokio = { version = "1.36" } -tracing = "0.1.34" -tracing-core = "0.1.29" -trie-root = "0.15.2" -url = "2.2.2" +tokio = { version = "1.37.0" } +tracing = "0.1.37" +tracing-core = "0.1.32" +trie-root = "0.18.0" +url = { version = "2.4.0" } # The list of dependencies below (which can be both direct and indirect dependencies) are crates # that are suspected to be CPU-intensive, and that are unlikely to require debugging (as some of @@ -487,7 +487,4 @@ panic = "unwind" debug = 1 # debug symbols are useful for profilers debug-assertions = true # Enable debug-assert! for non-production profiles inherits = "release" -overflow-checks = true - -[patch."https://github.com/paritytech/polkadot-sdk"] -sp-crypto-ec-utils = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } +overflow-checks = true \ No newline at end of file From 43821077a173d3f1ec6106dfc361a7446f2938ba Mon Sep 17 00:00:00 2001 From: Gonza Montiel Date: Fri, 30 Aug 2024 18:08:13 +0200 Subject: [PATCH 03/52] apply TransactionPov changes --- client/rpc/finality/src/lib.rs | 12 +++++---- pallets/erc20-xcm-bridge/src/lib.rs | 5 ++-- pallets/ethereum-xcm/src/lib.rs | 15 +++++------ pallets/moonbeam-foreign-assets/src/evm.rs | 18 +++++-------- runtime/common/src/apis.rs | 30 ++++++++++------------ runtime/common/src/impl_xcm_evm_runner.rs | 17 +++++------- runtime/moonbase/src/lib.rs | 1 + runtime/moonbeam/src/lib.rs | 1 + runtime/moonriver/src/lib.rs | 1 + 9 files changed, 44 insertions(+), 56 deletions(-) diff --git a/client/rpc/finality/src/lib.rs b/client/rpc/finality/src/lib.rs index 988d8d316c..b4241a8953 100644 --- a/client/rpc/finality/src/lib.rs +++ b/client/rpc/finality/src/lib.rs @@ -22,6 +22,7 @@ use sp_core::H256; use sp_runtime::traits::Block; use std::ops::Deref; use std::{marker::PhantomData, sync::Arc}; +use fc_rpc::internal_err; /// An RPC endpoint to check for finality of blocks and transactions in Moonbeam #[rpc(server)] @@ -72,14 +73,14 @@ where async fn is_tx_finalized(&self, tx_hash: H256) -> RpcResult { let client = self.client.clone(); - if let Some((ethereum_block_hash, _ethereum_index)) = + if let Ok(Some((ethereum_block_hash, _ethereum_index))) = frontier_backend_client::load_transactions::( &client, self.backend.as_ref(), tx_hash, true, ) - .await? + .await { is_block_finalized_inner::(self.backend.as_ref(), &client, ethereum_block_hash) .await @@ -107,10 +108,11 @@ async fn is_block_finalized_inner, C: HeaderBackend + ' raw_hash: H256, ) -> RpcResult { let substrate_hash = - match frontier_backend_client::load_hash::(client, backend, raw_hash).await? { - // If we find this hash in the frontier data base, we know it is an eth hash + match frontier_backend_client::load_hash::(client, backend, raw_hash) + .await + .map_err(|err| internal_err(format!("{:?}", err)))? + { Some(hash) => hash, - // Otherwise, we assume this is a Substrate hash. None => raw_hash, }; diff --git a/pallets/erc20-xcm-bridge/src/lib.rs b/pallets/erc20-xcm-bridge/src/lib.rs index c7fd547721..e864e8df6f 100644 --- a/pallets/erc20-xcm-bridge/src/lib.rs +++ b/pallets/erc20-xcm-bridge/src/lib.rs @@ -41,7 +41,7 @@ pub mod pallet { use crate::errors::*; use crate::xcm_holding_ext::*; use ethereum_types::BigEndianHash; - use fp_evm::{ExitReason, ExitSucceed}; + use fp_evm::{ExitReason, ExitSucceed, TransactionPov}; use frame_support::pallet_prelude::*; use pallet_evm::{GasWeightMapping, Runner}; use sp_core::{H160, H256, U256}; @@ -125,8 +125,7 @@ pub mod pallet { Default::default(), false, false, - Some(weight_limit), - Some(0), + Some(TransactionPov::new(weight_limit, 0)), &::config(), ) .map_err(|_| Erc20TransferError::EvmCallFail)?; diff --git a/pallets/ethereum-xcm/src/lib.rs b/pallets/ethereum-xcm/src/lib.rs index a894c47a93..05d1c83a91 100644 --- a/pallets/ethereum-xcm/src/lib.rs +++ b/pallets/ethereum-xcm/src/lib.rs @@ -29,7 +29,7 @@ mod tests; use ethereum_types::{H160, H256, U256}; use fp_ethereum::{TransactionData, ValidatedTransaction}; -use fp_evm::{CheckEvmTransaction, CheckEvmTransactionConfig, TransactionValidationError}; +use fp_evm::{CheckEvmTransaction, CheckEvmTransactionConfig, TransactionPov, TransactionValidationError}; use frame_support::{ dispatch::{DispatchResultWithPostInfo, Pays, PostDispatchInfo}, traits::{EnsureOrigin, Get, ProcessMessage}, @@ -326,16 +326,14 @@ impl Pallet { let tx_hash = transaction.hash(); let transaction_data: TransactionData = (&transaction).into(); - let (weight_limit, proof_size_base_cost) = + let transaction_pov = match ::GasWeightMapping::gas_to_weight( transaction_data.gas_limit.unique_saturated_into(), true, ) { - weight_limit if weight_limit.proof_size() > 0 => ( - Some(weight_limit), - Some(Self::transaction_len(&transaction)), - ), - _ => (None, None), + weight_limit if weight_limit.proof_size() > 0 => + Some(TransactionPov::new(weight_limit, Self::transaction_len(&transaction))), + _ => None, }; let _ = CheckEvmTransaction::::new( @@ -351,8 +349,7 @@ impl Pallet { is_transactional: true, }, transaction_data.into(), - weight_limit, - proof_size_base_cost, + transaction_pov ) // We only validate the gas limit against the evm transaction cost. // No need to validate fee payment, as it is handled by the xcm executor. diff --git a/pallets/moonbeam-foreign-assets/src/evm.rs b/pallets/moonbeam-foreign-assets/src/evm.rs index aae1b1bf14..e54182a7c5 100644 --- a/pallets/moonbeam-foreign-assets/src/evm.rs +++ b/pallets/moonbeam-foreign-assets/src/evm.rs @@ -16,7 +16,7 @@ use crate::{AssetId, Error, Pallet}; use ethereum_types::{BigEndianHash, H160, H256, U256}; -use fp_evm::{ExitReason, ExitSucceed}; +use fp_evm::{ExitReason, ExitSucceed, TransactionPov}; use frame_support::ensure; use frame_support::pallet_prelude::Weight; use pallet_evm::{GasWeightMapping, Runner}; @@ -129,7 +129,6 @@ impl EvmCaller { false, false, None, - None, &::config(), contract_adress, ) @@ -174,8 +173,7 @@ impl EvmCaller { Default::default(), false, false, - Some(weight_limit), - Some(0), + Some(TransactionPov::new(weight_limit, 0)), &::config(), ) .map_err(|_| EvmError::EvmCallFail)?; @@ -220,8 +218,7 @@ impl EvmCaller { Default::default(), false, false, - Some(weight_limit), - Some(0), + Some(TransactionPov::new(weight_limit, 0)), &::config(), ) .map_err(|_| EvmError::EvmCallFail)?; @@ -275,8 +272,7 @@ impl EvmCaller { Default::default(), false, false, - Some(weight_limit), - Some(0), + Some(TransactionPov::new(weight_limit, 0)), &::config(), ) .map_err(|_| EvmError::EvmCallFail)?; @@ -312,8 +308,7 @@ impl EvmCaller { Default::default(), false, false, - Some(weight_limit), - Some(0), + Some(TransactionPov::new(weight_limit, 0)), &::config(), ) .map_err(|_| Error::::EvmInternalError)?; @@ -350,8 +345,7 @@ impl EvmCaller { Default::default(), false, false, - Some(weight_limit), - Some(0), + Some(TransactionPov::new(weight_limit, 0)), &::config(), ) .map_err(|_| Error::::EvmInternalError)?; diff --git a/runtime/common/src/apis.rs b/runtime/common/src/apis.rs index 38912cb7d4..edc93104a3 100644 --- a/runtime/common/src/apis.rs +++ b/runtime/common/src/apis.rs @@ -289,6 +289,7 @@ macro_rules! impl_runtime_apis_plus_common { #[cfg(feature = "evm-tracing")] { use moonbeam_evm_tracer::tracer::EvmTracer; + use fp_evm::TransactionPov; // Initialize block: calls the "on_initialize" hook on every pallet // in AllPalletsWithSystem. @@ -323,15 +324,15 @@ macro_rules! impl_runtime_apis_plus_common { let gas_limit = gas_limit.min(u64::MAX.into()).low_u64(); - let (weight_limit, proof_size_base_cost) = + let transaction_pov = match ::GasWeightMapping::gas_to_weight( gas_limit, without_base_extrinsic_weight ) { weight_limit if weight_limit.proof_size() > 0 => { - (Some(weight_limit), Some(estimated_transaction_len as u64)) + (Some(TransactionPov::new(weight_limit, estimated_transaction_len as u64))) } - _ => (None, None), + _ => (None), }; let _ = ::Runner::call( @@ -346,8 +347,7 @@ macro_rules! impl_runtime_apis_plus_common { access_list.unwrap_or_default(), is_transactional, validate, - weight_limit, - proof_size_base_cost, + transaction_pov, ::config(), ); }); @@ -459,15 +459,15 @@ macro_rules! impl_runtime_apis_plus_common { let gas_limit = gas_limit.min(u64::MAX.into()).low_u64(); let without_base_extrinsic_weight = true; - let (weight_limit, proof_size_base_cost) = + let transaction_pov = match ::GasWeightMapping::gas_to_weight( gas_limit, without_base_extrinsic_weight ) { weight_limit if weight_limit.proof_size() > 0 => { - (Some(weight_limit), Some(estimated_transaction_len as u64)) + (Some(TransactionPov::new(weight_limit, estimated_transaction_len as u64))) } - _ => (None, None), + _ => (None), }; ::Runner::call( @@ -482,8 +482,7 @@ macro_rules! impl_runtime_apis_plus_common { access_list.unwrap_or_default(), is_transactional, validate, - weight_limit, - proof_size_base_cost, + transaction_pov, config.as_ref().unwrap_or(::config()), ).map_err(|err| err.error.into()) } @@ -536,15 +535,15 @@ macro_rules! impl_runtime_apis_plus_common { }; let without_base_extrinsic_weight = true; - let (weight_limit, proof_size_base_cost) = + let transaction_pov = match ::GasWeightMapping::gas_to_weight( gas_limit, without_base_extrinsic_weight ) { weight_limit if weight_limit.proof_size() > 0 => { - (Some(weight_limit), Some(estimated_transaction_len as u64)) + (Some(TransactionPov::new(weight_limit, estimated_transaction_len as u64))) } - _ => (None, None), + _ => (None), }; #[allow(clippy::or_fun_call)] // suggestion not helpful here @@ -559,8 +558,7 @@ macro_rules! impl_runtime_apis_plus_common { access_list.unwrap_or_default(), is_transactional, validate, - weight_limit, - proof_size_base_cost, + transaction_pov, config.as_ref().unwrap_or(::config()), ).map_err(|err| err.error.into()) } @@ -741,7 +739,7 @@ macro_rules! impl_runtime_apis_plus_common { } } - impl xcm_fee_payment_runtime_api::XcmPaymentApi for Runtime { + impl xcm_runtime_apis::fees::runtime_decl_for_xcm_payment_api::XcmPaymentApi for Runtime { fn query_acceptable_payment_assets( xcm_version: xcm::Version ) -> Result, XcmPaymentApiError> { diff --git a/runtime/common/src/impl_xcm_evm_runner.rs b/runtime/common/src/impl_xcm_evm_runner.rs index 07102147e1..9628dc578a 100644 --- a/runtime/common/src/impl_xcm_evm_runner.rs +++ b/runtime/common/src/impl_xcm_evm_runner.rs @@ -17,7 +17,7 @@ #[macro_export] macro_rules! impl_evm_runner_precompile_or_eth_xcm { {} => { - use fp_evm::{CallInfo, CallOrCreateInfo, Context, Transfer}; + use fp_evm::{CallInfo, CallOrCreateInfo, Context, Transfer, TransactionPov}; use frame_support::dispatch::CallableCallFor; use pallet_evm::{Runner, RunnerError}; use precompile_utils::{prelude::*, evm::handle::with_precompile_handle}; @@ -51,8 +51,7 @@ macro_rules! impl_evm_runner_precompile_or_eth_xcm { access_list: Vec<(H160, Vec)>, _is_transactional: bool, _validate: bool, - _weight_limit: Option, - _transaction_len: Option, + _transaction_pov: Option, _config: &fp_evm::Config, ) -> Result> { // The `with_precompile_handle` function will execute the closure (and return the @@ -139,8 +138,7 @@ macro_rules! impl_evm_runner_precompile_or_eth_xcm { _access_list: Vec<(H160, Vec)>, _is_transactional: bool, _validate: bool, - _weight_limit: Option, - _transaction_len: Option, + _transaction_pov: Option, _config: &fp_evm::Config, ) -> Result> { unimplemented!() @@ -158,8 +156,7 @@ macro_rules! impl_evm_runner_precompile_or_eth_xcm { _access_list: Vec<(H160, Vec)>, _is_transactional: bool, _validate: bool, - _weight_limit: Option, - _transaction_len: Option, + _transaction_pov: Option, _config: &fp_evm::Config, ) -> Result> { unimplemented!() @@ -176,8 +173,7 @@ macro_rules! impl_evm_runner_precompile_or_eth_xcm { access_list: Vec<(H160, Vec)>, is_transactional: bool, validate: bool, - weight_limit: Option, - transaction_len: Option, + transaction_pov: Option, config: &fp_evm::Config, force_address: H160, ) -> Result> { @@ -230,8 +226,7 @@ macro_rules! impl_evm_runner_precompile_or_eth_xcm { _nonce: Option, _access_list: Vec<(H160, Vec)>, _is_transactional: bool, - _weight_limit: Option, - _transaction_len: Option, + _transaction_pov: Option, _evm_config: &fp_evm::Config, ) -> Result<(), RunnerError> { unimplemented!() diff --git a/runtime/moonbase/src/lib.rs b/runtime/moonbase/src/lib.rs index 6a591538cd..2b91c5745d 100644 --- a/runtime/moonbase/src/lib.rs +++ b/runtime/moonbase/src/lib.rs @@ -124,6 +124,7 @@ use xcm::{ use xcm_config::AssetType; use xcm_fee_payment_runtime_api::Error as XcmPaymentApiError; use xcm_primitives::UnitsToWeightRatio; +use fp_evm::TransactionPov; use smallvec::smallvec; use sp_runtime::serde::{Deserialize, Serialize}; diff --git a/runtime/moonbeam/src/lib.rs b/runtime/moonbeam/src/lib.rs index 551e4f965c..e0adbda8c1 100644 --- a/runtime/moonbeam/src/lib.rs +++ b/runtime/moonbeam/src/lib.rs @@ -105,6 +105,7 @@ use xcm::{ use xcm_config::AssetType; use xcm_fee_payment_runtime_api::Error as XcmPaymentApiError; use xcm_primitives::UnitsToWeightRatio; +use fp_evm::TransactionPov; #[cfg(feature = "std")] use sp_version::NativeVersion; diff --git a/runtime/moonriver/src/lib.rs b/runtime/moonriver/src/lib.rs index f1975cbc68..712b5506c1 100644 --- a/runtime/moonriver/src/lib.rs +++ b/runtime/moonriver/src/lib.rs @@ -105,6 +105,7 @@ use xcm::{ use xcm_config::AssetType; use xcm_fee_payment_runtime_api::Error as XcmPaymentApiError; use xcm_primitives::UnitsToWeightRatio; +use fp_evm::TransactionPov; use smallvec::smallvec; #[cfg(feature = "std")] From 740cd83bc4dcd926a345094f48d5db37caf244a4 Mon Sep 17 00:00:00 2001 From: Gonza Montiel Date: Fri, 30 Aug 2024 19:24:55 +0200 Subject: [PATCH 04/52] update runtime configs (wip) --- node/service/src/client.rs | 4 +- runtime/common/src/weights/pallet_balances.rs | 2 + runtime/common/src/weights/pallet_evm.rs | 11 ----- runtime/common/src/weights/pallet_treasury.rs | 42 ------------------- runtime/moonbase/src/lib.rs | 9 +--- runtime/moonbase/src/xcm_config.rs | 6 ++- runtime/moonbeam/src/lib.rs | 9 +--- runtime/moonbeam/src/xcm_config.rs | 5 +++ runtime/moonriver/src/lib.rs | 9 +--- runtime/moonriver/src/xcm_config.rs | 5 +++ 10 files changed, 22 insertions(+), 80 deletions(-) diff --git a/node/service/src/client.rs b/node/service/src/client.rs index 97dd59e895..06eea3cbae 100644 --- a/node/service/src/client.rs +++ b/node/service/src/client.rs @@ -47,7 +47,7 @@ pub trait RuntimeApiCollection: + cumulus_primitives_core::CollectCollationInfo + session_keys_primitives::VrfApi + async_backing_primitives::UnincludedSegmentApi - + xcm_fee_payment_runtime_api::XcmPaymentApi + + xcm_runtime_apis::fees::runtime_decl_for_xcm_payment_api::XcmPaymentApi { } @@ -68,7 +68,7 @@ impl RuntimeApiCollection for Api where + cumulus_primitives_core::CollectCollationInfo + session_keys_primitives::VrfApi + async_backing_primitives::UnincludedSegmentApi - + xcm_fee_payment_runtime_api::XcmPaymentApi + + xcm_runtime_apis::fees::runtime_decl_for_xcm_payment_api::XcmPaymentApi { } diff --git a/runtime/common/src/weights/pallet_balances.rs b/runtime/common/src/weights/pallet_balances.rs index bc83ef82e3..7b553c5563 100644 --- a/runtime/common/src/weights/pallet_balances.rs +++ b/runtime/common/src/weights/pallet_balances.rs @@ -148,4 +148,6 @@ impl pallet_balances::WeightInfo for WeightInfo { Weight::from_parts(6_125_000, 1501) .saturating_add(T::DbWeight::get().reads(1_u64)) } + fn burn_allow_death() -> frame_support::weights::Weight { todo!() } + fn burn_keep_alive() -> frame_support::weights::Weight { todo!() } } diff --git a/runtime/common/src/weights/pallet_evm.rs b/runtime/common/src/weights/pallet_evm.rs index e3aa76d1c2..e884b5885c 100644 --- a/runtime/common/src/weights/pallet_evm.rs +++ b/runtime/common/src/weights/pallet_evm.rs @@ -59,17 +59,6 @@ impl pallet_evm::WeightInfo for WeightInfo { /// Storage: `EVM::AccountStorages` (r:1 w:0) /// Proof: `EVM::AccountStorages` (`max_values`: None, `max_size`: None, mode: `Measured`) /// The range of component `x` is `[1, 10000000]`. - fn runner_execute(x: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `1574` - // Estimated: `7514` - // Minimum execution time: 23_399_294_000 picoseconds. - Weight::from_parts(23_731_883_576, 7514) - // Standard Error: 2 - .saturating_add(Weight::from_parts(4, 0).saturating_mul(x.into())) - .saturating_add(T::DbWeight::get().reads(8_u64)) - .saturating_add(T::DbWeight::get().writes(2_u64)) - } fn withdraw() -> Weight { // Proof Size summary in bytes: // Measured: `0` diff --git a/runtime/common/src/weights/pallet_treasury.rs b/runtime/common/src/weights/pallet_treasury.rs index 55808994a7..a372caf74a 100644 --- a/runtime/common/src/weights/pallet_treasury.rs +++ b/runtime/common/src/weights/pallet_treasury.rs @@ -61,48 +61,6 @@ impl pallet_treasury::WeightInfo for WeightInfo { .saturating_add(T::DbWeight::get().reads(2_u64)) .saturating_add(T::DbWeight::get().writes(3_u64)) } - /// Storage: `Treasury::ProposalCount` (r:1 w:1) - /// Proof: `Treasury::ProposalCount` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) - /// Storage: `Treasury::Proposals` (r:0 w:1) - /// Proof: `Treasury::Proposals` (`max_values`: None, `max_size`: Some(84), added: 2559, mode: `MaxEncodedLen`) - fn propose_spend() -> Weight { - // Proof Size summary in bytes: - // Measured: `479` - // Estimated: `1489` - // Minimum execution time: 24_794_000 picoseconds. - Weight::from_parts(25_297_000, 1489) - .saturating_add(T::DbWeight::get().reads(1_u64)) - .saturating_add(T::DbWeight::get().writes(2_u64)) - } - /// Storage: `Treasury::Proposals` (r:1 w:1) - /// Proof: `Treasury::Proposals` (`max_values`: None, `max_size`: Some(84), added: 2559, mode: `MaxEncodedLen`) - /// Storage: `System::Account` (r:2 w:2) - /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(116), added: 2591, mode: `MaxEncodedLen`) - fn reject_proposal() -> Weight { - // Proof Size summary in bytes: - // Measured: `775` - // Estimated: `6172` - // Minimum execution time: 41_889_000 picoseconds. - Weight::from_parts(43_202_000, 6172) - .saturating_add(T::DbWeight::get().reads(3_u64)) - .saturating_add(T::DbWeight::get().writes(3_u64)) - } - /// Storage: `Treasury::Proposals` (r:1 w:0) - /// Proof: `Treasury::Proposals` (`max_values`: None, `max_size`: Some(84), added: 2559, mode: `MaxEncodedLen`) - /// Storage: `Treasury::Approvals` (r:1 w:1) - /// Proof: `Treasury::Approvals` (`max_values`: Some(1), `max_size`: Some(402), added: 897, mode: `MaxEncodedLen`) - /// The range of component `p` is `[0, 99]`. - fn approve_proposal(p: u32, ) -> Weight { - // Proof Size summary in bytes: - // Measured: `608 + p * (8 ±0)` - // Estimated: `3549` - // Minimum execution time: 8_549_000 picoseconds. - Weight::from_parts(11_280_655, 3549) - // Standard Error: 1_499 - .saturating_add(Weight::from_parts(84_828, 0).saturating_mul(p.into())) - .saturating_add(T::DbWeight::get().reads(2_u64)) - .saturating_add(T::DbWeight::get().writes(1_u64)) - } /// Storage: `Treasury::Approvals` (r:1 w:1) /// Proof: `Treasury::Approvals` (`max_values`: Some(1), `max_size`: Some(402), added: 897, mode: `MaxEncodedLen`) fn remove_approval() -> Weight { diff --git a/runtime/moonbase/src/lib.rs b/runtime/moonbase/src/lib.rs index 2b91c5745d..0255c36599 100644 --- a/runtime/moonbase/src/lib.rs +++ b/runtime/moonbase/src/lib.rs @@ -122,8 +122,8 @@ use xcm::{ IntoVersion, VersionedAssetId, VersionedAssets, VersionedLocation, VersionedXcm, }; use xcm_config::AssetType; -use xcm_fee_payment_runtime_api::Error as XcmPaymentApiError; use xcm_primitives::UnitsToWeightRatio; +use xcm_runtime_apis::fees::Error as XcmPaymentApiError; use fp_evm::TransactionPov; use smallvec::smallvec; @@ -604,22 +604,15 @@ type TreasuryRejectOrigin = EitherOfDiverse< impl pallet_treasury::Config for Runtime { type PalletId = TreasuryId; type Currency = Balances; - // At least three-fifths majority of the council is required (or root) to approve a proposal - type ApproveOrigin = TreasuryApproveOrigin; // More than half of the council is required (or root) to reject a proposal type RejectOrigin = TreasuryRejectOrigin; type RuntimeEvent = RuntimeEvent; - // If spending proposal rejected, transfer proposer bond to treasury - type OnSlash = Treasury; - type ProposalBond = ProposalBond; - type ProposalBondMinimum = ConstU128<{ 1 * currency::UNIT * currency::SUPPLY_FACTOR }>; type SpendPeriod = ConstU32<{ 6 * DAYS }>; type Burn = (); type BurnDestination = (); type MaxApprovals = ConstU32<100>; type WeightInfo = moonbase_weights::pallet_treasury::WeightInfo; type SpendFunds = (); - type ProposalBondMaximum = (); #[cfg(not(feature = "runtime-benchmarks"))] type SpendOrigin = frame_support::traits::NeverEnsureOrigin; // Disabled, no spending #[cfg(feature = "runtime-benchmarks")] diff --git a/runtime/moonbase/src/xcm_config.rs b/runtime/moonbase/src/xcm_config.rs index 2141cefdcb..2c38ee6109 100644 --- a/runtime/moonbase/src/xcm_config.rs +++ b/runtime/moonbase/src/xcm_config.rs @@ -339,6 +339,7 @@ impl xcm_executor::Config for XcmExecutorConfig { type HrmpNewChannelOpenRequestHandler = (); type HrmpChannelAcceptedHandler = (); type HrmpChannelClosingHandler = (); + type XcmRecorder = PolkadotXcm; } // Converts a Signed Local Origin into a Location @@ -402,6 +403,10 @@ impl cumulus_pallet_xcmp_queue::Config for Runtime { type PriceForSiblingDelivery = polkadot_runtime_common::xcm_sender::NoPriceForMessageDelivery< cumulus_primitives_core::ParaId, >; + type MaxActiveOutboundChannels = ConstU32<128>; + // Most on-chain HRMP channels are configured to use 102400 bytes of max message size, so we + // need to set the page size larger than that until we reduce the channel size on-chain. + type MaxPageSize = ConstU32<{ 103 * 1024 }>; } parameter_types! { @@ -464,7 +469,6 @@ impl pallet_emergency_para_xcm::Config for Runtime { type CheckAssociatedRelayNumber = cumulus_pallet_parachain_system::RelayNumberMonotonicallyIncreases; type QueuePausedQuery = (MaintenanceMode, NarrowOriginToSibling); - type XcmpMessageHandler = XcmpQueue; type PausedThreshold = ConstU32<300>; type FastAuthorizeUpgradeOrigin = pallet_collective::EnsureProportionAtLeast; diff --git a/runtime/moonbeam/src/lib.rs b/runtime/moonbeam/src/lib.rs index e0adbda8c1..608ddee495 100644 --- a/runtime/moonbeam/src/lib.rs +++ b/runtime/moonbeam/src/lib.rs @@ -103,8 +103,8 @@ use xcm::{ IntoVersion, VersionedAssetId, VersionedAssets, VersionedLocation, VersionedXcm, }; use xcm_config::AssetType; -use xcm_fee_payment_runtime_api::Error as XcmPaymentApiError; use xcm_primitives::UnitsToWeightRatio; +use xcm_runtime_apis::conversions::Error as XcmPaymentApiError; use fp_evm::TransactionPov; #[cfg(feature = "std")] @@ -586,22 +586,15 @@ type TreasuryRejectOrigin = EitherOfDiverse< impl pallet_treasury::Config for Runtime { type PalletId = TreasuryId; type Currency = Balances; - // At least three-fifths majority of the council is required (or root) to approve a proposal - type ApproveOrigin = TreasuryApproveOrigin; // More than half of the council is required (or root) to reject a proposal type RejectOrigin = TreasuryRejectOrigin; type RuntimeEvent = RuntimeEvent; - // If spending proposal rejected, transfer proposer bond to treasury - type OnSlash = Treasury; - type ProposalBond = ProposalBond; - type ProposalBondMinimum = ConstU128<{ 1 * currency::GLMR * currency::SUPPLY_FACTOR }>; type SpendPeriod = ConstU32<{ 6 * DAYS }>; type Burn = (); type BurnDestination = (); type MaxApprovals = ConstU32<100>; type WeightInfo = moonbeam_weights::pallet_treasury::WeightInfo; type SpendFunds = (); - type ProposalBondMaximum = (); #[cfg(not(feature = "runtime-benchmarks"))] type SpendOrigin = frame_support::traits::NeverEnsureOrigin; // Disabled, no spending #[cfg(feature = "runtime-benchmarks")] diff --git a/runtime/moonbeam/src/xcm_config.rs b/runtime/moonbeam/src/xcm_config.rs index 9e8ea4cd57..c7b997fda9 100644 --- a/runtime/moonbeam/src/xcm_config.rs +++ b/runtime/moonbeam/src/xcm_config.rs @@ -327,6 +327,7 @@ impl xcm_executor::Config for XcmExecutorConfig { type HrmpNewChannelOpenRequestHandler = (); type HrmpChannelAcceptedHandler = (); type HrmpChannelClosingHandler = (); + type XcmRecorder = PolkadotXcm; } type XcmExecutor = pallet_erc20_xcm_bridge::XcmExecutorWrapper< @@ -390,6 +391,10 @@ impl cumulus_pallet_xcmp_queue::Config for Runtime { type PriceForSiblingDelivery = polkadot_runtime_common::xcm_sender::NoPriceForMessageDelivery< cumulus_primitives_core::ParaId, >; + type MaxActiveOutboundChannels = ConstU32<128>; + // Most on-chain HRMP channels are configured to use 102400 bytes of max message size, so we + // need to set the page size larger than that until we reduce the channel size on-chain. + type MaxPageSize = ConstU32<{ 103 * 1024 }>; } parameter_types! { diff --git a/runtime/moonriver/src/lib.rs b/runtime/moonriver/src/lib.rs index 712b5506c1..b63b1237f3 100644 --- a/runtime/moonriver/src/lib.rs +++ b/runtime/moonriver/src/lib.rs @@ -103,8 +103,8 @@ use xcm::{ IntoVersion, VersionedAssetId, VersionedAssets, VersionedLocation, VersionedXcm, }; use xcm_config::AssetType; -use xcm_fee_payment_runtime_api::Error as XcmPaymentApiError; use xcm_primitives::UnitsToWeightRatio; +use xcm_runtime_apis::fees::Error as XcmPaymentApiError; use fp_evm::TransactionPov; use smallvec::smallvec; @@ -588,22 +588,15 @@ type TreasuryRejectOrigin = EitherOfDiverse< impl pallet_treasury::Config for Runtime { type PalletId = TreasuryId; type Currency = Balances; - // At least three-fifths majority of the council is required (or root) to approve a proposal - type ApproveOrigin = TreasuryApproveOrigin; // More than half of the council is required (or root) to reject a proposal type RejectOrigin = TreasuryRejectOrigin; type RuntimeEvent = RuntimeEvent; - // If spending proposal rejected, transfer proposer bond to treasury - type OnSlash = Treasury; - type ProposalBond = ProposalBond; - type ProposalBondMinimum = ConstU128<{ 1 * currency::MOVR * currency::SUPPLY_FACTOR }>; type SpendPeriod = ConstU32<{ 6 * DAYS }>; type Burn = (); type BurnDestination = (); type MaxApprovals = ConstU32<100>; type WeightInfo = moonriver_weights::pallet_treasury::WeightInfo; type SpendFunds = (); - type ProposalBondMaximum = (); #[cfg(not(feature = "runtime-benchmarks"))] type SpendOrigin = frame_support::traits::NeverEnsureOrigin; // Disabled, no spending #[cfg(feature = "runtime-benchmarks")] diff --git a/runtime/moonriver/src/xcm_config.rs b/runtime/moonriver/src/xcm_config.rs index 26f8d83eb2..a4febc68f8 100644 --- a/runtime/moonriver/src/xcm_config.rs +++ b/runtime/moonriver/src/xcm_config.rs @@ -335,6 +335,7 @@ impl xcm_executor::Config for XcmExecutorConfig { type HrmpNewChannelOpenRequestHandler = (); type HrmpChannelAcceptedHandler = (); type HrmpChannelClosingHandler = (); + type XcmRecorder = PolkadotXcm; } type XcmExecutor = pallet_erc20_xcm_bridge::XcmExecutorWrapper< @@ -398,6 +399,10 @@ impl cumulus_pallet_xcmp_queue::Config for Runtime { type PriceForSiblingDelivery = polkadot_runtime_common::xcm_sender::NoPriceForMessageDelivery< cumulus_primitives_core::ParaId, >; + type MaxActiveOutboundChannels = ConstU32<128>; + // Most on-chain HRMP channels are configured to use 102400 bytes of max message size, so we + // need to set the page size larger than that until we reduce the channel size on-chain. + type MaxPageSize = ConstU32<{ 103 * 1024 }>; } parameter_types! { From f1d5a15cfe8b62d89c8e43494a8976c1809e975d Mon Sep 17 00:00:00 2001 From: Gonza Montiel Date: Mon, 2 Sep 2024 11:38:03 +0200 Subject: [PATCH 05/52] update imports --- runtime/moonbeam/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/moonbeam/src/lib.rs b/runtime/moonbeam/src/lib.rs index 608ddee495..f2bed55caa 100644 --- a/runtime/moonbeam/src/lib.rs +++ b/runtime/moonbeam/src/lib.rs @@ -37,6 +37,7 @@ use fp_rpc::TransactionStatus; use cumulus_primitives_core::{relay_chain, AggregateMessageOrigin}; #[cfg(feature = "std")] pub use fp_evm::GenesisAccount; +use fp_evm::TransactionPov; pub use frame_support::traits::Get; use frame_support::{ construct_runtime, @@ -104,8 +105,7 @@ use xcm::{ }; use xcm_config::AssetType; use xcm_primitives::UnitsToWeightRatio; -use xcm_runtime_apis::conversions::Error as XcmPaymentApiError; -use fp_evm::TransactionPov; +use xcm_runtime_apis::fees::Error as XcmPaymentApiError; #[cfg(feature = "std")] use sp_version::NativeVersion; From acb365923841dcafd9a0ec59df630aae81393a7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lo=C3=AFs?= Date: Sat, 24 Aug 2024 12:43:08 +0200 Subject: [PATCH 06/52] mute hrmp channel moonriver - Litmus (#2914) --- test/helpers/foreign-chains.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/test/helpers/foreign-chains.ts b/test/helpers/foreign-chains.ts index b8822239cc..a72497f124 100644 --- a/test/helpers/foreign-chains.ts +++ b/test/helpers/foreign-chains.ts @@ -120,6 +120,7 @@ export const ForeignChainsEndpoints = [ { name: "Litmus", paraId: 2106, + mutedUntil: new Date("2024-10-01").getTime(), }, { name: "Mangata", From 42a12fddd9c82c2f896feddc50cac433bfa6ec43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?pablito=20=E3=83=86?= Date: Tue, 27 Aug 2024 07:13:19 -0300 Subject: [PATCH 07/52] Add step to Build workflow to check for WASM runtime sizes (#2888) * add simple wasm size check * only run on pull requests * add Github token to env * fix download dir name * try comparing previous and current runtimes * change master branch with dynamic target branch ref * add comparison to latest release * test with older release * download from release instead of workflow artifact * debug release tag not saved to env * debug some more * use gh cli to get releases instead of git tag * use gh api instead of releases * remove get build id & fix awk parsing * build runtimes with _, releases with - * add comment to PR and format msg * use markdown report & replace comment * cat report & fix comment formatting * add twiggy diff reports as artifacts * use upload v4 & create reports dir * rm: deprecated ::set-output cmd --- .github/workflows/build.yml | 164 ++++++++++++++++++++++++++++++++++++ 1 file changed, 164 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 88df600092..be3739ebd7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -320,6 +320,170 @@ jobs: name: moonbeam path: build + check-wasm-size: + name: "Check WASM runtimes with Twiggy" + runs-on: ubuntu-latest + if: github.event_name == 'pull_request' + needs: ["set-tags", "build"] + env: + GH_TOKEN: ${{ github.token }} + steps: + - name: Checkout + uses: actions/checkout@v4 + with: + ref: ${{ needs.set-tags.outputs.git_ref }} + # With rustup's nice new toml format, we just need to run rustup show to install the toolchain + # https://github.com/actions-rs/toolchain/issues/126#issuecomment-782989659 + - name: Setup Rust toolchain + run: | + rustup override unset + rustup show + - name: Download Twiggy + run: cargo install twiggy + - name: Lookup for latest target branch build + run: | + TARGET_BRANCH=${{ github.event.pull_request.base.ref }} + LATEST_TARGET_BRANCH_BUILD=$(gh run -R moonbeam-foundation/moonbeam list -w Build --limit=100 --json databaseId,url,headBranch,event,status,conclusion,createdAt --jq ".[] | select(.headBranch == \"$TARGET_BRANCH\" and .event == \"push\" and .status == \"completed\" and .conclusion == \"success\") | .databaseId" | head -n 1) + echo "LATEST_TARGET_BRANCH_BUILD=$LATEST_TARGET_BRANCH_BUILD" >> $GITHUB_OUTPUT + - name: Download latest target branch build artifacts + run: | + gh run download $LATEST_TARGET_BRANCH_BUILD -n uncompressed-runtimes --dir uncompressed-runtimes-target-branch + gh run download $LATEST_TARGET_BRANCH_BUILD -n runtimes --dir runtimes-target-branch + - name: Check Runtimes size for target branch + run: | + PREVIOUS_MOONBASE=$(du -k runtimes-target-branch/* | awk '/moonbase_runtime/ {print $1}') + PREVIOUS_MOONBEAM=$(du -k runtimes-target-branch/* | awk '/moonbeam_runtime/ {print $1}') + PREVIOUS_MOONRIVER=$(du -k runtimes-target-branch/* | awk '/moonriver_runtime/ {print $1}') + echo "PREVIOUS_MOONBASE=$PREVIOUS_MOONBASE" >> $GITHUB_ENV + echo "PREVIOUS_MOONBEAM=$PREVIOUS_MOONBEAM" >> $GITHUB_ENV + echo "PREVIOUS_MOONRIVER=$PREVIOUS_MOONRIVER" >> $GITHUB_ENV + - name: "Download branch built runtime" + uses: actions/download-artifact@v4 + with: + name: runtimes + path: runtimes-current-branch + - name: "Download branch built uncompressed-runtimes" + uses: actions/download-artifact@v4 + with: + name: uncompressed-runtimes + path: uncompressed-runtimes-current-branch + - name: Check Runtimes size for current branch + run: | + CURRENT_MOONBASE=$(du -k runtimes-current-branch/* | awk '/moonbase_runtime/ {print $1}') + CURRENT_MOONBEAM=$(du -k runtimes-current-branch/* | awk '/moonbeam_runtime/ {print $1}') + CURRENT_MOONRIVER=$(du -k runtimes-current-branch/* | awk '/moonriver_runtime/ {print $1}') + echo "CURRENT_MOONBASE=$CURRENT_MOONBASE" >> $GITHUB_ENV + echo "CURRENT_MOONBEAM=$CURRENT_MOONBEAM" >> $GITHUB_ENV + echo "CURRENT_MOONRIVER=$CURRENT_MOONRIVER" >> $GITHUB_ENV + - name: Fetch latest release tag + id: fetch_latest_release + run: | + LATEST_RELEASE_TAG=$(gh api repos/moonbeam-foundation/moonbeam/releases --paginate --jq '.[] | select(.tag_name | test("^runtime-\\d+$")) | .tag_name' | sort -V | tail -n 1) + echo "LATEST_RELEASE_TAG=$LATEST_RELEASE_TAG" >> $GITHUB_ENV + echo $LATEST_RELEASE_TAG + - name: Download latest release runtimes + run: | + gh release download $LATEST_RELEASE_TAG -R moonbeam-foundation/moonbeam -p "moonbeam-runtime-${LATEST_RELEASE_TAG#runtime-}.wasm" -p "moonbase-runtime-${LATEST_RELEASE_TAG#runtime-}.wasm" -p "moonriver-runtime-${LATEST_RELEASE_TAG#runtime-}.wasm" --dir runtimes-latest-release + - name: Check Runtimes size for latest release + run: | + LATEST_MOONBASE=$(du -k runtimes-latest-release/* | awk '/moonbase-runtime/ {print $1}') + LATEST_MOONBEAM=$(du -k runtimes-latest-release/* | awk '/moonbeam-runtime/ {print $1}') + LATEST_MOONRIVER=$(du -k runtimes-latest-release/* | awk '/moonriver-runtime/ {print $1}') + echo "LATEST_MOONBASE=$LATEST_MOONBASE" >> $GITHUB_ENV + echo "LATEST_MOONBEAM=$LATEST_MOONBEAM" >> $GITHUB_ENV + echo "LATEST_MOONRIVER=$LATEST_MOONRIVER" >> $GITHUB_ENV + - name: Create Twiggy diff reports + run: | + # Install Twiggy if not already installed + if ! command -v twiggy &> /dev/null; then + cargo install twiggy + fi + + # Generate Twiggy diff reports in JSON format with top 100 entries + mkdir -p twiggy-diff-reports + twiggy diff -n 100 --format json uncompressed-runtimes-target-branch/moonbase_runtime.wasm uncompressed-runtimes-current-branch/moonbase_runtime.wasm > twiggy-diff-reports/twiggy_diff_moonbase.json + twiggy diff -n 100 --format json uncompressed-runtimes-target-branch/moonbeam_runtime.wasm uncompressed-runtimes-current-branch/moonbeam_runtime.wasm > twiggy-diff-reports/twiggy_diff_moonbeam.json + twiggy diff -n 100 --format json uncompressed-runtimes-target-branch/moonriver_runtime.wasm uncompressed-runtimes-current-branch/moonriver_runtime.wasm > twiggy-diff-reports/twiggy_diff_moonriver.json + + - name: Upload Twiggy diff reports + uses: actions/upload-artifact@v4 + with: + name: twiggy-diff-reports + path: twiggy-diff-reports + - name: Compare Runtimes sizes + run: | + # Create or truncate the file + echo "" > runtime_size_report.md + + MOONBASE_DIFF=$((CURRENT_MOONBASE - PREVIOUS_MOONBASE)) + MOONBEAM_DIFF=$((CURRENT_MOONBEAM - PREVIOUS_MOONBEAM)) + MOONRIVER_DIFF=$((CURRENT_MOONRIVER - PREVIOUS_MOONRIVER)) + + LATEST_MOONBASE_DIFF=$((CURRENT_MOONBASE - LATEST_MOONBASE)) + LATEST_MOONBEAM_DIFF=$((CURRENT_MOONBEAM - LATEST_MOONBEAM)) + LATEST_MOONRIVER_DIFF=$((CURRENT_MOONRIVER - LATEST_MOONRIVER)) + + get_status_emoji() { + local size=$1 + local diff=$2 + if [ $size -gt 2400 ]; then + echo "🚨" + elif [ $diff -gt 0 ]; then + echo "⚠️" + else + echo "✅" + fi + } + + MOONBASE_STATUS=$(get_status_emoji $CURRENT_MOONBASE $MOONBASE_DIFF) + MOONBEAM_STATUS=$(get_status_emoji $CURRENT_MOONBEAM $MOONBEAM_DIFF) + MOONRIVER_STATUS=$(get_status_emoji $CURRENT_MOONRIVER $MOONRIVER_DIFF) + + LATEST_MOONBASE_STATUS=$(get_status_emoji $CURRENT_MOONBASE $LATEST_MOONBASE_DIFF) + LATEST_MOONBEAM_STATUS=$(get_status_emoji $CURRENT_MOONBEAM $LATEST_MOONBEAM_DIFF) + LATEST_MOONRIVER_STATUS=$(get_status_emoji $CURRENT_MOONRIVER $LATEST_MOONRIVER_DIFF) + + MOONBASE_MSG="Moonbase runtime: ${CURRENT_MOONBASE} KB ($( [ $MOONBASE_DIFF -eq 0 ] && echo "no changes" || echo "$( [ $MOONBASE_DIFF -gt 0 ] && echo "+" )${MOONBASE_DIFF} KB")) ${MOONBASE_STATUS}" + MOONBEAM_MSG="Moonbeam runtime: ${CURRENT_MOONBEAM} KB ($( [ $MOONBEAM_DIFF -eq 0 ] && echo "no changes" || echo "$( [ $MOONBEAM_DIFF -gt 0 ] && echo "+" )${MOONBEAM_DIFF} KB")) ${MOONBEAM_STATUS}" + MOONRIVER_MSG="Moonriver runtime: ${CURRENT_MOONRIVER} KB ($( [ $MOONRIVER_DIFF -eq 0 ] && echo "no changes" || echo "$( [ $MOONRIVER_DIFF -gt 0 ] && echo "+" )${MOONRIVER_DIFF} KB")) ${MOONRIVER_STATUS}" + + LATEST_MOONBASE_MSG="Moonbase runtime: ${CURRENT_MOONBASE} KB ($( [ $LATEST_MOONBASE_DIFF -eq 0 ] && echo "no changes" || echo "$( [ $LATEST_MOONBASE_DIFF -gt 0 ] && echo "+" )${LATEST_MOONBASE_DIFF} KB compared to latest release")) ${LATEST_MOONBASE_STATUS}" + LATEST_MOONBEAM_MSG="Moonbeam runtime: ${CURRENT_MOONBEAM} KB ($( [ $LATEST_MOONBEAM_DIFF -eq 0 ] && echo "no changes" || echo "$( [ $LATEST_MOONBEAM_DIFF -gt 0 ] && echo "+" )${LATEST_MOONBEAM_DIFF} KB compared to latest release")) ${LATEST_MOONBEAM_STATUS}" + LATEST_MOONRIVER_MSG="Moonriver runtime: ${CURRENT_MOONRIVER} KB ($( [ $LATEST_MOONRIVER_DIFF -eq 0 ] && echo "no changes" || echo "$( [ $LATEST_MOONRIVER_DIFF -gt 0 ] && echo "+" )${LATEST_MOONRIVER_DIFF} KB compared to latest release")) ${LATEST_MOONRIVER_STATUS}" + + echo "### WASM runtime size check:" > runtime_size_report.md + echo "" >> runtime_size_report.md + echo "#### Compared to target branch" >> runtime_size_report.md + echo "" >> runtime_size_report.md + echo "$MOONBASE_MSG" >> runtime_size_report.md + echo "" >> runtime_size_report.md + echo "$MOONBEAM_MSG" >> runtime_size_report.md + echo "" >> runtime_size_report.md + echo "$MOONRIVER_MSG" >> runtime_size_report.md + echo "" >> runtime_size_report.md + echo "#### Compared to latest release (${LATEST_RELEASE_TAG})" >> runtime_size_report.md + echo "" >> runtime_size_report.md + echo "$LATEST_MOONBASE_MSG" >> runtime_size_report.md + echo "" >> runtime_size_report.md + echo "$LATEST_MOONBEAM_MSG" >> runtime_size_report.md + echo "" >> runtime_size_report.md + echo "$LATEST_MOONRIVER_MSG" >> runtime_size_report.md + cat runtime_size_report.md + - name: Find Comment + uses: peter-evans/find-comment@v3 + id: fc + with: + issue-number: ${{ github.event.pull_request.number }} + comment-author: "github-actions[bot]" + body-includes: "WASM runtime size check" + - name: Create or update comment + uses: peter-evans/create-or-update-comment@v4 + with: + comment-id: ${{ steps.fc.outputs.comment-id }} + issue-number: ${{ github.event.pull_request.number }} + body-path: runtime_size_report.md + edit-mode: replace + rust-test: runs-on: labels: bare-metal From 22541c966b28cff22c852740129737bbbdf6df6c Mon Sep 17 00:00:00 2001 From: Rodrigo Quelhas <22591718+RomarQ@users.noreply.github.com> Date: Wed, 28 Aug 2024 20:56:39 +0100 Subject: [PATCH 08/52] add log event (#2918) --- Cargo.lock | 25210 ++++++++--------- primitives/rpc/evm-tracing-events/src/evm.rs | 14 + 2 files changed, 12619 insertions(+), 12605 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f6e9e6788a..92006ce602 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3,18640 +3,18640 @@ version = 3 [[package]] -name = "Inflector" -version = "0.11.4" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3" dependencies = [ - "lazy_static", - "regex", + "lazy_static", + "regex", ] +name = "Inflector" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.11.4" [[package]] -name = "account" -version = "0.1.1" dependencies = [ - "blake2-rfc", - "hex", - "impl-serde", - "libsecp256k1", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sha3", - "sp-core", - "sp-io", - "sp-runtime", - "sp-runtime-interface", - "sp-std", + "blake2-rfc", + "hex", + "impl-serde", + "libsecp256k1", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sha3", + "sp-core", + "sp-io", + "sp-runtime", + "sp-runtime-interface", + "sp-std", ] +name = "account" +version = "0.1.1" [[package]] -name = "addr2line" -version = "0.19.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97" dependencies = [ - "gimli 0.27.3", + "gimli 0.27.3", ] - -[[package]] name = "addr2line" -version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.19.0" + +[[package]] checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678" dependencies = [ - "gimli 0.29.0", + "gimli 0.29.0", ] +name = "addr2line" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.22.0" [[package]] +checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" name = "adler" -version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" +version = "1.0.2" [[package]] -name = "aead" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0" dependencies = [ - "crypto-common", - "generic-array 0.14.7", + "crypto-common", + "generic-array 0.14.7", ] +name = "aead" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.5.2" [[package]] -name = "aes" -version = "0.8.4" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" dependencies = [ - "cfg-if", - "cipher 0.4.4", - "cpufeatures", + "cfg-if", + "cipher 0.4.4", + "cpufeatures", ] +name = "aes" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.8.4" [[package]] -name = "aes-gcm" -version = "0.10.3" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1" dependencies = [ - "aead", - "aes", - "cipher 0.4.4", - "ctr", - "ghash", - "subtle 2.6.1", + "aead", + "aes", + "cipher 0.4.4", + "ctr", + "ghash", + "subtle 2.6.1", ] +name = "aes-gcm" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.10.3" [[package]] -name = "ahash" -version = "0.8.11" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" dependencies = [ - "cfg-if", - "getrandom 0.2.15", - "once_cell", - "version_check", - "zerocopy", + "cfg-if", + "getrandom 0.2.15", + "once_cell", + "version_check", + "zerocopy", ] +name = "ahash" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.8.11" [[package]] -name = "aho-corasick" -version = "1.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" dependencies = [ - "memchr", + "memchr", ] +name = "aho-corasick" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.1.3" [[package]] +checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" name = "allocator-api2" -version = "0.2.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" +version = "0.2.18" [[package]] +checksum = "4436e0292ab1bb631b42973c61205e704475fe8126af845c8d923c0996328127" name = "always-assert" -version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4436e0292ab1bb631b42973c61205e704475fe8126af845c8d923c0996328127" +version = "0.1.3" [[package]] +checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" name = "android-tzdata" -version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" +version = "0.1.1" [[package]] -name = "android_system_properties" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" dependencies = [ - "libc", + "libc", ] +name = "android_system_properties" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.5" [[package]] -name = "ansi_term" -version = "0.12.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" dependencies = [ - "winapi", + "winapi", ] +name = "ansi_term" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.12.1" [[package]] -name = "anstream" -version = "0.6.15" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526" dependencies = [ - "anstyle", - "anstyle-parse", - "anstyle-query", - "anstyle-wincon", - "colorchoice", - "is_terminal_polyfill", - "utf8parse", + "anstyle", + "anstyle-parse", + "anstyle-query", + "anstyle-wincon", + "colorchoice", + "is_terminal_polyfill", + "utf8parse", ] +name = "anstream" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.6.15" [[package]] +checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1" name = "anstyle" -version = "1.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1" +version = "1.0.8" [[package]] -name = "anstyle-parse" -version = "0.2.5" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb" dependencies = [ - "utf8parse", + "utf8parse", ] +name = "anstyle-parse" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.2.5" [[package]] -name = "anstyle-query" -version = "1.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.52.0", ] +name = "anstyle-query" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.1.1" [[package]] -name = "anstyle-wincon" -version = "3.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8" dependencies = [ - "anstyle", - "windows-sys 0.52.0", + "anstyle", + "windows-sys 0.52.0", ] +name = "anstyle-wincon" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "3.0.4" [[package]] +checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" name = "anyhow" -version = "1.0.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" +version = "1.0.86" [[package]] -name = "approx" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6" dependencies = [ - "num-traits", + "num-traits", ] +name = "approx" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.5.1" [[package]] -name = "aquamarine" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "21cc1548309245035eb18aa7f0967da6bc65587005170c56e6ef2788a4cf3f4e" dependencies = [ - "include_dir", - "itertools 0.10.5", - "proc-macro-error", - "proc-macro2", - "quote", - "syn 2.0.76", + "include_dir", + "itertools 0.10.5", + "proc-macro-error", + "proc-macro2", + "quote", + "syn 2.0.76", ] +name = "aquamarine" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.5.0" [[package]] -name = "ark-bls12-377" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fb00293ba84f51ce3bd026bd0de55899c4e68f0a39a5728cebae3a73ffdc0a4f" dependencies = [ - "ark-ec", - "ark-ff", - "ark-std", + "ark-ec", + "ark-ff", + "ark-std", ] +name = "ark-bls12-377" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.4.0" [[package]] -name = "ark-bls12-381" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c775f0d12169cba7aae4caeb547bb6a50781c7449a8aa53793827c9ec4abf488" dependencies = [ - "ark-ec", - "ark-ff", - "ark-serialize", - "ark-std", + "ark-ec", + "ark-ff", + "ark-serialize", + "ark-std", ] +name = "ark-bls12-381" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.4.0" [[package]] -name = "ark-ec" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "defd9a439d56ac24968cca0571f598a61bc8c55f71d50a89cda591cb750670ba" dependencies = [ - "ark-ff", - "ark-poly", - "ark-serialize", - "ark-std", - "derivative", - "hashbrown 0.13.2", - "itertools 0.10.5", - "num-traits", - "zeroize", + "ark-ff", + "ark-poly", + "ark-serialize", + "ark-std", + "derivative", + "hashbrown 0.13.2", + "itertools 0.10.5", + "num-traits", + "zeroize", ] +name = "ark-ec" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.4.2" [[package]] -name = "ark-ff" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec847af850f44ad29048935519032c33da8aa03340876d351dfab5660d2966ba" dependencies = [ - "ark-ff-asm", - "ark-ff-macros", - "ark-serialize", - "ark-std", - "derivative", - "digest 0.10.7", - "itertools 0.10.5", - "num-bigint", - "num-traits", - "paste", - "rustc_version", - "zeroize", + "ark-ff-asm", + "ark-ff-macros", + "ark-serialize", + "ark-std", + "derivative", + "digest 0.10.7", + "itertools 0.10.5", + "num-bigint", + "num-traits", + "paste", + "rustc_version", + "zeroize", ] +name = "ark-ff" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.4.2" [[package]] -name = "ark-ff-asm" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3ed4aa4fe255d0bc6d79373f7e31d2ea147bcf486cba1be5ba7ea85abdb92348" dependencies = [ - "quote", - "syn 1.0.109", + "quote", + "syn 1.0.109", ] +name = "ark-ff-asm" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.4.2" [[package]] -name = "ark-ff-macros" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7abe79b0e4288889c4574159ab790824d0033b9fdcb2a112a3182fac2e514565" dependencies = [ - "num-bigint", - "num-traits", - "proc-macro2", - "quote", - "syn 1.0.109", + "num-bigint", + "num-traits", + "proc-macro2", + "quote", + "syn 1.0.109", ] +name = "ark-ff-macros" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.4.2" [[package]] -name = "ark-poly" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d320bfc44ee185d899ccbadfa8bc31aab923ce1558716e1997a1e74057fe86bf" dependencies = [ - "ark-ff", - "ark-serialize", - "ark-std", - "derivative", - "hashbrown 0.13.2", + "ark-ff", + "ark-serialize", + "ark-std", + "derivative", + "hashbrown 0.13.2", ] +name = "ark-poly" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.4.2" [[package]] -name = "ark-serialize" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "adb7b85a02b83d2f22f89bd5cac66c9c89474240cb6207cb1efc16d098e822a5" dependencies = [ - "ark-serialize-derive", - "ark-std", - "digest 0.10.7", - "num-bigint", + "ark-serialize-derive", + "ark-std", + "digest 0.10.7", + "num-bigint", ] +name = "ark-serialize" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.4.2" [[package]] -name = "ark-serialize-derive" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ae3281bc6d0fd7e549af32b52511e1302185bd688fd3359fa36423346ff682ea" dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", + "proc-macro2", + "quote", + "syn 1.0.109", ] +name = "ark-serialize-derive" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.4.2" [[package]] -name = "ark-std" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185" dependencies = [ - "num-traits", - "rand 0.8.5", + "num-traits", + "rand 0.8.5", ] +name = "ark-std" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.4.0" [[package]] +checksum = "5d5dde061bd34119e902bbb2d9b90c5692635cf59fb91d582c2b68043f1b8293" name = "array-bytes" -version = "6.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d5dde061bd34119e902bbb2d9b90c5692635cf59fb91d582c2b68043f1b8293" +version = "6.2.3" [[package]] +checksum = "9d151e35f61089500b617991b791fc8bfd237ae50cd5950803758a179b41e67a" name = "arrayref" -version = "0.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d151e35f61089500b617991b791fc8bfd237ae50cd5950803758a179b41e67a" +version = "0.3.8" [[package]] -name = "arrayvec" -version = "0.4.12" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9" dependencies = [ - "nodrop", + "nodrop", ] +name = "arrayvec" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.4.12" [[package]] +checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" name = "arrayvec" -version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" +version = "0.7.6" [[package]] -name = "asn1-rs" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f6fd5ddaf0351dff5b8da21b2fb4ff8e08ddd02857f0bf69c47639106c0fff0" dependencies = [ - "asn1-rs-derive 0.4.0", - "asn1-rs-impl 0.1.0", - "displaydoc", - "nom", - "num-traits", - "rusticata-macros", - "thiserror", - "time", + "asn1-rs-derive 0.4.0", + "asn1-rs-impl 0.1.0", + "displaydoc", + "nom", + "num-traits", + "rusticata-macros", + "thiserror", + "time", ] - -[[package]] name = "asn1-rs" -version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.5.2" + +[[package]] checksum = "5493c3bedbacf7fd7382c6346bbd66687d12bbaad3a89a2d2c303ee6cf20b048" dependencies = [ - "asn1-rs-derive 0.5.1", - "asn1-rs-impl 0.2.0", - "displaydoc", - "nom", - "num-traits", - "rusticata-macros", - "thiserror", - "time", + "asn1-rs-derive 0.5.1", + "asn1-rs-impl 0.2.0", + "displaydoc", + "nom", + "num-traits", + "rusticata-macros", + "thiserror", + "time", ] +name = "asn1-rs" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.6.2" [[package]] -name = "asn1-rs-derive" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "726535892e8eae7e70657b4c8ea93d26b8553afb1ce617caee529ef96d7dee6c" dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", - "synstructure 0.12.6", + "proc-macro2", + "quote", + "syn 1.0.109", + "synstructure 0.12.6", ] - -[[package]] name = "asn1-rs-derive" -version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.4.0" + +[[package]] checksum = "965c2d33e53cb6b267e148a4cb0760bc01f4904c1cd4bb4002a085bb016d1490" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", - "synstructure 0.13.1", + "proc-macro2", + "quote", + "syn 2.0.76", + "synstructure 0.13.1", ] +name = "asn1-rs-derive" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.5.1" [[package]] -name = "asn1-rs-impl" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2777730b2039ac0f95f093556e61b6d26cebed5393ca6f152717777cec3a42ed" dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", + "proc-macro2", + "quote", + "syn 1.0.109", ] - -[[package]] name = "asn1-rs-impl" -version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.0" + +[[package]] checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro2", + "quote", + "syn 2.0.76", ] +name = "asn1-rs-impl" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.2.0" [[package]] -name = "assert_cmd" -version = "2.0.16" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dc1835b7f27878de8525dc71410b5a31cdcc5f230aed5ba5df968e09c201b23d" dependencies = [ - "anstyle", - "bstr", - "doc-comment", - "libc", - "predicates 3.1.2", - "predicates-core", - "predicates-tree", - "wait-timeout", + "anstyle", + "bstr", + "doc-comment", + "libc", + "predicates 3.1.2", + "predicates-core", + "predicates-tree", + "wait-timeout", ] +name = "assert_cmd" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "2.0.16" [[package]] +checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" name = "assert_matches" -version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" +version = "1.5.0" [[package]] -name = "async-backing-primitives" -version = "0.9.0" -source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" dependencies = [ - "sp-api", - "sp-consensus-slots", + "sp-api", + "sp-consensus-slots", ] +name = "async-backing-primitives" +source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" +version = "0.9.0" [[package]] -name = "async-channel" -version = "1.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35" dependencies = [ - "concurrent-queue", - "event-listener 2.5.3", - "futures-core", + "concurrent-queue", + "event-listener 2.5.3", + "futures-core", ] - -[[package]] name = "async-channel" -version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.9.0" + +[[package]] checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a" dependencies = [ - "concurrent-queue", - "event-listener-strategy", - "futures-core", - "pin-project-lite", + "concurrent-queue", + "event-listener-strategy", + "futures-core", + "pin-project-lite", ] +name = "async-channel" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "2.3.1" [[package]] -name = "async-executor" -version = "1.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d7ebdfa2ebdab6b1760375fa7d6f382b9f486eac35fc994625a00e89280bdbb7" dependencies = [ - "async-task", - "concurrent-queue", - "fastrand 2.1.1", - "futures-lite 2.3.0", - "slab", + "async-task", + "concurrent-queue", + "fastrand 2.1.1", + "futures-lite 2.3.0", + "slab", ] +name = "async-executor" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.13.0" [[package]] -name = "async-fs" -version = "1.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06" dependencies = [ - "async-lock 2.8.0", - "autocfg", - "blocking", - "futures-lite 1.13.0", + "async-lock 2.8.0", + "autocfg", + "blocking", + "futures-lite 1.13.0", ] +name = "async-fs" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.6.0" [[package]] -name = "async-io" -version = "1.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af" dependencies = [ - "async-lock 2.8.0", - "autocfg", - "cfg-if", - "concurrent-queue", - "futures-lite 1.13.0", - "log", - "parking", - "polling 2.8.0", - "rustix 0.37.27", - "slab", - "socket2 0.4.10", - "waker-fn", + "async-lock 2.8.0", + "autocfg", + "cfg-if", + "concurrent-queue", + "futures-lite 1.13.0", + "log", + "parking", + "polling 2.8.0", + "rustix 0.37.27", + "slab", + "socket2 0.4.10", + "waker-fn", ] - -[[package]] name = "async-io" -version = "2.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.13.0" + +[[package]] checksum = "444b0228950ee6501b3568d3c93bf1176a1fdbc3b758dcd9475046d30f4dc7e8" dependencies = [ - "async-lock 3.4.0", - "cfg-if", - "concurrent-queue", - "futures-io", - "futures-lite 2.3.0", - "parking", - "polling 3.7.3", - "rustix 0.38.35", - "slab", - "tracing", - "windows-sys 0.59.0", + "async-lock 3.4.0", + "cfg-if", + "concurrent-queue", + "futures-io", + "futures-lite 2.3.0", + "parking", + "polling 3.7.3", + "rustix 0.38.35", + "slab", + "tracing", + "windows-sys 0.59.0", ] +name = "async-io" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "2.3.4" [[package]] -name = "async-lock" -version = "2.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b" dependencies = [ - "event-listener 2.5.3", + "event-listener 2.5.3", ] - -[[package]] name = "async-lock" -version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "2.8.0" + +[[package]] checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18" dependencies = [ - "event-listener 5.3.1", - "event-listener-strategy", - "pin-project-lite", + "event-listener 5.3.1", + "event-listener-strategy", + "pin-project-lite", ] +name = "async-lock" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "3.4.0" [[package]] -name = "async-net" -version = "1.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0434b1ed18ce1cf5769b8ac540e33f01fa9471058b5e89da9e06f3c882a8c12f" dependencies = [ - "async-io 1.13.0", - "blocking", - "futures-lite 1.13.0", + "async-io 1.13.0", + "blocking", + "futures-lite 1.13.0", ] +name = "async-net" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.8.0" [[package]] -name = "async-process" -version = "1.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88" dependencies = [ - "async-io 1.13.0", - "async-lock 2.8.0", - "async-signal", - "blocking", - "cfg-if", - "event-listener 3.1.0", - "futures-lite 1.13.0", - "rustix 0.38.35", - "windows-sys 0.48.0", + "async-io 1.13.0", + "async-lock 2.8.0", + "async-signal", + "blocking", + "cfg-if", + "event-listener 3.1.0", + "futures-lite 1.13.0", + "rustix 0.38.35", + "windows-sys 0.48.0", ] +name = "async-process" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.8.1" [[package]] -name = "async-signal" -version = "0.2.10" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3" dependencies = [ - "async-io 2.3.4", - "async-lock 3.4.0", - "atomic-waker", - "cfg-if", - "futures-core", - "futures-io", - "rustix 0.38.35", - "signal-hook-registry", - "slab", - "windows-sys 0.59.0", + "async-io 2.3.4", + "async-lock 3.4.0", + "atomic-waker", + "cfg-if", + "futures-core", + "futures-io", + "rustix 0.38.35", + "signal-hook-registry", + "slab", + "windows-sys 0.59.0", ] +name = "async-signal" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.2.10" [[package]] +checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" name = "async-task" -version = "4.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" +version = "4.7.1" [[package]] -name = "async-trait" -version = "0.1.81" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro2", + "quote", + "syn 2.0.76", ] +name = "async-trait" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.81" [[package]] -name = "asynchronous-codec" -version = "0.6.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4057f2c32adbb2fc158e22fb38433c8e9bbf76b75a4732c7c0cbaf695fb65568" dependencies = [ - "bytes", - "futures-sink", - "futures-util", - "memchr", - "pin-project-lite", + "bytes", + "futures-sink", + "futures-util", + "memchr", + "pin-project-lite", ] +name = "asynchronous-codec" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.6.2" [[package]] -name = "atoi" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528" dependencies = [ - "num-traits", + "num-traits", ] +name = "atoi" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "2.0.0" [[package]] +checksum = "a8ab6b55fe97976e46f91ddbed8d147d966475dc29b2032757ba47e02376fbc3" name = "atomic-take" -version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8ab6b55fe97976e46f91ddbed8d147d966475dc29b2032757ba47e02376fbc3" +version = "1.1.0" [[package]] +checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" name = "atomic-waker" -version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" +version = "1.1.2" [[package]] -name = "attohttpc" -version = "0.24.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8d9a9bf8b79a749ee0b911b91b671cc2b6c670bdbc7e3dfd537576ddc94bb2a2" dependencies = [ - "http 0.2.12", - "log", - "url", + "http 0.2.12", + "log", + "url", ] +name = "attohttpc" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.24.1" [[package]] -name = "auto_impl" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3c87f3f15e7794432337fc718554eaa4dc8f04c9677a950ffe366f20a162ae42" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro2", + "quote", + "syn 2.0.76", ] +name = "auto_impl" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.2.0" [[package]] +checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" name = "autocfg" -version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" +version = "1.3.0" [[package]] -name = "backtrace" -version = "0.3.73" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a" dependencies = [ - "addr2line 0.22.0", - "cc", - "cfg-if", - "libc", - "miniz_oxide", - "object 0.36.3", - "rustc-demangle", + "addr2line 0.22.0", + "cc", + "cfg-if", + "libc", + "miniz_oxide", + "object 0.36.3", + "rustc-demangle", ] +name = "backtrace" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.3.73" [[package]] +checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" name = "base-x" -version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" +version = "0.2.11" [[package]] +checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" name = "base16ct" -version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" +version = "0.2.0" [[package]] +checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" name = "base64" -version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" +version = "0.13.1" [[package]] +checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" name = "base64" -version = "0.21.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" +version = "0.21.7" [[package]] +checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" name = "base64" -version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" +version = "0.22.1" [[package]] +checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" name = "base64ct" -version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" +version = "1.6.0" [[package]] -name = "beef" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1" dependencies = [ - "serde", + "serde", ] +name = "beef" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.5.2" [[package]] -name = "binary-merkle-tree" -version = "15.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "hash-db", - "log", + "hash-db", + "log", ] +name = "binary-merkle-tree" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "15.0.0" [[package]] -name = "bincode" -version = "1.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" dependencies = [ - "serde", + "serde", ] +name = "bincode" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.3.3" [[package]] -name = "bindgen" -version = "0.65.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cfdf7b466f9a4903edc73f95d6d2bcd5baf8ae620638762244d3f60143643cc5" dependencies = [ - "bitflags 1.3.2", - "cexpr", - "clang-sys", - "lazy_static", - "lazycell", - "peeking_take_while", - "prettyplease 0.2.22", - "proc-macro2", - "quote", - "regex", - "rustc-hash", - "shlex", - "syn 2.0.76", + "bitflags 1.3.2", + "cexpr", + "clang-sys", + "lazy_static", + "lazycell", + "peeking_take_while", + "prettyplease 0.2.22", + "proc-macro2", + "quote", + "regex", + "rustc-hash", + "shlex", + "syn 2.0.76", ] +name = "bindgen" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.65.1" [[package]] -name = "bip32" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "aa13fae8b6255872fd86f7faf4b41168661d7d78609f7bfe6771b85c6739a15b" dependencies = [ - "bs58 0.5.1", - "hmac 0.12.1", - "once_cell", - "pbkdf2 0.12.2", - "rand_core 0.6.4", - "ripemd", - "sha2 0.10.8", - "subtle 2.6.1", - "zeroize", + "bs58 0.5.1", + "hmac 0.12.1", + "once_cell", + "pbkdf2 0.12.2", + "rand_core 0.6.4", + "ripemd", + "sha2 0.10.8", + "subtle 2.6.1", + "zeroize", ] +name = "bip32" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.5.2" [[package]] -name = "bip39" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93f2635620bf0b9d4576eb7bb9a38a55df78bd1205d26fa994b25911a69f212f" dependencies = [ - "bitcoin_hashes 0.11.0", + "bitcoin_hashes 0.11.0", ] +name = "bip39" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "2.0.0" [[package]] +checksum = "9425c3bf7089c983facbae04de54513cce73b41c7f9ff8c845b54e7bc64ebbfb" name = "bitcoin-internals" -version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9425c3bf7089c983facbae04de54513cce73b41c7f9ff8c845b54e7bc64ebbfb" +version = "0.2.0" [[package]] +checksum = "90064b8dee6815a6470d60bad07bbbaee885c0e12d04177138fa3291a01b7bc4" name = "bitcoin_hashes" -version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90064b8dee6815a6470d60bad07bbbaee885c0e12d04177138fa3291a01b7bc4" +version = "0.11.0" [[package]] -name = "bitcoin_hashes" -version = "0.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1930a4dabfebb8d7d9992db18ebe3ae2876f0a305fab206fd168df931ede293b" dependencies = [ - "bitcoin-internals", - "hex-conservative", + "bitcoin-internals", + "hex-conservative", ] +name = "bitcoin_hashes" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.13.0" [[package]] +checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" name = "bitflags" -version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" +version = "1.3.2" [[package]] +checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" name = "bitflags" -version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" +version = "2.6.0" [[package]] -name = "bitvec" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" dependencies = [ - "funty", - "radium", - "serde", - "tap", - "wyz", + "funty", + "radium", + "serde", + "tap", + "wyz", ] +name = "bitvec" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.0.1" [[package]] -name = "blake2" -version = "0.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94cb07b0da6a73955f8fb85d24c466778e70cda767a568229b104f0264089330" dependencies = [ - "byte-tools", - "crypto-mac 0.7.0", - "digest 0.8.1", - "opaque-debug 0.2.3", + "byte-tools", + "crypto-mac 0.7.0", + "digest 0.8.1", + "opaque-debug 0.2.3", ] - -[[package]] name = "blake2" -version = "0.10.6" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.8.1" + +[[package]] checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe" dependencies = [ - "digest 0.10.7", + "digest 0.10.7", ] +name = "blake2" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.10.6" [[package]] -name = "blake2-rfc" -version = "0.2.18" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400" dependencies = [ - "arrayvec 0.4.12", - "constant_time_eq 0.1.5", + "arrayvec 0.4.12", + "constant_time_eq 0.1.5", ] +name = "blake2-rfc" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.2.18" [[package]] -name = "blake2b_simd" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "23285ad32269793932e830392f2fe2f83e26488fd3ec778883a93c8323735780" dependencies = [ - "arrayref", - "arrayvec 0.7.6", - "constant_time_eq 0.3.1", + "arrayref", + "arrayvec 0.7.6", + "constant_time_eq 0.3.1", ] +name = "blake2b_simd" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.0.2" [[package]] -name = "blake2s_simd" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94230421e395b9920d23df13ea5d77a20e1725331f90fbbf6df6040b33f756ae" dependencies = [ - "arrayref", - "arrayvec 0.7.6", - "constant_time_eq 0.3.1", + "arrayref", + "arrayvec 0.7.6", + "constant_time_eq 0.3.1", ] +name = "blake2s_simd" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.0.2" [[package]] -name = "blake3" -version = "1.5.4" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d82033247fd8e890df8f740e407ad4d038debb9eb1f40533fffb32e7d17dc6f7" dependencies = [ - "arrayref", - "arrayvec 0.7.6", - "cc", - "cfg-if", - "constant_time_eq 0.3.1", + "arrayref", + "arrayvec 0.7.6", + "cc", + "cfg-if", + "constant_time_eq 0.3.1", ] +name = "blake3" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.5.4" [[package]] -name = "block-buffer" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" dependencies = [ - "generic-array 0.14.7", + "generic-array 0.14.7", ] - -[[package]] name = "block-buffer" -version = "0.10.4" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.9.0" + +[[package]] checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" dependencies = [ - "generic-array 0.14.7", + "generic-array 0.14.7", ] +name = "block-buffer" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.10.4" [[package]] -name = "blocking" -version = "1.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea" dependencies = [ - "async-channel 2.3.1", - "async-task", - "futures-io", - "futures-lite 2.3.0", - "piper", + "async-channel 2.3.1", + "async-task", + "futures-io", + "futures-lite 2.3.0", + "piper", ] - -[[package]] -name = "bounded-collections" -version = "0.2.0" +name = "blocking" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.6.1" + +[[package]] checksum = "d32385ecb91a31bddaf908e8dcf4a15aef1bcd3913cc03ebfad02ff6d568abc1" dependencies = [ - "log", - "parity-scale-codec", - "scale-info", - "serde", + "log", + "parity-scale-codec", + "scale-info", + "serde", ] +name = "bounded-collections" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.2.0" [[package]] -name = "bounded-vec" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "68534a48cbf63a4b1323c433cf21238c9ec23711e0df13b08c33e5c2082663ce" dependencies = [ - "thiserror", + "thiserror", ] +name = "bounded-vec" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.7.1" [[package]] -name = "bp-xcm-bridge-hub-router" -version = "0.14.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-runtime", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-runtime", ] +name = "bp-xcm-bridge-hub-router" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.14.0" [[package]] +checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3" name = "bs58" -version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3" +version = "0.4.0" [[package]] -name = "bs58" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4" dependencies = [ - "sha2 0.10.8", - "tinyvec", + "sha2 0.10.8", + "tinyvec", ] +name = "bs58" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.5.1" [[package]] -name = "bstr" -version = "1.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c" dependencies = [ - "memchr", - "regex-automata 0.4.7", - "serde", + "memchr", + "regex-automata 0.4.7", + "serde", ] +name = "bstr" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.10.0" [[package]] -name = "build-helper" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bdce191bf3fa4995ce948c8c83b4640a1745457a149e73c6db75b4ffe36aad5f" dependencies = [ - "semver 0.6.0", + "semver 0.6.0", ] +name = "build-helper" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.1" [[package]] +checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" name = "bumpalo" -version = "3.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" +version = "3.16.0" [[package]] +checksum = "c3ac9f8b63eca6fd385229b3675f6cc0dc5c8a5c8a54a59d4f52ffd670d87b0c" name = "byte-slice-cast" -version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3ac9f8b63eca6fd385229b3675f6cc0dc5c8a5c8a54a59d4f52ffd670d87b0c" +version = "1.2.2" [[package]] +checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" name = "byte-tools" -version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" +version = "0.3.1" [[package]] +checksum = "773d90827bc3feecfb67fab12e24de0749aad83c74b9504ecde46237b5cd24e2" name = "bytemuck" -version = "1.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "773d90827bc3feecfb67fab12e24de0749aad83c74b9504ecde46237b5cd24e2" +version = "1.17.1" [[package]] +checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" name = "byteorder" -version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" +version = "1.5.0" [[package]] +checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50" name = "bytes" -version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50" +version = "1.7.1" [[package]] -name = "bzip2-sys" -version = "0.1.11+1.0.8" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc" dependencies = [ - "cc", - "libc", - "pkg-config", + "cc", + "libc", + "pkg-config", ] +name = "bzip2-sys" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.11+1.0.8" [[package]] -name = "c2-chacha" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d27dae93fe7b1e0424dc57179ac396908c26b035a87234809f5c4dfd1b47dc80" dependencies = [ - "cipher 0.2.5", - "ppv-lite86", + "cipher 0.2.5", + "ppv-lite86", ] +name = "c2-chacha" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.3.3" [[package]] -name = "camino" -version = "1.1.9" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3" dependencies = [ - "serde", + "serde", ] +name = "camino" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.1.9" [[package]] -name = "cargo-platform" -version = "0.1.8" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc" dependencies = [ - "serde", + "serde", ] +name = "cargo-platform" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.8" [[package]] -name = "cargo_metadata" -version = "0.15.4" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a" dependencies = [ - "camino", - "cargo-platform", - "semver 1.0.23", - "serde", - "serde_json", - "thiserror", + "camino", + "cargo-platform", + "semver 1.0.23", + "serde", + "serde_json", + "thiserror", ] +name = "cargo_metadata" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.15.4" [[package]] +checksum = "fd6c0e7b807d60291f42f33f58480c0bfafe28ed08286446f45e463728cf9c1c" name = "case" -version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd6c0e7b807d60291f42f33f58480c0bfafe28ed08286446f45e463728cf9c1c" +version = "1.0.0" [[package]] -name = "cc" -version = "1.1.15" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "57b6a275aa2903740dc87da01c62040406b8812552e97129a63ea8850a17c6e6" dependencies = [ - "jobserver", - "libc", - "shlex", + "jobserver", + "libc", + "shlex", ] +name = "cc" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.1.15" [[package]] +checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" name = "cesu8" -version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" +version = "1.1.0" [[package]] -name = "cexpr" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" dependencies = [ - "nom", + "nom", ] +name = "cexpr" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.6.0" [[package]] -name = "cfg-expr" -version = "0.15.8" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02" dependencies = [ - "smallvec", + "smallvec", ] +name = "cfg-expr" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.15.8" [[package]] +checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" name = "cfg-if" -version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" +version = "1.0.0" [[package]] +checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" name = "cfg_aliases" -version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" +version = "0.1.1" [[package]] -name = "chacha" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ddf3c081b5fba1e5615640aae998e0fbd10c24cbd897ee39ed754a77601a4862" dependencies = [ - "byteorder", - "keystream", + "byteorder", + "keystream", ] +name = "chacha" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.3.0" [[package]] -name = "chacha20" -version = "0.9.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818" dependencies = [ - "cfg-if", - "cipher 0.4.4", - "cpufeatures", + "cfg-if", + "cipher 0.4.4", + "cpufeatures", ] +name = "chacha20" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.9.1" [[package]] -name = "chacha20poly1305" -version = "0.10.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "10cd79432192d1c0f4e1a0fef9527696cc039165d729fb41b3f4f4f354c2dc35" dependencies = [ - "aead", - "chacha20", - "cipher 0.4.4", - "poly1305", - "zeroize", + "aead", + "chacha20", + "cipher 0.4.4", + "poly1305", + "zeroize", ] +name = "chacha20poly1305" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.10.1" [[package]] -name = "chrono" -version = "0.4.38" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" dependencies = [ - "android-tzdata", - "iana-time-zone", - "js-sys", - "num-traits", - "wasm-bindgen", - "windows-targets 0.52.6", + "android-tzdata", + "iana-time-zone", + "js-sys", + "num-traits", + "wasm-bindgen", + "windows-targets 0.52.6", ] +name = "chrono" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.4.38" [[package]] -name = "cid" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b9b68e3193982cd54187d71afdb2a271ad4cf8af157858e9cb911b91321de143" dependencies = [ - "core2", - "multibase", - "multihash 0.17.0", - "serde", - "unsigned-varint 0.7.2", + "core2", + "multibase", + "multihash 0.17.0", + "serde", + "unsigned-varint 0.7.2", ] - -[[package]] name = "cid" -version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.9.0" + +[[package]] checksum = "fd94671561e36e4e7de75f753f577edafb0e7c05d6e4547229fdf7938fbcd2c3" dependencies = [ - "core2", - "multibase", - "multihash 0.18.1", - "serde", - "unsigned-varint 0.7.2", + "core2", + "multibase", + "multihash 0.18.1", + "serde", + "unsigned-varint 0.7.2", ] +name = "cid" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.10.1" [[package]] -name = "cipher" -version = "0.2.5" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801" dependencies = [ - "generic-array 0.14.7", + "generic-array 0.14.7", ] - -[[package]] name = "cipher" -version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.2.5" + +[[package]] checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" dependencies = [ - "crypto-common", - "inout", - "zeroize", + "crypto-common", + "inout", + "zeroize", ] +name = "cipher" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.4.4" [[package]] -name = "clang-sys" -version = "1.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" dependencies = [ - "glob", - "libc", - "libloading", + "glob", + "libc", + "libloading", ] +name = "clang-sys" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.8.1" [[package]] -name = "clap" -version = "4.5.16" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ed6719fffa43d0d87e5fd8caeab59be1554fb028cd30edc88fc4369b17971019" dependencies = [ - "clap_builder", - "clap_derive", + "clap_builder", + "clap_derive", ] +name = "clap" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "4.5.16" [[package]] -name = "clap-num" -version = "1.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0e063d263364859dc54fb064cedb7c122740cd4733644b14b176c097f51e8ab7" dependencies = [ - "num-traits", + "num-traits", ] +name = "clap-num" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.1.1" [[package]] -name = "clap_builder" -version = "4.5.15" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "216aec2b177652e3846684cbfe25c9964d18ec45234f0f5da5157b207ed1aab6" dependencies = [ - "anstream", - "anstyle", - "clap_lex", - "strsim", - "terminal_size", + "anstream", + "anstyle", + "clap_lex", + "strsim", + "terminal_size", ] +name = "clap_builder" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "4.5.15" [[package]] -name = "clap_derive" -version = "4.5.13" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "501d359d5f3dcaf6ecdeee48833ae73ec6e42723a1e52419c79abf9507eec0a0" dependencies = [ - "heck 0.5.0", - "proc-macro2", - "quote", - "syn 2.0.76", + "heck 0.5.0", + "proc-macro2", + "quote", + "syn 2.0.76", ] +name = "clap_derive" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "4.5.13" [[package]] +checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97" name = "clap_lex" -version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97" +version = "0.7.2" [[package]] -name = "coarsetime" -version = "0.1.34" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "13b3839cf01bb7960114be3ccf2340f541b6d0c81f8690b007b2b39f750f7e5d" dependencies = [ - "libc", - "wasix", - "wasm-bindgen", + "libc", + "wasix", + "wasm-bindgen", ] +name = "coarsetime" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.34" [[package]] -name = "codespan-reporting" -version = "0.11.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" dependencies = [ - "termcolor", - "unicode-width", + "termcolor", + "unicode-width", ] +name = "codespan-reporting" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.11.1" [[package]] +checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0" name = "colorchoice" -version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0" +version = "1.0.2" [[package]] -name = "combine" -version = "4.6.7" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" dependencies = [ - "bytes", - "memchr", + "bytes", + "memchr", ] +name = "combine" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "4.6.7" [[package]] -name = "comfy-table" -version = "7.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b34115915337defe99b2aff5c2ce6771e5fbc4079f4b506301f5cf394c8452f7" dependencies = [ - "strum 0.26.3", - "strum_macros 0.26.4", - "unicode-width", + "strum 0.26.3", + "strum_macros 0.26.4", + "unicode-width", ] +name = "comfy-table" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "7.1.1" [[package]] +checksum = "2382f75942f4b3be3690fe4f86365e9c853c1587d6ee58212cebf6e2a9ccd101" name = "common-path" -version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2382f75942f4b3be3690fe4f86365e9c853c1587d6ee58212cebf6e2a9ccd101" +version = "1.0.0" [[package]] -name = "concurrent-queue" -version = "2.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" dependencies = [ - "crossbeam-utils", + "crossbeam-utils", ] +name = "concurrent-queue" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "2.5.0" [[package]] -name = "console" -version = "0.15.8" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" dependencies = [ - "encode_unicode", - "lazy_static", - "libc", - "unicode-width", - "windows-sys 0.52.0", + "encode_unicode", + "lazy_static", + "libc", + "unicode-width", + "windows-sys 0.52.0", ] - +name = "console" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.15.8" + [[package]] +checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" name = "const-oid" -version = "0.9.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" +version = "0.9.6" [[package]] -name = "const-random" -version = "0.1.18" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359" dependencies = [ - "const-random-macro", + "const-random-macro", ] +name = "const-random" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.18" [[package]] -name = "const-random-macro" -version = "0.1.16" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e" dependencies = [ - "getrandom 0.2.15", - "once_cell", - "tiny-keccak", + "getrandom 0.2.15", + "once_cell", + "tiny-keccak", ] +name = "const-random-macro" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.16" [[package]] +checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" name = "constant_time_eq" -version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" +version = "0.1.5" [[package]] +checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" name = "constant_time_eq" -version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" +version = "0.3.1" [[package]] +checksum = "cd7e35aee659887cbfb97aaf227ac12cad1a9d7c71e55ff3376839ed4e282d08" name = "constcat" -version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd7e35aee659887cbfb97aaf227ac12cad1a9d7c71e55ff3376839ed4e282d08" +version = "0.3.1" [[package]] +checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" name = "convert_case" -version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" +version = "0.4.0" [[package]] -name = "core-foundation" -version = "0.9.4" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" dependencies = [ - "core-foundation-sys", - "libc", + "core-foundation-sys", + "libc", ] +name = "core-foundation" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.9.4" [[package]] +checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" name = "core-foundation-sys" -version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" +version = "0.8.7" [[package]] -name = "core2" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" dependencies = [ - "memchr", + "memchr", ] +name = "core2" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.4.0" [[package]] -name = "cpp_demangle" -version = "0.3.5" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f" dependencies = [ - "cfg-if", + "cfg-if", ] +name = "cpp_demangle" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.3.5" [[package]] -name = "cpu-time" -version = "1.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e9e393a7668fe1fad3075085b86c781883000b4ede868f43627b34a87c8b7ded" dependencies = [ - "libc", - "winapi", + "libc", + "winapi", ] +name = "cpu-time" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.0.0" [[package]] -name = "cpufeatures" -version = "0.2.13" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "51e852e6dc9a5bed1fae92dd2375037bf2b768725bf3be87811edee3249d09ad" dependencies = [ - "libc", + "libc", ] +name = "cpufeatures" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.2.13" [[package]] -name = "cranelift-bforest" -version = "0.95.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1277fbfa94bc82c8ec4af2ded3e639d49ca5f7f3c7eeab2c66accd135ece4e70" dependencies = [ - "cranelift-entity", + "cranelift-entity", ] +name = "cranelift-bforest" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.95.1" [[package]] -name = "cranelift-codegen" -version = "0.95.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c6e8c31ad3b2270e9aeec38723888fe1b0ace3bea2b06b3f749ccf46661d3220" dependencies = [ - "bumpalo", - "cranelift-bforest", - "cranelift-codegen-meta", - "cranelift-codegen-shared", - "cranelift-entity", - "cranelift-isle", - "gimli 0.27.3", - "hashbrown 0.13.2", - "log", - "regalloc2 0.6.1", - "smallvec", - "target-lexicon", + "bumpalo", + "cranelift-bforest", + "cranelift-codegen-meta", + "cranelift-codegen-shared", + "cranelift-entity", + "cranelift-isle", + "gimli 0.27.3", + "hashbrown 0.13.2", + "log", + "regalloc2 0.6.1", + "smallvec", + "target-lexicon", ] +name = "cranelift-codegen" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.95.1" [[package]] -name = "cranelift-codegen-meta" -version = "0.95.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c8ac5ac30d62b2d66f12651f6b606dbdfd9c2cfd0908de6b387560a277c5c9da" dependencies = [ - "cranelift-codegen-shared", + "cranelift-codegen-shared", ] +name = "cranelift-codegen-meta" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.95.1" [[package]] +checksum = "dd82b8b376247834b59ed9bdc0ddeb50f517452827d4a11bccf5937b213748b8" name = "cranelift-codegen-shared" -version = "0.95.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd82b8b376247834b59ed9bdc0ddeb50f517452827d4a11bccf5937b213748b8" +version = "0.95.1" [[package]] -name = "cranelift-entity" -version = "0.95.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "40099d38061b37e505e63f89bab52199037a72b931ad4868d9089ff7268660b0" dependencies = [ - "serde", + "serde", ] +name = "cranelift-entity" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.95.1" [[package]] -name = "cranelift-frontend" -version = "0.95.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "64a25d9d0a0ae3079c463c34115ec59507b4707175454f0eee0891e83e30e82d" dependencies = [ - "cranelift-codegen", - "log", - "smallvec", - "target-lexicon", + "cranelift-codegen", + "log", + "smallvec", + "target-lexicon", ] +name = "cranelift-frontend" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.95.1" [[package]] +checksum = "80de6a7d0486e4acbd5f9f87ec49912bf4c8fb6aea00087b989685460d4469ba" name = "cranelift-isle" -version = "0.95.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80de6a7d0486e4acbd5f9f87ec49912bf4c8fb6aea00087b989685460d4469ba" +version = "0.95.1" [[package]] -name = "cranelift-native" -version = "0.95.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bb6b03e0e03801c4b3fd8ce0758a94750c07a44e7944cc0ffbf0d3f2e7c79b00" dependencies = [ - "cranelift-codegen", - "libc", - "target-lexicon", + "cranelift-codegen", + "libc", + "target-lexicon", ] +name = "cranelift-native" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.95.1" [[package]] -name = "cranelift-wasm" -version = "0.95.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ff3220489a3d928ad91e59dd7aeaa8b3de18afb554a6211213673a71c90737ac" dependencies = [ - "cranelift-codegen", - "cranelift-entity", - "cranelift-frontend", - "itertools 0.10.5", - "log", - "smallvec", - "wasmparser", - "wasmtime-types", + "cranelift-codegen", + "cranelift-entity", + "cranelift-frontend", + "itertools 0.10.5", + "log", + "smallvec", + "wasmparser", + "wasmtime-types", ] +name = "cranelift-wasm" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.95.1" [[package]] -name = "crc" -version = "3.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636" dependencies = [ - "crc-catalog", + "crc-catalog", ] +name = "crc" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "3.2.1" [[package]] +checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" name = "crc-catalog" -version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" +version = "2.4.0" [[package]] -name = "crc32fast" -version = "1.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" dependencies = [ - "cfg-if", + "cfg-if", ] +name = "crc32fast" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.4.2" [[package]] -name = "crossbeam-deque" -version = "0.8.5" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" dependencies = [ - "crossbeam-epoch", - "crossbeam-utils", + "crossbeam-epoch", + "crossbeam-utils", ] +name = "crossbeam-deque" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.8.5" [[package]] -name = "crossbeam-epoch" -version = "0.9.18" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" dependencies = [ - "crossbeam-utils", + "crossbeam-utils", ] +name = "crossbeam-epoch" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.9.18" [[package]] -name = "crossbeam-queue" -version = "0.3.11" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35" dependencies = [ - "crossbeam-utils", + "crossbeam-utils", ] +name = "crossbeam-queue" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.3.11" [[package]] +checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" name = "crossbeam-utils" -version = "0.8.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" +version = "0.8.20" [[package]] +checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" name = "crunchy" -version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" +version = "0.2.2" [[package]] -name = "crypto-bigint" -version = "0.5.5" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" dependencies = [ - "generic-array 0.14.7", - "rand_core 0.6.4", - "subtle 2.6.1", - "zeroize", + "generic-array 0.14.7", + "rand_core 0.6.4", + "subtle 2.6.1", + "zeroize", ] +name = "crypto-bigint" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.5.5" [[package]] -name = "crypto-common" -version = "0.1.6" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" dependencies = [ - "generic-array 0.14.7", - "rand_core 0.6.4", - "typenum", + "generic-array 0.14.7", + "rand_core 0.6.4", + "typenum", ] +name = "crypto-common" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.6" [[package]] -name = "crypto-mac" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5" dependencies = [ - "generic-array 0.12.4", - "subtle 1.0.0", + "generic-array 0.12.4", + "subtle 1.0.0", ] - -[[package]] name = "crypto-mac" -version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.7.0" + +[[package]] checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab" dependencies = [ - "generic-array 0.14.7", - "subtle 2.6.1", + "generic-array 0.14.7", + "subtle 2.6.1", ] +name = "crypto-mac" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.8.0" [[package]] -name = "ctr" -version = "0.9.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835" dependencies = [ - "cipher 0.4.4", + "cipher 0.4.4", ] +name = "ctr" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.9.2" [[package]] -name = "cumulus-client-cli" -version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "clap", - "parity-scale-codec", - "sc-chain-spec", - "sc-cli", - "sc-client-api", - "sc-service", - "sp-blockchain", - "sp-core", - "sp-runtime", - "url", + "clap", + "parity-scale-codec", + "sc-chain-spec", + "sc-cli", + "sc-client-api", + "sc-service", + "sp-blockchain", + "sp-core", + "sp-runtime", + "url", ] +name = "cumulus-client-cli" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.17.0" [[package]] -name = "cumulus-client-collator" -version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "cumulus-client-consensus-common", - "cumulus-client-network", - "cumulus-primitives-core", - "futures 0.3.30", - "parity-scale-codec", - "parking_lot 0.12.3", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-overseer", - "polkadot-primitives", - "sc-client-api", - "sp-api", - "sp-consensus", - "sp-core", - "sp-runtime", - "tracing", + "cumulus-client-consensus-common", + "cumulus-client-network", + "cumulus-primitives-core", + "futures 0.3.30", + "parity-scale-codec", + "parking_lot 0.12.3", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-overseer", + "polkadot-primitives", + "sc-client-api", + "sp-api", + "sp-consensus", + "sp-core", + "sp-runtime", + "tracing", ] +name = "cumulus-client-collator" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.17.0" [[package]] -name = "cumulus-client-consensus-common" -version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "cumulus-client-pov-recovery", - "cumulus-primitives-core", - "cumulus-relay-chain-interface", - "dyn-clone", - "futures 0.3.30", - "log", - "parity-scale-codec", - "polkadot-primitives", - "sc-client-api", - "sc-consensus", - "sc-consensus-babe", - "schnellru", - "sp-blockchain", - "sp-consensus", - "sp-consensus-slots", - "sp-core", - "sp-runtime", - "sp-timestamp", - "sp-trie", - "sp-version", - "substrate-prometheus-endpoint", - "tracing", + "async-trait", + "cumulus-client-pov-recovery", + "cumulus-primitives-core", + "cumulus-relay-chain-interface", + "dyn-clone", + "futures 0.3.30", + "log", + "parity-scale-codec", + "polkadot-primitives", + "sc-client-api", + "sc-consensus", + "sc-consensus-babe", + "schnellru", + "sp-blockchain", + "sp-consensus", + "sp-consensus-slots", + "sp-core", + "sp-runtime", + "sp-timestamp", + "sp-trie", + "sp-version", + "substrate-prometheus-endpoint", + "tracing", ] +name = "cumulus-client-consensus-common" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.17.0" [[package]] -name = "cumulus-client-consensus-proposer" -version = "0.15.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "anyhow", - "async-trait", - "cumulus-primitives-parachain-inherent", - "sp-consensus", - "sp-inherents", - "sp-runtime", - "sp-state-machine", - "thiserror", + "anyhow", + "async-trait", + "cumulus-primitives-parachain-inherent", + "sp-consensus", + "sp-inherents", + "sp-runtime", + "sp-state-machine", + "thiserror", ] +name = "cumulus-client-consensus-proposer" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.15.0" [[package]] -name = "cumulus-client-consensus-relay-chain" -version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "cumulus-client-consensus-common", - "cumulus-primitives-core", - "cumulus-relay-chain-interface", - "futures 0.3.30", - "parking_lot 0.12.3", - "sc-consensus", - "sp-api", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-inherents", - "sp-runtime", - "substrate-prometheus-endpoint", - "tracing", + "async-trait", + "cumulus-client-consensus-common", + "cumulus-primitives-core", + "cumulus-relay-chain-interface", + "futures 0.3.30", + "parking_lot 0.12.3", + "sc-consensus", + "sp-api", + "sp-block-builder", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-inherents", + "sp-runtime", + "substrate-prometheus-endpoint", + "tracing", ] +name = "cumulus-client-consensus-relay-chain" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.17.0" [[package]] -name = "cumulus-client-network" -version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "cumulus-relay-chain-interface", - "futures 0.3.30", - "futures-timer", - "parity-scale-codec", - "parking_lot 0.12.3", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-parachain-primitives", - "polkadot-primitives", - "sc-client-api", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-runtime", - "sp-state-machine", - "sp-version", - "tracing", + "async-trait", + "cumulus-relay-chain-interface", + "futures 0.3.30", + "futures-timer", + "parity-scale-codec", + "parking_lot 0.12.3", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-parachain-primitives", + "polkadot-primitives", + "sc-client-api", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-runtime", + "sp-state-machine", + "sp-version", + "tracing", ] +name = "cumulus-client-network" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.17.0" [[package]] -name = "cumulus-client-parachain-inherent" -version = "0.11.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "cumulus-primitives-core", - "cumulus-primitives-parachain-inherent", - "cumulus-relay-chain-interface", - "cumulus-test-relay-sproof-builder", - "parity-scale-codec", - "sc-client-api", - "sp-api", - "sp-crypto-hashing", - "sp-inherents", - "sp-runtime", - "sp-state-machine", - "sp-storage", - "sp-trie", - "tracing", + "async-trait", + "cumulus-primitives-core", + "cumulus-primitives-parachain-inherent", + "cumulus-relay-chain-interface", + "cumulus-test-relay-sproof-builder", + "parity-scale-codec", + "sc-client-api", + "sp-api", + "sp-crypto-hashing", + "sp-inherents", + "sp-runtime", + "sp-state-machine", + "sp-storage", + "sp-trie", + "tracing", ] +name = "cumulus-client-parachain-inherent" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.11.0" [[package]] -name = "cumulus-client-pov-recovery" -version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "cumulus-primitives-core", - "cumulus-relay-chain-interface", - "futures 0.3.30", - "futures-timer", - "parity-scale-codec", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-overseer", - "polkadot-primitives", - "rand 0.8.5", - "sc-client-api", - "sc-consensus", - "sp-api", - "sp-consensus", - "sp-maybe-compressed-blob", - "sp-runtime", - "sp-version", - "tracing", + "async-trait", + "cumulus-primitives-core", + "cumulus-relay-chain-interface", + "futures 0.3.30", + "futures-timer", + "parity-scale-codec", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-overseer", + "polkadot-primitives", + "rand 0.8.5", + "sc-client-api", + "sc-consensus", + "sp-api", + "sp-consensus", + "sp-maybe-compressed-blob", + "sp-runtime", + "sp-version", + "tracing", ] +name = "cumulus-client-pov-recovery" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.17.0" [[package]] -name = "cumulus-client-service" -version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "cumulus-client-cli", - "cumulus-client-collator", - "cumulus-client-consensus-common", - "cumulus-client-network", - "cumulus-client-pov-recovery", - "cumulus-primitives-core", - "cumulus-primitives-proof-size-hostfunction", - "cumulus-relay-chain-inprocess-interface", - "cumulus-relay-chain-interface", - "cumulus-relay-chain-minimal-node", - "futures 0.3.30", - "polkadot-primitives", - "sc-client-api", - "sc-consensus", - "sc-network", - "sc-network-sync", - "sc-network-transactions", - "sc-rpc", - "sc-service", - "sc-sysinfo", - "sc-telemetry", - "sc-transaction-pool", - "sc-utils", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-io", - "sp-runtime", - "sp-transaction-pool", + "cumulus-client-cli", + "cumulus-client-collator", + "cumulus-client-consensus-common", + "cumulus-client-network", + "cumulus-client-pov-recovery", + "cumulus-primitives-core", + "cumulus-primitives-proof-size-hostfunction", + "cumulus-relay-chain-inprocess-interface", + "cumulus-relay-chain-interface", + "cumulus-relay-chain-minimal-node", + "futures 0.3.30", + "polkadot-primitives", + "sc-client-api", + "sc-consensus", + "sc-network", + "sc-network-sync", + "sc-network-transactions", + "sc-rpc", + "sc-service", + "sc-sysinfo", + "sc-telemetry", + "sc-transaction-pool", + "sc-utils", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-io", + "sp-runtime", + "sp-transaction-pool", ] +name = "cumulus-client-service" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.17.0" [[package]] -name = "cumulus-pallet-dmp-queue" -version = "0.16.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "cumulus-primitives-core", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-io", - "sp-runtime", - "staging-xcm", + "cumulus-primitives-core", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "sp-io", + "sp-runtime", + "staging-xcm", ] +name = "cumulus-pallet-dmp-queue" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.16.0" [[package]] -name = "cumulus-pallet-parachain-system" -version = "0.16.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "bytes", - "cumulus-pallet-parachain-system-proc-macro", - "cumulus-primitives-core", - "cumulus-primitives-parachain-inherent", - "cumulus-primitives-proof-size-hostfunction", - "environmental", - "frame-benchmarking", - "frame-support", - "frame-system", - "impl-trait-for-tuples", - "log", - "pallet-message-queue", - "parity-scale-codec", - "polkadot-parachain-primitives", - "polkadot-runtime-common", - "polkadot-runtime-parachains", - "scale-info", - "sp-core", - "sp-externalities", - "sp-inherents", - "sp-io", - "sp-runtime", - "sp-state-machine", - "sp-std", - "sp-trie", - "sp-version", - "staging-xcm", - "staging-xcm-builder", - "trie-db", + "bytes", + "cumulus-pallet-parachain-system-proc-macro", + "cumulus-primitives-core", + "cumulus-primitives-parachain-inherent", + "cumulus-primitives-proof-size-hostfunction", + "environmental", + "frame-benchmarking", + "frame-support", + "frame-system", + "impl-trait-for-tuples", + "log", + "pallet-message-queue", + "parity-scale-codec", + "polkadot-parachain-primitives", + "polkadot-runtime-common", + "polkadot-runtime-parachains", + "scale-info", + "sp-core", + "sp-externalities", + "sp-inherents", + "sp-io", + "sp-runtime", + "sp-state-machine", + "sp-std", + "sp-trie", + "sp-version", + "staging-xcm", + "staging-xcm-builder", + "trie-db", ] - -[[package]] -name = "cumulus-pallet-parachain-system-proc-macro" -version = "0.6.0" +name = "cumulus-pallet-parachain-system" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.16.0" + +[[package]] dependencies = [ - "proc-macro-crate 3.2.0", - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro-crate 3.2.0", + "proc-macro2", + "quote", + "syn 2.0.76", ] +name = "cumulus-pallet-parachain-system-proc-macro" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.6.0" [[package]] -name = "cumulus-pallet-xcm" -version = "0.16.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "cumulus-primitives-core", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-io", - "sp-runtime", - "staging-xcm", + "cumulus-primitives-core", + "frame-support", + "frame-system", + "parity-scale-codec", + "scale-info", + "sp-io", + "sp-runtime", + "staging-xcm", ] +name = "cumulus-pallet-xcm" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.16.0" [[package]] -name = "cumulus-pallet-xcmp-queue" -version = "0.16.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "bounded-collections", - "bp-xcm-bridge-hub-router", - "cumulus-primitives-core", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-message-queue", - "parity-scale-codec", - "polkadot-runtime-common", - "polkadot-runtime-parachains", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", + "bounded-collections", + "bp-xcm-bridge-hub-router", + "cumulus-primitives-core", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "pallet-message-queue", + "parity-scale-codec", + "polkadot-runtime-common", + "polkadot-runtime-parachains", + "scale-info", + "sp-core", + "sp-io", + "sp-runtime", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", ] +name = "cumulus-pallet-xcmp-queue" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.16.0" [[package]] -name = "cumulus-primitives-core" -version = "0.15.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "parity-scale-codec", - "polkadot-core-primitives", - "polkadot-parachain-primitives", - "polkadot-primitives", - "scale-info", - "sp-api", - "sp-runtime", - "sp-trie", - "staging-xcm", + "parity-scale-codec", + "polkadot-core-primitives", + "polkadot-parachain-primitives", + "polkadot-primitives", + "scale-info", + "sp-api", + "sp-runtime", + "sp-trie", + "staging-xcm", ] +name = "cumulus-primitives-core" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.15.0" [[package]] -name = "cumulus-primitives-parachain-inherent" -version = "0.15.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "cumulus-primitives-core", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-state-machine", - "sp-trie", + "async-trait", + "cumulus-primitives-core", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-state-machine", + "sp-trie", ] +name = "cumulus-primitives-parachain-inherent" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.15.0" [[package]] -name = "cumulus-primitives-proof-size-hostfunction" -version = "0.10.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "sp-externalities", - "sp-runtime-interface", - "sp-trie", + "sp-externalities", + "sp-runtime-interface", + "sp-trie", ] +name = "cumulus-primitives-proof-size-hostfunction" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.10.0" [[package]] -name = "cumulus-primitives-storage-weight-reclaim" -version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "cumulus-primitives-core", - "cumulus-primitives-proof-size-hostfunction", - "docify", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime", + "cumulus-primitives-core", + "cumulus-primitives-proof-size-hostfunction", + "docify", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "sp-runtime", ] +name = "cumulus-primitives-storage-weight-reclaim" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "7.0.0" [[package]] -name = "cumulus-primitives-timestamp" -version = "0.15.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "cumulus-primitives-core", - "sp-inherents", - "sp-timestamp", + "cumulus-primitives-core", + "sp-inherents", + "sp-timestamp", ] +name = "cumulus-primitives-timestamp" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.15.0" [[package]] -name = "cumulus-primitives-utility" -version = "0.16.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "cumulus-primitives-core", - "frame-support", - "log", - "pallet-asset-conversion", - "parity-scale-codec", - "polkadot-runtime-common", - "polkadot-runtime-parachains", - "sp-io", - "sp-runtime", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", + "cumulus-primitives-core", + "frame-support", + "log", + "pallet-asset-conversion", + "parity-scale-codec", + "polkadot-runtime-common", + "polkadot-runtime-parachains", + "sp-io", + "sp-runtime", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", ] +name = "cumulus-primitives-utility" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.16.0" [[package]] -name = "cumulus-relay-chain-inprocess-interface" -version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "cumulus-primitives-core", - "cumulus-relay-chain-interface", - "futures 0.3.30", - "futures-timer", - "polkadot-cli", - "polkadot-service", - "sc-cli", - "sc-client-api", - "sc-sysinfo", - "sc-telemetry", - "sc-tracing", - "sp-api", - "sp-consensus", - "sp-core", - "sp-runtime", - "sp-state-machine", + "async-trait", + "cumulus-primitives-core", + "cumulus-relay-chain-interface", + "futures 0.3.30", + "futures-timer", + "polkadot-cli", + "polkadot-service", + "sc-cli", + "sc-client-api", + "sc-sysinfo", + "sc-telemetry", + "sc-tracing", + "sp-api", + "sp-consensus", + "sp-core", + "sp-runtime", + "sp-state-machine", ] +name = "cumulus-relay-chain-inprocess-interface" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.17.0" [[package]] -name = "cumulus-relay-chain-interface" -version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "cumulus-primitives-core", - "futures 0.3.30", - "jsonrpsee-core", - "parity-scale-codec", - "polkadot-overseer", - "sc-client-api", - "sp-api", - "sp-blockchain", - "sp-state-machine", - "sp-version", - "thiserror", + "async-trait", + "cumulus-primitives-core", + "futures 0.3.30", + "jsonrpsee-core", + "parity-scale-codec", + "polkadot-overseer", + "sc-client-api", + "sp-api", + "sp-blockchain", + "sp-state-machine", + "sp-version", + "thiserror", ] +name = "cumulus-relay-chain-interface" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.17.0" [[package]] -name = "cumulus-relay-chain-minimal-node" -version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "array-bytes", - "async-trait", - "cumulus-primitives-core", - "cumulus-relay-chain-interface", - "cumulus-relay-chain-rpc-interface", - "futures 0.3.30", - "polkadot-core-primitives", - "polkadot-network-bridge", - "polkadot-node-network-protocol", - "polkadot-node-subsystem-util", - "polkadot-overseer", - "polkadot-primitives", - "polkadot-service", - "sc-authority-discovery", - "sc-client-api", - "sc-network", - "sc-network-common", - "sc-service", - "sc-tracing", - "sc-utils", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-consensus-babe", - "sp-runtime", - "substrate-prometheus-endpoint", - "tokio", - "tracing", + "array-bytes", + "async-trait", + "cumulus-primitives-core", + "cumulus-relay-chain-interface", + "cumulus-relay-chain-rpc-interface", + "futures 0.3.30", + "polkadot-core-primitives", + "polkadot-network-bridge", + "polkadot-node-network-protocol", + "polkadot-node-subsystem-util", + "polkadot-overseer", + "polkadot-primitives", + "polkadot-service", + "sc-authority-discovery", + "sc-client-api", + "sc-network", + "sc-network-common", + "sc-service", + "sc-tracing", + "sc-utils", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-consensus-babe", + "sp-runtime", + "substrate-prometheus-endpoint", + "tokio", + "tracing", ] +name = "cumulus-relay-chain-minimal-node" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.17.0" [[package]] -name = "cumulus-relay-chain-rpc-interface" -version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "cumulus-primitives-core", - "cumulus-relay-chain-interface", - "either", - "futures 0.3.30", - "futures-timer", - "jsonrpsee", - "parity-scale-codec", - "pin-project", - "polkadot-overseer", - "rand 0.8.5", - "sc-client-api", - "sc-rpc-api", - "sc-service", - "schnellru", - "serde", - "serde_json", - "smoldot", - "smoldot-light", - "sp-api", - "sp-authority-discovery", - "sp-consensus-babe", - "sp-core", - "sp-runtime", - "sp-state-machine", - "sp-storage", - "sp-version", - "thiserror", - "tokio", - "tokio-util", - "tracing", - "url", + "async-trait", + "cumulus-primitives-core", + "cumulus-relay-chain-interface", + "either", + "futures 0.3.30", + "futures-timer", + "jsonrpsee", + "parity-scale-codec", + "pin-project", + "polkadot-overseer", + "rand 0.8.5", + "sc-client-api", + "sc-rpc-api", + "sc-service", + "schnellru", + "serde", + "serde_json", + "smoldot", + "smoldot-light", + "sp-api", + "sp-authority-discovery", + "sp-consensus-babe", + "sp-core", + "sp-runtime", + "sp-state-machine", + "sp-storage", + "sp-version", + "thiserror", + "tokio", + "tokio-util", + "tracing", + "url", ] +name = "cumulus-relay-chain-rpc-interface" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.17.0" [[package]] -name = "cumulus-test-relay-sproof-builder" -version = "0.15.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "cumulus-primitives-core", - "parity-scale-codec", - "polkadot-primitives", - "sp-runtime", - "sp-state-machine", - "sp-trie", + "cumulus-primitives-core", + "parity-scale-codec", + "polkadot-primitives", + "sp-runtime", + "sp-state-machine", + "sp-trie", ] +name = "cumulus-test-relay-sproof-builder" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.15.0" [[package]] -name = "curve25519-dalek" -version = "4.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be" dependencies = [ - "cfg-if", - "cpufeatures", - "curve25519-dalek-derive", - "digest 0.10.7", - "fiat-crypto", - "rustc_version", - "subtle 2.6.1", - "zeroize", + "cfg-if", + "cpufeatures", + "curve25519-dalek-derive", + "digest 0.10.7", + "fiat-crypto", + "rustc_version", + "subtle 2.6.1", + "zeroize", ] +name = "curve25519-dalek" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "4.1.3" [[package]] -name = "curve25519-dalek-derive" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro2", + "quote", + "syn 2.0.76", ] +name = "curve25519-dalek-derive" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.1" [[package]] -name = "curve25519-dalek-ng" -version = "4.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1c359b7249347e46fb28804470d071c921156ad62b3eef5d34e2ba867533dec8" dependencies = [ - "byteorder", - "digest 0.9.0", - "rand_core 0.6.4", - "subtle-ng", - "zeroize", + "byteorder", + "digest 0.9.0", + "rand_core 0.6.4", + "subtle-ng", + "zeroize", ] +name = "curve25519-dalek-ng" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "4.1.1" [[package]] -name = "cxx" -version = "1.0.126" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3c4eae4b7fc8dcb0032eb3b1beee46b38d371cdeaf2d0c64b9944f6f69ad7755" dependencies = [ - "cc", - "cxxbridge-flags", - "cxxbridge-macro", - "link-cplusplus", + "cc", + "cxxbridge-flags", + "cxxbridge-macro", + "link-cplusplus", ] +name = "cxx" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.0.126" [[package]] -name = "cxx-build" -version = "1.0.126" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6c822bf7fb755d97328d6c337120b6f843678178751cba33c9da25cf522272e0" dependencies = [ - "cc", - "codespan-reporting", - "once_cell", - "proc-macro2", - "quote", - "scratch", - "syn 2.0.76", + "cc", + "codespan-reporting", + "once_cell", + "proc-macro2", + "quote", + "scratch", + "syn 2.0.76", ] +name = "cxx-build" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.0.126" [[package]] +checksum = "719d6197dc016c88744aff3c0d0340a01ecce12e8939fc282e7c8f583ee64bc6" name = "cxxbridge-flags" -version = "1.0.126" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "719d6197dc016c88744aff3c0d0340a01ecce12e8939fc282e7c8f583ee64bc6" +version = "1.0.126" [[package]] -name = "cxxbridge-macro" -version = "1.0.126" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "35de3b547387863c8f82013c4f79f1c2162edee956383e4089e1d04c18c4f16c" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro2", + "quote", + "syn 2.0.76", ] +name = "cxxbridge-macro" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.0.126" [[package]] -name = "dashmap" -version = "5.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" dependencies = [ - "cfg-if", - "hashbrown 0.14.5", - "lock_api", - "once_cell", - "parking_lot_core 0.9.10", + "cfg-if", + "hashbrown 0.14.5", + "lock_api", + "once_cell", + "parking_lot_core 0.9.10", ] +name = "dashmap" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "5.5.3" [[package]] +checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2" name = "data-encoding" -version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2" +version = "2.6.0" [[package]] -name = "data-encoding-macro" -version = "0.1.15" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f1559b6cba622276d6d63706db152618eeb15b89b3e4041446b05876e352e639" dependencies = [ - "data-encoding", - "data-encoding-macro-internal", + "data-encoding", + "data-encoding-macro-internal", ] +name = "data-encoding-macro" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.15" [[package]] -name = "data-encoding-macro-internal" -version = "0.1.13" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "332d754c0af53bc87c108fed664d121ecf59207ec4196041f04d6ab9002ad33f" dependencies = [ - "data-encoding", - "syn 1.0.109", + "data-encoding", + "syn 1.0.109", ] +name = "data-encoding-macro-internal" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.13" [[package]] -name = "der" -version = "0.7.9" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0" dependencies = [ - "const-oid", - "zeroize", + "const-oid", + "zeroize", ] +name = "der" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.7.9" [[package]] -name = "der-parser" -version = "8.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dbd676fbbab537128ef0278adb5576cf363cff6aa22a7b24effe97347cfab61e" dependencies = [ - "asn1-rs 0.5.2", - "displaydoc", - "nom", - "num-bigint", - "num-traits", - "rusticata-macros", + "asn1-rs 0.5.2", + "displaydoc", + "nom", + "num-bigint", + "num-traits", + "rusticata-macros", ] - -[[package]] name = "der-parser" -version = "9.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "8.2.0" + +[[package]] checksum = "5cd0a5c643689626bec213c4d8bd4d96acc8ffdb4ad4bb6bc16abf27d5f4b553" dependencies = [ - "asn1-rs 0.6.2", - "displaydoc", - "nom", - "num-bigint", - "num-traits", - "rusticata-macros", + "asn1-rs 0.6.2", + "displaydoc", + "nom", + "num-bigint", + "num-traits", + "rusticata-macros", ] +name = "der-parser" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "9.0.0" [[package]] -name = "deranged" -version = "0.3.11" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" dependencies = [ - "powerfmt", + "powerfmt", ] +name = "deranged" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.3.11" [[package]] -name = "derivative" -version = "2.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", + "proc-macro2", + "quote", + "syn 1.0.109", ] +name = "derivative" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "2.2.0" [[package]] -name = "derive-syn-parse" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d65d7ce8132b7c0e54497a4d9a55a1c2a0912a0d786cf894472ba818fba45762" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro2", + "quote", + "syn 2.0.76", ] +name = "derive-syn-parse" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.2.0" [[package]] -name = "derive_more" -version = "0.99.18" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce" dependencies = [ - "convert_case", - "proc-macro2", - "quote", - "rustc_version", - "syn 2.0.76", + "convert_case", + "proc-macro2", + "quote", + "rustc_version", + "syn 2.0.76", ] +name = "derive_more" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.99.18" [[package]] +checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" name = "difflib" -version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" +version = "0.4.0" [[package]] -name = "digest" -version = "0.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5" dependencies = [ - "generic-array 0.12.4", + "generic-array 0.12.4", ] - -[[package]] name = "digest" -version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.8.1" + +[[package]] checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" dependencies = [ - "generic-array 0.14.7", + "generic-array 0.14.7", ] - -[[package]] name = "digest" -version = "0.10.7" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.9.0" + +[[package]] checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" dependencies = [ - "block-buffer 0.10.4", - "const-oid", - "crypto-common", - "subtle 2.6.1", + "block-buffer 0.10.4", + "const-oid", + "crypto-common", + "subtle 2.6.1", ] +name = "digest" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.10.7" [[package]] -name = "directories" -version = "5.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35" dependencies = [ - "dirs-sys", + "dirs-sys", ] +name = "directories" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "5.0.1" [[package]] -name = "directories-next" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc" dependencies = [ - "cfg-if", - "dirs-sys-next", + "cfg-if", + "dirs-sys-next", ] +name = "directories-next" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "2.0.0" [[package]] -name = "dirs-sys" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" dependencies = [ - "libc", - "option-ext", - "redox_users", - "windows-sys 0.48.0", + "libc", + "option-ext", + "redox_users", + "windows-sys 0.48.0", ] +name = "dirs-sys" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.4.1" [[package]] -name = "dirs-sys-next" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" dependencies = [ - "libc", - "redox_users", - "winapi", + "libc", + "redox_users", + "winapi", ] +name = "dirs-sys-next" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.2" [[package]] -name = "displaydoc" -version = "0.2.5" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro2", + "quote", + "syn 2.0.76", ] +name = "displaydoc" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.2.5" [[package]] +checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" name = "doc-comment" -version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" +version = "0.3.3" [[package]] -name = "docify" -version = "0.2.8" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "43a2f138ad521dc4a2ced1a4576148a6a610b4c5923933b062a263130a6802ce" dependencies = [ - "docify_macros", + "docify_macros", ] +name = "docify" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.2.8" [[package]] -name = "docify_macros" -version = "0.2.8" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1a081e51fb188742f5a7a1164ad752121abcb22874b21e2c3b0dd040c515fdad" dependencies = [ - "common-path", - "derive-syn-parse", - "once_cell", - "proc-macro2", - "quote", - "regex", - "syn 2.0.76", - "termcolor", - "toml 0.8.19", - "walkdir", + "common-path", + "derive-syn-parse", + "once_cell", + "proc-macro2", + "quote", + "regex", + "syn 2.0.76", + "termcolor", + "toml 0.8.19", + "walkdir", ] +name = "docify_macros" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.2.8" [[package]] +checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" name = "dotenvy" -version = "0.15.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" +version = "0.15.7" [[package]] +checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1" name = "downcast" -version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1" +version = "0.11.0" [[package]] +checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" name = "downcast-rs" -version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" +version = "1.2.1" [[package]] +checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653" name = "dtoa" -version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653" +version = "1.0.9" [[package]] -name = "dyn-clonable" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4" dependencies = [ - "dyn-clonable-impl", - "dyn-clone", + "dyn-clonable-impl", + "dyn-clone", ] +name = "dyn-clonable" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.9.0" [[package]] -name = "dyn-clonable-impl" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5" dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", + "proc-macro2", + "quote", + "syn 1.0.109", ] +name = "dyn-clonable-impl" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.9.0" [[package]] +checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125" name = "dyn-clone" -version = "1.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125" +version = "1.0.17" [[package]] -name = "ecdsa" -version = "0.16.9" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" dependencies = [ - "der", - "digest 0.10.7", - "elliptic-curve", - "rfc6979", - "serdect", - "signature", - "spki", + "der", + "digest 0.10.7", + "elliptic-curve", + "rfc6979", + "serdect", + "signature", + "spki", ] +name = "ecdsa" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.16.9" [[package]] -name = "ed25519" -version = "2.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" dependencies = [ - "pkcs8", - "signature", + "pkcs8", + "signature", ] +name = "ed25519" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "2.2.3" [[package]] -name = "ed25519-dalek" -version = "2.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871" dependencies = [ - "curve25519-dalek", - "ed25519", - "rand_core 0.6.4", - "serde", - "sha2 0.10.8", - "subtle 2.6.1", - "zeroize", + "curve25519-dalek", + "ed25519", + "rand_core 0.6.4", + "serde", + "sha2 0.10.8", + "subtle 2.6.1", + "zeroize", ] +name = "ed25519-dalek" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "2.1.1" [[package]] -name = "ed25519-zebra" -version = "4.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7d9ce6874da5d4415896cd45ffbc4d1cfc0c4f9c079427bd870742c30f2f65a9" dependencies = [ - "curve25519-dalek", - "ed25519", - "hashbrown 0.14.5", - "hex", - "rand_core 0.6.4", - "sha2 0.10.8", - "zeroize", + "curve25519-dalek", + "ed25519", + "hashbrown 0.14.5", + "hex", + "rand_core 0.6.4", + "sha2 0.10.8", + "zeroize", ] +name = "ed25519-zebra" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "4.0.3" [[package]] -name = "either" -version = "1.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" dependencies = [ - "serde", + "serde", ] +name = "either" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.13.0" [[package]] -name = "elliptic-curve" -version = "0.13.8" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" dependencies = [ - "base16ct", - "crypto-bigint", - "digest 0.10.7", - "ff", - "generic-array 0.14.7", - "group", - "pkcs8", - "rand_core 0.6.4", - "sec1", - "serdect", - "subtle 2.6.1", - "zeroize", + "base16ct", + "crypto-bigint", + "digest 0.10.7", + "ff", + "generic-array 0.14.7", + "group", + "pkcs8", + "rand_core 0.6.4", + "sec1", + "serdect", + "subtle 2.6.1", + "zeroize", ] +name = "elliptic-curve" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.13.8" [[package]] +checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" name = "encode_unicode" -version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" +version = "0.3.6" [[package]] -name = "enum-as-inner" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c9720bba047d567ffc8a3cba48bf19126600e249ab7f128e9233e6376976a116" dependencies = [ - "heck 0.4.1", - "proc-macro2", - "quote", - "syn 1.0.109", + "heck 0.4.1", + "proc-macro2", + "quote", + "syn 1.0.109", ] - -[[package]] name = "enum-as-inner" -version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.5.1" + +[[package]] checksum = "5ffccbb6966c05b32ef8fbac435df276c4ae4d3dc55a8cd0eb9745e6c12f546a" dependencies = [ - "heck 0.4.1", - "proc-macro2", - "quote", - "syn 2.0.76", + "heck 0.4.1", + "proc-macro2", + "quote", + "syn 2.0.76", ] +name = "enum-as-inner" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.6.0" [[package]] -name = "enumflags2" -version = "0.7.10" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d" dependencies = [ - "enumflags2_derive", + "enumflags2_derive", ] +name = "enumflags2" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.7.10" [[package]] -name = "enumflags2_derive" -version = "0.7.10" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro2", + "quote", + "syn 2.0.76", ] +name = "enumflags2_derive" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.7.10" [[package]] -name = "enumn" -version = "0.1.14" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2f9ed6b3789237c8a0c1c505af1c7eb2c560df6186f01b098c3a1064ea532f38" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro2", + "quote", + "syn 2.0.76", ] +name = "enumn" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.14" [[package]] -name = "env_logger" -version = "0.10.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580" dependencies = [ - "humantime", - "is-terminal", - "log", - "regex", - "termcolor", + "humantime", + "is-terminal", + "log", + "regex", + "termcolor", ] +name = "env_logger" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.10.2" [[package]] +checksum = "e48c92028aaa870e83d51c64e5d4e0b6981b360c522198c23959f219a4e1b15b" name = "environmental" -version = "1.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e48c92028aaa870e83d51c64e5d4e0b6981b360c522198c23959f219a4e1b15b" +version = "1.1.4" [[package]] +checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" name = "equivalent" -version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" +version = "1.0.1" [[package]] -name = "errno" -version = "0.3.9" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" dependencies = [ - "libc", - "windows-sys 0.52.0", + "libc", + "windows-sys 0.52.0", ] +name = "errno" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.3.9" [[package]] -name = "ethbloom" -version = "0.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c22d4b5885b6aa2fe5e8b9329fb8d232bf739e434e6b87347c63bdd00c120f60" dependencies = [ - "crunchy", - "fixed-hash", - "impl-codec", - "impl-rlp", - "impl-serde", - "scale-info", - "tiny-keccak", + "crunchy", + "fixed-hash", + "impl-codec", + "impl-rlp", + "impl-serde", + "scale-info", + "tiny-keccak", ] +name = "ethbloom" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.13.0" [[package]] -name = "ethereum" -version = "0.15.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2e04d24d20b8ff2235cffbf242d5092de3aa45f77c5270ddbfadd2778ca13fea" dependencies = [ - "bytes", - "ethereum-types", - "hash-db", - "hash256-std-hasher", - "parity-scale-codec", - "rlp", - "scale-info", - "serde", - "sha3", - "trie-root", + "bytes", + "ethereum-types", + "hash-db", + "hash256-std-hasher", + "parity-scale-codec", + "rlp", + "scale-info", + "serde", + "sha3", + "trie-root", ] +name = "ethereum" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.15.0" [[package]] -name = "ethereum-types" -version = "0.14.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "02d215cbf040552efcbe99a38372fe80ab9d00268e20012b79fcd0f073edd8ee" dependencies = [ - "ethbloom", - "fixed-hash", - "impl-codec", - "impl-rlp", - "impl-serde", - "primitive-types", - "scale-info", - "uint", + "ethbloom", + "fixed-hash", + "impl-codec", + "impl-rlp", + "impl-serde", + "primitive-types", + "scale-info", + "uint", ] +name = "ethereum-types" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.14.1" [[package]] +checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" name = "event-listener" -version = "2.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" +version = "2.5.3" [[package]] -name = "event-listener" -version = "3.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2" dependencies = [ - "concurrent-queue", - "parking", - "pin-project-lite", + "concurrent-queue", + "parking", + "pin-project-lite", ] - -[[package]] name = "event-listener" -version = "5.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "3.1.0" + +[[package]] checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba" dependencies = [ - "concurrent-queue", - "parking", - "pin-project-lite", + "concurrent-queue", + "parking", + "pin-project-lite", ] +name = "event-listener" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "5.3.1" [[package]] -name = "event-listener-strategy" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1" dependencies = [ - "event-listener 5.3.1", - "pin-project-lite", + "event-listener 5.3.1", + "pin-project-lite", ] +name = "event-listener-strategy" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.5.2" [[package]] -name = "evm" -version = "0.41.2" -source = "git+https://github.com/moonbeam-foundation/evm?branch=moonbeam-polkadot-stable2407#7a5c26a120b99a6680035b6812087dc5c2e6d377" dependencies = [ - "auto_impl", - "environmental", - "ethereum", - "evm-core", - "evm-gasometer", - "evm-runtime", - "log", - "parity-scale-codec", - "primitive-types", - "rlp", - "scale-info", - "serde", - "sha3", + "auto_impl", + "environmental", + "ethereum", + "evm-core", + "evm-gasometer", + "evm-runtime", + "log", + "parity-scale-codec", + "primitive-types", + "rlp", + "scale-info", + "serde", + "sha3", ] +name = "evm" +source = "git+https://github.com/moonbeam-foundation/evm?branch=moonbeam-polkadot-stable2407#7a5c26a120b99a6680035b6812087dc5c2e6d377" +version = "0.41.2" [[package]] -name = "evm-core" -version = "0.41.0" -source = "git+https://github.com/moonbeam-foundation/evm?branch=moonbeam-polkadot-stable2407#7a5c26a120b99a6680035b6812087dc5c2e6d377" dependencies = [ - "parity-scale-codec", - "primitive-types", - "scale-info", - "serde", + "parity-scale-codec", + "primitive-types", + "scale-info", + "serde", ] +name = "evm-core" +source = "git+https://github.com/moonbeam-foundation/evm?branch=moonbeam-polkadot-stable2407#7a5c26a120b99a6680035b6812087dc5c2e6d377" +version = "0.41.0" [[package]] -name = "evm-gasometer" -version = "0.41.0" -source = "git+https://github.com/moonbeam-foundation/evm?branch=moonbeam-polkadot-stable2407#7a5c26a120b99a6680035b6812087dc5c2e6d377" dependencies = [ - "environmental", - "evm-core", - "evm-runtime", - "primitive-types", + "environmental", + "evm-core", + "evm-runtime", + "primitive-types", ] +name = "evm-gasometer" +source = "git+https://github.com/moonbeam-foundation/evm?branch=moonbeam-polkadot-stable2407#7a5c26a120b99a6680035b6812087dc5c2e6d377" +version = "0.41.0" [[package]] -name = "evm-runtime" -version = "0.41.0" -source = "git+https://github.com/moonbeam-foundation/evm?branch=moonbeam-polkadot-stable2407#7a5c26a120b99a6680035b6812087dc5c2e6d377" dependencies = [ - "auto_impl", - "environmental", - "evm-core", - "primitive-types", - "sha3", + "auto_impl", + "environmental", + "evm-core", + "primitive-types", + "sha3", ] +name = "evm-runtime" +source = "git+https://github.com/moonbeam-foundation/evm?branch=moonbeam-polkadot-stable2407#7a5c26a120b99a6680035b6812087dc5c2e6d377" +version = "0.41.0" [[package]] -name = "evm-tracing-events" -version = "0.1.0" dependencies = [ - "environmental", - "ethereum", - "ethereum-types", - "evm", - "evm-gasometer", - "evm-runtime", - "parity-scale-codec", - "sp-runtime-interface", + "environmental", + "ethereum", + "ethereum-types", + "evm", + "evm-gasometer", + "evm-runtime", + "parity-scale-codec", + "sp-runtime-interface", ] +name = "evm-tracing-events" +version = "0.1.0" [[package]] -name = "exit-future" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5" dependencies = [ - "futures 0.3.30", + "futures 0.3.30", ] +name = "exit-future" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.2.0" [[package]] -name = "expander" -version = "2.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e2c470c71d91ecbd179935b24170459e926382eaaa86b590b78814e180d8a8e2" dependencies = [ - "blake2 0.10.6", - "file-guard", - "fs-err", - "prettyplease 0.2.22", - "proc-macro2", - "quote", - "syn 2.0.76", + "blake2 0.10.6", + "file-guard", + "fs-err", + "prettyplease 0.2.22", + "proc-macro2", + "quote", + "syn 2.0.76", ] +name = "expander" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "2.2.1" [[package]] +checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" name = "fallible-iterator" -version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" +version = "0.2.0" [[package]] +checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" name = "fallible-iterator" -version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" +version = "0.3.0" [[package]] +checksum = "51e2ce894d53b295cf97b05685aa077950ff3e8541af83217fc720a6437169f8" name = "faster-hex" -version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51e2ce894d53b295cf97b05685aa077950ff3e8541af83217fc720a6437169f8" +version = "0.6.1" [[package]] -name = "fastrand" -version = "1.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" dependencies = [ - "instant", + "instant", ] +name = "fastrand" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.9.0" [[package]] +checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6" name = "fastrand" -version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6" +version = "2.1.1" [[package]] -name = "fatality" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec6f82451ff7f0568c6181287189126d492b5654e30a788add08027b6363d019" dependencies = [ - "fatality-proc-macro", - "thiserror", + "fatality-proc-macro", + "thiserror", ] +name = "fatality" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.1" [[package]] -name = "fatality-proc-macro" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eb42427514b063d97ce21d5199f36c0c307d981434a6be32582bc79fe5bd2303" dependencies = [ - "expander", - "indexmap 2.4.0", - "proc-macro-crate 3.2.0", - "proc-macro2", - "quote", - "syn 2.0.76", + "expander", + "indexmap 2.4.0", + "proc-macro-crate 3.2.0", + "proc-macro2", + "quote", + "syn 2.0.76", ] +name = "fatality-proc-macro" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.1" [[package]] -name = "fc-api" -version = "1.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ - "async-trait", - "fp-storage", - "parity-scale-codec", - "sp-core", - "sp-runtime", + "async-trait", + "fp-storage", + "parity-scale-codec", + "sp-core", + "sp-runtime", ] +name = "fc-api" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +version = "1.0.0-dev" [[package]] -name = "fc-consensus" -version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ - "async-trait", - "fp-consensus", - "fp-rpc", - "sc-consensus", - "sp-api", - "sp-block-builder", - "sp-consensus", - "sp-runtime", - "thiserror", + "async-trait", + "fp-consensus", + "fp-rpc", + "sc-consensus", + "sp-api", + "sp-block-builder", + "sp-consensus", + "sp-runtime", + "thiserror", ] +name = "fc-consensus" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +version = "2.0.0-dev" [[package]] -name = "fc-db" -version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ - "async-trait", - "ethereum", - "fc-api", - "fc-storage", - "fp-consensus", - "fp-rpc", - "fp-storage", - "futures 0.3.30", - "kvdb-rocksdb", - "log", - "parity-db", - "parity-scale-codec", - "parking_lot 0.12.3", - "sc-client-api", - "sc-client-db", - "smallvec", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-database", - "sp-runtime", - "sqlx", - "tokio", + "async-trait", + "ethereum", + "fc-api", + "fc-storage", + "fp-consensus", + "fp-rpc", + "fp-storage", + "futures 0.3.30", + "kvdb-rocksdb", + "log", + "parity-db", + "parity-scale-codec", + "parking_lot 0.12.3", + "sc-client-api", + "sc-client-db", + "smallvec", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-database", + "sp-runtime", + "sqlx", + "tokio", ] - -[[package]] -name = "fc-mapping-sync" -version = "2.0.0-dev" +name = "fc-db" source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +version = "2.0.0-dev" + +[[package]] dependencies = [ - "fc-db", - "fc-storage", - "fp-consensus", - "fp-rpc", - "futures 0.3.30", - "futures-timer", - "log", - "parking_lot 0.12.3", - "sc-client-api", - "sc-utils", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-runtime", - "tokio", + "fc-db", + "fc-storage", + "fp-consensus", + "fp-rpc", + "futures 0.3.30", + "futures-timer", + "log", + "parking_lot 0.12.3", + "sc-client-api", + "sc-utils", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-runtime", + "tokio", ] +name = "fc-mapping-sync" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +version = "2.0.0-dev" [[package]] -name = "fc-rpc" -version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ - "ethereum", - "ethereum-types", - "evm", - "fc-api", - "fc-mapping-sync", - "fc-rpc-core", - "fc-storage", - "fp-evm", - "fp-rpc", - "fp-storage", - "futures 0.3.30", - "hex", - "jsonrpsee", - "libsecp256k1", - "log", - "pallet-evm", - "parity-scale-codec", - "prometheus", - "rand 0.8.5", - "rlp", - "sc-client-api", - "sc-consensus-aura", - "sc-network", - "sc-network-sync", - "sc-rpc", - "sc-service", - "sc-transaction-pool", - "sc-transaction-pool-api", - "sc-utils", - "schnellru", - "serde", - "sp-api", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", - "sp-consensus-aura", - "sp-core", - "sp-externalities", - "sp-inherents", - "sp-io", - "sp-runtime", - "sp-state-machine", - "sp-storage", - "sp-timestamp", - "substrate-prometheus-endpoint", - "thiserror", - "tokio", + "ethereum", + "ethereum-types", + "evm", + "fc-api", + "fc-mapping-sync", + "fc-rpc-core", + "fc-storage", + "fp-evm", + "fp-rpc", + "fp-storage", + "futures 0.3.30", + "hex", + "jsonrpsee", + "libsecp256k1", + "log", + "pallet-evm", + "parity-scale-codec", + "prometheus", + "rand 0.8.5", + "rlp", + "sc-client-api", + "sc-consensus-aura", + "sc-network", + "sc-network-sync", + "sc-rpc", + "sc-service", + "sc-transaction-pool", + "sc-transaction-pool-api", + "sc-utils", + "schnellru", + "serde", + "sp-api", + "sp-block-builder", + "sp-blockchain", + "sp-consensus", + "sp-consensus-aura", + "sp-core", + "sp-externalities", + "sp-inherents", + "sp-io", + "sp-runtime", + "sp-state-machine", + "sp-storage", + "sp-timestamp", + "substrate-prometheus-endpoint", + "thiserror", + "tokio", ] +name = "fc-rpc" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +version = "2.0.0-dev" [[package]] -name = "fc-rpc-core" -version = "1.1.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ - "ethereum", - "ethereum-types", - "jsonrpsee", - "rlp", - "rustc-hex", - "serde", - "serde_json", - "sp-crypto-hashing", + "ethereum", + "ethereum-types", + "jsonrpsee", + "rlp", + "rustc-hex", + "serde", + "serde_json", + "sp-crypto-hashing", ] +name = "fc-rpc-core" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +version = "1.1.0-dev" [[package]] -name = "fc-storage" -version = "1.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ - "ethereum", - "ethereum-types", - "fp-rpc", - "fp-storage", - "parity-scale-codec", - "sc-client-api", - "sp-api", - "sp-io", - "sp-runtime", - "sp-storage", + "ethereum", + "ethereum-types", + "fp-rpc", + "fp-storage", + "parity-scale-codec", + "sc-client-api", + "sp-api", + "sp-io", + "sp-runtime", + "sp-storage", ] +name = "fc-storage" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +version = "1.0.0-dev" [[package]] -name = "fdlimit" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e182f7dbc2ef73d9ef67351c5fbbea084729c48362d3ce9dd44c28e32e277fe5" dependencies = [ - "libc", - "thiserror", + "libc", + "thiserror", ] +name = "fdlimit" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.3.0" [[package]] -name = "ff" -version = "0.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449" dependencies = [ - "rand_core 0.6.4", - "subtle 2.6.1", + "rand_core 0.6.4", + "subtle 2.6.1", ] +name = "ff" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.13.0" [[package]] +checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" name = "fiat-crypto" -version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" +version = "0.2.9" [[package]] -name = "file-guard" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "21ef72acf95ec3d7dbf61275be556299490a245f017cf084bd23b4f68cf9407c" dependencies = [ - "libc", - "winapi", + "libc", + "winapi", ] +name = "file-guard" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.2.0" [[package]] -name = "file-per-thread-logger" -version = "0.1.6" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "84f2e425d9790201ba4af4630191feac6dcc98765b118d4d18e91d23c2353866" dependencies = [ - "env_logger", - "log", + "env_logger", + "log", ] +name = "file-per-thread-logger" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.6" [[package]] -name = "filetime" -version = "0.2.25" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586" dependencies = [ - "cfg-if", - "libc", - "libredox", - "windows-sys 0.59.0", + "cfg-if", + "libc", + "libredox", + "windows-sys 0.59.0", ] +name = "filetime" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.2.25" [[package]] -name = "finality-grandpa" -version = "0.16.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "36530797b9bf31cd4ff126dcfee8170f86b00cfdcea3269d73133cc0415945c3" dependencies = [ - "either", - "futures 0.3.30", - "futures-timer", - "log", - "num-traits", - "parity-scale-codec", - "parking_lot 0.12.3", - "scale-info", + "either", + "futures 0.3.30", + "futures-timer", + "log", + "num-traits", + "parity-scale-codec", + "parking_lot 0.12.3", + "scale-info", ] +name = "finality-grandpa" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.16.2" [[package]] -name = "fixed-hash" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534" dependencies = [ - "byteorder", - "rand 0.8.5", - "rustc-hex", - "static_assertions", + "byteorder", + "rand 0.8.5", + "rustc-hex", + "static_assertions", ] +name = "fixed-hash" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.8.0" [[package]] +checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" name = "fixedbitset" -version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" +version = "0.4.2" [[package]] -name = "float-cmp" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4" dependencies = [ - "num-traits", + "num-traits", ] +name = "float-cmp" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.9.0" [[package]] -name = "flume" -version = "0.10.14" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577" dependencies = [ - "futures-core", - "futures-sink", - "nanorand", - "pin-project", - "spin 0.9.8", + "futures-core", + "futures-sink", + "nanorand", + "pin-project", + "spin 0.9.8", ] - -[[package]] name = "flume" -version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.10.14" + +[[package]] checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181" dependencies = [ - "futures-core", - "futures-sink", - "spin 0.9.8", + "futures-core", + "futures-sink", + "spin 0.9.8", ] +name = "flume" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.11.0" [[package]] +checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" name = "fnv" -version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" +version = "1.0.7" [[package]] -name = "foreign-types" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" dependencies = [ - "foreign-types-shared", + "foreign-types-shared", ] +name = "foreign-types" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.3.2" [[package]] +checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" name = "foreign-types-shared" -version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" +version = "0.1.1" [[package]] -name = "fork-tree" -version = "13.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "parity-scale-codec", + "parity-scale-codec", ] +name = "fork-tree" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "13.0.0" [[package]] -name = "form_urlencoded" -version = "1.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" dependencies = [ - "percent-encoding", + "percent-encoding", ] +name = "form_urlencoded" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.2.1" [[package]] -name = "forwarded-header-value" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8835f84f38484cc86f110a805655697908257fb9a7af005234060891557198e9" dependencies = [ - "nonempty", - "thiserror", + "nonempty", + "thiserror", ] +name = "forwarded-header-value" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.1" [[package]] -name = "fp-account" -version = "1.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ - "hex", - "impl-serde", - "libsecp256k1", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-runtime-interface", - "staging-xcm", + "hex", + "impl-serde", + "libsecp256k1", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core", + "sp-io", + "sp-runtime", + "sp-runtime-interface", + "staging-xcm", ] +name = "fp-account" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +version = "1.0.0-dev" [[package]] -name = "fp-consensus" -version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ - "ethereum", - "parity-scale-codec", - "sp-core", - "sp-runtime", + "ethereum", + "parity-scale-codec", + "sp-core", + "sp-runtime", ] +name = "fp-consensus" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +version = "2.0.0-dev" [[package]] -name = "fp-ethereum" -version = "1.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ - "ethereum", - "ethereum-types", - "fp-evm", - "frame-support", - "parity-scale-codec", + "ethereum", + "ethereum-types", + "fp-evm", + "frame-support", + "parity-scale-codec", ] +name = "fp-ethereum" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +version = "1.0.0-dev" [[package]] -name = "fp-evm" -version = "3.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ - "cumulus-primitives-storage-weight-reclaim", - "evm", - "frame-support", - "num_enum 0.7.3", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-runtime", + "cumulus-primitives-storage-weight-reclaim", + "evm", + "frame-support", + "num_enum 0.7.3", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core", + "sp-runtime", ] +name = "fp-evm" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +version = "3.0.0-dev" [[package]] -name = "fp-rpc" -version = "3.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ - "ethereum", - "ethereum-types", - "fp-evm", - "parity-scale-codec", - "scale-info", - "sp-api", - "sp-core", - "sp-runtime", - "sp-state-machine", + "ethereum", + "ethereum-types", + "fp-evm", + "parity-scale-codec", + "scale-info", + "sp-api", + "sp-core", + "sp-runtime", + "sp-state-machine", ] +name = "fp-rpc" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +version = "3.0.0-dev" [[package]] -name = "fp-self-contained" -version = "1.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ - "frame-support", - "parity-scale-codec", - "scale-info", - "serde", - "sp-runtime", + "frame-support", + "parity-scale-codec", + "scale-info", + "serde", + "sp-runtime", ] +name = "fp-self-contained" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +version = "1.0.0-dev" [[package]] -name = "fp-storage" -version = "2.0.0" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ - "parity-scale-codec", - "serde", + "parity-scale-codec", + "serde", ] +name = "fp-storage" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +version = "2.0.0" [[package]] +checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" name = "fragile" -version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" +version = "2.0.0" [[package]] -name = "frame-benchmarking" -version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-support", - "frame-support-procedural", - "frame-system", - "linregress", - "log", - "parity-scale-codec", - "paste", - "scale-info", - "serde", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-io", - "sp-runtime", - "sp-runtime-interface", - "sp-storage", - "static_assertions", + "frame-support", + "frame-support-procedural", + "frame-system", + "linregress", + "log", + "parity-scale-codec", + "paste", + "scale-info", + "serde", + "sp-api", + "sp-application-crypto", + "sp-core", + "sp-io", + "sp-runtime", + "sp-runtime-interface", + "sp-storage", + "static_assertions", ] +name = "frame-benchmarking" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "37.0.0" [[package]] -name = "frame-benchmarking-cli" -version = "42.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "Inflector", - "array-bytes", - "chrono", - "clap", - "comfy-table", - "frame-benchmarking", - "frame-support", - "frame-system", - "gethostname", - "handlebars", - "itertools 0.11.0", - "lazy_static", - "linked-hash-map", - "log", - "parity-scale-codec", - "rand 0.8.5", - "rand_pcg", - "sc-block-builder", - "sc-chain-spec", - "sc-cli", - "sc-client-api", - "sc-client-db", - "sc-executor", - "sc-service", - "sc-sysinfo", - "serde", - "serde_json", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-database", - "sp-externalities", - "sp-genesis-builder", - "sp-inherents", - "sp-io", - "sp-keystore", - "sp-runtime", - "sp-state-machine", - "sp-storage", - "sp-trie", - "sp-wasm-interface", - "thiserror", - "thousands", + "Inflector", + "array-bytes", + "chrono", + "clap", + "comfy-table", + "frame-benchmarking", + "frame-support", + "frame-system", + "gethostname", + "handlebars", + "itertools 0.11.0", + "lazy_static", + "linked-hash-map", + "log", + "parity-scale-codec", + "rand 0.8.5", + "rand_pcg", + "sc-block-builder", + "sc-chain-spec", + "sc-cli", + "sc-client-api", + "sc-client-db", + "sc-executor", + "sc-service", + "sc-sysinfo", + "serde", + "serde_json", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-database", + "sp-externalities", + "sp-genesis-builder", + "sp-inherents", + "sp-io", + "sp-keystore", + "sp-runtime", + "sp-state-machine", + "sp-storage", + "sp-trie", + "sp-wasm-interface", + "thiserror", + "thousands", ] +name = "frame-benchmarking-cli" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "42.0.0" [[package]] -name = "frame-election-provider-solution-type" -version = "14.0.1" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "proc-macro-crate 3.2.0", - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro-crate 3.2.0", + "proc-macro2", + "quote", + "syn 2.0.76", ] +name = "frame-election-provider-solution-type" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "14.0.1" [[package]] -name = "frame-election-provider-support" -version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-election-provider-solution-type", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-arithmetic", - "sp-core", - "sp-npos-elections", - "sp-runtime", + "frame-election-provider-solution-type", + "frame-support", + "frame-system", + "parity-scale-codec", + "scale-info", + "sp-arithmetic", + "sp-core", + "sp-npos-elections", + "sp-runtime", ] +name = "frame-election-provider-support" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "37.0.0" [[package]] -name = "frame-executive" -version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "aquamarine", - "frame-support", - "frame-system", - "frame-try-runtime", - "log", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-tracing", + "aquamarine", + "frame-support", + "frame-system", + "frame-try-runtime", + "log", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-io", + "sp-runtime", + "sp-tracing", ] +name = "frame-executive" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "37.0.0" [[package]] -name = "frame-metadata" -version = "16.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "87cf1549fba25a6fcac22785b61698317d958e96cac72a59102ea45b9ae64692" dependencies = [ - "cfg-if", - "parity-scale-codec", - "scale-info", - "serde", + "cfg-if", + "parity-scale-codec", + "scale-info", + "serde", ] +name = "frame-metadata" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "16.0.0" [[package]] -name = "frame-metadata-hash-extension" -version = "0.5.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "array-bytes", - "docify", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime", + "array-bytes", + "docify", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "sp-runtime", ] +name = "frame-metadata-hash-extension" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.5.0" [[package]] -name = "frame-support" -version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "aquamarine", - "array-bytes", - "bitflags 1.3.2", - "docify", - "environmental", - "frame-metadata", - "frame-support-procedural", - "impl-trait-for-tuples", - "k256", - "log", - "macro_magic", - "parity-scale-codec", - "paste", - "scale-info", - "serde", - "serde_json", - "smallvec", - "sp-api", - "sp-arithmetic", - "sp-core", - "sp-crypto-hashing-proc-macro", - "sp-debug-derive", - "sp-genesis-builder", - "sp-inherents", - "sp-io", - "sp-metadata-ir", - "sp-runtime", - "sp-staking", - "sp-state-machine", - "sp-std", - "sp-tracing", - "sp-weights", - "static_assertions", - "tt-call", + "aquamarine", + "array-bytes", + "bitflags 1.3.2", + "docify", + "environmental", + "frame-metadata", + "frame-support-procedural", + "impl-trait-for-tuples", + "k256", + "log", + "macro_magic", + "parity-scale-codec", + "paste", + "scale-info", + "serde", + "serde_json", + "smallvec", + "sp-api", + "sp-arithmetic", + "sp-core", + "sp-crypto-hashing-proc-macro", + "sp-debug-derive", + "sp-genesis-builder", + "sp-inherents", + "sp-io", + "sp-metadata-ir", + "sp-runtime", + "sp-staking", + "sp-state-machine", + "sp-std", + "sp-tracing", + "sp-weights", + "static_assertions", + "tt-call", ] +name = "frame-support" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "37.0.0" [[package]] -name = "frame-support-procedural" -version = "30.0.2" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "Inflector", - "cfg-expr", - "derive-syn-parse", - "expander", - "frame-support-procedural-tools", - "itertools 0.11.0", - "macro_magic", - "proc-macro-warning 1.0.2", - "proc-macro2", - "quote", - "sp-crypto-hashing", - "syn 2.0.76", + "Inflector", + "cfg-expr", + "derive-syn-parse", + "expander", + "frame-support-procedural-tools", + "itertools 0.11.0", + "macro_magic", + "proc-macro-warning 1.0.2", + "proc-macro2", + "quote", + "sp-crypto-hashing", + "syn 2.0.76", ] +name = "frame-support-procedural" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "30.0.2" [[package]] -name = "frame-support-procedural-tools" -version = "13.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-support-procedural-tools-derive", - "proc-macro-crate 3.2.0", - "proc-macro2", - "quote", - "syn 2.0.76", + "frame-support-procedural-tools-derive", + "proc-macro-crate 3.2.0", + "proc-macro2", + "quote", + "syn 2.0.76", ] +name = "frame-support-procedural-tools" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "13.0.0" [[package]] -name = "frame-support-procedural-tools-derive" -version = "12.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro2", + "quote", + "syn 2.0.76", ] +name = "frame-support-procedural-tools-derive" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "12.0.0" [[package]] -name = "frame-system" -version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "cfg-if", - "docify", - "frame-support", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-version", - "sp-weights", + "cfg-if", + "docify", + "frame-support", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "sp-version", + "sp-weights", ] +name = "frame-system" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "37.0.0" [[package]] -name = "frame-system-benchmarking" -version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-runtime", + "frame-benchmarking", + "frame-support", + "frame-system", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-runtime", ] +name = "frame-system-benchmarking" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "37.0.0" [[package]] -name = "frame-system-rpc-runtime-api" -version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "docify", - "parity-scale-codec", - "sp-api", + "docify", + "parity-scale-codec", + "sp-api", ] - -[[package]] -name = "frame-try-runtime" -version = "0.43.0" +name = "frame-system-rpc-runtime-api" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "34.0.0" + +[[package]] dependencies = [ - "frame-support", - "parity-scale-codec", - "sp-api", - "sp-runtime", + "frame-support", + "parity-scale-codec", + "sp-api", + "sp-runtime", ] +name = "frame-try-runtime" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.43.0" [[package]] -name = "fs-err" -version = "2.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "88a41f105fe1d5b6b34b2055e3dc59bb79b46b48b2040b9e6c7b4b5de097aa41" dependencies = [ - "autocfg", + "autocfg", ] +name = "fs-err" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "2.11.0" [[package]] -name = "fs2" -version = "0.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213" dependencies = [ - "libc", - "winapi", + "libc", + "winapi", ] +name = "fs2" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.4.3" [[package]] -name = "fs4" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "29f9df8a11882c4e3335eb2d18a0137c505d9ca927470b0cac9c6f0ae07d28f7" dependencies = [ - "rustix 0.38.35", - "windows-sys 0.48.0", + "rustix 0.38.35", + "windows-sys 0.48.0", ] +name = "fs4" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.7.0" [[package]] +checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" name = "funty" -version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" +version = "2.0.0" [[package]] +checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678" name = "futures" -version = "0.1.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678" +version = "0.1.31" [[package]] -name = "futures" -version = "0.3.30" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" dependencies = [ - "futures-channel", - "futures-core", - "futures-executor", - "futures-io", - "futures-sink", - "futures-task", - "futures-util", + "futures-channel", + "futures-core", + "futures-executor", + "futures-io", + "futures-sink", + "futures-task", + "futures-util", ] +name = "futures" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.3.30" [[package]] -name = "futures-bounded" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b07bbbe7d7e78809544c6f718d875627addc73a7c3582447abc052cd3dc67e0" dependencies = [ - "futures-timer", - "futures-util", + "futures-timer", + "futures-util", ] +name = "futures-bounded" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.0" [[package]] -name = "futures-channel" -version = "0.3.30" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" dependencies = [ - "futures-core", - "futures-sink", + "futures-core", + "futures-sink", ] +name = "futures-channel" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.3.30" [[package]] +checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" name = "futures-core" -version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" +version = "0.3.30" [[package]] -name = "futures-executor" -version = "0.3.30" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" dependencies = [ - "futures-core", - "futures-task", - "futures-util", - "num_cpus", + "futures-core", + "futures-task", + "futures-util", + "num_cpus", ] +name = "futures-executor" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.3.30" [[package]] -name = "futures-intrusive" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f" dependencies = [ - "futures-core", - "lock_api", - "parking_lot 0.12.3", + "futures-core", + "lock_api", + "parking_lot 0.12.3", ] +name = "futures-intrusive" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.5.0" [[package]] +checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" name = "futures-io" -version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" +version = "0.3.30" [[package]] -name = "futures-lite" -version = "1.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce" dependencies = [ - "fastrand 1.9.0", - "futures-core", - "futures-io", - "memchr", - "parking", - "pin-project-lite", - "waker-fn", + "fastrand 1.9.0", + "futures-core", + "futures-io", + "memchr", + "parking", + "pin-project-lite", + "waker-fn", ] - -[[package]] name = "futures-lite" -version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.13.0" + +[[package]] checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5" dependencies = [ - "fastrand 2.1.1", - "futures-core", - "futures-io", - "parking", - "pin-project-lite", + "fastrand 2.1.1", + "futures-core", + "futures-io", + "parking", + "pin-project-lite", ] +name = "futures-lite" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "2.3.0" [[package]] -name = "futures-macro" -version = "0.3.30" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro2", + "quote", + "syn 2.0.76", ] +name = "futures-macro" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.3.30" [[package]] -name = "futures-rustls" -version = "0.24.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "35bd3cf68c183738046838e300353e4716c674dc5e56890de4826801a6622a28" dependencies = [ - "futures-io", - "rustls 0.21.12", + "futures-io", + "rustls 0.21.12", ] +name = "futures-rustls" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.24.0" [[package]] +checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" name = "futures-sink" -version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" +version = "0.3.30" [[package]] +checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" name = "futures-task" -version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" +version = "0.3.30" [[package]] +checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24" name = "futures-timer" -version = "3.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24" +version = "3.0.3" [[package]] -name = "futures-util" -version = "0.3.30" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" dependencies = [ - "futures 0.1.31", - "futures-channel", - "futures-core", - "futures-io", - "futures-macro", - "futures-sink", - "futures-task", - "memchr", - "pin-project-lite", - "pin-utils", - "slab", + "futures 0.1.31", + "futures-channel", + "futures-core", + "futures-io", + "futures-macro", + "futures-sink", + "futures-task", + "memchr", + "pin-project-lite", + "pin-utils", + "slab", ] +name = "futures-util" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.3.30" [[package]] -name = "fxhash" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" dependencies = [ - "byteorder", + "byteorder", ] +name = "fxhash" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.2.1" [[package]] -name = "generic-array" -version = "0.12.4" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd" dependencies = [ - "typenum", + "typenum", ] - -[[package]] name = "generic-array" -version = "0.14.7" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.12.4" + +[[package]] checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" dependencies = [ - "typenum", - "version_check", - "zeroize", + "typenum", + "version_check", + "zeroize", ] +name = "generic-array" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.14.7" [[package]] -name = "gethostname" -version = "0.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e" dependencies = [ - "libc", - "winapi", + "libc", + "winapi", ] +name = "gethostname" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.2.3" [[package]] -name = "getrandom" -version = "0.1.16" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" dependencies = [ - "cfg-if", - "js-sys", - "libc", - "wasi 0.9.0+wasi-snapshot-preview1", - "wasm-bindgen", + "cfg-if", + "js-sys", + "libc", + "wasi 0.9.0+wasi-snapshot-preview1", + "wasm-bindgen", ] - -[[package]] name = "getrandom" -version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.16" + +[[package]] checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" dependencies = [ - "cfg-if", - "js-sys", - "libc", - "wasi 0.11.0+wasi-snapshot-preview1", - "wasm-bindgen", + "cfg-if", + "js-sys", + "libc", + "wasi 0.11.0+wasi-snapshot-preview1", + "wasm-bindgen", ] +name = "getrandom" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.2.15" [[package]] -name = "getrandom_or_panic" -version = "0.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6ea1015b5a70616b688dc230cfe50c8af89d972cb132d5a622814d29773b10b9" dependencies = [ - "rand 0.8.5", - "rand_core 0.6.4", + "rand 0.8.5", + "rand_core 0.6.4", ] +name = "getrandom_or_panic" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.0.3" [[package]] -name = "ghash" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1" dependencies = [ - "opaque-debug 0.3.1", - "polyval", + "opaque-debug 0.3.1", + "polyval", ] +name = "ghash" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.5.1" [[package]] -name = "gimli" -version = "0.27.3" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e" dependencies = [ - "fallible-iterator 0.2.0", - "indexmap 1.9.3", - "stable_deref_trait", + "fallible-iterator 0.2.0", + "indexmap 1.9.3", + "stable_deref_trait", ] - -[[package]] name = "gimli" -version = "0.28.1" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.27.3" + +[[package]] checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" dependencies = [ - "fallible-iterator 0.3.0", - "stable_deref_trait", + "fallible-iterator 0.3.0", + "stable_deref_trait", ] +name = "gimli" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.28.1" [[package]] +checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd" name = "gimli" -version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd" +version = "0.29.0" [[package]] +checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" name = "glob" -version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" +version = "0.3.1" [[package]] -name = "governor" -version = "0.6.3" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "68a7f542ee6b35af73b06abc0dad1c1bae89964e4e253bc4b587b91c9637867b" dependencies = [ - "cfg-if", - "dashmap", - "futures 0.3.30", - "futures-timer", - "no-std-compat", - "nonzero_ext", - "parking_lot 0.12.3", - "portable-atomic", - "quanta", - "rand 0.8.5", - "smallvec", - "spinning_top", + "cfg-if", + "dashmap", + "futures 0.3.30", + "futures-timer", + "no-std-compat", + "nonzero_ext", + "parking_lot 0.12.3", + "portable-atomic", + "quanta", + "rand 0.8.5", + "smallvec", + "spinning_top", ] +name = "governor" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.6.3" [[package]] -name = "group" -version = "0.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" dependencies = [ - "ff", - "rand_core 0.6.4", - "subtle 2.6.1", + "ff", + "rand_core 0.6.4", + "subtle 2.6.1", ] +name = "group" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.13.0" [[package]] -name = "h2" -version = "0.3.26" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8" dependencies = [ - "bytes", - "fnv", - "futures-core", - "futures-sink", - "futures-util", - "http 0.2.12", - "indexmap 2.4.0", - "slab", - "tokio", - "tokio-util", - "tracing", + "bytes", + "fnv", + "futures-core", + "futures-sink", + "futures-util", + "http 0.2.12", + "indexmap 2.4.0", + "slab", + "tokio", + "tokio-util", + "tracing", ] - -[[package]] name = "h2" -version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.3.26" + +[[package]] checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205" dependencies = [ - "atomic-waker", - "bytes", - "fnv", - "futures-core", - "futures-sink", - "http 1.1.0", - "indexmap 2.4.0", - "slab", - "tokio", - "tokio-util", - "tracing", + "atomic-waker", + "bytes", + "fnv", + "futures-core", + "futures-sink", + "http 1.1.0", + "indexmap 2.4.0", + "slab", + "tokio", + "tokio-util", + "tracing", ] +name = "h2" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.4.6" [[package]] -name = "handlebars" -version = "5.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b" dependencies = [ - "log", - "pest", - "pest_derive", - "serde", - "serde_json", - "thiserror", + "log", + "pest", + "pest_derive", + "serde", + "serde_json", + "thiserror", ] +name = "handlebars" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "5.1.2" [[package]] +checksum = "8e7d7786361d7425ae2fe4f9e407eb0efaa0840f5212d109cc018c40c35c6ab4" name = "hash-db" -version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e7d7786361d7425ae2fe4f9e407eb0efaa0840f5212d109cc018c40c35c6ab4" +version = "0.16.0" [[package]] -name = "hash256-std-hasher" -version = "0.15.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2" dependencies = [ - "crunchy", + "crunchy", ] +name = "hash256-std-hasher" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.15.2" [[package]] +checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" name = "hashbrown" -version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" +version = "0.12.3" [[package]] -name = "hashbrown" -version = "0.13.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" dependencies = [ - "ahash", + "ahash", ] - -[[package]] name = "hashbrown" -version = "0.14.5" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.13.2" + +[[package]] checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" dependencies = [ - "ahash", - "allocator-api2", - "serde", + "ahash", + "allocator-api2", + "serde", ] +name = "hashbrown" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.14.5" [[package]] -name = "hashlink" -version = "0.8.4" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7" dependencies = [ - "hashbrown 0.14.5", + "hashbrown 0.14.5", ] +name = "hashlink" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.8.4" [[package]] -name = "heck" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" dependencies = [ - "unicode-segmentation", + "unicode-segmentation", ] +name = "heck" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.4.1" [[package]] +checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" name = "heck" -version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" +version = "0.5.0" [[package]] +checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" name = "hermit-abi" -version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" +version = "0.3.9" [[package]] +checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" name = "hermit-abi" -version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" +version = "0.4.0" [[package]] -name = "hex" -version = "0.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" dependencies = [ - "serde", + "serde", ] +name = "hex" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.4.3" [[package]] +checksum = "212ab92002354b4819390025006c897e8140934349e8635c9b077f47b4dcbd20" name = "hex-conservative" -version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "212ab92002354b4819390025006c897e8140934349e8635c9b077f47b4dcbd20" +version = "0.1.2" [[package]] +checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0" name = "hex-literal" -version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0" +version = "0.3.4" [[package]] +checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46" name = "hex-literal" -version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46" +version = "0.4.1" [[package]] -name = "hkdf" -version = "0.12.4" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" dependencies = [ - "hmac 0.12.1", + "hmac 0.12.1", ] +name = "hkdf" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.12.4" [[package]] -name = "hmac" -version = "0.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840" dependencies = [ - "crypto-mac 0.8.0", - "digest 0.9.0", + "crypto-mac 0.8.0", + "digest 0.9.0", ] - -[[package]] name = "hmac" -version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.8.1" + +[[package]] checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" dependencies = [ - "digest 0.10.7", + "digest 0.10.7", ] +name = "hmac" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.12.1" [[package]] -name = "hmac-drbg" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1" dependencies = [ - "digest 0.9.0", - "generic-array 0.14.7", - "hmac 0.8.1", + "digest 0.9.0", + "generic-array 0.14.7", + "hmac 0.8.1", ] +name = "hmac-drbg" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.3.0" [[package]] -name = "home" -version = "0.5.9" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.52.0", ] +name = "home" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.5.9" [[package]] -name = "hostname" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867" dependencies = [ - "libc", - "match_cfg", - "winapi", + "libc", + "match_cfg", + "winapi", ] +name = "hostname" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.3.1" [[package]] -name = "http" -version = "0.2.12" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" dependencies = [ - "bytes", - "fnv", - "itoa", + "bytes", + "fnv", + "itoa", ] - -[[package]] name = "http" -version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.2.12" + +[[package]] checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" dependencies = [ - "bytes", - "fnv", - "itoa", + "bytes", + "fnv", + "itoa", ] +name = "http" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.1.0" [[package]] -name = "http-body" -version = "0.4.6" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" dependencies = [ - "bytes", - "http 0.2.12", - "pin-project-lite", + "bytes", + "http 0.2.12", + "pin-project-lite", ] - -[[package]] name = "http-body" -version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.4.6" + +[[package]] checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" dependencies = [ - "bytes", - "http 1.1.0", + "bytes", + "http 1.1.0", ] +name = "http-body" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.0.1" [[package]] -name = "http-body-util" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" dependencies = [ - "bytes", - "futures-util", - "http 1.1.0", - "http-body 1.0.1", - "pin-project-lite", + "bytes", + "futures-util", + "http 1.1.0", + "http-body 1.0.1", + "pin-project-lite", ] +name = "http-body-util" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.2" [[package]] +checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9" name = "httparse" -version = "1.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9" +version = "1.9.4" [[package]] +checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" name = "httpdate" -version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" +version = "1.0.3" [[package]] +checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" name = "humantime" -version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" +version = "2.1.0" [[package]] -name = "hyper" -version = "0.14.30" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a152ddd61dfaec7273fe8419ab357f33aee0d914c5f4efbf0d96fa749eea5ec9" dependencies = [ - "bytes", - "futures-channel", - "futures-core", - "futures-util", - "h2 0.3.26", - "http 0.2.12", - "http-body 0.4.6", - "httparse", - "httpdate", - "itoa", - "pin-project-lite", - "socket2 0.5.7", - "tokio", - "tower-service", - "tracing", - "want", + "bytes", + "futures-channel", + "futures-core", + "futures-util", + "h2 0.3.26", + "http 0.2.12", + "http-body 0.4.6", + "httparse", + "httpdate", + "itoa", + "pin-project-lite", + "socket2 0.5.7", + "tokio", + "tower-service", + "tracing", + "want", ] - -[[package]] name = "hyper" -version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.14.30" + +[[package]] checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05" dependencies = [ - "bytes", - "futures-channel", - "futures-util", - "h2 0.4.6", - "http 1.1.0", - "http-body 1.0.1", - "httparse", - "httpdate", - "itoa", - "pin-project-lite", - "smallvec", - "tokio", + "bytes", + "futures-channel", + "futures-util", + "h2 0.4.6", + "http 1.1.0", + "http-body 1.0.1", + "httparse", + "httpdate", + "itoa", + "pin-project-lite", + "smallvec", + "tokio", ] +name = "hyper" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.4.1" [[package]] -name = "hyper-rustls" -version = "0.24.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" dependencies = [ - "futures-util", - "http 0.2.12", - "hyper 0.14.30", - "log", - "rustls 0.21.12", - "rustls-native-certs 0.6.3", - "tokio", - "tokio-rustls 0.24.1", + "futures-util", + "http 0.2.12", + "hyper 0.14.30", + "log", + "rustls 0.21.12", + "rustls-native-certs 0.6.3", + "tokio", + "tokio-rustls 0.24.1", ] +name = "hyper-rustls" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.24.2" [[package]] -name = "hyper-util" -version = "0.1.7" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cde7055719c54e36e95e8719f95883f22072a48ede39db7fc17a4e1d5281e9b9" dependencies = [ - "bytes", - "futures-util", - "http 1.1.0", - "http-body 1.0.1", - "hyper 1.4.1", - "pin-project-lite", - "tokio", - "tower", - "tower-service", + "bytes", + "futures-util", + "http 1.1.0", + "http-body 1.0.1", + "hyper 1.4.1", + "pin-project-lite", + "tokio", + "tower", + "tower-service", ] +name = "hyper-util" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.7" [[package]] -name = "iana-time-zone" -version = "0.1.60" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" dependencies = [ - "android_system_properties", - "core-foundation-sys", - "iana-time-zone-haiku", - "js-sys", - "wasm-bindgen", - "windows-core 0.52.0", + "android_system_properties", + "core-foundation-sys", + "iana-time-zone-haiku", + "js-sys", + "wasm-bindgen", + "windows-core 0.52.0", ] +name = "iana-time-zone" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.60" [[package]] -name = "iana-time-zone-haiku" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" dependencies = [ - "cc", + "cc", ] +name = "iana-time-zone-haiku" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.2" [[package]] -name = "idna" -version = "0.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8" dependencies = [ - "matches", - "unicode-bidi", - "unicode-normalization", + "matches", + "unicode-bidi", + "unicode-normalization", ] - -[[package]] name = "idna" -version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.2.3" + +[[package]] checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" dependencies = [ - "unicode-bidi", - "unicode-normalization", + "unicode-bidi", + "unicode-normalization", ] - -[[package]] name = "idna" -version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.4.0" + +[[package]] checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" dependencies = [ - "unicode-bidi", - "unicode-normalization", + "unicode-bidi", + "unicode-normalization", ] +name = "idna" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.5.0" [[package]] -name = "if-addrs" -version = "0.10.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cabb0019d51a643781ff15c9c8a3e5dedc365c47211270f4e8f82812fedd8f0a" dependencies = [ - "libc", - "windows-sys 0.48.0", + "libc", + "windows-sys 0.48.0", ] +name = "if-addrs" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.10.2" [[package]] -name = "if-watch" -version = "3.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d6b0422c86d7ce0e97169cc42e04ae643caf278874a7a3c87b8150a220dc7e1e" dependencies = [ - "async-io 2.3.4", - "core-foundation", - "fnv", - "futures 0.3.30", - "if-addrs", - "ipnet", - "log", - "rtnetlink", - "system-configuration", - "tokio", - "windows", + "async-io 2.3.4", + "core-foundation", + "fnv", + "futures 0.3.30", + "if-addrs", + "ipnet", + "log", + "rtnetlink", + "system-configuration", + "tokio", + "windows", ] +name = "if-watch" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "3.2.0" [[package]] -name = "igd-next" -version = "0.14.3" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "064d90fec10d541084e7b39ead8875a5a80d9114a2b18791565253bae25f49e4" dependencies = [ - "async-trait", - "attohttpc", - "bytes", - "futures 0.3.30", - "http 0.2.12", - "hyper 0.14.30", - "log", - "rand 0.8.5", - "tokio", - "url", - "xmltree", + "async-trait", + "attohttpc", + "bytes", + "futures 0.3.30", + "http 0.2.12", + "hyper 0.14.30", + "log", + "rand 0.8.5", + "tokio", + "url", + "xmltree", ] +name = "igd-next" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.14.3" [[package]] -name = "impl-codec" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f" dependencies = [ - "parity-scale-codec", + "parity-scale-codec", ] +name = "impl-codec" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.6.0" [[package]] -name = "impl-rlp" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808" dependencies = [ - "rlp", + "rlp", ] +name = "impl-rlp" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.3.0" [[package]] -name = "impl-serde" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ebc88fc67028ae3db0c853baa36269d398d5f45b6982f95549ff5def78c935cd" dependencies = [ - "serde", + "serde", ] +name = "impl-serde" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.4.0" [[package]] -name = "impl-trait-for-tuples" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb" dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", + "proc-macro2", + "quote", + "syn 1.0.109", ] +name = "impl-trait-for-tuples" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.2.2" [[package]] -name = "include_dir" -version = "0.7.4" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "923d117408f1e49d914f1a379a309cffe4f18c05cf4e3d12e613a15fc81bd0dd" dependencies = [ - "include_dir_macros", + "include_dir_macros", ] +name = "include_dir" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.7.4" [[package]] -name = "include_dir_macros" -version = "0.7.4" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7cab85a7ed0bd5f0e76d93846e0147172bed2e2d3f859bcc33a8d9699cad1a75" dependencies = [ - "proc-macro2", - "quote", + "proc-macro2", + "quote", ] +name = "include_dir_macros" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.7.4" [[package]] -name = "indexmap" -version = "1.9.3" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" dependencies = [ - "autocfg", - "hashbrown 0.12.3", - "serde", + "autocfg", + "hashbrown 0.12.3", + "serde", ] - -[[package]] name = "indexmap" -version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.9.3" + +[[package]] checksum = "93ead53efc7ea8ed3cfb0c79fc8023fbb782a5432b52830b6518941cebe6505c" dependencies = [ - "equivalent", - "hashbrown 0.14.5", + "equivalent", + "hashbrown 0.14.5", ] +name = "indexmap" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "2.4.0" [[package]] +checksum = "8e04e2fd2b8188ea827b32ef11de88377086d690286ab35747ef7f9bf3ccb590" name = "indexmap-nostd" -version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e04e2fd2b8188ea827b32ef11de88377086d690286ab35747ef7f9bf3ccb590" +version = "0.4.0" [[package]] -name = "inout" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" dependencies = [ - "generic-array 0.14.7", + "generic-array 0.14.7", ] +name = "inout" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.3" [[package]] -name = "instant" -version = "0.1.13" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" dependencies = [ - "cfg-if", + "cfg-if", ] +name = "instant" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.13" [[package]] +checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02" name = "integer-encoding" -version = "3.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02" +version = "3.0.4" [[package]] -name = "integer-sqrt" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770" dependencies = [ - "num-traits", + "num-traits", ] +name = "integer-sqrt" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.5" [[package]] -name = "io-lifetimes" -version = "1.0.11" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" dependencies = [ - "hermit-abi 0.3.9", - "libc", - "windows-sys 0.48.0", + "hermit-abi 0.3.9", + "libc", + "windows-sys 0.48.0", ] +name = "io-lifetimes" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.0.11" [[package]] +checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1" name = "ip_network" -version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1" +version = "0.4.1" [[package]] -name = "ipconfig" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" dependencies = [ - "socket2 0.5.7", - "widestring", - "windows-sys 0.48.0", - "winreg", + "socket2 0.5.7", + "widestring", + "windows-sys 0.48.0", + "winreg", ] +name = "ipconfig" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.3.2" [[package]] +checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" name = "ipnet" -version = "2.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" +version = "2.9.0" [[package]] -name = "is-terminal" -version = "0.4.13" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b" dependencies = [ - "hermit-abi 0.4.0", - "libc", - "windows-sys 0.52.0", + "hermit-abi 0.4.0", + "libc", + "windows-sys 0.52.0", ] +name = "is-terminal" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.4.13" [[package]] -name = "is_executable" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fa9acdc6d67b75e626ad644734e8bc6df893d9cd2a834129065d3dd6158ea9c8" dependencies = [ - "winapi", + "winapi", ] +name = "is_executable" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.0.1" [[package]] +checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" name = "is_terminal_polyfill" -version = "1.70.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" +version = "1.70.1" [[package]] -name = "itertools" -version = "0.10.5" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" dependencies = [ - "either", + "either", ] - -[[package]] name = "itertools" -version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.10.5" + +[[package]] checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" dependencies = [ - "either", + "either", ] - -[[package]] name = "itertools" -version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.11.0" + +[[package]] checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" dependencies = [ - "either", + "either", ] +name = "itertools" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.12.1" [[package]] +checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" name = "itoa" -version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" +version = "1.0.11" [[package]] -name = "jni" -version = "0.19.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec" dependencies = [ - "cesu8", - "combine", - "jni-sys", - "log", - "thiserror", - "walkdir", + "cesu8", + "combine", + "jni-sys", + "log", + "thiserror", + "walkdir", ] +name = "jni" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.19.0" [[package]] +checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" name = "jni-sys" -version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" +version = "0.3.0" [[package]] -name = "jobserver" -version = "0.1.32" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" dependencies = [ - "libc", + "libc", ] +name = "jobserver" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.32" [[package]] -name = "js-sys" -version = "0.3.70" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a" dependencies = [ - "wasm-bindgen", + "wasm-bindgen", ] +name = "js-sys" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.3.70" [[package]] -name = "jsonrpsee" -version = "0.23.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "62b089779ad7f80768693755a031cc14a7766aba707cbe886674e3f79e9b7e47" dependencies = [ - "jsonrpsee-core", - "jsonrpsee-proc-macros", - "jsonrpsee-server", - "jsonrpsee-types", - "jsonrpsee-ws-client", - "tokio", - "tracing", + "jsonrpsee-core", + "jsonrpsee-proc-macros", + "jsonrpsee-server", + "jsonrpsee-types", + "jsonrpsee-ws-client", + "tokio", + "tracing", ] +name = "jsonrpsee" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.23.2" [[package]] -name = "jsonrpsee-client-transport" -version = "0.23.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "08163edd8bcc466c33d79e10f695cdc98c00d1e6ddfb95cec41b6b0279dd5432" dependencies = [ - "base64 0.22.1", - "futures-util", - "http 1.1.0", - "jsonrpsee-core", - "pin-project", - "rustls 0.23.12", - "rustls-pki-types", - "rustls-platform-verifier", - "soketto 0.8.0", - "thiserror", - "tokio", - "tokio-rustls 0.26.0", - "tokio-util", - "tracing", - "url", + "base64 0.22.1", + "futures-util", + "http 1.1.0", + "jsonrpsee-core", + "pin-project", + "rustls 0.23.12", + "rustls-pki-types", + "rustls-platform-verifier", + "soketto 0.8.0", + "thiserror", + "tokio", + "tokio-rustls 0.26.0", + "tokio-util", + "tracing", + "url", ] +name = "jsonrpsee-client-transport" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.23.2" [[package]] -name = "jsonrpsee-core" -version = "0.23.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "79712302e737d23ca0daa178e752c9334846b08321d439fd89af9a384f8c830b" dependencies = [ - "anyhow", - "async-trait", - "beef", - "bytes", - "futures-timer", - "futures-util", - "http 1.1.0", - "http-body 1.0.1", - "http-body-util", - "jsonrpsee-types", - "parking_lot 0.12.3", - "pin-project", - "rand 0.8.5", - "rustc-hash", - "serde", - "serde_json", - "thiserror", - "tokio", - "tokio-stream", - "tracing", + "anyhow", + "async-trait", + "beef", + "bytes", + "futures-timer", + "futures-util", + "http 1.1.0", + "http-body 1.0.1", + "http-body-util", + "jsonrpsee-types", + "parking_lot 0.12.3", + "pin-project", + "rand 0.8.5", + "rustc-hash", + "serde", + "serde_json", + "thiserror", + "tokio", + "tokio-stream", + "tracing", ] +name = "jsonrpsee-core" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.23.2" [[package]] -name = "jsonrpsee-proc-macros" -version = "0.23.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7895f186d5921065d96e16bd795e5ca89ac8356ec423fafc6e3d7cf8ec11aee4" dependencies = [ - "heck 0.5.0", - "proc-macro-crate 3.2.0", - "proc-macro2", - "quote", - "syn 2.0.76", + "heck 0.5.0", + "proc-macro-crate 3.2.0", + "proc-macro2", + "quote", + "syn 2.0.76", ] +name = "jsonrpsee-proc-macros" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.23.2" [[package]] -name = "jsonrpsee-server" -version = "0.23.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "654afab2e92e5d88ebd8a39d6074483f3f2bfdf91c5ac57fe285e7127cdd4f51" dependencies = [ - "anyhow", - "futures-util", - "http 1.1.0", - "http-body 1.0.1", - "http-body-util", - "hyper 1.4.1", - "hyper-util", - "jsonrpsee-core", - "jsonrpsee-types", - "pin-project", - "route-recognizer", - "serde", - "serde_json", - "soketto 0.8.0", - "thiserror", - "tokio", - "tokio-stream", - "tokio-util", - "tower", - "tracing", + "anyhow", + "futures-util", + "http 1.1.0", + "http-body 1.0.1", + "http-body-util", + "hyper 1.4.1", + "hyper-util", + "jsonrpsee-core", + "jsonrpsee-types", + "pin-project", + "route-recognizer", + "serde", + "serde_json", + "soketto 0.8.0", + "thiserror", + "tokio", + "tokio-stream", + "tokio-util", + "tower", + "tracing", ] +name = "jsonrpsee-server" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.23.2" [[package]] -name = "jsonrpsee-types" -version = "0.23.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d9c465fbe385238e861fdc4d1c85e04ada6c1fd246161d26385c1b311724d2af" dependencies = [ - "beef", - "http 1.1.0", - "serde", - "serde_json", - "thiserror", + "beef", + "http 1.1.0", + "serde", + "serde_json", + "thiserror", ] +name = "jsonrpsee-types" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.23.2" [[package]] -name = "jsonrpsee-ws-client" -version = "0.23.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1c28759775f5cb2f1ea9667672d3fe2b0e701d1f4b7b67954e60afe7fd058b5e" dependencies = [ - "http 1.1.0", - "jsonrpsee-client-transport", - "jsonrpsee-core", - "jsonrpsee-types", - "url", + "http 1.1.0", + "jsonrpsee-client-transport", + "jsonrpsee-core", + "jsonrpsee-types", + "url", ] +name = "jsonrpsee-ws-client" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.23.2" [[package]] -name = "k256" -version = "0.13.3" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "956ff9b67e26e1a6a866cb758f12c6f8746208489e3e4a4b5580802f2f0a587b" dependencies = [ - "cfg-if", - "ecdsa", - "elliptic-curve", - "once_cell", - "serdect", - "sha2 0.10.8", + "cfg-if", + "ecdsa", + "elliptic-curve", + "once_cell", + "serdect", + "sha2 0.10.8", ] +name = "k256" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.13.3" [[package]] -name = "keccak" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654" dependencies = [ - "cpufeatures", + "cpufeatures", ] +name = "keccak" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.5" [[package]] +checksum = "c33070833c9ee02266356de0c43f723152bd38bd96ddf52c82b3af10c9138b28" name = "keystream" -version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c33070833c9ee02266356de0c43f723152bd38bd96ddf52c82b3af10c9138b28" +version = "1.0.0" [[package]] -name = "kvdb" -version = "0.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e7d770dcb02bf6835887c3a979b5107a04ff4bbde97a5f0928d27404a155add9" dependencies = [ - "smallvec", + "smallvec", ] +name = "kvdb" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.13.0" [[package]] -name = "kvdb-memorydb" -version = "0.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bf7a85fe66f9ff9cd74e169fdd2c94c6e1e74c412c99a73b4df3200b5d3760b2" dependencies = [ - "kvdb", - "parking_lot 0.12.3", + "kvdb", + "parking_lot 0.12.3", ] +name = "kvdb-memorydb" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.13.0" [[package]] -name = "kvdb-rocksdb" -version = "0.19.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b644c70b92285f66bfc2032922a79000ea30af7bc2ab31902992a5dcb9b434f6" dependencies = [ - "kvdb", - "num_cpus", - "parking_lot 0.12.3", - "regex", - "rocksdb", - "smallvec", + "kvdb", + "num_cpus", + "parking_lot 0.12.3", + "regex", + "rocksdb", + "smallvec", ] +name = "kvdb-rocksdb" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.19.0" [[package]] -name = "landlock" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9baa9eeb6e315942429397e617a190f4fdc696ef1ee0342939d641029cbb4ea7" dependencies = [ - "enumflags2", - "libc", - "thiserror", + "enumflags2", + "libc", + "thiserror", ] +name = "landlock" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.3.1" [[package]] -name = "lazy_static" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" dependencies = [ - "spin 0.9.8", + "spin 0.9.8", ] +name = "lazy_static" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.5.0" [[package]] +checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" name = "lazycell" -version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" +version = "1.3.0" [[package]] +checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439" name = "libc" -version = "0.2.158" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439" +version = "0.2.158" [[package]] -name = "libloading" -version = "0.8.5" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" dependencies = [ - "cfg-if", - "windows-targets 0.52.6", + "cfg-if", + "windows-targets 0.52.6", ] +name = "libloading" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.8.5" [[package]] +checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" name = "libm" -version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" +version = "0.2.8" [[package]] -name = "libp2p" -version = "0.52.4" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e94495eb319a85b70a68b85e2389a95bb3555c71c49025b78c691a854a7e6464" dependencies = [ - "bytes", - "either", - "futures 0.3.30", - "futures-timer", - "getrandom 0.2.15", - "instant", - "libp2p-allow-block-list", - "libp2p-connection-limits", - "libp2p-core", - "libp2p-dns", - "libp2p-identify", - "libp2p-identity", - "libp2p-kad", - "libp2p-mdns", - "libp2p-metrics", - "libp2p-noise", - "libp2p-ping", - "libp2p-quic", - "libp2p-request-response", - "libp2p-swarm", - "libp2p-tcp", - "libp2p-upnp", - "libp2p-wasm-ext", - "libp2p-websocket", - "libp2p-yamux", - "multiaddr 0.18.1", - "pin-project", - "rw-stream-sink", - "thiserror", + "bytes", + "either", + "futures 0.3.30", + "futures-timer", + "getrandom 0.2.15", + "instant", + "libp2p-allow-block-list", + "libp2p-connection-limits", + "libp2p-core", + "libp2p-dns", + "libp2p-identify", + "libp2p-identity", + "libp2p-kad", + "libp2p-mdns", + "libp2p-metrics", + "libp2p-noise", + "libp2p-ping", + "libp2p-quic", + "libp2p-request-response", + "libp2p-swarm", + "libp2p-tcp", + "libp2p-upnp", + "libp2p-wasm-ext", + "libp2p-websocket", + "libp2p-yamux", + "multiaddr 0.18.1", + "pin-project", + "rw-stream-sink", + "thiserror", ] +name = "libp2p" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.52.4" [[package]] -name = "libp2p-allow-block-list" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "55b46558c5c0bf99d3e2a1a38fd54ff5476ca66dd1737b12466a1824dd219311" dependencies = [ - "libp2p-core", - "libp2p-identity", - "libp2p-swarm", - "void", + "libp2p-core", + "libp2p-identity", + "libp2p-swarm", + "void", ] +name = "libp2p-allow-block-list" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.2.0" [[package]] -name = "libp2p-connection-limits" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2f5107ad45cb20b2f6c3628c7b6014b996fcb13a88053f4569c872c6e30abf58" dependencies = [ - "libp2p-core", - "libp2p-identity", - "libp2p-swarm", - "void", + "libp2p-core", + "libp2p-identity", + "libp2p-swarm", + "void", ] +name = "libp2p-connection-limits" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.2.1" [[package]] -name = "libp2p-core" -version = "0.40.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dd44289ab25e4c9230d9246c475a22241e301b23e8f4061d3bdef304a1a99713" dependencies = [ - "either", - "fnv", - "futures 0.3.30", - "futures-timer", - "instant", - "libp2p-identity", - "log", - "multiaddr 0.18.1", - "multihash 0.19.1", - "multistream-select", - "once_cell", - "parking_lot 0.12.3", - "pin-project", - "quick-protobuf", - "rand 0.8.5", - "rw-stream-sink", - "smallvec", - "thiserror", - "unsigned-varint 0.7.2", - "void", + "either", + "fnv", + "futures 0.3.30", + "futures-timer", + "instant", + "libp2p-identity", + "log", + "multiaddr 0.18.1", + "multihash 0.19.1", + "multistream-select", + "once_cell", + "parking_lot 0.12.3", + "pin-project", + "quick-protobuf", + "rand 0.8.5", + "rw-stream-sink", + "smallvec", + "thiserror", + "unsigned-varint 0.7.2", + "void", ] +name = "libp2p-core" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.40.1" [[package]] -name = "libp2p-dns" -version = "0.40.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e6a18db73084b4da2871438f6239fef35190b05023de7656e877c18a00541a3b" dependencies = [ - "async-trait", - "futures 0.3.30", - "libp2p-core", - "libp2p-identity", - "log", - "parking_lot 0.12.3", - "smallvec", - "trust-dns-resolver", + "async-trait", + "futures 0.3.30", + "libp2p-core", + "libp2p-identity", + "log", + "parking_lot 0.12.3", + "smallvec", + "trust-dns-resolver", ] +name = "libp2p-dns" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.40.1" [[package]] -name = "libp2p-identify" -version = "0.43.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "45a96638a0a176bec0a4bcaebc1afa8cf909b114477209d7456ade52c61cd9cd" dependencies = [ - "asynchronous-codec", - "either", - "futures 0.3.30", - "futures-bounded", - "futures-timer", - "libp2p-core", - "libp2p-identity", - "libp2p-swarm", - "log", - "lru 0.12.4", - "quick-protobuf", - "quick-protobuf-codec", - "smallvec", - "thiserror", - "void", + "asynchronous-codec", + "either", + "futures 0.3.30", + "futures-bounded", + "futures-timer", + "libp2p-core", + "libp2p-identity", + "libp2p-swarm", + "log", + "lru 0.12.4", + "quick-protobuf", + "quick-protobuf-codec", + "smallvec", + "thiserror", + "void", ] +name = "libp2p-identify" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.43.1" [[package]] -name = "libp2p-identity" -version = "0.2.9" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "55cca1eb2bc1fd29f099f3daaab7effd01e1a54b7c577d0ed082521034d912e8" dependencies = [ - "bs58 0.5.1", - "ed25519-dalek", - "hkdf", - "multihash 0.19.1", - "quick-protobuf", - "rand 0.8.5", - "sha2 0.10.8", - "thiserror", - "tracing", - "zeroize", + "bs58 0.5.1", + "ed25519-dalek", + "hkdf", + "multihash 0.19.1", + "quick-protobuf", + "rand 0.8.5", + "sha2 0.10.8", + "thiserror", + "tracing", + "zeroize", ] +name = "libp2p-identity" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.2.9" [[package]] -name = "libp2p-kad" -version = "0.44.6" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "16ea178dabba6dde6ffc260a8e0452ccdc8f79becf544946692fff9d412fc29d" dependencies = [ - "arrayvec 0.7.6", - "asynchronous-codec", - "bytes", - "either", - "fnv", - "futures 0.3.30", - "futures-timer", - "instant", - "libp2p-core", - "libp2p-identity", - "libp2p-swarm", - "log", - "quick-protobuf", - "quick-protobuf-codec", - "rand 0.8.5", - "sha2 0.10.8", - "smallvec", - "thiserror", - "uint", - "unsigned-varint 0.7.2", - "void", + "arrayvec 0.7.6", + "asynchronous-codec", + "bytes", + "either", + "fnv", + "futures 0.3.30", + "futures-timer", + "instant", + "libp2p-core", + "libp2p-identity", + "libp2p-swarm", + "log", + "quick-protobuf", + "quick-protobuf-codec", + "rand 0.8.5", + "sha2 0.10.8", + "smallvec", + "thiserror", + "uint", + "unsigned-varint 0.7.2", + "void", ] +name = "libp2p-kad" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.44.6" [[package]] -name = "libp2p-mdns" -version = "0.44.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "42a2567c305232f5ef54185e9604579a894fd0674819402bb0ac0246da82f52a" dependencies = [ - "data-encoding", - "futures 0.3.30", - "if-watch", - "libp2p-core", - "libp2p-identity", - "libp2p-swarm", - "log", - "rand 0.8.5", - "smallvec", - "socket2 0.5.7", - "tokio", - "trust-dns-proto 0.22.0", - "void", + "data-encoding", + "futures 0.3.30", + "if-watch", + "libp2p-core", + "libp2p-identity", + "libp2p-swarm", + "log", + "rand 0.8.5", + "smallvec", + "socket2 0.5.7", + "tokio", + "trust-dns-proto 0.22.0", + "void", ] +name = "libp2p-mdns" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.44.0" [[package]] -name = "libp2p-metrics" -version = "0.13.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "239ba7d28f8d0b5d77760dc6619c05c7e88e74ec8fbbe97f856f20a56745e620" dependencies = [ - "instant", - "libp2p-core", - "libp2p-identify", - "libp2p-identity", - "libp2p-kad", - "libp2p-ping", - "libp2p-swarm", - "once_cell", - "prometheus-client", + "instant", + "libp2p-core", + "libp2p-identify", + "libp2p-identity", + "libp2p-kad", + "libp2p-ping", + "libp2p-swarm", + "once_cell", + "prometheus-client", ] +name = "libp2p-metrics" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.13.1" [[package]] -name = "libp2p-noise" -version = "0.43.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d2eeec39ad3ad0677551907dd304b2f13f17208ccebe333bef194076cd2e8921" dependencies = [ - "bytes", - "curve25519-dalek", - "futures 0.3.30", - "libp2p-core", - "libp2p-identity", - "log", - "multiaddr 0.18.1", - "multihash 0.19.1", - "once_cell", - "quick-protobuf", - "rand 0.8.5", - "sha2 0.10.8", - "snow", - "static_assertions", - "thiserror", - "x25519-dalek", - "zeroize", + "bytes", + "curve25519-dalek", + "futures 0.3.30", + "libp2p-core", + "libp2p-identity", + "log", + "multiaddr 0.18.1", + "multihash 0.19.1", + "once_cell", + "quick-protobuf", + "rand 0.8.5", + "sha2 0.10.8", + "snow", + "static_assertions", + "thiserror", + "x25519-dalek", + "zeroize", ] +name = "libp2p-noise" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.43.2" [[package]] -name = "libp2p-ping" -version = "0.43.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e702d75cd0827dfa15f8fd92d15b9932abe38d10d21f47c50438c71dd1b5dae3" dependencies = [ - "either", - "futures 0.3.30", - "futures-timer", - "instant", - "libp2p-core", - "libp2p-identity", - "libp2p-swarm", - "log", - "rand 0.8.5", - "void", + "either", + "futures 0.3.30", + "futures-timer", + "instant", + "libp2p-core", + "libp2p-identity", + "libp2p-swarm", + "log", + "rand 0.8.5", + "void", ] +name = "libp2p-ping" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.43.1" [[package]] -name = "libp2p-quic" -version = "0.9.3" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "130d451d83f21b81eb7b35b360bc7972aeafb15177784adc56528db082e6b927" dependencies = [ - "bytes", - "futures 0.3.30", - "futures-timer", - "if-watch", - "libp2p-core", - "libp2p-identity", - "libp2p-tls", - "log", - "parking_lot 0.12.3", - "quinn 0.10.2", - "rand 0.8.5", - "ring 0.16.20", - "rustls 0.21.12", - "socket2 0.5.7", - "thiserror", - "tokio", + "bytes", + "futures 0.3.30", + "futures-timer", + "if-watch", + "libp2p-core", + "libp2p-identity", + "libp2p-tls", + "log", + "parking_lot 0.12.3", + "quinn 0.10.2", + "rand 0.8.5", + "ring 0.16.20", + "rustls 0.21.12", + "socket2 0.5.7", + "thiserror", + "tokio", ] - -[[package]] -name = "libp2p-request-response" -version = "0.25.3" +name = "libp2p-quic" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.9.3" + +[[package]] checksum = "d8e3b4d67870478db72bac87bfc260ee6641d0734e0e3e275798f089c3fecfd4" dependencies = [ - "async-trait", - "futures 0.3.30", - "instant", - "libp2p-core", - "libp2p-identity", - "libp2p-swarm", - "log", - "rand 0.8.5", - "smallvec", - "void", + "async-trait", + "futures 0.3.30", + "instant", + "libp2p-core", + "libp2p-identity", + "libp2p-swarm", + "log", + "rand 0.8.5", + "smallvec", + "void", ] +name = "libp2p-request-response" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.25.3" [[package]] -name = "libp2p-swarm" -version = "0.43.7" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "580189e0074af847df90e75ef54f3f30059aedda37ea5a1659e8b9fca05c0141" dependencies = [ - "either", - "fnv", - "futures 0.3.30", - "futures-timer", - "instant", - "libp2p-core", - "libp2p-identity", - "libp2p-swarm-derive", - "log", - "multistream-select", - "once_cell", - "rand 0.8.5", - "smallvec", - "tokio", - "void", + "either", + "fnv", + "futures 0.3.30", + "futures-timer", + "instant", + "libp2p-core", + "libp2p-identity", + "libp2p-swarm-derive", + "log", + "multistream-select", + "once_cell", + "rand 0.8.5", + "smallvec", + "tokio", + "void", ] +name = "libp2p-swarm" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.43.7" [[package]] -name = "libp2p-swarm-derive" -version = "0.33.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c4d5ec2a3df00c7836d7696c136274c9c59705bac69133253696a6c932cd1d74" dependencies = [ - "heck 0.4.1", - "proc-macro-warning 0.4.2", - "proc-macro2", - "quote", - "syn 2.0.76", + "heck 0.4.1", + "proc-macro-warning 0.4.2", + "proc-macro2", + "quote", + "syn 2.0.76", ] +name = "libp2p-swarm-derive" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.33.0" [[package]] -name = "libp2p-tcp" -version = "0.40.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b558dd40d1bcd1aaaed9de898e9ec6a436019ecc2420dd0016e712fbb61c5508" dependencies = [ - "futures 0.3.30", - "futures-timer", - "if-watch", - "libc", - "libp2p-core", - "libp2p-identity", - "log", - "socket2 0.5.7", - "tokio", + "futures 0.3.30", + "futures-timer", + "if-watch", + "libc", + "libp2p-core", + "libp2p-identity", + "log", + "socket2 0.5.7", + "tokio", ] +name = "libp2p-tcp" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.40.1" [[package]] -name = "libp2p-tls" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8218d1d5482b122ccae396bbf38abdcb283ecc96fa54760e1dfd251f0546ac61" dependencies = [ - "futures 0.3.30", - "futures-rustls", - "libp2p-core", - "libp2p-identity", - "rcgen", - "ring 0.16.20", - "rustls 0.21.12", - "rustls-webpki 0.101.7", - "thiserror", - "x509-parser 0.15.1", - "yasna", + "futures 0.3.30", + "futures-rustls", + "libp2p-core", + "libp2p-identity", + "rcgen", + "ring 0.16.20", + "rustls 0.21.12", + "rustls-webpki 0.101.7", + "thiserror", + "x509-parser 0.15.1", + "yasna", ] +name = "libp2p-tls" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.2.1" [[package]] -name = "libp2p-upnp" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "82775a47b34f10f787ad3e2a22e2c1541e6ebef4fe9f28f3ac553921554c94c1" dependencies = [ - "futures 0.3.30", - "futures-timer", - "igd-next", - "libp2p-core", - "libp2p-swarm", - "log", - "tokio", - "void", + "futures 0.3.30", + "futures-timer", + "igd-next", + "libp2p-core", + "libp2p-swarm", + "log", + "tokio", + "void", ] +name = "libp2p-upnp" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.1" [[package]] -name = "libp2p-wasm-ext" -version = "0.40.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e5d8e3a9e07da0ef5b55a9f26c009c8fb3c725d492d8bb4b431715786eea79c" dependencies = [ - "futures 0.3.30", - "js-sys", - "libp2p-core", - "send_wrapper", - "wasm-bindgen", - "wasm-bindgen-futures", + "futures 0.3.30", + "js-sys", + "libp2p-core", + "send_wrapper", + "wasm-bindgen", + "wasm-bindgen-futures", ] +name = "libp2p-wasm-ext" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.40.0" [[package]] -name = "libp2p-websocket" -version = "0.42.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "004ee9c4a4631435169aee6aad2f62e3984dc031c43b6d29731e8e82a016c538" dependencies = [ - "either", - "futures 0.3.30", - "futures-rustls", - "libp2p-core", - "libp2p-identity", - "log", - "parking_lot 0.12.3", - "pin-project-lite", - "rw-stream-sink", - "soketto 0.8.0", - "thiserror", - "url", - "webpki-roots 0.25.4", + "either", + "futures 0.3.30", + "futures-rustls", + "libp2p-core", + "libp2p-identity", + "log", + "parking_lot 0.12.3", + "pin-project-lite", + "rw-stream-sink", + "soketto 0.8.0", + "thiserror", + "url", + "webpki-roots 0.25.4", ] +name = "libp2p-websocket" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.42.2" [[package]] -name = "libp2p-yamux" -version = "0.44.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8eedcb62824c4300efb9cfd4e2a6edaf3ca097b9e68b36dabe45a44469fd6a85" dependencies = [ - "futures 0.3.30", - "libp2p-core", - "log", - "thiserror", - "yamux", + "futures 0.3.30", + "libp2p-core", + "log", + "thiserror", + "yamux", ] +name = "libp2p-yamux" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.44.1" [[package]] -name = "libredox" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" dependencies = [ - "bitflags 2.6.0", - "libc", - "redox_syscall 0.5.3", + "bitflags 2.6.0", + "libc", + "redox_syscall 0.5.3", ] +name = "libredox" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.3" [[package]] -name = "librocksdb-sys" -version = "0.11.0+8.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3386f101bcb4bd252d8e9d2fb41ec3b0862a15a62b478c355b2982efa469e3e" dependencies = [ - "bindgen", - "bzip2-sys", - "cc", - "glob", - "libc", - "libz-sys", - "tikv-jemalloc-sys", + "bindgen", + "bzip2-sys", + "cc", + "glob", + "libc", + "libz-sys", + "tikv-jemalloc-sys", ] +name = "librocksdb-sys" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.11.0+8.1.1" [[package]] -name = "libsecp256k1" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1" dependencies = [ - "arrayref", - "base64 0.13.1", - "digest 0.9.0", - "hmac-drbg", - "libsecp256k1-core", - "libsecp256k1-gen-ecmult", - "libsecp256k1-gen-genmult", - "rand 0.8.5", - "serde", - "sha2 0.9.9", - "typenum", + "arrayref", + "base64 0.13.1", + "digest 0.9.0", + "hmac-drbg", + "libsecp256k1-core", + "libsecp256k1-gen-ecmult", + "libsecp256k1-gen-genmult", + "rand 0.8.5", + "serde", + "sha2 0.9.9", + "typenum", ] +name = "libsecp256k1" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.7.1" [[package]] -name = "libsecp256k1-core" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451" dependencies = [ - "crunchy", - "digest 0.9.0", - "subtle 2.6.1", + "crunchy", + "digest 0.9.0", + "subtle 2.6.1", ] +name = "libsecp256k1-core" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.3.0" [[package]] -name = "libsecp256k1-gen-ecmult" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809" dependencies = [ - "libsecp256k1-core", + "libsecp256k1-core", ] +name = "libsecp256k1-gen-ecmult" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.3.0" [[package]] -name = "libsecp256k1-gen-genmult" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c" dependencies = [ - "libsecp256k1-core", + "libsecp256k1-core", ] +name = "libsecp256k1-gen-genmult" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.3.0" [[package]] -name = "libsqlite3-sys" -version = "0.27.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf4e226dcd58b4be396f7bd3c20da8fdee2911400705297ba7d2d7cc2c30f716" dependencies = [ - "cc", - "pkg-config", - "vcpkg", + "cc", + "pkg-config", + "vcpkg", ] +name = "libsqlite3-sys" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.27.0" [[package]] -name = "libz-sys" -version = "1.1.20" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472" dependencies = [ - "cc", - "pkg-config", - "vcpkg", + "cc", + "pkg-config", + "vcpkg", ] +name = "libz-sys" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.1.20" [[package]] -name = "link-cplusplus" -version = "1.0.9" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9" dependencies = [ - "cc", + "cc", ] +name = "link-cplusplus" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.0.9" [[package]] +checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" name = "linked-hash-map" -version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" +version = "0.5.6" [[package]] -name = "linked_hash_set" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588" dependencies = [ - "linked-hash-map", + "linked-hash-map", ] +name = "linked_hash_set" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.4" [[package]] -name = "linregress" -version = "0.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4de04dcecc58d366391f9920245b85ffa684558a5ef6e7736e754347c3aea9c2" dependencies = [ - "nalgebra", + "nalgebra", ] +name = "linregress" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.5.3" [[package]] +checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4" name = "linux-raw-sys" -version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4" +version = "0.1.4" [[package]] +checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" name = "linux-raw-sys" -version = "0.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" +version = "0.3.8" [[package]] +checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" name = "linux-raw-sys" -version = "0.4.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" +version = "0.4.14" [[package]] -name = "lioness" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ae926706ba42c425c9457121178330d75e273df2e82e28b758faf3de3a9acb9" dependencies = [ - "arrayref", - "blake2 0.8.1", - "chacha", - "keystream", + "arrayref", + "blake2 0.8.1", + "chacha", + "keystream", ] +name = "lioness" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.2" [[package]] -name = "litep2p" -version = "0.6.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0f46c51c205264b834ceed95c8b195026e700494bc3991aaba3b4ea9e20626d9" dependencies = [ - "async-trait", - "bs58 0.4.0", - "bytes", - "cid 0.10.1", - "ed25519-dalek", - "futures 0.3.30", - "futures-timer", - "hex-literal 0.4.1", - "indexmap 2.4.0", - "libc", - "mockall 0.12.1", - "multiaddr 0.17.1", - "multihash 0.17.0", - "network-interface", - "nohash-hasher", - "parking_lot 0.12.3", - "pin-project", - "prost 0.12.6", - "prost-build 0.11.9", - "quinn 0.9.4", - "rand 0.8.5", - "rcgen", - "ring 0.16.20", - "rustls 0.20.9", - "serde", - "sha2 0.10.8", - "simple-dns", - "smallvec", - "snow", - "socket2 0.5.7", - "static_assertions", - "str0m", - "thiserror", - "tokio", - "tokio-stream", - "tokio-tungstenite", - "tokio-util", - "tracing", - "trust-dns-resolver", - "uint", - "unsigned-varint 0.8.0", - "url", - "webpki", - "x25519-dalek", - "x509-parser 0.16.0", - "yasna", - "zeroize", + "async-trait", + "bs58 0.4.0", + "bytes", + "cid 0.10.1", + "ed25519-dalek", + "futures 0.3.30", + "futures-timer", + "hex-literal 0.4.1", + "indexmap 2.4.0", + "libc", + "mockall 0.12.1", + "multiaddr 0.17.1", + "multihash 0.17.0", + "network-interface", + "nohash-hasher", + "parking_lot 0.12.3", + "pin-project", + "prost 0.12.6", + "prost-build 0.11.9", + "quinn 0.9.4", + "rand 0.8.5", + "rcgen", + "ring 0.16.20", + "rustls 0.20.9", + "serde", + "sha2 0.10.8", + "simple-dns", + "smallvec", + "snow", + "socket2 0.5.7", + "static_assertions", + "str0m", + "thiserror", + "tokio", + "tokio-stream", + "tokio-tungstenite", + "tokio-util", + "tracing", + "trust-dns-resolver", + "uint", + "unsigned-varint 0.8.0", + "url", + "webpki", + "x25519-dalek", + "x509-parser 0.16.0", + "yasna", + "zeroize", ] +name = "litep2p" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.6.2" [[package]] -name = "lock_api" -version = "0.4.12" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" dependencies = [ - "autocfg", - "scopeguard", + "autocfg", + "scopeguard", ] +name = "lock_api" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.4.12" [[package]] +checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" name = "log" -version = "0.4.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" +version = "0.4.22" [[package]] +checksum = "a4a83fb7698b3643a0e34f9ae6f2e8f0178c0fd42f8b59d493aa271ff3a5bf21" name = "lru" -version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4a83fb7698b3643a0e34f9ae6f2e8f0178c0fd42f8b59d493aa271ff3a5bf21" +version = "0.11.1" [[package]] -name = "lru" -version = "0.12.4" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "37ee39891760e7d94734f6f63fedc29a2e4a152f836120753a72503f09fcf904" dependencies = [ - "hashbrown 0.14.5", + "hashbrown 0.14.5", ] +name = "lru" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.12.4" [[package]] -name = "lru-cache" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c" dependencies = [ - "linked-hash-map", + "linked-hash-map", ] +name = "lru-cache" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.2" [[package]] -name = "lz4" -version = "1.26.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "958b4caa893816eea05507c20cfe47574a43d9a697138a7872990bba8a0ece68" dependencies = [ - "libc", - "lz4-sys", + "libc", + "lz4-sys", ] +name = "lz4" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.26.0" [[package]] -name = "lz4-sys" -version = "1.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "109de74d5d2353660401699a4174a4ff23fcc649caf553df71933c7fb45ad868" dependencies = [ - "cc", - "libc", + "cc", + "libc", ] +name = "lz4-sys" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.10.0" [[package]] -name = "mach" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa" dependencies = [ - "libc", + "libc", ] +name = "mach" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.3.2" [[package]] -name = "macro_magic" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cc33f9f0351468d26fbc53d9ce00a096c8522ecb42f19b50f34f2c422f76d21d" dependencies = [ - "macro_magic_core", - "macro_magic_macros", - "quote", - "syn 2.0.76", + "macro_magic_core", + "macro_magic_macros", + "quote", + "syn 2.0.76", ] +name = "macro_magic" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.5.1" [[package]] -name = "macro_magic_core" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1687dc887e42f352865a393acae7cf79d98fab6351cde1f58e9e057da89bf150" dependencies = [ - "const-random", - "derive-syn-parse", - "macro_magic_core_macros", - "proc-macro2", - "quote", - "syn 2.0.76", + "const-random", + "derive-syn-parse", + "macro_magic_core_macros", + "proc-macro2", + "quote", + "syn 2.0.76", ] +name = "macro_magic_core" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.5.1" [[package]] -name = "macro_magic_core_macros" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b02abfe41815b5bd98dbd4260173db2c116dda171dc0fe7838cb206333b83308" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro2", + "quote", + "syn 2.0.76", ] +name = "macro_magic_core_macros" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.5.1" [[package]] -name = "macro_magic_macros" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "73ea28ee64b88876bf45277ed9a5817c1817df061a74f2b988971a12570e5869" dependencies = [ - "macro_magic_core", - "quote", - "syn 2.0.76", + "macro_magic_core", + "quote", + "syn 2.0.76", ] +name = "macro_magic_macros" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.5.1" [[package]] -name = "manual-xcm-rpc" -version = "0.1.0" dependencies = [ - "cumulus-primitives-core", - "flume 0.10.14", - "futures 0.3.30", - "hex-literal 0.4.1", - "jsonrpsee", - "parity-scale-codec", - "staging-xcm", - "tokio", - "xcm-primitives 0.1.1", + "cumulus-primitives-core", + "flume 0.10.14", + "futures 0.3.30", + "hex-literal 0.4.1", + "jsonrpsee", + "parity-scale-codec", + "staging-xcm", + "tokio", + "xcm-primitives 0.1.1", ] +name = "manual-xcm-rpc" +version = "0.1.0" [[package]] +checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" name = "maplit" -version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" +version = "1.0.2" [[package]] +checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" name = "match_cfg" -version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" +version = "0.1.0" [[package]] -name = "matchers" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" dependencies = [ - "regex-automata 0.1.10", + "regex-automata 0.1.10", ] +name = "matchers" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.0" [[package]] +checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" name = "matches" -version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" +version = "0.1.10" [[package]] -name = "matrixmultiply" -version = "0.3.9" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9380b911e3e96d10c1f415da0876389aaf1b56759054eeb0de7df940c456ba1a" dependencies = [ - "autocfg", - "rawpointer", + "autocfg", + "rawpointer", ] +name = "matrixmultiply" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.3.9" [[package]] +checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" name = "memchr" -version = "2.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" +version = "2.7.4" [[package]] -name = "memfd" -version = "0.6.4" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64" dependencies = [ - "rustix 0.38.35", + "rustix 0.38.35", ] - -[[package]] -name = "memmap2" -version = "0.5.10" +name = "memfd" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.6.4" + +[[package]] checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327" dependencies = [ - "libc", + "libc", ] - -[[package]] name = "memmap2" -version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.5.10" + +[[package]] checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322" dependencies = [ - "libc", + "libc", ] +name = "memmap2" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.9.4" [[package]] -name = "memoffset" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1" dependencies = [ - "autocfg", + "autocfg", ] +name = "memoffset" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.8.0" [[package]] -name = "memory-db" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "808b50db46293432a45e63bc15ea51e0ab4c0a1647b8eb114e31a3e698dd6fbe" dependencies = [ - "hash-db", + "hash-db", ] +name = "memory-db" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.32.0" [[package]] -name = "merkleized-metadata" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f313fcff1d2a4bcaa2deeaa00bf7530d77d5f7bd0467a117dde2e29a75a7a17a" dependencies = [ - "array-bytes", - "blake3", - "frame-metadata", - "parity-scale-codec", - "scale-decode", - "scale-info", + "array-bytes", + "blake3", + "frame-metadata", + "parity-scale-codec", + "scale-decode", + "scale-info", ] +name = "merkleized-metadata" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.0" [[package]] -name = "merlin" -version = "3.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "58c38e2799fc0978b65dfff8023ec7843e2330bb462f19198840b34b6582397d" dependencies = [ - "byteorder", - "keccak", - "rand_core 0.6.4", - "zeroize", + "byteorder", + "keccak", + "rand_core 0.6.4", + "zeroize", ] +name = "merlin" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "3.0.0" [[package]] -name = "mick-jaeger" -version = "0.1.8" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532" dependencies = [ - "futures 0.3.30", - "rand 0.8.5", - "thrift", + "futures 0.3.30", + "rand 0.8.5", + "thrift", ] +name = "mick-jaeger" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.8" [[package]] +checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" name = "minimal-lexical" -version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" +version = "0.2.1" [[package]] -name = "miniz_oxide" -version = "0.7.4" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08" dependencies = [ - "adler", + "adler", ] +name = "miniz_oxide" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.7.4" [[package]] -name = "mio" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec" dependencies = [ - "hermit-abi 0.3.9", - "libc", - "wasi 0.11.0+wasi-snapshot-preview1", - "windows-sys 0.52.0", + "hermit-abi 0.3.9", + "libc", + "wasi 0.11.0+wasi-snapshot-preview1", + "windows-sys 0.52.0", ] +name = "mio" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.0.2" [[package]] -name = "mixnet" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "daa3eb39495d8e2e2947a1d862852c90cc6a4a8845f8b41c8829cb9fcc047f4a" dependencies = [ - "arrayref", - "arrayvec 0.7.6", - "bitflags 1.3.2", - "blake2 0.10.6", - "c2-chacha", - "curve25519-dalek", - "either", - "hashlink", - "lioness", - "log", - "parking_lot 0.12.3", - "rand 0.8.5", - "rand_chacha 0.3.1", - "rand_distr", - "subtle 2.6.1", - "thiserror", - "zeroize", + "arrayref", + "arrayvec 0.7.6", + "bitflags 1.3.2", + "blake2 0.10.6", + "c2-chacha", + "curve25519-dalek", + "either", + "hashlink", + "lioness", + "log", + "parking_lot 0.12.3", + "rand 0.8.5", + "rand_chacha 0.3.1", + "rand_distr", + "subtle 2.6.1", + "thiserror", + "zeroize", ] +name = "mixnet" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.7.0" [[package]] -name = "mmr-gadget" -version = "39.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "futures 0.3.30", - "log", - "parity-scale-codec", - "sc-client-api", - "sc-offchain", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-consensus-beefy", - "sp-core", - "sp-mmr-primitives", - "sp-runtime", + "futures 0.3.30", + "log", + "parity-scale-codec", + "sc-client-api", + "sc-offchain", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-consensus-beefy", + "sp-core", + "sp-mmr-primitives", + "sp-runtime", ] +name = "mmr-gadget" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "39.0.0" [[package]] -name = "mmr-rpc" -version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "jsonrpsee", - "parity-scale-codec", - "serde", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-mmr-primitives", - "sp-runtime", + "jsonrpsee", + "parity-scale-codec", + "serde", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-mmr-primitives", + "sp-runtime", ] +name = "mmr-rpc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "37.0.0" [[package]] -name = "mockall" -version = "0.11.4" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4c84490118f2ee2d74570d114f3d0493cbf02790df303d2707606c3e14e07c96" dependencies = [ - "cfg-if", - "downcast", - "fragile", - "lazy_static", - "mockall_derive 0.11.4", - "predicates 2.1.5", - "predicates-tree", + "cfg-if", + "downcast", + "fragile", + "lazy_static", + "mockall_derive 0.11.4", + "predicates 2.1.5", + "predicates-tree", ] - -[[package]] name = "mockall" -version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.11.4" + +[[package]] checksum = "43766c2b5203b10de348ffe19f7e54564b64f3d6018ff7648d1e2d6d3a0f0a48" dependencies = [ - "cfg-if", - "downcast", - "fragile", - "lazy_static", - "mockall_derive 0.12.1", - "predicates 3.1.2", - "predicates-tree", + "cfg-if", + "downcast", + "fragile", + "lazy_static", + "mockall_derive 0.12.1", + "predicates 3.1.2", + "predicates-tree", ] +name = "mockall" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.12.1" [[package]] -name = "mockall_derive" -version = "0.11.4" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "22ce75669015c4f47b289fd4d4f56e894e4c96003ffdf3ac51313126f94c6cbb" dependencies = [ - "cfg-if", - "proc-macro2", - "quote", - "syn 1.0.109", + "cfg-if", + "proc-macro2", + "quote", + "syn 1.0.109", ] - -[[package]] name = "mockall_derive" -version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.11.4" + +[[package]] checksum = "af7cbce79ec385a1d4f54baa90a76401eb15d9cab93685f62e7e9f942aa00ae2" dependencies = [ - "cfg-if", - "proc-macro2", - "quote", - "syn 2.0.76", + "cfg-if", + "proc-macro2", + "quote", + "syn 2.0.76", ] +name = "mockall_derive" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.12.1" [[package]] -name = "moonbase-runtime" -version = "0.8.4" dependencies = [ - "account", - "async-backing-primitives", - "cumulus-pallet-dmp-queue", - "cumulus-pallet-parachain-system", - "cumulus-pallet-xcm", - "cumulus-pallet-xcmp-queue", - "cumulus-primitives-core", - "cumulus-primitives-parachain-inherent", - "cumulus-primitives-timestamp", - "cumulus-primitives-utility", - "cumulus-test-relay-sproof-builder", - "ethereum", - "evm-tracing-events", - "fp-evm", - "fp-rpc", - "fp-self-contained", - "frame-benchmarking", - "frame-executive", - "frame-metadata", - "frame-support", - "frame-system", - "frame-system-benchmarking", - "frame-system-rpc-runtime-api", - "frame-try-runtime", - "hex", - "hex-literal 0.4.1", - "log", - "moonbeam-core-primitives", - "moonbeam-evm-tracer", - "moonbeam-relay-encoder", - "moonbeam-rpc-primitives-debug", - "moonbeam-rpc-primitives-txpool", - "moonbeam-runtime-common", - "moonbeam-xcm-benchmarks", - "nimbus-primitives", - "num_enum 0.5.11", - "orml-traits", - "orml-xcm-support", - "orml-xtokens", - "pallet-asset-manager", - "pallet-assets", - "pallet-async-backing", - "pallet-author-inherent", - "pallet-author-mapping", - "pallet-author-slot-filter", - "pallet-balances", - "pallet-collective", - "pallet-conviction-voting", - "pallet-crowdloan-rewards", - "pallet-emergency-para-xcm", - "pallet-erc20-xcm-bridge", - "pallet-ethereum", - "pallet-ethereum-xcm", - "pallet-evm", - "pallet-evm-chain-id", - "pallet-evm-precompile-author-mapping", - "pallet-evm-precompile-balances-erc20", - "pallet-evm-precompile-batch", - "pallet-evm-precompile-blake2", - "pallet-evm-precompile-bn128", - "pallet-evm-precompile-call-permit", - "pallet-evm-precompile-collective", - "pallet-evm-precompile-conviction-voting", - "pallet-evm-precompile-crowdloan-rewards", - "pallet-evm-precompile-dispatch", - "pallet-evm-precompile-gmp", - "pallet-evm-precompile-identity", - "pallet-evm-precompile-modexp", - "pallet-evm-precompile-p256verify", - "pallet-evm-precompile-parachain-staking", - "pallet-evm-precompile-preimage", - "pallet-evm-precompile-proxy", - "pallet-evm-precompile-randomness", - "pallet-evm-precompile-referenda", - "pallet-evm-precompile-registry", - "pallet-evm-precompile-relay-encoder", - "pallet-evm-precompile-relay-verifier", - "pallet-evm-precompile-sha3fips", - "pallet-evm-precompile-simple", - "pallet-evm-precompile-storage-cleaner", - "pallet-evm-precompile-xcm", - "pallet-evm-precompile-xcm-transactor", - "pallet-evm-precompile-xcm-utils", - "pallet-evm-precompile-xtokens", - "pallet-evm-precompileset-assets-erc20", - "pallet-identity", - "pallet-maintenance-mode", - "pallet-message-queue", - "pallet-migrations", - "pallet-moonbeam-foreign-assets", - "pallet-moonbeam-lazy-migrations", - "pallet-moonbeam-orbiters", - "pallet-multisig", - "pallet-parachain-staking", - "pallet-precompile-benchmarks", - "pallet-preimage", - "pallet-proxy", - "pallet-proxy-genesis-companion", - "pallet-randomness", - "pallet-referenda", - "pallet-relay-storage-roots", - "pallet-root-testing", - "pallet-scheduler", - "pallet-society", - "pallet-sudo", - "pallet-timestamp", - "pallet-transaction-payment", - "pallet-transaction-payment-rpc-runtime-api", - "pallet-treasury", - "pallet-utility", - "pallet-whitelist", - "pallet-xcm", - "pallet-xcm-benchmarks", - "pallet-xcm-transactor", - "parachains-common", - "parity-scale-codec", - "polkadot-core-primitives", - "polkadot-parachain-primitives", - "polkadot-runtime-common", - "polkadot-runtime-parachains", - "precompile-foreign-asset-migrator", - "precompile-utils", - "rlp", - "scale-info", - "serde", - "session-keys-primitives", - "sha3", - "smallvec", - "sp-api", - "sp-block-builder", - "sp-consensus-slots", - "sp-core", - "sp-debug-derive", - "sp-genesis-builder", - "sp-inherents", - "sp-io", - "sp-offchain", - "sp-runtime", - "sp-session", - "sp-std", - "sp-timestamp", - "sp-transaction-pool", - "sp-version", - "sp-weights", - "staging-parachain-info", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", - "strum 0.26.3", - "strum_macros 0.24.3", - "substrate-wasm-builder", - "xcm-primitives 0.1.0", - "xcm-primitives 0.1.1", - "xcm-runtime-apis", - "xcm-simulator", + "account", + "async-backing-primitives", + "cumulus-pallet-dmp-queue", + "cumulus-pallet-parachain-system", + "cumulus-pallet-xcm", + "cumulus-pallet-xcmp-queue", + "cumulus-primitives-core", + "cumulus-primitives-parachain-inherent", + "cumulus-primitives-timestamp", + "cumulus-primitives-utility", + "cumulus-test-relay-sproof-builder", + "ethereum", + "evm-tracing-events", + "fp-evm", + "fp-rpc", + "fp-self-contained", + "frame-benchmarking", + "frame-executive", + "frame-metadata", + "frame-support", + "frame-system", + "frame-system-benchmarking", + "frame-system-rpc-runtime-api", + "frame-try-runtime", + "hex", + "hex-literal 0.4.1", + "log", + "moonbeam-core-primitives", + "moonbeam-evm-tracer", + "moonbeam-relay-encoder", + "moonbeam-rpc-primitives-debug", + "moonbeam-rpc-primitives-txpool", + "moonbeam-runtime-common", + "moonbeam-xcm-benchmarks", + "nimbus-primitives", + "num_enum 0.5.11", + "orml-traits", + "orml-xcm-support", + "orml-xtokens", + "pallet-asset-manager", + "pallet-assets", + "pallet-async-backing", + "pallet-author-inherent", + "pallet-author-mapping", + "pallet-author-slot-filter", + "pallet-balances", + "pallet-collective", + "pallet-conviction-voting", + "pallet-crowdloan-rewards", + "pallet-emergency-para-xcm", + "pallet-erc20-xcm-bridge", + "pallet-ethereum", + "pallet-ethereum-xcm", + "pallet-evm", + "pallet-evm-chain-id", + "pallet-evm-precompile-author-mapping", + "pallet-evm-precompile-balances-erc20", + "pallet-evm-precompile-batch", + "pallet-evm-precompile-blake2", + "pallet-evm-precompile-bn128", + "pallet-evm-precompile-call-permit", + "pallet-evm-precompile-collective", + "pallet-evm-precompile-conviction-voting", + "pallet-evm-precompile-crowdloan-rewards", + "pallet-evm-precompile-dispatch", + "pallet-evm-precompile-gmp", + "pallet-evm-precompile-identity", + "pallet-evm-precompile-modexp", + "pallet-evm-precompile-p256verify", + "pallet-evm-precompile-parachain-staking", + "pallet-evm-precompile-preimage", + "pallet-evm-precompile-proxy", + "pallet-evm-precompile-randomness", + "pallet-evm-precompile-referenda", + "pallet-evm-precompile-registry", + "pallet-evm-precompile-relay-encoder", + "pallet-evm-precompile-relay-verifier", + "pallet-evm-precompile-sha3fips", + "pallet-evm-precompile-simple", + "pallet-evm-precompile-storage-cleaner", + "pallet-evm-precompile-xcm", + "pallet-evm-precompile-xcm-transactor", + "pallet-evm-precompile-xcm-utils", + "pallet-evm-precompile-xtokens", + "pallet-evm-precompileset-assets-erc20", + "pallet-identity", + "pallet-maintenance-mode", + "pallet-message-queue", + "pallet-migrations", + "pallet-moonbeam-foreign-assets", + "pallet-moonbeam-lazy-migrations", + "pallet-moonbeam-orbiters", + "pallet-multisig", + "pallet-parachain-staking", + "pallet-precompile-benchmarks", + "pallet-preimage", + "pallet-proxy", + "pallet-proxy-genesis-companion", + "pallet-randomness", + "pallet-referenda", + "pallet-relay-storage-roots", + "pallet-root-testing", + "pallet-scheduler", + "pallet-society", + "pallet-sudo", + "pallet-timestamp", + "pallet-transaction-payment", + "pallet-transaction-payment-rpc-runtime-api", + "pallet-treasury", + "pallet-utility", + "pallet-whitelist", + "pallet-xcm", + "pallet-xcm-benchmarks", + "pallet-xcm-transactor", + "parachains-common", + "parity-scale-codec", + "polkadot-core-primitives", + "polkadot-parachain-primitives", + "polkadot-runtime-common", + "polkadot-runtime-parachains", + "precompile-foreign-asset-migrator", + "precompile-utils", + "rlp", + "scale-info", + "serde", + "session-keys-primitives", + "sha3", + "smallvec", + "sp-api", + "sp-block-builder", + "sp-consensus-slots", + "sp-core", + "sp-debug-derive", + "sp-genesis-builder", + "sp-inherents", + "sp-io", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-std", + "sp-timestamp", + "sp-transaction-pool", + "sp-version", + "sp-weights", + "staging-parachain-info", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", + "strum 0.26.3", + "strum_macros 0.24.3", + "substrate-wasm-builder", + "xcm-primitives 0.1.0", + "xcm-primitives 0.1.1", + "xcm-runtime-apis", + "xcm-simulator", ] +name = "moonbase-runtime" +version = "0.8.4" [[package]] -name = "moonbeam" -version = "0.12.3" dependencies = [ - "assert_cmd", - "futures 0.3.30", - "hex", - "moonbeam-cli", - "moonbeam-service", - "nix 0.28.0", - "pallet-xcm", - "serde", - "serde_json", - "staging-xcm-builder", - "tempfile", - "tracing-core", + "assert_cmd", + "futures 0.3.30", + "hex", + "moonbeam-cli", + "moonbeam-service", + "nix 0.28.0", + "pallet-xcm", + "serde", + "serde_json", + "staging-xcm-builder", + "tempfile", + "tracing-core", ] +name = "moonbeam" +version = "0.12.3" [[package]] -name = "moonbeam-cli" -version = "0.40.0" dependencies = [ - "clap", - "clap-num", - "cumulus-client-cli", - "cumulus-client-service", - "cumulus-primitives-core", - "frame-benchmarking-cli", - "log", - "moonbeam-cli-opt", - "moonbeam-service", - "nimbus-primitives", - "parity-scale-codec", - "polkadot-cli", - "polkadot-parachain-primitives", - "polkadot-primitives", - "polkadot-service", - "sc-chain-spec", - "sc-cli", - "sc-client-api", - "sc-consensus-grandpa", - "sc-network", - "sc-service", - "sc-sysinfo", - "sc-telemetry", - "sc-tracing", - "sp-core", - "sp-io", - "sp-runtime", - "sp-wasm-interface", - "substrate-build-script-utils", - "substrate-prometheus-endpoint", + "clap", + "clap-num", + "cumulus-client-cli", + "cumulus-client-service", + "cumulus-primitives-core", + "frame-benchmarking-cli", + "log", + "moonbeam-cli-opt", + "moonbeam-service", + "nimbus-primitives", + "parity-scale-codec", + "polkadot-cli", + "polkadot-parachain-primitives", + "polkadot-primitives", + "polkadot-service", + "sc-chain-spec", + "sc-cli", + "sc-client-api", + "sc-consensus-grandpa", + "sc-network", + "sc-service", + "sc-sysinfo", + "sc-telemetry", + "sc-tracing", + "sp-core", + "sp-io", + "sp-runtime", + "sp-wasm-interface", + "substrate-build-script-utils", + "substrate-prometheus-endpoint", ] +name = "moonbeam-cli" +version = "0.40.0" [[package]] -name = "moonbeam-cli-opt" -version = "0.40.0" dependencies = [ - "account", - "bip32", - "clap", - "libsecp256k1", - "primitive-types", - "sha3", - "sp-runtime", - "tiny-bip39", - "url", + "account", + "bip32", + "clap", + "libsecp256k1", + "primitive-types", + "sha3", + "sp-runtime", + "tiny-bip39", + "url", ] +name = "moonbeam-cli-opt" +version = "0.40.0" [[package]] -name = "moonbeam-client-evm-tracing" -version = "0.1.0" dependencies = [ - "ethereum-types", - "evm-tracing-events", - "hex", - "moonbeam-rpc-primitives-debug", - "parity-scale-codec", - "serde", - "serde_json", - "sp-runtime", - "sp-std", + "ethereum-types", + "evm-tracing-events", + "hex", + "moonbeam-rpc-primitives-debug", + "parity-scale-codec", + "serde", + "serde_json", + "sp-runtime", + "sp-std", ] +name = "moonbeam-client-evm-tracing" +version = "0.1.0" [[package]] -name = "moonbeam-core-primitives" -version = "0.1.1" dependencies = [ - "account", - "fp-self-contained", - "hex-literal 0.4.1", - "sp-core", - "sp-runtime", + "account", + "fp-self-contained", + "hex-literal 0.4.1", + "sp-core", + "sp-runtime", ] +name = "moonbeam-core-primitives" +version = "0.1.1" [[package]] -name = "moonbeam-evm-tracer" -version = "0.1.0" dependencies = [ - "ethereum-types", - "evm", - "evm-gasometer", - "evm-runtime", - "evm-tracing-events", - "fp-evm", - "moonbeam-primitives-ext", - "pallet-evm", - "parity-scale-codec", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "ethereum-types", + "evm", + "evm-gasometer", + "evm-runtime", + "evm-tracing-events", + "fp-evm", + "moonbeam-primitives-ext", + "pallet-evm", + "parity-scale-codec", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] +name = "moonbeam-evm-tracer" +version = "0.1.0" [[package]] -name = "moonbeam-finality-rpc" -version = "0.1.0" dependencies = [ - "async-trait", - "fc-api", - "fc-db", - "fc-rpc", - "jsonrpsee", - "parity-scale-codec", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-runtime", - "tokio", + "async-trait", + "fc-api", + "fc-db", + "fc-rpc", + "jsonrpsee", + "parity-scale-codec", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-runtime", + "tokio", ] +name = "moonbeam-finality-rpc" +version = "0.1.0" [[package]] -name = "moonbeam-primitives-ext" -version = "0.1.0" dependencies = [ - "ethereum-types", - "evm-tracing-events", - "parity-scale-codec", - "sp-externalities", - "sp-runtime-interface", - "sp-std", + "ethereum-types", + "evm-tracing-events", + "parity-scale-codec", + "sp-externalities", + "sp-runtime-interface", + "sp-std", ] +name = "moonbeam-primitives-ext" +version = "0.1.0" [[package]] -name = "moonbeam-relay-encoder" -version = "0.1.0" dependencies = [ - "cumulus-primitives-core", - "frame-support", - "frame-system", - "moonbase-runtime", - "moonbeam-runtime", - "moonriver-runtime", - "pallet-evm-precompile-relay-encoder", - "pallet-proxy", - "pallet-staking", - "pallet-utility", - "pallet-xcm-transactor", - "parity-scale-codec", - "polkadot-runtime-parachains", - "rococo-runtime", - "sp-io", - "sp-runtime", - "sp-std", - "staging-xcm", - "westend-runtime", - "xcm-primitives 0.1.1", + "cumulus-primitives-core", + "frame-support", + "frame-system", + "moonbase-runtime", + "moonbeam-runtime", + "moonriver-runtime", + "pallet-evm-precompile-relay-encoder", + "pallet-proxy", + "pallet-staking", + "pallet-utility", + "pallet-xcm-transactor", + "parity-scale-codec", + "polkadot-runtime-parachains", + "rococo-runtime", + "sp-io", + "sp-runtime", + "sp-std", + "staging-xcm", + "westend-runtime", + "xcm-primitives 0.1.1", ] +name = "moonbeam-relay-encoder" +version = "0.1.0" [[package]] -name = "moonbeam-rpc-core-debug" -version = "0.1.0" dependencies = [ - "ethereum", - "ethereum-types", - "fc-rpc-core", - "futures 0.3.30", - "jsonrpsee", - "moonbeam-client-evm-tracing", - "moonbeam-rpc-core-types", - "serde", - "serde_json", - "sp-core", + "ethereum", + "ethereum-types", + "fc-rpc-core", + "futures 0.3.30", + "jsonrpsee", + "moonbeam-client-evm-tracing", + "moonbeam-rpc-core-types", + "serde", + "serde_json", + "sp-core", ] +name = "moonbeam-rpc-core-debug" +version = "0.1.0" [[package]] -name = "moonbeam-rpc-core-trace" -version = "0.6.0" dependencies = [ - "ethereum-types", - "futures 0.3.30", - "jsonrpsee", - "moonbeam-client-evm-tracing", - "moonbeam-rpc-core-types", - "serde", - "serde_json", + "ethereum-types", + "futures 0.3.30", + "jsonrpsee", + "moonbeam-client-evm-tracing", + "moonbeam-rpc-core-types", + "serde", + "serde_json", ] +name = "moonbeam-rpc-core-trace" +version = "0.6.0" [[package]] -name = "moonbeam-rpc-core-txpool" -version = "0.6.0" dependencies = [ - "ethereum", - "ethereum-types", - "fc-rpc-core", - "jsonrpsee", - "serde", - "serde_json", + "ethereum", + "ethereum-types", + "fc-rpc-core", + "jsonrpsee", + "serde", + "serde_json", ] +name = "moonbeam-rpc-core-txpool" +version = "0.6.0" [[package]] -name = "moonbeam-rpc-core-types" -version = "0.1.0" dependencies = [ - "ethereum-types", - "serde", - "serde_json", + "ethereum-types", + "serde", + "serde_json", ] +name = "moonbeam-rpc-core-types" +version = "0.1.0" [[package]] -name = "moonbeam-rpc-debug" -version = "0.1.0" dependencies = [ - "ethereum", - "ethereum-types", - "fc-api", - "fc-consensus", - "fc-db", - "fc-rpc", - "fc-rpc-core", - "fc-storage", - "fp-rpc", - "futures 0.3.30", - "hex-literal 0.4.1", - "jsonrpsee", - "moonbeam-client-evm-tracing", - "moonbeam-rpc-core-debug", - "moonbeam-rpc-core-types", - "moonbeam-rpc-primitives-debug", - "sc-client-api", - "sc-utils", - "sp-api", - "sp-block-builder", - "sp-blockchain", - "sp-core", - "sp-io", - "sp-runtime", - "tokio", + "ethereum", + "ethereum-types", + "fc-api", + "fc-consensus", + "fc-db", + "fc-rpc", + "fc-rpc-core", + "fc-storage", + "fp-rpc", + "futures 0.3.30", + "hex-literal 0.4.1", + "jsonrpsee", + "moonbeam-client-evm-tracing", + "moonbeam-rpc-core-debug", + "moonbeam-rpc-core-types", + "moonbeam-rpc-primitives-debug", + "sc-client-api", + "sc-utils", + "sp-api", + "sp-block-builder", + "sp-blockchain", + "sp-core", + "sp-io", + "sp-runtime", + "tokio", ] +name = "moonbeam-rpc-debug" +version = "0.1.0" [[package]] -name = "moonbeam-rpc-primitives-debug" -version = "0.1.0" dependencies = [ - "environmental", - "ethereum", - "ethereum-types", - "hex", - "parity-scale-codec", - "serde", - "sp-api", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "environmental", + "ethereum", + "ethereum-types", + "hex", + "parity-scale-codec", + "serde", + "sp-api", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] +name = "moonbeam-rpc-primitives-debug" +version = "0.1.0" [[package]] -name = "moonbeam-rpc-primitives-txpool" -version = "0.6.0" dependencies = [ - "ethereum", - "parity-scale-codec", - "scale-info", - "sp-api", - "sp-io", - "sp-runtime", - "sp-std", + "ethereum", + "parity-scale-codec", + "scale-info", + "sp-api", + "sp-io", + "sp-runtime", + "sp-std", ] +name = "moonbeam-rpc-primitives-txpool" +version = "0.6.0" [[package]] -name = "moonbeam-rpc-trace" -version = "0.6.0" dependencies = [ - "ethereum", - "ethereum-types", - "fc-consensus", - "fc-rpc", - "fc-rpc-core", - "fc-storage", - "fp-rpc", - "futures 0.3.30", - "jsonrpsee", - "log", - "moonbeam-client-evm-tracing", - "moonbeam-rpc-core-trace", - "moonbeam-rpc-core-types", - "moonbeam-rpc-primitives-debug", - "sc-client-api", - "sc-network", - "sc-utils", - "serde", - "sha3", - "sp-api", - "sp-block-builder", - "sp-blockchain", - "sp-io", - "sp-runtime", - "sp-std", - "sp-transaction-pool", - "substrate-prometheus-endpoint", - "tokio", - "tracing", + "ethereum", + "ethereum-types", + "fc-consensus", + "fc-rpc", + "fc-rpc-core", + "fc-storage", + "fp-rpc", + "futures 0.3.30", + "jsonrpsee", + "log", + "moonbeam-client-evm-tracing", + "moonbeam-rpc-core-trace", + "moonbeam-rpc-core-types", + "moonbeam-rpc-primitives-debug", + "sc-client-api", + "sc-network", + "sc-utils", + "serde", + "sha3", + "sp-api", + "sp-block-builder", + "sp-blockchain", + "sp-io", + "sp-runtime", + "sp-std", + "sp-transaction-pool", + "substrate-prometheus-endpoint", + "tokio", + "tracing", ] +name = "moonbeam-rpc-trace" +version = "0.6.0" [[package]] -name = "moonbeam-rpc-txpool" -version = "0.6.0" dependencies = [ - "ethereum-types", - "fc-rpc", - "frame-system", - "jsonrpsee", - "moonbeam-rpc-core-txpool", - "moonbeam-rpc-primitives-txpool", - "rlp", - "sc-transaction-pool", - "sc-transaction-pool-api", - "serde", - "sha3", - "sp-api", - "sp-blockchain", - "sp-io", - "sp-runtime", - "sp-std", + "ethereum-types", + "fc-rpc", + "frame-system", + "jsonrpsee", + "moonbeam-rpc-core-txpool", + "moonbeam-rpc-primitives-txpool", + "rlp", + "sc-transaction-pool", + "sc-transaction-pool-api", + "serde", + "sha3", + "sp-api", + "sp-blockchain", + "sp-io", + "sp-runtime", + "sp-std", ] +name = "moonbeam-rpc-txpool" +version = "0.6.0" [[package]] -name = "moonbeam-runtime" -version = "0.8.4" dependencies = [ - "account", - "async-backing-primitives", - "cumulus-pallet-dmp-queue", - "cumulus-pallet-parachain-system", - "cumulus-pallet-xcm", - "cumulus-pallet-xcmp-queue", - "cumulus-primitives-core", - "cumulus-primitives-parachain-inherent", - "cumulus-primitives-timestamp", - "cumulus-primitives-utility", - "cumulus-test-relay-sproof-builder", - "ethereum", - "evm-tracing-events", - "fp-evm", - "fp-rpc", - "fp-self-contained", - "frame-benchmarking", - "frame-executive", - "frame-metadata", - "frame-support", - "frame-system", - "frame-system-benchmarking", - "frame-system-rpc-runtime-api", - "frame-try-runtime", - "hex", - "hex-literal 0.4.1", - "log", - "moonbeam-core-primitives", - "moonbeam-evm-tracer", - "moonbeam-relay-encoder", - "moonbeam-rpc-primitives-debug", - "moonbeam-rpc-primitives-txpool", - "moonbeam-runtime-common", - "moonbeam-xcm-benchmarks", - "nimbus-primitives", - "num_enum 0.5.11", - "orml-traits", - "orml-xcm-support", - "orml-xtokens", - "pallet-asset-manager", - "pallet-assets", - "pallet-async-backing", - "pallet-author-inherent", - "pallet-author-mapping", - "pallet-author-slot-filter", - "pallet-balances", - "pallet-collective", - "pallet-conviction-voting", - "pallet-crowdloan-rewards", - "pallet-erc20-xcm-bridge", - "pallet-ethereum", - "pallet-ethereum-xcm", - "pallet-evm", - "pallet-evm-chain-id", - "pallet-evm-precompile-author-mapping", - "pallet-evm-precompile-balances-erc20", - "pallet-evm-precompile-batch", - "pallet-evm-precompile-blake2", - "pallet-evm-precompile-bn128", - "pallet-evm-precompile-call-permit", - "pallet-evm-precompile-collective", - "pallet-evm-precompile-conviction-voting", - "pallet-evm-precompile-crowdloan-rewards", - "pallet-evm-precompile-dispatch", - "pallet-evm-precompile-gmp", - "pallet-evm-precompile-identity", - "pallet-evm-precompile-modexp", - "pallet-evm-precompile-p256verify", - "pallet-evm-precompile-parachain-staking", - "pallet-evm-precompile-preimage", - "pallet-evm-precompile-proxy", - "pallet-evm-precompile-randomness", - "pallet-evm-precompile-referenda", - "pallet-evm-precompile-registry", - "pallet-evm-precompile-relay-encoder", - "pallet-evm-precompile-relay-verifier", - "pallet-evm-precompile-sha3fips", - "pallet-evm-precompile-simple", - "pallet-evm-precompile-xcm-transactor", - "pallet-evm-precompile-xcm-utils", - "pallet-evm-precompile-xtokens", - "pallet-evm-precompileset-assets-erc20", - "pallet-identity", - "pallet-maintenance-mode", - "pallet-message-queue", - "pallet-migrations", - "pallet-moonbeam-foreign-assets", - "pallet-moonbeam-lazy-migrations", - "pallet-moonbeam-orbiters", - "pallet-multisig", - "pallet-parachain-staking", - "pallet-precompile-benchmarks", - "pallet-preimage", - "pallet-proxy", - "pallet-proxy-genesis-companion", - "pallet-randomness", - "pallet-referenda", - "pallet-relay-storage-roots", - "pallet-root-testing", - "pallet-scheduler", - "pallet-society", - "pallet-timestamp", - "pallet-transaction-payment", - "pallet-transaction-payment-rpc-runtime-api", - "pallet-treasury", - "pallet-utility", - "pallet-whitelist", - "pallet-xcm", - "pallet-xcm-benchmarks", - "pallet-xcm-transactor", - "parachains-common", - "parity-scale-codec", - "polkadot-core-primitives", - "polkadot-parachain-primitives", - "polkadot-runtime-common", - "polkadot-runtime-parachains", - "precompile-utils", - "rlp", - "scale-info", - "serde", - "session-keys-primitives", - "sha3", - "smallvec", - "sp-api", - "sp-block-builder", - "sp-consensus-slots", - "sp-core", - "sp-genesis-builder", - "sp-inherents", - "sp-io", - "sp-offchain", - "sp-runtime", - "sp-session", - "sp-std", - "sp-timestamp", - "sp-transaction-pool", - "sp-version", - "sp-weights", - "staging-parachain-info", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", - "strum 0.26.3", - "strum_macros 0.24.3", - "substrate-wasm-builder", - "xcm-primitives 0.1.0", - "xcm-primitives 0.1.1", - "xcm-runtime-apis", - "xcm-simulator", + "account", + "async-backing-primitives", + "cumulus-pallet-dmp-queue", + "cumulus-pallet-parachain-system", + "cumulus-pallet-xcm", + "cumulus-pallet-xcmp-queue", + "cumulus-primitives-core", + "cumulus-primitives-parachain-inherent", + "cumulus-primitives-timestamp", + "cumulus-primitives-utility", + "cumulus-test-relay-sproof-builder", + "ethereum", + "evm-tracing-events", + "fp-evm", + "fp-rpc", + "fp-self-contained", + "frame-benchmarking", + "frame-executive", + "frame-metadata", + "frame-support", + "frame-system", + "frame-system-benchmarking", + "frame-system-rpc-runtime-api", + "frame-try-runtime", + "hex", + "hex-literal 0.4.1", + "log", + "moonbeam-core-primitives", + "moonbeam-evm-tracer", + "moonbeam-relay-encoder", + "moonbeam-rpc-primitives-debug", + "moonbeam-rpc-primitives-txpool", + "moonbeam-runtime-common", + "moonbeam-xcm-benchmarks", + "nimbus-primitives", + "num_enum 0.5.11", + "orml-traits", + "orml-xcm-support", + "orml-xtokens", + "pallet-asset-manager", + "pallet-assets", + "pallet-async-backing", + "pallet-author-inherent", + "pallet-author-mapping", + "pallet-author-slot-filter", + "pallet-balances", + "pallet-collective", + "pallet-conviction-voting", + "pallet-crowdloan-rewards", + "pallet-erc20-xcm-bridge", + "pallet-ethereum", + "pallet-ethereum-xcm", + "pallet-evm", + "pallet-evm-chain-id", + "pallet-evm-precompile-author-mapping", + "pallet-evm-precompile-balances-erc20", + "pallet-evm-precompile-batch", + "pallet-evm-precompile-blake2", + "pallet-evm-precompile-bn128", + "pallet-evm-precompile-call-permit", + "pallet-evm-precompile-collective", + "pallet-evm-precompile-conviction-voting", + "pallet-evm-precompile-crowdloan-rewards", + "pallet-evm-precompile-dispatch", + "pallet-evm-precompile-gmp", + "pallet-evm-precompile-identity", + "pallet-evm-precompile-modexp", + "pallet-evm-precompile-p256verify", + "pallet-evm-precompile-parachain-staking", + "pallet-evm-precompile-preimage", + "pallet-evm-precompile-proxy", + "pallet-evm-precompile-randomness", + "pallet-evm-precompile-referenda", + "pallet-evm-precompile-registry", + "pallet-evm-precompile-relay-encoder", + "pallet-evm-precompile-relay-verifier", + "pallet-evm-precompile-sha3fips", + "pallet-evm-precompile-simple", + "pallet-evm-precompile-xcm-transactor", + "pallet-evm-precompile-xcm-utils", + "pallet-evm-precompile-xtokens", + "pallet-evm-precompileset-assets-erc20", + "pallet-identity", + "pallet-maintenance-mode", + "pallet-message-queue", + "pallet-migrations", + "pallet-moonbeam-foreign-assets", + "pallet-moonbeam-lazy-migrations", + "pallet-moonbeam-orbiters", + "pallet-multisig", + "pallet-parachain-staking", + "pallet-precompile-benchmarks", + "pallet-preimage", + "pallet-proxy", + "pallet-proxy-genesis-companion", + "pallet-randomness", + "pallet-referenda", + "pallet-relay-storage-roots", + "pallet-root-testing", + "pallet-scheduler", + "pallet-society", + "pallet-timestamp", + "pallet-transaction-payment", + "pallet-transaction-payment-rpc-runtime-api", + "pallet-treasury", + "pallet-utility", + "pallet-whitelist", + "pallet-xcm", + "pallet-xcm-benchmarks", + "pallet-xcm-transactor", + "parachains-common", + "parity-scale-codec", + "polkadot-core-primitives", + "polkadot-parachain-primitives", + "polkadot-runtime-common", + "polkadot-runtime-parachains", + "precompile-utils", + "rlp", + "scale-info", + "serde", + "session-keys-primitives", + "sha3", + "smallvec", + "sp-api", + "sp-block-builder", + "sp-consensus-slots", + "sp-core", + "sp-genesis-builder", + "sp-inherents", + "sp-io", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-std", + "sp-timestamp", + "sp-transaction-pool", + "sp-version", + "sp-weights", + "staging-parachain-info", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", + "strum 0.26.3", + "strum_macros 0.24.3", + "substrate-wasm-builder", + "xcm-primitives 0.1.0", + "xcm-primitives 0.1.1", + "xcm-runtime-apis", + "xcm-simulator", ] +name = "moonbeam-runtime" +version = "0.8.4" [[package]] -name = "moonbeam-runtime-common" -version = "0.8.0-dev" dependencies = [ - "account", - "cumulus-pallet-parachain-system", - "cumulus-pallet-xcmp-queue", - "fp-ethereum", - "fp-evm", - "frame-benchmarking", - "frame-support", - "frame-system", - "frame-try-runtime", - "hex-literal 0.3.4", - "impl-trait-for-tuples", - "log", - "moonbeam-core-primitives", - "moonbeam-xcm-benchmarks", - "nimbus-primitives", - "pallet-asset-manager", - "pallet-assets", - "pallet-async-backing", - "pallet-author-inherent", - "pallet-author-mapping", - "pallet-author-slot-filter", - "pallet-balances", - "pallet-collective", - "pallet-conviction-voting", - "pallet-crowdloan-rewards", - "pallet-ethereum-xcm", - "pallet-evm", - "pallet-evm-chain-id", - "pallet-identity", - "pallet-message-queue", - "pallet-migrations", - "pallet-moonbeam-foreign-assets", - "pallet-moonbeam-lazy-migrations", - "pallet-moonbeam-orbiters", - "pallet-multisig", - "pallet-parachain-staking", - "pallet-precompile-benchmarks", - "pallet-preimage", - "pallet-proxy", - "pallet-randomness", - "pallet-referenda", - "pallet-relay-storage-roots", - "pallet-scheduler", - "pallet-sudo", - "pallet-timestamp", - "pallet-treasury", - "pallet-utility", - "pallet-whitelist", - "pallet-xcm", - "pallet-xcm-transactor", - "parity-scale-codec", - "precompile-utils", - "sp-api", - "sp-consensus-slots", - "sp-core", - "sp-genesis-builder", - "sp-runtime", - "sp-std", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", - "xcm-primitives 0.1.1", - "xcm-runtime-apis", + "account", + "cumulus-pallet-parachain-system", + "cumulus-pallet-xcmp-queue", + "fp-ethereum", + "fp-evm", + "frame-benchmarking", + "frame-support", + "frame-system", + "frame-try-runtime", + "hex-literal 0.3.4", + "impl-trait-for-tuples", + "log", + "moonbeam-core-primitives", + "moonbeam-xcm-benchmarks", + "nimbus-primitives", + "pallet-asset-manager", + "pallet-assets", + "pallet-async-backing", + "pallet-author-inherent", + "pallet-author-mapping", + "pallet-author-slot-filter", + "pallet-balances", + "pallet-collective", + "pallet-conviction-voting", + "pallet-crowdloan-rewards", + "pallet-ethereum-xcm", + "pallet-evm", + "pallet-evm-chain-id", + "pallet-identity", + "pallet-message-queue", + "pallet-migrations", + "pallet-moonbeam-foreign-assets", + "pallet-moonbeam-lazy-migrations", + "pallet-moonbeam-orbiters", + "pallet-multisig", + "pallet-parachain-staking", + "pallet-precompile-benchmarks", + "pallet-preimage", + "pallet-proxy", + "pallet-randomness", + "pallet-referenda", + "pallet-relay-storage-roots", + "pallet-scheduler", + "pallet-sudo", + "pallet-timestamp", + "pallet-treasury", + "pallet-utility", + "pallet-whitelist", + "pallet-xcm", + "pallet-xcm-transactor", + "parity-scale-codec", + "precompile-utils", + "sp-api", + "sp-consensus-slots", + "sp-core", + "sp-genesis-builder", + "sp-runtime", + "sp-std", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", + "xcm-primitives 0.1.1", + "xcm-runtime-apis", ] +name = "moonbeam-runtime-common" +version = "0.8.0-dev" [[package]] -name = "moonbeam-service" -version = "0.40.0" dependencies = [ - "async-backing-primitives", - "async-io 1.13.0", - "async-trait", - "bip32", - "cumulus-client-cli", - "cumulus-client-collator", - "cumulus-client-consensus-common", - "cumulus-client-consensus-proposer", - "cumulus-client-consensus-relay-chain", - "cumulus-client-network", - "cumulus-client-parachain-inherent", - "cumulus-client-service", - "cumulus-primitives-core", - "cumulus-primitives-parachain-inherent", - "cumulus-relay-chain-inprocess-interface", - "cumulus-relay-chain-interface", - "cumulus-relay-chain-minimal-node", - "cumulus-relay-chain-rpc-interface", - "cumulus-test-relay-sproof-builder", - "derive_more", - "exit-future", - "fc-api", - "fc-consensus", - "fc-db", - "fc-mapping-sync", - "fc-rpc", - "fc-rpc-core", - "flume 0.10.14", - "fp-consensus", - "fp-rpc", - "fp-storage", - "frame-benchmarking", - "frame-benchmarking-cli", - "frame-system-rpc-runtime-api", - "futures 0.3.30", - "hex-literal 0.4.1", - "jsonrpsee", - "libsecp256k1", - "log", - "manual-xcm-rpc", - "maplit", - "moonbase-runtime", - "moonbeam-cli-opt", - "moonbeam-core-primitives", - "moonbeam-finality-rpc", - "moonbeam-primitives-ext", - "moonbeam-relay-encoder", - "moonbeam-rpc-debug", - "moonbeam-rpc-primitives-debug", - "moonbeam-rpc-primitives-txpool", - "moonbeam-rpc-trace", - "moonbeam-rpc-txpool", - "moonbeam-runtime", - "moonbeam-runtime-common", - "moonbeam-vrf", - "moonriver-runtime", - "nimbus-consensus", - "nimbus-primitives", - "nix 0.28.0", - "pallet-author-inherent", - "pallet-ethereum", - "pallet-parachain-staking", - "pallet-sudo", - "pallet-transaction-payment", - "pallet-transaction-payment-rpc", - "pallet-transaction-payment-rpc-runtime-api", - "pallet-xcm-transactor", - "parity-scale-codec", - "parking_lot 0.12.3", - "polkadot-cli", - "polkadot-parachain-primitives", - "polkadot-primitives", - "polkadot-runtime-common", - "polkadot-service", - "prometheus", - "rand 0.8.5", - "sc-basic-authorship", - "sc-block-builder", - "sc-chain-spec", - "sc-cli", - "sc-client-api", - "sc-client-db", - "sc-consensus", - "sc-consensus-grandpa", - "sc-consensus-manual-seal", - "sc-executor", - "sc-informant", - "sc-network", - "sc-network-common", - "sc-network-sync", - "sc-offchain", - "sc-rpc", - "sc-rpc-api", - "sc-service", - "sc-sysinfo", - "sc-telemetry", - "sc-tracing", - "sc-transaction-pool", - "sc-transaction-pool-api", - "serde", - "serde_json", - "session-keys-primitives", - "sha3", - "sp-api", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-inherents", - "sp-io", - "sp-keystore", - "sp-offchain", - "sp-runtime", - "sp-session", - "sp-storage", - "sp-timestamp", - "sp-transaction-pool", - "sp-trie", - "staging-xcm", - "substrate-build-script-utils", - "substrate-frame-rpc-system", - "substrate-prometheus-endpoint", - "substrate-test-client", - "substrate-test-runtime", - "substrate-test-runtime-client", - "tempfile", - "tiny-bip39", - "tokio", - "trie-root", - "xcm-runtime-apis", + "async-backing-primitives", + "async-io 1.13.0", + "async-trait", + "bip32", + "cumulus-client-cli", + "cumulus-client-collator", + "cumulus-client-consensus-common", + "cumulus-client-consensus-proposer", + "cumulus-client-consensus-relay-chain", + "cumulus-client-network", + "cumulus-client-parachain-inherent", + "cumulus-client-service", + "cumulus-primitives-core", + "cumulus-primitives-parachain-inherent", + "cumulus-relay-chain-inprocess-interface", + "cumulus-relay-chain-interface", + "cumulus-relay-chain-minimal-node", + "cumulus-relay-chain-rpc-interface", + "cumulus-test-relay-sproof-builder", + "derive_more", + "exit-future", + "fc-api", + "fc-consensus", + "fc-db", + "fc-mapping-sync", + "fc-rpc", + "fc-rpc-core", + "flume 0.10.14", + "fp-consensus", + "fp-rpc", + "fp-storage", + "frame-benchmarking", + "frame-benchmarking-cli", + "frame-system-rpc-runtime-api", + "futures 0.3.30", + "hex-literal 0.4.1", + "jsonrpsee", + "libsecp256k1", + "log", + "manual-xcm-rpc", + "maplit", + "moonbase-runtime", + "moonbeam-cli-opt", + "moonbeam-core-primitives", + "moonbeam-finality-rpc", + "moonbeam-primitives-ext", + "moonbeam-relay-encoder", + "moonbeam-rpc-debug", + "moonbeam-rpc-primitives-debug", + "moonbeam-rpc-primitives-txpool", + "moonbeam-rpc-trace", + "moonbeam-rpc-txpool", + "moonbeam-runtime", + "moonbeam-runtime-common", + "moonbeam-vrf", + "moonriver-runtime", + "nimbus-consensus", + "nimbus-primitives", + "nix 0.28.0", + "pallet-author-inherent", + "pallet-ethereum", + "pallet-parachain-staking", + "pallet-sudo", + "pallet-transaction-payment", + "pallet-transaction-payment-rpc", + "pallet-transaction-payment-rpc-runtime-api", + "pallet-xcm-transactor", + "parity-scale-codec", + "parking_lot 0.12.3", + "polkadot-cli", + "polkadot-parachain-primitives", + "polkadot-primitives", + "polkadot-runtime-common", + "polkadot-service", + "prometheus", + "rand 0.8.5", + "sc-basic-authorship", + "sc-block-builder", + "sc-chain-spec", + "sc-cli", + "sc-client-api", + "sc-client-db", + "sc-consensus", + "sc-consensus-grandpa", + "sc-consensus-manual-seal", + "sc-executor", + "sc-informant", + "sc-network", + "sc-network-common", + "sc-network-sync", + "sc-offchain", + "sc-rpc", + "sc-rpc-api", + "sc-service", + "sc-sysinfo", + "sc-telemetry", + "sc-tracing", + "sc-transaction-pool", + "sc-transaction-pool-api", + "serde", + "serde_json", + "session-keys-primitives", + "sha3", + "sp-api", + "sp-block-builder", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-inherents", + "sp-io", + "sp-keystore", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-storage", + "sp-timestamp", + "sp-transaction-pool", + "sp-trie", + "staging-xcm", + "substrate-build-script-utils", + "substrate-frame-rpc-system", + "substrate-prometheus-endpoint", + "substrate-test-client", + "substrate-test-runtime", + "substrate-test-runtime-client", + "tempfile", + "tiny-bip39", + "tokio", + "trie-root", + "xcm-runtime-apis", ] +name = "moonbeam-service" +version = "0.40.0" [[package]] -name = "moonbeam-vrf" -version = "0.1.0" dependencies = [ - "nimbus-primitives", - "parity-scale-codec", - "polkadot-primitives", - "schnorrkel 0.11.4", - "session-keys-primitives", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-keystore", - "sp-runtime", + "nimbus-primitives", + "parity-scale-codec", + "polkadot-primitives", + "schnorrkel 0.11.4", + "session-keys-primitives", + "sp-api", + "sp-application-crypto", + "sp-core", + "sp-keystore", + "sp-runtime", ] +name = "moonbeam-vrf" +version = "0.1.0" [[package]] -name = "moonbeam-xcm-benchmarks" -version = "0.2.0" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-balances", - "pallet-erc20-xcm-bridge", - "pallet-moonbeam-foreign-assets", - "pallet-xcm-benchmarks", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", - "xcm-primitives 0.1.1", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "pallet-balances", + "pallet-erc20-xcm-bridge", + "pallet-moonbeam-foreign-assets", + "pallet-xcm-benchmarks", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", + "xcm-primitives 0.1.1", ] +name = "moonbeam-xcm-benchmarks" +version = "0.2.0" [[package]] -name = "moonkey" -version = "0.1.1" dependencies = [ - "clap", - "moonbeam-cli-opt", + "clap", + "moonbeam-cli-opt", ] +name = "moonkey" +version = "0.1.1" [[package]] -name = "moonriver-runtime" -version = "0.8.4" dependencies = [ - "account", - "async-backing-primitives", - "cumulus-pallet-dmp-queue", - "cumulus-pallet-parachain-system", - "cumulus-pallet-xcm", - "cumulus-pallet-xcmp-queue", - "cumulus-primitives-core", - "cumulus-primitives-parachain-inherent", - "cumulus-primitives-timestamp", - "cumulus-primitives-utility", - "cumulus-test-relay-sproof-builder", - "ethereum", - "evm-tracing-events", - "fp-evm", - "fp-rpc", - "fp-self-contained", - "frame-benchmarking", - "frame-executive", - "frame-metadata", - "frame-support", - "frame-system", - "frame-system-benchmarking", - "frame-system-rpc-runtime-api", - "frame-try-runtime", - "hex", - "hex-literal 0.4.1", - "log", - "moonbeam-core-primitives", - "moonbeam-evm-tracer", - "moonbeam-relay-encoder", - "moonbeam-rpc-primitives-debug", - "moonbeam-rpc-primitives-txpool", - "moonbeam-runtime-common", - "moonbeam-xcm-benchmarks", - "nimbus-primitives", - "num_enum 0.5.11", - "orml-traits", - "orml-xcm-support", - "orml-xtokens", - "pallet-asset-manager", - "pallet-assets", - "pallet-async-backing", - "pallet-author-inherent", - "pallet-author-mapping", - "pallet-author-slot-filter", - "pallet-balances", - "pallet-collective", - "pallet-conviction-voting", - "pallet-crowdloan-rewards", - "pallet-erc20-xcm-bridge", - "pallet-ethereum", - "pallet-ethereum-xcm", - "pallet-evm", - "pallet-evm-chain-id", - "pallet-evm-precompile-author-mapping", - "pallet-evm-precompile-balances-erc20", - "pallet-evm-precompile-batch", - "pallet-evm-precompile-blake2", - "pallet-evm-precompile-bn128", - "pallet-evm-precompile-call-permit", - "pallet-evm-precompile-collective", - "pallet-evm-precompile-conviction-voting", - "pallet-evm-precompile-crowdloan-rewards", - "pallet-evm-precompile-dispatch", - "pallet-evm-precompile-gmp", - "pallet-evm-precompile-identity", - "pallet-evm-precompile-modexp", - "pallet-evm-precompile-p256verify", - "pallet-evm-precompile-parachain-staking", - "pallet-evm-precompile-preimage", - "pallet-evm-precompile-proxy", - "pallet-evm-precompile-randomness", - "pallet-evm-precompile-referenda", - "pallet-evm-precompile-registry", - "pallet-evm-precompile-relay-encoder", - "pallet-evm-precompile-relay-verifier", - "pallet-evm-precompile-sha3fips", - "pallet-evm-precompile-simple", - "pallet-evm-precompile-xcm-transactor", - "pallet-evm-precompile-xcm-utils", - "pallet-evm-precompile-xtokens", - "pallet-evm-precompileset-assets-erc20", - "pallet-identity", - "pallet-maintenance-mode", - "pallet-message-queue", - "pallet-migrations", - "pallet-moonbeam-foreign-assets", - "pallet-moonbeam-lazy-migrations", - "pallet-moonbeam-orbiters", - "pallet-multisig", - "pallet-parachain-staking", - "pallet-precompile-benchmarks", - "pallet-preimage", - "pallet-proxy", - "pallet-proxy-genesis-companion", - "pallet-randomness", - "pallet-referenda", - "pallet-relay-storage-roots", - "pallet-root-testing", - "pallet-scheduler", - "pallet-society", - "pallet-timestamp", - "pallet-transaction-payment", - "pallet-transaction-payment-rpc-runtime-api", - "pallet-treasury", - "pallet-utility", - "pallet-whitelist", - "pallet-xcm", - "pallet-xcm-benchmarks", - "pallet-xcm-transactor", - "parachains-common", - "parity-scale-codec", - "polkadot-core-primitives", - "polkadot-parachain-primitives", - "polkadot-runtime-common", - "polkadot-runtime-parachains", - "precompile-utils", - "rlp", - "scale-info", - "serde", - "session-keys-primitives", - "sha3", - "smallvec", - "sp-api", - "sp-block-builder", - "sp-consensus-slots", - "sp-core", - "sp-debug-derive", - "sp-genesis-builder", - "sp-inherents", - "sp-io", - "sp-offchain", - "sp-runtime", - "sp-session", - "sp-std", - "sp-timestamp", - "sp-transaction-pool", - "sp-version", - "sp-weights", - "staging-parachain-info", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", - "strum 0.26.3", - "strum_macros 0.24.3", - "substrate-wasm-builder", - "xcm-primitives 0.1.0", - "xcm-primitives 0.1.1", - "xcm-runtime-apis", - "xcm-simulator", + "account", + "async-backing-primitives", + "cumulus-pallet-dmp-queue", + "cumulus-pallet-parachain-system", + "cumulus-pallet-xcm", + "cumulus-pallet-xcmp-queue", + "cumulus-primitives-core", + "cumulus-primitives-parachain-inherent", + "cumulus-primitives-timestamp", + "cumulus-primitives-utility", + "cumulus-test-relay-sproof-builder", + "ethereum", + "evm-tracing-events", + "fp-evm", + "fp-rpc", + "fp-self-contained", + "frame-benchmarking", + "frame-executive", + "frame-metadata", + "frame-support", + "frame-system", + "frame-system-benchmarking", + "frame-system-rpc-runtime-api", + "frame-try-runtime", + "hex", + "hex-literal 0.4.1", + "log", + "moonbeam-core-primitives", + "moonbeam-evm-tracer", + "moonbeam-relay-encoder", + "moonbeam-rpc-primitives-debug", + "moonbeam-rpc-primitives-txpool", + "moonbeam-runtime-common", + "moonbeam-xcm-benchmarks", + "nimbus-primitives", + "num_enum 0.5.11", + "orml-traits", + "orml-xcm-support", + "orml-xtokens", + "pallet-asset-manager", + "pallet-assets", + "pallet-async-backing", + "pallet-author-inherent", + "pallet-author-mapping", + "pallet-author-slot-filter", + "pallet-balances", + "pallet-collective", + "pallet-conviction-voting", + "pallet-crowdloan-rewards", + "pallet-erc20-xcm-bridge", + "pallet-ethereum", + "pallet-ethereum-xcm", + "pallet-evm", + "pallet-evm-chain-id", + "pallet-evm-precompile-author-mapping", + "pallet-evm-precompile-balances-erc20", + "pallet-evm-precompile-batch", + "pallet-evm-precompile-blake2", + "pallet-evm-precompile-bn128", + "pallet-evm-precompile-call-permit", + "pallet-evm-precompile-collective", + "pallet-evm-precompile-conviction-voting", + "pallet-evm-precompile-crowdloan-rewards", + "pallet-evm-precompile-dispatch", + "pallet-evm-precompile-gmp", + "pallet-evm-precompile-identity", + "pallet-evm-precompile-modexp", + "pallet-evm-precompile-p256verify", + "pallet-evm-precompile-parachain-staking", + "pallet-evm-precompile-preimage", + "pallet-evm-precompile-proxy", + "pallet-evm-precompile-randomness", + "pallet-evm-precompile-referenda", + "pallet-evm-precompile-registry", + "pallet-evm-precompile-relay-encoder", + "pallet-evm-precompile-relay-verifier", + "pallet-evm-precompile-sha3fips", + "pallet-evm-precompile-simple", + "pallet-evm-precompile-xcm-transactor", + "pallet-evm-precompile-xcm-utils", + "pallet-evm-precompile-xtokens", + "pallet-evm-precompileset-assets-erc20", + "pallet-identity", + "pallet-maintenance-mode", + "pallet-message-queue", + "pallet-migrations", + "pallet-moonbeam-foreign-assets", + "pallet-moonbeam-lazy-migrations", + "pallet-moonbeam-orbiters", + "pallet-multisig", + "pallet-parachain-staking", + "pallet-precompile-benchmarks", + "pallet-preimage", + "pallet-proxy", + "pallet-proxy-genesis-companion", + "pallet-randomness", + "pallet-referenda", + "pallet-relay-storage-roots", + "pallet-root-testing", + "pallet-scheduler", + "pallet-society", + "pallet-timestamp", + "pallet-transaction-payment", + "pallet-transaction-payment-rpc-runtime-api", + "pallet-treasury", + "pallet-utility", + "pallet-whitelist", + "pallet-xcm", + "pallet-xcm-benchmarks", + "pallet-xcm-transactor", + "parachains-common", + "parity-scale-codec", + "polkadot-core-primitives", + "polkadot-parachain-primitives", + "polkadot-runtime-common", + "polkadot-runtime-parachains", + "precompile-utils", + "rlp", + "scale-info", + "serde", + "session-keys-primitives", + "sha3", + "smallvec", + "sp-api", + "sp-block-builder", + "sp-consensus-slots", + "sp-core", + "sp-debug-derive", + "sp-genesis-builder", + "sp-inherents", + "sp-io", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-std", + "sp-timestamp", + "sp-transaction-pool", + "sp-version", + "sp-weights", + "staging-parachain-info", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", + "strum 0.26.3", + "strum_macros 0.24.3", + "substrate-wasm-builder", + "xcm-primitives 0.1.0", + "xcm-primitives 0.1.1", + "xcm-runtime-apis", + "xcm-simulator", ] +name = "moonriver-runtime" +version = "0.8.4" [[package]] -name = "multiaddr" -version = "0.17.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2b36f567c7099511fa8612bbbb52dda2419ce0bdbacf31714e3a5ffdb766d3bd" dependencies = [ - "arrayref", - "byteorder", - "data-encoding", - "log", - "multibase", - "multihash 0.17.0", - "percent-encoding", - "serde", - "static_assertions", - "unsigned-varint 0.7.2", - "url", + "arrayref", + "byteorder", + "data-encoding", + "log", + "multibase", + "multihash 0.17.0", + "percent-encoding", + "serde", + "static_assertions", + "unsigned-varint 0.7.2", + "url", ] - -[[package]] name = "multiaddr" -version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.17.1" + +[[package]] checksum = "8b852bc02a2da5feed68cd14fa50d0774b92790a5bdbfa932a813926c8472070" dependencies = [ - "arrayref", - "byteorder", - "data-encoding", - "libp2p-identity", - "multibase", - "multihash 0.19.1", - "percent-encoding", - "serde", - "static_assertions", - "unsigned-varint 0.7.2", - "url", + "arrayref", + "byteorder", + "data-encoding", + "libp2p-identity", + "multibase", + "multihash 0.19.1", + "percent-encoding", + "serde", + "static_assertions", + "unsigned-varint 0.7.2", + "url", ] +name = "multiaddr" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.18.1" [[package]] -name = "multibase" -version = "0.9.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404" dependencies = [ - "base-x", - "data-encoding", - "data-encoding-macro", + "base-x", + "data-encoding", + "data-encoding-macro", ] +name = "multibase" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.9.1" [[package]] -name = "multihash" -version = "0.17.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "835d6ff01d610179fbce3de1694d007e500bf33a7f29689838941d6bf783ae40" dependencies = [ - "blake2b_simd", - "blake2s_simd", - "blake3", - "core2", - "digest 0.10.7", - "multihash-derive", - "sha2 0.10.8", - "sha3", - "unsigned-varint 0.7.2", + "blake2b_simd", + "blake2s_simd", + "blake3", + "core2", + "digest 0.10.7", + "multihash-derive", + "sha2 0.10.8", + "sha3", + "unsigned-varint 0.7.2", ] - -[[package]] name = "multihash" -version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.17.0" + +[[package]] checksum = "cfd8a792c1694c6da4f68db0a9d707c72bd260994da179e6030a5dcee00bb815" dependencies = [ - "blake2b_simd", - "blake2s_simd", - "blake3", - "core2", - "digest 0.10.7", - "multihash-derive", - "sha2 0.10.8", - "sha3", - "unsigned-varint 0.7.2", + "blake2b_simd", + "blake2s_simd", + "blake3", + "core2", + "digest 0.10.7", + "multihash-derive", + "sha2 0.10.8", + "sha3", + "unsigned-varint 0.7.2", ] - -[[package]] name = "multihash" -version = "0.19.1" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.18.1" + +[[package]] checksum = "076d548d76a0e2a0d4ab471d0b1c36c577786dfc4471242035d97a12a735c492" dependencies = [ - "core2", - "unsigned-varint 0.7.2", + "core2", + "unsigned-varint 0.7.2", ] +name = "multihash" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.19.1" [[package]] -name = "multihash-derive" -version = "0.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1d6d4752e6230d8ef7adf7bd5d8c4b1f6561c1014c5ba9a37445ccefe18aa1db" dependencies = [ - "proc-macro-crate 1.1.3", - "proc-macro-error", - "proc-macro2", - "quote", - "syn 1.0.109", - "synstructure 0.12.6", + "proc-macro-crate 1.1.3", + "proc-macro-error", + "proc-macro2", + "quote", + "syn 1.0.109", + "synstructure 0.12.6", ] +name = "multihash-derive" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.8.1" [[package]] +checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a" name = "multimap" -version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a" +version = "0.8.3" [[package]] +checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03" name = "multimap" -version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03" +version = "0.10.0" [[package]] -name = "multistream-select" -version = "0.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ea0df8e5eec2298a62b326ee4f0d7fe1a6b90a09dfcf9df37b38f947a8c42f19" dependencies = [ - "bytes", - "futures 0.3.30", - "log", - "pin-project", - "smallvec", - "unsigned-varint 0.7.2", + "bytes", + "futures 0.3.30", + "log", + "pin-project", + "smallvec", + "unsigned-varint 0.7.2", ] +name = "multistream-select" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.13.0" [[package]] -name = "nalgebra" -version = "0.32.6" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7b5c17de023a86f59ed79891b2e5d5a94c705dbe904a5b5c9c952ea6221b03e4" dependencies = [ - "approx", - "matrixmultiply", - "nalgebra-macros", - "num-complex", - "num-rational", - "num-traits", - "simba", - "typenum", + "approx", + "matrixmultiply", + "nalgebra-macros", + "num-complex", + "num-rational", + "num-traits", + "simba", + "typenum", ] +name = "nalgebra" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.32.6" [[package]] -name = "nalgebra-macros" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "254a5372af8fc138e36684761d3c0cdb758a4410e938babcff1c860ce14ddbfc" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro2", + "quote", + "syn 2.0.76", ] +name = "nalgebra-macros" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.2.2" [[package]] -name = "names" -version = "0.14.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7bddcd3bf5144b6392de80e04c347cd7fab2508f6df16a85fc496ecd5cec39bc" dependencies = [ - "rand 0.8.5", + "rand 0.8.5", ] +name = "names" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.14.0" [[package]] -name = "nanorand" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3" dependencies = [ - "getrandom 0.2.15", + "getrandom 0.2.15", ] +name = "nanorand" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.7.0" [[package]] -name = "native-tls" -version = "0.2.12" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466" dependencies = [ - "libc", - "log", - "openssl", - "openssl-probe", - "openssl-sys", - "schannel", - "security-framework", - "security-framework-sys", - "tempfile", + "libc", + "log", + "openssl", + "openssl-probe", + "openssl-sys", + "schannel", + "security-framework", + "security-framework-sys", + "tempfile", ] +name = "native-tls" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.2.12" [[package]] -name = "netlink-packet-core" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "345b8ab5bd4e71a2986663e88c56856699d060e78e152e6e9d7966fcd5491297" dependencies = [ - "anyhow", - "byteorder", - "libc", - "netlink-packet-utils", + "anyhow", + "byteorder", + "libc", + "netlink-packet-utils", ] +name = "netlink-packet-core" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.4.2" [[package]] -name = "netlink-packet-route" -version = "0.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d9ea4302b9759a7a88242299225ea3688e63c85ea136371bb6cf94fd674efaab" dependencies = [ - "anyhow", - "bitflags 1.3.2", - "byteorder", - "libc", - "netlink-packet-core", - "netlink-packet-utils", + "anyhow", + "bitflags 1.3.2", + "byteorder", + "libc", + "netlink-packet-core", + "netlink-packet-utils", ] +name = "netlink-packet-route" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.12.0" [[package]] -name = "netlink-packet-utils" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ede8a08c71ad5a95cdd0e4e52facd37190977039a4704eb82a283f713747d34" dependencies = [ - "anyhow", - "byteorder", - "paste", - "thiserror", + "anyhow", + "byteorder", + "paste", + "thiserror", ] +name = "netlink-packet-utils" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.5.2" [[package]] -name = "netlink-proto" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "65b4b14489ab424703c092062176d52ba55485a89c076b4f9db05092b7223aa6" dependencies = [ - "bytes", - "futures 0.3.30", - "log", - "netlink-packet-core", - "netlink-sys", - "thiserror", - "tokio", + "bytes", + "futures 0.3.30", + "log", + "netlink-packet-core", + "netlink-sys", + "thiserror", + "tokio", ] +name = "netlink-proto" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.10.0" [[package]] -name = "netlink-sys" -version = "0.8.6" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "416060d346fbaf1f23f9512963e3e878f1a78e707cb699ba9215761754244307" dependencies = [ - "bytes", - "futures 0.3.30", - "libc", - "log", - "tokio", + "bytes", + "futures 0.3.30", + "libc", + "log", + "tokio", ] +name = "netlink-sys" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.8.6" [[package]] -name = "network-interface" -version = "1.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a4a43439bf756eed340bdf8feba761e2d50c7d47175d87545cd5cbe4a137c4d1" dependencies = [ - "cc", - "libc", - "thiserror", - "winapi", + "cc", + "libc", + "thiserror", + "winapi", ] +name = "network-interface" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.1.4" [[package]] -name = "nimbus-consensus" -version = "0.9.0" -source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" dependencies = [ - "async-backing-primitives", - "async-trait", - "cumulus-client-collator", - "cumulus-client-consensus-common", - "cumulus-client-consensus-proposer", - "cumulus-client-parachain-inherent", - "cumulus-primitives-core", - "cumulus-primitives-parachain-inherent", - "cumulus-relay-chain-interface", - "futures 0.3.30", - "log", - "nimbus-primitives", - "parity-scale-codec", - "parking_lot 0.12.3", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-primitives", - "sc-client-api", - "sc-consensus", - "sc-consensus-manual-seal", - "sp-api", - "sp-application-crypto", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", - "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-keystore", - "sp-runtime", - "sp-version", - "substrate-prometheus-endpoint", - "tracing", + "async-backing-primitives", + "async-trait", + "cumulus-client-collator", + "cumulus-client-consensus-common", + "cumulus-client-consensus-proposer", + "cumulus-client-parachain-inherent", + "cumulus-primitives-core", + "cumulus-primitives-parachain-inherent", + "cumulus-relay-chain-interface", + "futures 0.3.30", + "log", + "nimbus-primitives", + "parity-scale-codec", + "parking_lot 0.12.3", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-primitives", + "sc-client-api", + "sc-consensus", + "sc-consensus-manual-seal", + "sp-api", + "sp-application-crypto", + "sp-block-builder", + "sp-blockchain", + "sp-consensus", + "sp-consensus-slots", + "sp-core", + "sp-inherents", + "sp-keystore", + "sp-runtime", + "sp-version", + "substrate-prometheus-endpoint", + "tracing", ] +name = "nimbus-consensus" +source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" +version = "0.9.0" [[package]] -name = "nimbus-primitives" -version = "0.9.0" -source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" dependencies = [ - "async-trait", - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-api", - "sp-application-crypto", - "sp-inherents", - "sp-runtime", - "sp-std", + "async-trait", + "frame-benchmarking", + "frame-support", + "frame-system", + "parity-scale-codec", + "scale-info", + "sp-api", + "sp-application-crypto", + "sp-inherents", + "sp-runtime", + "sp-std", ] +name = "nimbus-primitives" +source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" +version = "0.9.0" [[package]] -name = "nix" -version = "0.24.3" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069" dependencies = [ - "bitflags 1.3.2", - "cfg-if", - "libc", + "bitflags 1.3.2", + "cfg-if", + "libc", ] - -[[package]] name = "nix" -version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.24.3" + +[[package]] checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4" dependencies = [ - "bitflags 2.6.0", - "cfg-if", - "cfg_aliases", - "libc", + "bitflags 2.6.0", + "cfg-if", + "cfg_aliases", + "libc", ] +name = "nix" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.28.0" [[package]] +checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c" name = "no-std-compat" -version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c" +version = "0.4.1" [[package]] +checksum = "43794a0ace135be66a25d3ae77d41b91615fb68ae937f904090203e81f755b65" name = "no-std-net" -version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43794a0ace135be66a25d3ae77d41b91615fb68ae937f904090203e81f755b65" +version = "0.6.0" [[package]] +checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" name = "nodrop" -version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" +version = "0.1.14" [[package]] +checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451" name = "nohash-hasher" -version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451" +version = "0.2.0" [[package]] -name = "nom" -version = "7.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" dependencies = [ - "memchr", - "minimal-lexical", + "memchr", + "minimal-lexical", ] +name = "nom" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "7.1.3" [[package]] +checksum = "e9e591e719385e6ebaeb5ce5d3887f7d5676fceca6411d1925ccc95745f3d6f7" name = "nonempty" -version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9e591e719385e6ebaeb5ce5d3887f7d5676fceca6411d1925ccc95745f3d6f7" +version = "0.7.0" [[package]] +checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21" name = "nonzero_ext" -version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21" +version = "0.3.0" [[package]] +checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" name = "normalize-line-endings" -version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" +version = "0.3.0" [[package]] -name = "nu-ansi-term" -version = "0.46.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" dependencies = [ - "overload", - "winapi", + "overload", + "winapi", ] +name = "nu-ansi-term" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.46.0" [[package]] -name = "num" -version = "0.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23" dependencies = [ - "num-bigint", - "num-complex", - "num-integer", - "num-iter", - "num-rational", - "num-traits", + "num-bigint", + "num-complex", + "num-integer", + "num-iter", + "num-rational", + "num-traits", ] +name = "num" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.4.3" [[package]] -name = "num-bigint" -version = "0.4.6" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" dependencies = [ - "num-integer", - "num-traits", + "num-integer", + "num-traits", ] +name = "num-bigint" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.4.6" [[package]] -name = "num-complex" -version = "0.4.6" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" dependencies = [ - "num-traits", + "num-traits", ] +name = "num-complex" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.4.6" [[package]] +checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" name = "num-conv" -version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" +version = "0.1.0" [[package]] -name = "num-format" -version = "0.4.4" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3" dependencies = [ - "arrayvec 0.7.6", - "itoa", + "arrayvec 0.7.6", + "itoa", ] +name = "num-format" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.4.4" [[package]] -name = "num-integer" -version = "0.1.46" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" dependencies = [ - "num-traits", + "num-traits", ] +name = "num-integer" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.46" [[package]] -name = "num-iter" -version = "0.1.45" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" dependencies = [ - "autocfg", - "num-integer", - "num-traits", + "autocfg", + "num-integer", + "num-traits", ] +name = "num-iter" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.45" [[package]] -name = "num-rational" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" dependencies = [ - "num-bigint", - "num-integer", - "num-traits", + "num-bigint", + "num-integer", + "num-traits", ] +name = "num-rational" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.4.2" [[package]] -name = "num-traits" -version = "0.2.19" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" dependencies = [ - "autocfg", - "libm", + "autocfg", + "libm", ] +name = "num-traits" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.2.19" [[package]] -name = "num_cpus" -version = "1.16.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" dependencies = [ - "hermit-abi 0.3.9", - "libc", + "hermit-abi 0.3.9", + "libc", ] +name = "num_cpus" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.16.0" [[package]] -name = "num_enum" -version = "0.5.11" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9" dependencies = [ - "num_enum_derive 0.5.11", + "num_enum_derive 0.5.11", ] - -[[package]] name = "num_enum" -version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.5.11" + +[[package]] checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179" dependencies = [ - "num_enum_derive 0.7.3", + "num_enum_derive 0.7.3", ] +name = "num_enum" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.7.3" [[package]] -name = "num_enum_derive" -version = "0.5.11" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799" dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", + "proc-macro2", + "quote", + "syn 1.0.109", ] - -[[package]] name = "num_enum_derive" -version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.5.11" + +[[package]] checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56" dependencies = [ - "proc-macro-crate 3.2.0", - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro-crate 3.2.0", + "proc-macro2", + "quote", + "syn 2.0.76", ] +name = "num_enum_derive" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.7.3" [[package]] -name = "object" -version = "0.30.4" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "03b4680b86d9cfafba8fc491dc9b6df26b68cf40e9e6cd73909194759a63c385" dependencies = [ - "crc32fast", - "hashbrown 0.13.2", - "indexmap 1.9.3", - "memchr", + "crc32fast", + "hashbrown 0.13.2", + "indexmap 1.9.3", + "memchr", ] - -[[package]] name = "object" -version = "0.32.2" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.30.4" + +[[package]] checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" dependencies = [ - "memchr", + "memchr", ] - -[[package]] name = "object" -version = "0.36.3" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.32.2" + +[[package]] checksum = "27b64972346851a39438c60b341ebc01bba47464ae329e55cf343eb93964efd9" dependencies = [ - "memchr", + "memchr", ] +name = "object" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.36.3" [[package]] -name = "oid-registry" -version = "0.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9bedf36ffb6ba96c2eb7144ef6270557b52e54b20c0a8e1eb2ff99a6c6959bff" dependencies = [ - "asn1-rs 0.5.2", + "asn1-rs 0.5.2", ] - -[[package]] name = "oid-registry" -version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.6.1" + +[[package]] checksum = "a8d8034d9489cdaf79228eb9f6a3b8d7bb32ba00d6645ebd48eef4077ceb5bd9" dependencies = [ - "asn1-rs 0.6.2", + "asn1-rs 0.6.2", ] +name = "oid-registry" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.7.1" [[package]] +checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" name = "once_cell" -version = "1.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" +version = "1.19.0" [[package]] +checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" name = "opaque-debug" -version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" +version = "0.2.3" [[package]] +checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" name = "opaque-debug" -version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" +version = "0.3.1" [[package]] -name = "openssl" -version = "0.10.66" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1" dependencies = [ - "bitflags 2.6.0", - "cfg-if", - "foreign-types", - "libc", - "once_cell", - "openssl-macros", - "openssl-sys", + "bitflags 2.6.0", + "cfg-if", + "foreign-types", + "libc", + "once_cell", + "openssl-macros", + "openssl-sys", ] +name = "openssl" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.10.66" [[package]] -name = "openssl-macros" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro2", + "quote", + "syn 2.0.76", ] +name = "openssl-macros" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.1" [[package]] +checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" name = "openssl-probe" -version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" +version = "0.1.5" [[package]] -name = "openssl-src" -version = "300.3.1+3.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7259953d42a81bf137fbbd73bd30a8e1914d6dce43c2b90ed575783a22608b91" dependencies = [ - "cc", + "cc", ] +name = "openssl-src" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "300.3.1+3.3.1" [[package]] -name = "openssl-sys" -version = "0.9.103" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6" dependencies = [ - "cc", - "libc", - "openssl-src", - "pkg-config", - "vcpkg", + "cc", + "libc", + "openssl-src", + "pkg-config", + "vcpkg", ] +name = "openssl-sys" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.9.103" [[package]] +checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" name = "option-ext" -version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" +version = "0.2.0" [[package]] -name = "orchestra" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "41f6bbacc8c189a3f2e45e0fd0436e5d97f194db888e721bdbc3973e7dbed4c2" dependencies = [ - "async-trait", - "dyn-clonable", - "futures 0.3.30", - "futures-timer", - "orchestra-proc-macro", - "pin-project", - "prioritized-metered-channel", - "thiserror", - "tracing", + "async-trait", + "dyn-clonable", + "futures 0.3.30", + "futures-timer", + "orchestra-proc-macro", + "pin-project", + "prioritized-metered-channel", + "thiserror", + "tracing", ] +name = "orchestra" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.4.0" [[package]] -name = "orchestra-proc-macro" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f7b1d40dd8f367db3c65bec8d3dd47d4a604ee8874480738f93191bddab4e0e0" dependencies = [ - "expander", - "indexmap 2.4.0", - "itertools 0.11.0", - "petgraph", - "proc-macro-crate 3.2.0", - "proc-macro2", - "quote", - "syn 1.0.109", + "expander", + "indexmap 2.4.0", + "itertools 0.11.0", + "petgraph", + "proc-macro-crate 3.2.0", + "proc-macro2", + "quote", + "syn 1.0.109", ] +name = "orchestra-proc-macro" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.4.0" [[package]] -name = "ordered-float" -version = "1.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7" dependencies = [ - "num-traits", + "num-traits", ] +name = "ordered-float" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.1.1" [[package]] -name = "orml-traits" -version = "1.0.0" -source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=moonbeam-polkadot-stable2407#c8803cb5a000f13504d567440965e1682ea9534d" dependencies = [ - "frame-support", - "impl-trait-for-tuples", - "num-traits", - "orml-utilities", - "parity-scale-codec", - "paste", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "staging-xcm", + "frame-support", + "impl-trait-for-tuples", + "num-traits", + "orml-utilities", + "parity-scale-codec", + "paste", + "scale-info", + "serde", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "staging-xcm", ] +name = "orml-traits" +source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=moonbeam-polkadot-stable2407#c8803cb5a000f13504d567440965e1682ea9534d" +version = "1.0.0" [[package]] -name = "orml-utilities" -version = "1.0.0" -source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=moonbeam-polkadot-stable2407#c8803cb5a000f13504d567440965e1682ea9534d" dependencies = [ - "frame-support", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "frame-support", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] +name = "orml-utilities" +source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=moonbeam-polkadot-stable2407#c8803cb5a000f13504d567440965e1682ea9534d" +version = "1.0.0" [[package]] -name = "orml-xcm-support" -version = "1.0.0" -source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=moonbeam-polkadot-stable2407#c8803cb5a000f13504d567440965e1682ea9534d" dependencies = [ - "frame-support", - "orml-traits", - "parity-scale-codec", - "sp-runtime", - "sp-std", - "staging-xcm", - "staging-xcm-executor", + "frame-support", + "orml-traits", + "parity-scale-codec", + "sp-runtime", + "sp-std", + "staging-xcm", + "staging-xcm-executor", ] +name = "orml-xcm-support" +source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=moonbeam-polkadot-stable2407#c8803cb5a000f13504d567440965e1682ea9534d" +version = "1.0.0" [[package]] -name = "orml-xtokens" -version = "1.0.0" -source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=moonbeam-polkadot-stable2407#c8803cb5a000f13504d567440965e1682ea9534d" dependencies = [ - "frame-support", - "frame-system", - "log", - "orml-traits", - "orml-xcm-support", - "pallet-xcm", - "parity-scale-codec", - "scale-info", - "serde", - "sp-io", - "sp-runtime", - "sp-std", - "staging-xcm", - "staging-xcm-executor", + "frame-support", + "frame-system", + "log", + "orml-traits", + "orml-xcm-support", + "pallet-xcm", + "parity-scale-codec", + "scale-info", + "serde", + "sp-io", + "sp-runtime", + "sp-std", + "staging-xcm", + "staging-xcm-executor", ] +name = "orml-xtokens" +source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=moonbeam-polkadot-stable2407#c8803cb5a000f13504d567440965e1682ea9534d" +version = "1.0.0" [[package]] +checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" name = "overload" -version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" +version = "0.1.1" [[package]] -name = "p256" -version = "0.13.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" dependencies = [ - "ecdsa", - "elliptic-curve", - "primeorder", - "sha2 0.10.8", + "ecdsa", + "elliptic-curve", + "primeorder", + "sha2 0.10.8", ] +name = "p256" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.13.2" [[package]] -name = "pallet-asset-conversion" -version = "19.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-api", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "sp-api", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", ] +name = "pallet-asset-conversion" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "19.0.0" [[package]] -name = "pallet-asset-manager" -version = "0.1.0" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-balances", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "staging-xcm", - "xcm-primitives 0.1.1", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "pallet-balances", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "staging-xcm", + "xcm-primitives 0.1.1", ] +name = "pallet-asset-manager" +version = "0.1.0" [[package]] -name = "pallet-asset-rate" -version = "16.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-runtime", + "frame-benchmarking", + "frame-support", + "frame-system", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-runtime", ] +name = "pallet-asset-rate" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "16.0.0" [[package]] -name = "pallet-asset-tx-payment" -version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "pallet-transaction-payment", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", + "frame-benchmarking", + "frame-support", + "frame-system", + "pallet-transaction-payment", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core", + "sp-io", + "sp-runtime", ] +name = "pallet-asset-tx-payment" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "37.0.0" [[package]] -name = "pallet-assets" -version = "39.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-runtime", + "frame-benchmarking", + "frame-support", + "frame-system", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-runtime", ] +name = "pallet-assets" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "39.0.0" [[package]] -name = "pallet-async-backing" -version = "0.9.0" -source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" dependencies = [ - "cumulus-pallet-parachain-system", - "cumulus-primitives-core", - "frame-support", - "frame-system", - "log", - "nimbus-primitives", - "pallet-timestamp", - "parity-scale-codec", - "scale-info", - "sp-consensus-slots", - "sp-core", - "sp-runtime", - "sp-std", + "cumulus-pallet-parachain-system", + "cumulus-primitives-core", + "frame-support", + "frame-system", + "log", + "nimbus-primitives", + "pallet-timestamp", + "parity-scale-codec", + "scale-info", + "sp-consensus-slots", + "sp-core", + "sp-runtime", + "sp-std", ] +name = "pallet-async-backing" +source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" +version = "0.9.0" [[package]] -name = "pallet-author-inherent" -version = "0.9.0" -source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "nimbus-primitives", - "parity-scale-codec", - "scale-info", - "sp-api", - "sp-application-crypto", - "sp-inherents", - "sp-runtime", - "sp-std", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "nimbus-primitives", + "parity-scale-codec", + "scale-info", + "sp-api", + "sp-application-crypto", + "sp-inherents", + "sp-runtime", + "sp-std", ] +name = "pallet-author-inherent" +source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" +version = "0.9.0" [[package]] -name = "pallet-author-mapping" -version = "2.0.5" -source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "nimbus-primitives", - "pallet-balances", - "parity-scale-codec", - "scale-info", - "serde", - "session-keys-primitives", - "sp-runtime", - "sp-std", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "nimbus-primitives", + "pallet-balances", + "parity-scale-codec", + "scale-info", + "serde", + "session-keys-primitives", + "sp-runtime", + "sp-std", ] +name = "pallet-author-mapping" +source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" +version = "2.0.5" [[package]] -name = "pallet-author-slot-filter" -version = "0.9.0" -source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "nimbus-primitives", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-runtime", - "sp-std", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "nimbus-primitives", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core", + "sp-runtime", + "sp-std", ] +name = "pallet-author-slot-filter" +source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" +version = "0.9.0" [[package]] -name = "pallet-authority-discovery" -version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-support", - "frame-system", - "pallet-session", - "parity-scale-codec", - "scale-info", - "sp-application-crypto", - "sp-authority-discovery", - "sp-runtime", + "frame-support", + "frame-system", + "pallet-session", + "parity-scale-codec", + "scale-info", + "sp-application-crypto", + "sp-authority-discovery", + "sp-runtime", ] +name = "pallet-authority-discovery" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "37.0.0" [[package]] -name = "pallet-authorship" -version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-support", - "frame-system", - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "sp-runtime", + "frame-support", + "frame-system", + "impl-trait-for-tuples", + "parity-scale-codec", + "scale-info", + "sp-runtime", ] +name = "pallet-authorship" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "37.0.0" [[package]] -name = "pallet-babe" -version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-authorship", - "pallet-session", - "pallet-timestamp", - "parity-scale-codec", - "scale-info", - "sp-application-crypto", - "sp-consensus-babe", - "sp-core", - "sp-io", - "sp-runtime", - "sp-session", - "sp-staking", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "pallet-authorship", + "pallet-session", + "pallet-timestamp", + "parity-scale-codec", + "scale-info", + "sp-application-crypto", + "sp-consensus-babe", + "sp-core", + "sp-io", + "sp-runtime", + "sp-session", + "sp-staking", ] +name = "pallet-babe" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "37.0.0" [[package]] -name = "pallet-bags-list" -version = "36.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "aquamarine", - "docify", - "frame-benchmarking", - "frame-election-provider-support", - "frame-support", - "frame-system", - "log", - "pallet-balances", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-tracing", + "aquamarine", + "docify", + "frame-benchmarking", + "frame-election-provider-support", + "frame-support", + "frame-system", + "log", + "pallet-balances", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-io", + "sp-runtime", + "sp-tracing", ] +name = "pallet-bags-list" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "36.0.0" [[package]] -name = "pallet-balances" -version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "docify", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime", + "docify", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "sp-runtime", ] +name = "pallet-balances" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "38.0.0" [[package]] -name = "pallet-beefy" -version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-support", - "frame-system", - "log", - "pallet-authorship", - "pallet-session", - "parity-scale-codec", - "scale-info", - "serde", - "sp-consensus-beefy", - "sp-runtime", - "sp-session", - "sp-staking", + "frame-support", + "frame-system", + "log", + "pallet-authorship", + "pallet-session", + "parity-scale-codec", + "scale-info", + "serde", + "sp-consensus-beefy", + "sp-runtime", + "sp-session", + "sp-staking", ] +name = "pallet-beefy" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "38.0.0" [[package]] -name = "pallet-beefy-mmr" -version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "array-bytes", - "binary-merkle-tree", - "frame-support", - "frame-system", - "log", - "pallet-beefy", - "pallet-mmr", - "pallet-session", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api", - "sp-consensus-beefy", - "sp-core", - "sp-io", - "sp-runtime", - "sp-state-machine", + "array-bytes", + "binary-merkle-tree", + "frame-support", + "frame-system", + "log", + "pallet-beefy", + "pallet-mmr", + "pallet-session", + "parity-scale-codec", + "scale-info", + "serde", + "sp-api", + "sp-consensus-beefy", + "sp-core", + "sp-io", + "sp-runtime", + "sp-state-machine", ] +name = "pallet-beefy-mmr" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "38.0.0" [[package]] -name = "pallet-bounties" -version = "36.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-treasury", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "pallet-treasury", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-io", + "sp-runtime", ] +name = "pallet-bounties" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "36.0.0" [[package]] -name = "pallet-broker" -version = "0.16.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "bitvec", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-api", - "sp-arithmetic", - "sp-core", - "sp-runtime", + "bitvec", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "sp-api", + "sp-arithmetic", + "sp-core", + "sp-runtime", ] +name = "pallet-broker" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.16.0" [[package]] -name = "pallet-child-bounties" -version = "36.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-bounties", - "pallet-treasury", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "pallet-bounties", + "pallet-treasury", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-io", + "sp-runtime", ] +name = "pallet-child-bounties" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "36.0.0" [[package]] -name = "pallet-collator-selection" -version = "18.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-authorship", - "pallet-balances", - "pallet-session", - "parity-scale-codec", - "rand 0.8.5", - "scale-info", - "sp-runtime", - "sp-staking", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "pallet-authorship", + "pallet-balances", + "pallet-session", + "parity-scale-codec", + "rand 0.8.5", + "scale-info", + "sp-runtime", + "sp-staking", ] +name = "pallet-collator-selection" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "18.0.0" [[package]] -name = "pallet-collective" -version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-io", + "sp-runtime", ] +name = "pallet-collective" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "37.0.0" [[package]] -name = "pallet-conviction-voting" -version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "assert_matches", - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "serde", - "sp-io", - "sp-runtime", + "assert_matches", + "frame-benchmarking", + "frame-support", + "frame-system", + "parity-scale-codec", + "scale-info", + "serde", + "sp-io", + "sp-runtime", ] +name = "pallet-conviction-voting" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "37.0.0" [[package]] -name = "pallet-crowdloan-rewards" -version = "0.6.0" -source = "git+https://github.com/moonbeam-foundation/crowdloan-rewards?branch=moonbeam-polkadot-stable2407#3c0135e87804b7ba3efadb0d053086cca5e66b54" dependencies = [ - "ed25519-dalek", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-balances", - "pallet-utility", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-trie", + "ed25519-dalek", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "pallet-balances", + "pallet-utility", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "sp-trie", ] +name = "pallet-crowdloan-rewards" +source = "git+https://github.com/moonbeam-foundation/crowdloan-rewards?branch=moonbeam-polkadot-stable2407#3c0135e87804b7ba3efadb0d053086cca5e66b54" +version = "0.6.0" [[package]] -name = "pallet-delegated-staking" -version = "4.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-runtime", - "sp-staking", + "frame-support", + "frame-system", + "parity-scale-codec", + "scale-info", + "sp-runtime", + "sp-staking", ] +name = "pallet-delegated-staking" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "4.0.0" [[package]] -name = "pallet-democracy" -version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core", + "sp-io", + "sp-runtime", ] +name = "pallet-democracy" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "37.0.0" [[package]] -name = "pallet-election-provider-multi-phase" -version = "36.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-election-provider-support", - "frame-support", - "frame-system", - "log", - "pallet-election-provider-support-benchmarking", - "parity-scale-codec", - "rand 0.8.5", - "scale-info", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-npos-elections", - "sp-runtime", - "strum 0.26.3", + "frame-benchmarking", + "frame-election-provider-support", + "frame-support", + "frame-system", + "log", + "pallet-election-provider-support-benchmarking", + "parity-scale-codec", + "rand 0.8.5", + "scale-info", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-npos-elections", + "sp-runtime", + "strum 0.26.3", ] +name = "pallet-election-provider-multi-phase" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "36.0.0" [[package]] -name = "pallet-election-provider-support-benchmarking" -version = "36.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-election-provider-support", - "frame-system", - "parity-scale-codec", - "sp-npos-elections", - "sp-runtime", + "frame-benchmarking", + "frame-election-provider-support", + "frame-system", + "parity-scale-codec", + "sp-npos-elections", + "sp-runtime", ] +name = "pallet-election-provider-support-benchmarking" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "36.0.0" [[package]] -name = "pallet-elections-phragmen" -version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-npos-elections", - "sp-runtime", - "sp-staking", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-io", + "sp-npos-elections", + "sp-runtime", + "sp-staking", ] +name = "pallet-elections-phragmen" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "38.0.0" [[package]] -name = "pallet-emergency-para-xcm" -version = "0.1.0" -source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" dependencies = [ - "cumulus-pallet-parachain-system", - "cumulus-primitives-core", - "frame-support", - "frame-system", - "log", - "pallet-message-queue", - "parity-scale-codec", - "polkadot-parachain-primitives", - "scale-info", - "sp-runtime", - "sp-std", - "xcm-primitives 0.1.0", + "cumulus-pallet-parachain-system", + "cumulus-primitives-core", + "frame-support", + "frame-system", + "log", + "pallet-message-queue", + "parity-scale-codec", + "polkadot-parachain-primitives", + "scale-info", + "sp-runtime", + "sp-std", + "xcm-primitives 0.1.0", ] +name = "pallet-emergency-para-xcm" +source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" +version = "0.1.0" [[package]] -name = "pallet-erc20-xcm-bridge" -version = "1.0.0" dependencies = [ - "environmental", - "ethereum-types", - "fp-evm", - "frame-support", - "frame-system", - "log", - "pallet-balances", - "pallet-evm", - "pallet-timestamp", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "staging-xcm", - "staging-xcm-executor", + "environmental", + "ethereum-types", + "fp-evm", + "frame-support", + "frame-system", + "log", + "pallet-balances", + "pallet-evm", + "pallet-timestamp", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "staging-xcm", + "staging-xcm-executor", ] +name = "pallet-erc20-xcm-bridge" +version = "1.0.0" [[package]] -name = "pallet-ethereum" -version = "4.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ - "cumulus-primitives-storage-weight-reclaim", - "environmental", - "ethereum", - "ethereum-types", - "evm", - "fp-consensus", - "fp-ethereum", - "fp-evm", - "fp-rpc", - "fp-storage", - "frame-support", - "frame-system", - "pallet-evm", - "parity-scale-codec", - "scale-info", - "sp-io", - "sp-runtime", + "cumulus-primitives-storage-weight-reclaim", + "environmental", + "ethereum", + "ethereum-types", + "evm", + "fp-consensus", + "fp-ethereum", + "fp-evm", + "fp-rpc", + "fp-storage", + "frame-support", + "frame-system", + "pallet-evm", + "parity-scale-codec", + "scale-info", + "sp-io", + "sp-runtime", ] +name = "pallet-ethereum" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +version = "4.0.0-dev" [[package]] -name = "pallet-ethereum-xcm" -version = "1.0.0-dev" dependencies = [ - "environmental", - "ethereum", - "ethereum-types", - "fp-ethereum", - "fp-evm", - "fp-rpc", - "fp-self-contained", - "frame-benchmarking", - "frame-support", - "frame-system", - "hex", - "libsecp256k1", - "pallet-balances", - "pallet-ethereum", - "pallet-evm", - "pallet-evm-precompile-proxy", - "pallet-proxy", - "pallet-timestamp", - "parity-scale-codec", - "rlp", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "xcm-primitives 0.1.1", + "environmental", + "ethereum", + "ethereum-types", + "fp-ethereum", + "fp-evm", + "fp-rpc", + "fp-self-contained", + "frame-benchmarking", + "frame-support", + "frame-system", + "hex", + "libsecp256k1", + "pallet-balances", + "pallet-ethereum", + "pallet-evm", + "pallet-evm-precompile-proxy", + "pallet-proxy", + "pallet-timestamp", + "parity-scale-codec", + "rlp", + "scale-info", + "serde", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "xcm-primitives 0.1.1", ] +name = "pallet-ethereum-xcm" +version = "1.0.0-dev" [[package]] -name = "pallet-evm" -version = "6.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ - "environmental", - "evm", - "fp-account", - "fp-evm", - "frame-benchmarking", - "frame-support", - "frame-system", - "hash-db", - "hex-literal 0.4.1", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "environmental", + "evm", + "fp-account", + "fp-evm", + "frame-benchmarking", + "frame-support", + "frame-system", + "hash-db", + "hex-literal 0.4.1", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-io", + "sp-runtime", ] +name = "pallet-evm" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +version = "6.0.0-dev" [[package]] -name = "pallet-evm-chain-id" -version = "1.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", + "frame-support", + "frame-system", + "parity-scale-codec", + "scale-info", ] +name = "pallet-evm-chain-id" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +version = "1.0.0-dev" [[package]] -name = "pallet-evm-precompile-author-mapping" -version = "0.2.0" dependencies = [ - "derive_more", - "fp-evm", - "frame-support", - "frame-system", - "hex-literal 0.4.1", - "log", - "nimbus-primitives", - "num_enum 0.5.11", - "pallet-author-mapping", - "pallet-balances", - "pallet-evm", - "pallet-scheduler", - "pallet-timestamp", - "parity-scale-codec", - "precompile-utils", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "derive_more", + "fp-evm", + "frame-support", + "frame-system", + "hex-literal 0.4.1", + "log", + "nimbus-primitives", + "num_enum 0.5.11", + "pallet-author-mapping", + "pallet-balances", + "pallet-evm", + "pallet-scheduler", + "pallet-timestamp", + "parity-scale-codec", + "precompile-utils", + "scale-info", + "serde", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] +name = "pallet-evm-precompile-author-mapping" +version = "0.2.0" [[package]] -name = "pallet-evm-precompile-balances-erc20" -version = "0.1.0" dependencies = [ - "account", - "derive_more", - "fp-evm", - "frame-support", - "frame-system", - "hex-literal 0.4.1", - "libsecp256k1", - "log", - "num_enum 0.5.11", - "pallet-balances", - "pallet-evm", - "pallet-timestamp", - "parity-scale-codec", - "paste", - "precompile-utils", - "scale-info", - "serde", - "sha3", - "slices", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "account", + "derive_more", + "fp-evm", + "frame-support", + "frame-system", + "hex-literal 0.4.1", + "libsecp256k1", + "log", + "num_enum 0.5.11", + "pallet-balances", + "pallet-evm", + "pallet-timestamp", + "parity-scale-codec", + "paste", + "precompile-utils", + "scale-info", + "serde", + "sha3", + "slices", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] +name = "pallet-evm-precompile-balances-erc20" +version = "0.1.0" [[package]] -name = "pallet-evm-precompile-batch" -version = "0.1.0" dependencies = [ - "derive_more", - "evm", - "fp-evm", - "frame-support", - "frame-system", - "hex-literal 0.4.1", - "log", - "num_enum 0.5.11", - "pallet-balances", - "pallet-evm", - "pallet-timestamp", - "parity-scale-codec", - "paste", - "precompile-utils", - "scale-info", - "serde", - "sha3", - "slices", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "derive_more", + "evm", + "fp-evm", + "frame-support", + "frame-system", + "hex-literal 0.4.1", + "log", + "num_enum 0.5.11", + "pallet-balances", + "pallet-evm", + "pallet-timestamp", + "parity-scale-codec", + "paste", + "precompile-utils", + "scale-info", + "serde", + "sha3", + "slices", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] +name = "pallet-evm-precompile-batch" +version = "0.1.0" [[package]] -name = "pallet-evm-precompile-blake2" -version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ - "fp-evm", + "fp-evm", ] +name = "pallet-evm-precompile-blake2" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +version = "2.0.0-dev" [[package]] -name = "pallet-evm-precompile-bn128" -version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ - "fp-evm", - "sp-core", - "substrate-bn", + "fp-evm", + "sp-core", + "substrate-bn", ] +name = "pallet-evm-precompile-bn128" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +version = "2.0.0-dev" [[package]] -name = "pallet-evm-precompile-call-permit" -version = "0.1.0" dependencies = [ - "derive_more", - "evm", - "fp-evm", - "frame-support", - "frame-system", - "hex-literal 0.4.1", - "libsecp256k1", - "log", - "num_enum 0.5.11", - "pallet-balances", - "pallet-evm", - "pallet-timestamp", - "parity-scale-codec", - "paste", - "precompile-utils", - "scale-info", - "serde", - "sha3", - "slices", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "derive_more", + "evm", + "fp-evm", + "frame-support", + "frame-system", + "hex-literal 0.4.1", + "libsecp256k1", + "log", + "num_enum 0.5.11", + "pallet-balances", + "pallet-evm", + "pallet-timestamp", + "parity-scale-codec", + "paste", + "precompile-utils", + "scale-info", + "serde", + "sha3", + "slices", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] +name = "pallet-evm-precompile-call-permit" +version = "0.1.0" [[package]] -name = "pallet-evm-precompile-collective" -version = "0.1.0" dependencies = [ - "account", - "derive_more", - "evm", - "fp-evm", - "frame-support", - "frame-system", - "hex-literal 0.4.1", - "log", - "num_enum 0.5.11", - "pallet-balances", - "pallet-collective", - "pallet-evm", - "pallet-timestamp", - "pallet-treasury", - "parity-scale-codec", - "paste", - "precompile-utils", - "scale-info", - "serde", - "sha3", - "similar-asserts", - "slices", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "xcm-primitives 0.1.1", + "account", + "derive_more", + "evm", + "fp-evm", + "frame-support", + "frame-system", + "hex-literal 0.4.1", + "log", + "num_enum 0.5.11", + "pallet-balances", + "pallet-collective", + "pallet-evm", + "pallet-timestamp", + "pallet-treasury", + "parity-scale-codec", + "paste", + "precompile-utils", + "scale-info", + "serde", + "sha3", + "similar-asserts", + "slices", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "xcm-primitives 0.1.1", ] +name = "pallet-evm-precompile-collective" +version = "0.1.0" [[package]] -name = "pallet-evm-precompile-conviction-voting" -version = "0.1.0" dependencies = [ - "account", - "derive_more", - "fp-evm", - "frame-support", - "frame-system", - "hex-literal 0.4.1", - "log", - "num_enum 0.5.11", - "pallet-balances", - "pallet-conviction-voting", - "pallet-evm", - "pallet-timestamp", - "parity-scale-codec", - "precompile-utils", - "rustc-hex", - "scale-info", - "serde", - "sha3", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "account", + "derive_more", + "fp-evm", + "frame-support", + "frame-system", + "hex-literal 0.4.1", + "log", + "num_enum 0.5.11", + "pallet-balances", + "pallet-conviction-voting", + "pallet-evm", + "pallet-timestamp", + "parity-scale-codec", + "precompile-utils", + "rustc-hex", + "scale-info", + "serde", + "sha3", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] +name = "pallet-evm-precompile-conviction-voting" +version = "0.1.0" [[package]] -name = "pallet-evm-precompile-crowdloan-rewards" -version = "0.6.0" dependencies = [ - "cumulus-pallet-parachain-system", - "cumulus-primitives-core", - "cumulus-primitives-parachain-inherent", - "cumulus-test-relay-sproof-builder", - "derive_more", - "fp-evm", - "frame-support", - "frame-system", - "log", - "num_enum 0.5.11", - "pallet-balances", - "pallet-crowdloan-rewards", - "pallet-evm", - "pallet-message-queue", - "pallet-scheduler", - "pallet-timestamp", - "parity-scale-codec", - "precompile-utils", - "rustc-hex", - "scale-info", - "serde", - "sha3", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "cumulus-pallet-parachain-system", + "cumulus-primitives-core", + "cumulus-primitives-parachain-inherent", + "cumulus-test-relay-sproof-builder", + "derive_more", + "fp-evm", + "frame-support", + "frame-system", + "log", + "num_enum 0.5.11", + "pallet-balances", + "pallet-crowdloan-rewards", + "pallet-evm", + "pallet-message-queue", + "pallet-scheduler", + "pallet-timestamp", + "parity-scale-codec", + "precompile-utils", + "rustc-hex", + "scale-info", + "serde", + "sha3", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] +name = "pallet-evm-precompile-crowdloan-rewards" +version = "0.6.0" [[package]] -name = "pallet-evm-precompile-dispatch" -version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ - "fp-evm", - "frame-support", - "pallet-evm", - "parity-scale-codec", - "sp-runtime", + "fp-evm", + "frame-support", + "pallet-evm", + "parity-scale-codec", + "sp-runtime", ] +name = "pallet-evm-precompile-dispatch" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +version = "2.0.0-dev" [[package]] -name = "pallet-evm-precompile-gmp" -version = "0.1.0" dependencies = [ - "account", - "cumulus-primitives-core", - "derive_more", - "evm", - "fp-evm", - "frame-support", - "frame-system", - "hex", - "hex-literal 0.4.1", - "log", - "num_enum 0.5.11", - "orml-traits", - "orml-xtokens", - "pallet-balances", - "pallet-evm", - "pallet-timestamp", - "pallet-xcm", - "parity-scale-codec", - "paste", - "precompile-utils", - "scale-info", - "serde", - "sha3", - "slices", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", - "xcm-primitives 0.1.1", + "account", + "cumulus-primitives-core", + "derive_more", + "evm", + "fp-evm", + "frame-support", + "frame-system", + "hex", + "hex-literal 0.4.1", + "log", + "num_enum 0.5.11", + "orml-traits", + "orml-xtokens", + "pallet-balances", + "pallet-evm", + "pallet-timestamp", + "pallet-xcm", + "parity-scale-codec", + "paste", + "precompile-utils", + "scale-info", + "serde", + "sha3", + "slices", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", + "xcm-primitives 0.1.1", ] +name = "pallet-evm-precompile-gmp" +version = "0.1.0" [[package]] -name = "pallet-evm-precompile-identity" -version = "0.1.0" dependencies = [ - "enumflags2", - "evm", - "fp-evm", - "frame-support", - "frame-system", - "hex", - "hex-literal 0.4.1", - "log", - "pallet-balances", - "pallet-evm", - "pallet-identity", - "pallet-timestamp", - "parity-scale-codec", - "precompile-utils", - "scale-info", - "serde", - "sha3", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "enumflags2", + "evm", + "fp-evm", + "frame-support", + "frame-system", + "hex", + "hex-literal 0.4.1", + "log", + "pallet-balances", + "pallet-evm", + "pallet-identity", + "pallet-timestamp", + "parity-scale-codec", + "precompile-utils", + "scale-info", + "serde", + "sha3", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] +name = "pallet-evm-precompile-identity" +version = "0.1.0" [[package]] -name = "pallet-evm-precompile-modexp" -version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ - "fp-evm", - "num", + "fp-evm", + "num", ] +name = "pallet-evm-precompile-modexp" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +version = "2.0.0-dev" [[package]] -name = "pallet-evm-precompile-p256verify" -version = "0.1.0" dependencies = [ - "fp-evm", - "frame-support", - "hex-literal 0.4.1", - "p256", - "precompile-utils", + "fp-evm", + "frame-support", + "hex-literal 0.4.1", + "p256", + "precompile-utils", ] +name = "pallet-evm-precompile-p256verify" +version = "0.1.0" [[package]] -name = "pallet-evm-precompile-parachain-staking" -version = "1.0.0" dependencies = [ - "derive_more", - "fp-evm", - "frame-support", - "frame-system", - "log", - "num_enum 0.5.11", - "pallet-balances", - "pallet-evm", - "pallet-parachain-staking", - "pallet-timestamp", - "parity-scale-codec", - "precompile-utils", - "rustc-hex", - "scale-info", - "serde", - "sha3", - "sp-consensus-slots", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "derive_more", + "fp-evm", + "frame-support", + "frame-system", + "log", + "num_enum 0.5.11", + "pallet-balances", + "pallet-evm", + "pallet-parachain-staking", + "pallet-timestamp", + "parity-scale-codec", + "precompile-utils", + "rustc-hex", + "scale-info", + "serde", + "sha3", + "sp-consensus-slots", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] +name = "pallet-evm-precompile-parachain-staking" +version = "1.0.0" [[package]] -name = "pallet-evm-precompile-preimage" -version = "0.1.0" dependencies = [ - "derive_more", - "fp-evm", - "frame-support", - "frame-system", - "hex-literal 0.4.1", - "log", - "num_enum 0.5.11", - "pallet-balances", - "pallet-evm", - "pallet-preimage", - "pallet-timestamp", - "parity-scale-codec", - "precompile-utils", - "rustc-hex", - "scale-info", - "serde", - "sha3", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "derive_more", + "fp-evm", + "frame-support", + "frame-system", + "hex-literal 0.4.1", + "log", + "num_enum 0.5.11", + "pallet-balances", + "pallet-evm", + "pallet-preimage", + "pallet-timestamp", + "parity-scale-codec", + "precompile-utils", + "rustc-hex", + "scale-info", + "serde", + "sha3", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] +name = "pallet-evm-precompile-preimage" +version = "0.1.0" [[package]] -name = "pallet-evm-precompile-proxy" -version = "0.1.0" dependencies = [ - "account", - "derive_more", - "evm", - "fp-evm", - "frame-support", - "frame-system", - "hex-literal 0.4.1", - "log", - "num_enum 0.5.11", - "pallet-balances", - "pallet-evm", - "pallet-proxy", - "pallet-timestamp", - "parity-scale-codec", - "precompile-utils", - "rustc-hex", - "scale-info", - "serde", - "sha3", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "account", + "derive_more", + "evm", + "fp-evm", + "frame-support", + "frame-system", + "hex-literal 0.4.1", + "log", + "num_enum 0.5.11", + "pallet-balances", + "pallet-evm", + "pallet-proxy", + "pallet-timestamp", + "parity-scale-codec", + "precompile-utils", + "rustc-hex", + "scale-info", + "serde", + "sha3", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] +name = "pallet-evm-precompile-proxy" +version = "0.1.0" [[package]] -name = "pallet-evm-precompile-randomness" -version = "0.1.0" dependencies = [ - "derive_more", - "fp-evm", - "frame-support", - "frame-system", - "hex-literal 0.4.1", - "log", - "nimbus-primitives", - "num_enum 0.5.11", - "pallet-author-mapping", - "pallet-balances", - "pallet-evm", - "pallet-randomness", - "pallet-scheduler", - "pallet-timestamp", - "parity-scale-codec", - "precompile-utils", - "scale-info", - "session-keys-primitives", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "derive_more", + "fp-evm", + "frame-support", + "frame-system", + "hex-literal 0.4.1", + "log", + "nimbus-primitives", + "num_enum 0.5.11", + "pallet-author-mapping", + "pallet-balances", + "pallet-evm", + "pallet-randomness", + "pallet-scheduler", + "pallet-timestamp", + "parity-scale-codec", + "precompile-utils", + "scale-info", + "session-keys-primitives", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] +name = "pallet-evm-precompile-randomness" +version = "0.1.0" [[package]] -name = "pallet-evm-precompile-referenda" -version = "0.1.0" dependencies = [ - "derive_more", - "fp-evm", - "frame-support", - "frame-system", - "hex-literal 0.4.1", - "log", - "num_enum 0.5.11", - "pallet-balances", - "pallet-evm", - "pallet-preimage", - "pallet-referenda", - "pallet-scheduler", - "pallet-timestamp", - "parity-scale-codec", - "precompile-utils", - "rustc-hex", - "scale-info", - "serde", - "sha3", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "derive_more", + "fp-evm", + "frame-support", + "frame-system", + "hex-literal 0.4.1", + "log", + "num_enum 0.5.11", + "pallet-balances", + "pallet-evm", + "pallet-preimage", + "pallet-referenda", + "pallet-scheduler", + "pallet-timestamp", + "parity-scale-codec", + "precompile-utils", + "rustc-hex", + "scale-info", + "serde", + "sha3", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] +name = "pallet-evm-precompile-referenda" +version = "0.1.0" [[package]] -name = "pallet-evm-precompile-registry" -version = "0.1.0" dependencies = [ - "derive_more", - "fp-evm", - "frame-support", - "frame-system", - "hex-literal 0.4.1", - "log", - "pallet-balances", - "pallet-evm", - "pallet-scheduler", - "pallet-timestamp", - "parity-scale-codec", - "precompile-utils", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "derive_more", + "fp-evm", + "frame-support", + "frame-system", + "hex-literal 0.4.1", + "log", + "pallet-balances", + "pallet-evm", + "pallet-scheduler", + "pallet-timestamp", + "parity-scale-codec", + "precompile-utils", + "scale-info", + "serde", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] +name = "pallet-evm-precompile-registry" +version = "0.1.0" [[package]] -name = "pallet-evm-precompile-relay-encoder" -version = "0.1.0" dependencies = [ - "cumulus-pallet-parachain-system", - "cumulus-primitives-core", - "derive_more", - "fp-evm", - "frame-support", - "frame-system", - "hex-literal 0.4.1", - "log", - "num_enum 0.5.11", - "orml-traits", - "pallet-balances", - "pallet-evm", - "pallet-message-queue", - "pallet-staking", - "pallet-timestamp", - "pallet-xcm-transactor", - "parity-scale-codec", - "precompile-utils", - "rustc-hex", - "scale-info", - "serde", - "sha3", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", - "xcm-primitives 0.1.1", + "cumulus-pallet-parachain-system", + "cumulus-primitives-core", + "derive_more", + "fp-evm", + "frame-support", + "frame-system", + "hex-literal 0.4.1", + "log", + "num_enum 0.5.11", + "orml-traits", + "pallet-balances", + "pallet-evm", + "pallet-message-queue", + "pallet-staking", + "pallet-timestamp", + "pallet-xcm-transactor", + "parity-scale-codec", + "precompile-utils", + "rustc-hex", + "scale-info", + "serde", + "sha3", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", + "xcm-primitives 0.1.1", ] +name = "pallet-evm-precompile-relay-encoder" +version = "0.1.0" [[package]] -name = "pallet-evm-precompile-relay-verifier" -version = "0.1.0" dependencies = [ - "cumulus-pallet-parachain-system", - "cumulus-primitives-core", - "fp-evm", - "frame-support", - "frame-system", - "hex", - "moonbeam-runtime-common", - "pallet-balances", - "pallet-evm", - "pallet-precompile-benchmarks", - "pallet-relay-storage-roots", - "pallet-timestamp", - "parity-scale-codec", - "precompile-utils", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "storage-proof-primitives", + "cumulus-pallet-parachain-system", + "cumulus-primitives-core", + "fp-evm", + "frame-support", + "frame-system", + "hex", + "moonbeam-runtime-common", + "pallet-balances", + "pallet-evm", + "pallet-precompile-benchmarks", + "pallet-relay-storage-roots", + "pallet-timestamp", + "parity-scale-codec", + "precompile-utils", + "scale-info", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "storage-proof-primitives", ] +name = "pallet-evm-precompile-relay-verifier" +version = "0.1.0" [[package]] -name = "pallet-evm-precompile-sha3fips" -version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ - "fp-evm", - "tiny-keccak", + "fp-evm", + "tiny-keccak", ] +name = "pallet-evm-precompile-sha3fips" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +version = "2.0.0-dev" [[package]] -name = "pallet-evm-precompile-simple" -version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ - "fp-evm", - "ripemd", - "sp-io", + "fp-evm", + "ripemd", + "sp-io", ] +name = "pallet-evm-precompile-simple" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +version = "2.0.0-dev" [[package]] -name = "pallet-evm-precompile-storage-cleaner" -version = "0.1.0" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ - "fp-evm", - "frame-support", - "frame-system", - "log", - "pallet-evm", - "parity-scale-codec", - "precompile-utils", - "sp-core", - "sp-runtime", + "fp-evm", + "frame-support", + "frame-system", + "log", + "pallet-evm", + "parity-scale-codec", + "precompile-utils", + "sp-core", + "sp-runtime", ] +name = "pallet-evm-precompile-storage-cleaner" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +version = "0.1.0" [[package]] -name = "pallet-evm-precompile-xcm" -version = "0.1.0" -source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" dependencies = [ - "cumulus-primitives-core", - "evm", - "fp-evm", - "frame-support", - "frame-system", - "log", - "num_enum 0.7.3", - "pallet-evm", - "pallet-xcm", - "precompile-utils", - "sp-core", - "sp-runtime", - "sp-std", - "sp-weights", - "staging-xcm", - "xcm-primitives 0.1.0", + "cumulus-primitives-core", + "evm", + "fp-evm", + "frame-support", + "frame-system", + "log", + "num_enum 0.7.3", + "pallet-evm", + "pallet-xcm", + "precompile-utils", + "sp-core", + "sp-runtime", + "sp-std", + "sp-weights", + "staging-xcm", + "xcm-primitives 0.1.0", ] +name = "pallet-evm-precompile-xcm" +source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" +version = "0.1.0" [[package]] -name = "pallet-evm-precompile-xcm-transactor" -version = "0.2.0" dependencies = [ - "cumulus-primitives-core", - "derive_more", - "evm", - "fp-evm", - "frame-support", - "frame-system", - "log", - "num_enum 0.5.11", - "orml-traits", - "pallet-balances", - "pallet-evm", - "pallet-timestamp", - "pallet-xcm", - "pallet-xcm-transactor", - "parity-scale-codec", - "precompile-utils", - "rustc-hex", - "scale-info", - "serde", - "sha3", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-weights", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", - "xcm-primitives 0.1.1", + "cumulus-primitives-core", + "derive_more", + "evm", + "fp-evm", + "frame-support", + "frame-system", + "log", + "num_enum 0.5.11", + "orml-traits", + "pallet-balances", + "pallet-evm", + "pallet-timestamp", + "pallet-xcm", + "pallet-xcm-transactor", + "parity-scale-codec", + "precompile-utils", + "rustc-hex", + "scale-info", + "serde", + "sha3", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "sp-weights", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", + "xcm-primitives 0.1.1", ] +name = "pallet-evm-precompile-xcm-transactor" +version = "0.2.0" [[package]] -name = "pallet-evm-precompile-xcm-utils" -version = "0.1.0" dependencies = [ - "cumulus-primitives-core", - "derive_more", - "fp-evm", - "frame-support", - "frame-system", - "num_enum 0.5.11", - "orml-traits", - "pallet-balances", - "pallet-evm", - "pallet-timestamp", - "pallet-xcm", - "parity-scale-codec", - "polkadot-parachain-primitives", - "precompile-utils", - "scale-info", - "serde", - "sha3", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-weights", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", - "xcm-primitives 0.1.1", + "cumulus-primitives-core", + "derive_more", + "fp-evm", + "frame-support", + "frame-system", + "num_enum 0.5.11", + "orml-traits", + "pallet-balances", + "pallet-evm", + "pallet-timestamp", + "pallet-xcm", + "parity-scale-codec", + "polkadot-parachain-primitives", + "precompile-utils", + "scale-info", + "serde", + "sha3", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "sp-weights", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", + "xcm-primitives 0.1.1", ] +name = "pallet-evm-precompile-xcm-utils" +version = "0.1.0" [[package]] -name = "pallet-evm-precompile-xtokens" -version = "0.1.0" dependencies = [ - "account", - "cumulus-primitives-core", - "derive_more", - "fp-evm", - "frame-support", - "frame-system", - "log", - "num_enum 0.5.11", - "orml-traits", - "orml-xtokens", - "pallet-balances", - "pallet-evm", - "pallet-timestamp", - "pallet-xcm", - "parity-scale-codec", - "precompile-utils", - "rustc-hex", - "scale-info", - "serde", - "sha3", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-weights", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", - "xcm-primitives 0.1.1", + "account", + "cumulus-primitives-core", + "derive_more", + "fp-evm", + "frame-support", + "frame-system", + "log", + "num_enum 0.5.11", + "orml-traits", + "orml-xtokens", + "pallet-balances", + "pallet-evm", + "pallet-timestamp", + "pallet-xcm", + "parity-scale-codec", + "precompile-utils", + "rustc-hex", + "scale-info", + "serde", + "sha3", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "sp-weights", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", + "xcm-primitives 0.1.1", ] +name = "pallet-evm-precompile-xtokens" +version = "0.1.0" [[package]] -name = "pallet-evm-precompileset-assets-erc20" -version = "0.1.0" dependencies = [ - "account", - "derive_more", - "fp-evm", - "frame-support", - "frame-system", - "hex-literal 0.4.1", - "libsecp256k1", - "log", - "num_enum 0.5.11", - "pallet-assets", - "pallet-balances", - "pallet-evm", - "pallet-timestamp", - "parity-scale-codec", - "paste", - "precompile-utils", - "scale-info", - "serde", - "sha3", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "xcm-primitives 0.1.0", + "account", + "derive_more", + "fp-evm", + "frame-support", + "frame-system", + "hex-literal 0.4.1", + "libsecp256k1", + "log", + "num_enum 0.5.11", + "pallet-assets", + "pallet-balances", + "pallet-evm", + "pallet-timestamp", + "parity-scale-codec", + "paste", + "precompile-utils", + "scale-info", + "serde", + "sha3", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "xcm-primitives 0.1.0", ] +name = "pallet-evm-precompileset-assets-erc20" +version = "0.1.0" [[package]] -name = "pallet-fast-unstake" -version = "36.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "docify", - "frame-benchmarking", - "frame-election-provider-support", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-io", - "sp-runtime", - "sp-staking", + "docify", + "frame-benchmarking", + "frame-election-provider-support", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "sp-io", + "sp-runtime", + "sp-staking", ] +name = "pallet-fast-unstake" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "36.0.0" [[package]] -name = "pallet-grandpa" -version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-authorship", - "pallet-session", - "parity-scale-codec", - "scale-info", - "sp-application-crypto", - "sp-consensus-grandpa", - "sp-core", - "sp-io", - "sp-runtime", - "sp-session", - "sp-staking", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "pallet-authorship", + "pallet-session", + "parity-scale-codec", + "scale-info", + "sp-application-crypto", + "sp-consensus-grandpa", + "sp-core", + "sp-io", + "sp-runtime", + "sp-session", + "sp-staking", ] +name = "pallet-grandpa" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "37.0.0" [[package]] -name = "pallet-identity" -version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "enumflags2", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "enumflags2", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] +name = "pallet-identity" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "37.0.0" [[package]] -name = "pallet-im-online" -version = "36.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-authorship", - "parity-scale-codec", - "scale-info", - "sp-application-crypto", - "sp-core", - "sp-io", - "sp-runtime", - "sp-staking", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "pallet-authorship", + "parity-scale-codec", + "scale-info", + "sp-application-crypto", + "sp-core", + "sp-io", + "sp-runtime", + "sp-staking", ] +name = "pallet-im-online" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "36.0.0" [[package]] -name = "pallet-indices" -version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-keyring", - "sp-runtime", + "frame-benchmarking", + "frame-support", + "frame-system", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-io", + "sp-keyring", + "sp-runtime", ] +name = "pallet-indices" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "37.0.0" [[package]] -name = "pallet-maintenance-mode" -version = "0.1.0" -source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" dependencies = [ - "cumulus-primitives-core", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime", - "sp-std", - "xcm-primitives 0.1.0", + "cumulus-primitives-core", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "sp-runtime", + "sp-std", + "xcm-primitives 0.1.0", ] +name = "pallet-maintenance-mode" +source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" +version = "0.1.0" [[package]] -name = "pallet-membership" -version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-io", + "sp-runtime", ] +name = "pallet-membership" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "37.0.0" [[package]] -name = "pallet-message-queue" -version = "40.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "environmental", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", - "sp-weights", + "environmental", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", + "sp-weights", ] +name = "pallet-message-queue" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "40.0.0" [[package]] -name = "pallet-migrations" -version = "0.1.0" -source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "xcm-primitives 0.1.0", + "frame-benchmarking", + "frame-support", + "frame-system", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "xcm-primitives 0.1.0", ] +name = "pallet-migrations" +source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" +version = "0.1.0" [[package]] -name = "pallet-mmr" -version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-mmr-primitives", - "sp-runtime", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-io", + "sp-mmr-primitives", + "sp-runtime", ] +name = "pallet-mmr" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "37.0.0" [[package]] -name = "pallet-moonbeam-foreign-assets" -version = "0.1.0" dependencies = [ - "ethereum-types", - "fp-evm", - "frame-benchmarking", - "frame-support", - "frame-system", - "hex", - "log", - "pallet-balances", - "pallet-evm", - "pallet-timestamp", - "parity-scale-codec", - "precompile-utils", - "precompile-utils-macro", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "staging-xcm", - "staging-xcm-executor", + "ethereum-types", + "fp-evm", + "frame-benchmarking", + "frame-support", + "frame-system", + "hex", + "log", + "pallet-balances", + "pallet-evm", + "pallet-timestamp", + "parity-scale-codec", + "precompile-utils", + "precompile-utils-macro", + "scale-info", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "staging-xcm", + "staging-xcm-executor", ] +name = "pallet-moonbeam-foreign-assets" +version = "0.1.0" [[package]] -name = "pallet-moonbeam-lazy-migrations" -version = "0.1.0" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-assets", - "pallet-balances", - "pallet-evm", - "pallet-scheduler", - "pallet-timestamp", - "parity-scale-codec", - "rlp", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "pallet-assets", + "pallet-balances", + "pallet-evm", + "pallet-scheduler", + "pallet-timestamp", + "parity-scale-codec", + "rlp", + "scale-info", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] +name = "pallet-moonbeam-lazy-migrations" +version = "0.1.0" [[package]] -name = "pallet-moonbeam-orbiters" -version = "0.1.0" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "nimbus-primitives", - "pallet-balances", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "nimbus-primitives", + "pallet-balances", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] +name = "pallet-moonbeam-orbiters" +version = "0.1.0" [[package]] -name = "pallet-multisig" -version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-io", - "sp-runtime", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "sp-io", + "sp-runtime", ] +name = "pallet-multisig" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "37.0.0" [[package]] -name = "pallet-nis" -version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-arithmetic", - "sp-core", - "sp-runtime", + "frame-benchmarking", + "frame-support", + "frame-system", + "parity-scale-codec", + "scale-info", + "sp-arithmetic", + "sp-core", + "sp-runtime", ] +name = "pallet-nis" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "37.0.0" [[package]] -name = "pallet-nomination-pools" -version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-support", - "frame-system", - "log", - "pallet-balances", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-staking", - "sp-tracing", + "frame-support", + "frame-system", + "log", + "pallet-balances", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-io", + "sp-runtime", + "sp-staking", + "sp-tracing", ] - -[[package]] -name = "pallet-nomination-pools-benchmarking" -version = "35.0.0" +name = "pallet-nomination-pools" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "34.0.0" + +[[package]] dependencies = [ - "frame-benchmarking", - "frame-election-provider-support", - "frame-support", - "frame-system", - "pallet-bags-list", - "pallet-delegated-staking", - "pallet-nomination-pools", - "pallet-staking", - "parity-scale-codec", - "scale-info", - "sp-runtime", - "sp-runtime-interface", - "sp-staking", + "frame-benchmarking", + "frame-election-provider-support", + "frame-support", + "frame-system", + "pallet-bags-list", + "pallet-delegated-staking", + "pallet-nomination-pools", + "pallet-staking", + "parity-scale-codec", + "scale-info", + "sp-runtime", + "sp-runtime-interface", + "sp-staking", ] +name = "pallet-nomination-pools-benchmarking" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "35.0.0" [[package]] -name = "pallet-nomination-pools-runtime-api" -version = "32.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "pallet-nomination-pools", - "parity-scale-codec", - "sp-api", + "pallet-nomination-pools", + "parity-scale-codec", + "sp-api", ] +name = "pallet-nomination-pools-runtime-api" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "32.0.0" [[package]] -name = "pallet-offences" -version = "36.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-support", - "frame-system", - "log", - "pallet-balances", - "parity-scale-codec", - "scale-info", - "serde", - "sp-runtime", - "sp-staking", + "frame-support", + "frame-system", + "log", + "pallet-balances", + "parity-scale-codec", + "scale-info", + "serde", + "sp-runtime", + "sp-staking", ] +name = "pallet-offences" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "36.0.0" [[package]] -name = "pallet-offences-benchmarking" -version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-election-provider-support", - "frame-support", - "frame-system", - "log", - "pallet-babe", - "pallet-balances", - "pallet-grandpa", - "pallet-im-online", - "pallet-offences", - "pallet-session", - "pallet-staking", - "parity-scale-codec", - "scale-info", - "sp-runtime", - "sp-staking", + "frame-benchmarking", + "frame-election-provider-support", + "frame-support", + "frame-system", + "log", + "pallet-babe", + "pallet-balances", + "pallet-grandpa", + "pallet-im-online", + "pallet-offences", + "pallet-session", + "pallet-staking", + "parity-scale-codec", + "scale-info", + "sp-runtime", + "sp-staking", ] +name = "pallet-offences-benchmarking" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "37.0.0" [[package]] -name = "pallet-parachain-staking" -version = "3.0.0" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "nimbus-primitives", - "pallet-balances", - "parity-scale-codec", - "scale-info", - "serde", - "similar-asserts", - "sp-consensus-slots", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "substrate-fixed", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "nimbus-primitives", + "pallet-balances", + "parity-scale-codec", + "scale-info", + "serde", + "similar-asserts", + "sp-consensus-slots", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "substrate-fixed", ] +name = "pallet-parachain-staking" +version = "3.0.0" [[package]] -name = "pallet-parameters" -version = "0.8.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "cumulus-primitives-storage-weight-reclaim", - "docify", - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "paste", - "scale-info", - "serde", - "sp-core", - "sp-runtime", + "cumulus-primitives-storage-weight-reclaim", + "docify", + "frame-benchmarking", + "frame-support", + "frame-system", + "parity-scale-codec", + "paste", + "scale-info", + "serde", + "sp-core", + "sp-runtime", ] +name = "pallet-parameters" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.8.0" [[package]] -name = "pallet-precompile-benchmarks" -version = "0.1.0" dependencies = [ - "cumulus-primitives-core", - "evm", - "fp-evm", - "frame-benchmarking", - "frame-support", - "frame-system", - "pallet-evm-precompile-p256verify", - "pallet-relay-storage-roots", - "parity-scale-codec", - "precompile-utils", - "scale-info", - "sp-core", - "sp-std", - "storage-proof-primitives", + "cumulus-primitives-core", + "evm", + "fp-evm", + "frame-benchmarking", + "frame-support", + "frame-system", + "pallet-evm-precompile-p256verify", + "pallet-relay-storage-roots", + "parity-scale-codec", + "precompile-utils", + "scale-info", + "sp-core", + "sp-std", + "storage-proof-primitives", ] +name = "pallet-precompile-benchmarks" +version = "0.1.0" [[package]] -name = "pallet-preimage" -version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-io", + "sp-runtime", ] +name = "pallet-preimage" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "37.0.0" [[package]] -name = "pallet-proxy" -version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-io", - "sp-runtime", + "frame-benchmarking", + "frame-support", + "frame-system", + "parity-scale-codec", + "scale-info", + "sp-io", + "sp-runtime", ] +name = "pallet-proxy" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "37.0.0" [[package]] -name = "pallet-proxy-genesis-companion" -version = "0.1.0" dependencies = [ - "frame-support", - "frame-system", - "pallet-balances", - "pallet-evm-precompile-proxy", - "pallet-proxy", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "frame-support", + "frame-system", + "pallet-balances", + "pallet-evm-precompile-proxy", + "pallet-proxy", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] +name = "pallet-proxy-genesis-companion" +version = "0.1.0" [[package]] -name = "pallet-randomness" -version = "0.1.0" -source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" dependencies = [ - "environmental", - "frame-benchmarking", - "frame-support", - "frame-system", - "hex", - "log", - "nimbus-primitives", - "pallet-balances", - "parity-scale-codec", - "scale-info", - "schnorrkel 0.11.4", - "serde", - "session-keys-primitives", - "sp-consensus-babe", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "environmental", + "frame-benchmarking", + "frame-support", + "frame-system", + "hex", + "log", + "nimbus-primitives", + "pallet-balances", + "parity-scale-codec", + "scale-info", + "schnorrkel 0.11.4", + "serde", + "session-keys-primitives", + "sp-consensus-babe", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] +name = "pallet-randomness" +source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" +version = "0.1.0" [[package]] -name = "pallet-ranked-collective" -version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "scale-info", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", + "frame-benchmarking", + "frame-support", + "frame-system", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "scale-info", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", ] +name = "pallet-ranked-collective" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "37.0.0" [[package]] -name = "pallet-recovery" -version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-io", - "sp-runtime", + "frame-benchmarking", + "frame-support", + "frame-system", + "parity-scale-codec", + "scale-info", + "sp-io", + "sp-runtime", ] +name = "pallet-recovery" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "37.0.0" [[package]] -name = "pallet-referenda" -version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "assert_matches", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-arithmetic", - "sp-io", - "sp-runtime", + "assert_matches", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-arithmetic", + "sp-io", + "sp-runtime", ] +name = "pallet-referenda" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "37.0.0" [[package]] -name = "pallet-relay-storage-roots" -version = "0.1.0" -source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" dependencies = [ - "cumulus-pallet-parachain-system", - "cumulus-primitives-core", - "environmental", - "frame-benchmarking", - "frame-support", - "frame-system", - "hex", - "log", - "nimbus-primitives", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "cumulus-pallet-parachain-system", + "cumulus-primitives-core", + "environmental", + "frame-benchmarking", + "frame-support", + "frame-system", + "hex", + "log", + "nimbus-primitives", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] +name = "pallet-relay-storage-roots" +source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" +version = "0.1.0" [[package]] -name = "pallet-root-testing" -version = "13.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "frame-support", + "frame-system", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-io", + "sp-runtime", ] +name = "pallet-root-testing" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "13.0.0" [[package]] -name = "pallet-scheduler" -version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "docify", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-io", - "sp-runtime", - "sp-weights", + "docify", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "sp-io", + "sp-runtime", + "sp-weights", ] +name = "pallet-scheduler" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "38.0.0" [[package]] -name = "pallet-session" -version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-support", - "frame-system", - "impl-trait-for-tuples", - "log", - "pallet-timestamp", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-session", - "sp-staking", - "sp-state-machine", - "sp-trie", + "frame-support", + "frame-system", + "impl-trait-for-tuples", + "log", + "pallet-timestamp", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-io", + "sp-runtime", + "sp-session", + "sp-staking", + "sp-state-machine", + "sp-trie", ] +name = "pallet-session" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "37.0.0" [[package]] -name = "pallet-session-benchmarking" -version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "pallet-session", - "pallet-staking", - "parity-scale-codec", - "rand 0.8.5", - "sp-runtime", - "sp-session", + "frame-benchmarking", + "frame-support", + "frame-system", + "pallet-session", + "pallet-staking", + "parity-scale-codec", + "rand 0.8.5", + "sp-runtime", + "sp-session", ] +name = "pallet-session-benchmarking" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "37.0.0" [[package]] -name = "pallet-society" -version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "rand_chacha 0.3.1", - "scale-info", - "sp-arithmetic", - "sp-io", - "sp-runtime", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "rand_chacha 0.3.1", + "scale-info", + "sp-arithmetic", + "sp-io", + "sp-runtime", ] +name = "pallet-society" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "37.0.0" [[package]] -name = "pallet-staking" -version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-election-provider-support", - "frame-support", - "frame-system", - "log", - "pallet-authorship", - "pallet-session", - "parity-scale-codec", - "rand_chacha 0.3.1", - "scale-info", - "serde", - "sp-application-crypto", - "sp-io", - "sp-runtime", - "sp-staking", + "frame-benchmarking", + "frame-election-provider-support", + "frame-support", + "frame-system", + "log", + "pallet-authorship", + "pallet-session", + "parity-scale-codec", + "rand_chacha 0.3.1", + "scale-info", + "serde", + "sp-application-crypto", + "sp-io", + "sp-runtime", + "sp-staking", ] +name = "pallet-staking" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "37.0.0" [[package]] -name = "pallet-staking-reward-curve" -version = "12.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "proc-macro-crate 3.2.0", - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro-crate 3.2.0", + "proc-macro2", + "quote", + "syn 2.0.76", ] +name = "pallet-staking-reward-curve" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "12.0.0" [[package]] -name = "pallet-staking-reward-fn" -version = "22.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "log", - "sp-arithmetic", + "log", + "sp-arithmetic", ] +name = "pallet-staking-reward-fn" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "22.0.0" [[package]] -name = "pallet-staking-runtime-api" -version = "22.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "parity-scale-codec", - "sp-api", - "sp-staking", + "parity-scale-codec", + "sp-api", + "sp-staking", ] +name = "pallet-staking-runtime-api" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "22.0.0" [[package]] -name = "pallet-state-trie-migration" -version = "39.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-io", + "sp-runtime", ] +name = "pallet-state-trie-migration" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "39.0.0" [[package]] -name = "pallet-sudo" -version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "docify", - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-io", - "sp-runtime", + "docify", + "frame-benchmarking", + "frame-support", + "frame-system", + "parity-scale-codec", + "scale-info", + "sp-io", + "sp-runtime", ] +name = "pallet-sudo" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "37.0.0" [[package]] -name = "pallet-timestamp" -version = "36.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "docify", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-inherents", - "sp-io", - "sp-runtime", - "sp-storage", - "sp-timestamp", + "docify", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "sp-inherents", + "sp-io", + "sp-runtime", + "sp-storage", + "sp-timestamp", ] +name = "pallet-timestamp" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "36.0.0" [[package]] -name = "pallet-tips" -version = "36.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-treasury", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "pallet-treasury", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core", + "sp-io", + "sp-runtime", ] +name = "pallet-tips" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "36.0.0" [[package]] -name = "pallet-transaction-payment" -version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", + "frame-support", + "frame-system", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core", + "sp-io", + "sp-runtime", ] +name = "pallet-transaction-payment" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "37.0.0" [[package]] -name = "pallet-transaction-payment-rpc" -version = "40.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "jsonrpsee", - "pallet-transaction-payment-rpc-runtime-api", - "parity-scale-codec", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-rpc", - "sp-runtime", - "sp-weights", + "jsonrpsee", + "pallet-transaction-payment-rpc-runtime-api", + "parity-scale-codec", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-rpc", + "sp-runtime", + "sp-weights", ] +name = "pallet-transaction-payment-rpc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "40.0.0" [[package]] -name = "pallet-transaction-payment-rpc-runtime-api" -version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "pallet-transaction-payment", - "parity-scale-codec", - "sp-api", - "sp-runtime", - "sp-weights", + "pallet-transaction-payment", + "parity-scale-codec", + "sp-api", + "sp-runtime", + "sp-weights", ] +name = "pallet-transaction-payment-rpc-runtime-api" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "37.0.0" [[package]] -name = "pallet-treasury" -version = "36.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "docify", - "frame-benchmarking", - "frame-support", - "frame-system", - "impl-trait-for-tuples", - "pallet-balances", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-runtime", + "docify", + "frame-benchmarking", + "frame-support", + "frame-system", + "impl-trait-for-tuples", + "pallet-balances", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core", + "sp-runtime", ] +name = "pallet-treasury" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "36.0.0" [[package]] -name = "pallet-utility" -version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "frame-benchmarking", + "frame-support", + "frame-system", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-io", + "sp-runtime", ] +name = "pallet-utility" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "37.0.0" [[package]] -name = "pallet-vesting" -version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "sp-runtime", ] +name = "pallet-vesting" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "37.0.0" [[package]] -name = "pallet-whitelist" -version = "36.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-api", - "sp-runtime", + "frame-benchmarking", + "frame-support", + "frame-system", + "parity-scale-codec", + "scale-info", + "sp-api", + "sp-runtime", ] +name = "pallet-whitelist" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "36.0.0" [[package]] -name = "pallet-xcm" -version = "16.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "bounded-collections", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-balances", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", - "xcm-runtime-apis", + "bounded-collections", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "pallet-balances", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core", + "sp-io", + "sp-runtime", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", + "xcm-runtime-apis", ] +name = "pallet-xcm" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "16.0.0" [[package]] -name = "pallet-xcm-benchmarks" -version = "16.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-io", - "sp-runtime", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "sp-io", + "sp-runtime", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", ] +name = "pallet-xcm-benchmarks" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "16.0.0" [[package]] -name = "pallet-xcm-transactor" -version = "0.2.0" dependencies = [ - "cumulus-primitives-core", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "orml-traits", - "pallet-balances", - "pallet-timestamp", - "pallet-xcm", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", - "xcm-primitives 0.1.1", + "cumulus-primitives-core", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "orml-traits", + "pallet-balances", + "pallet-timestamp", + "pallet-xcm", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", + "xcm-primitives 0.1.1", ] +name = "pallet-xcm-transactor" +version = "0.2.0" [[package]] -name = "parachains-common" -version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "cumulus-primitives-core", - "cumulus-primitives-utility", - "frame-support", - "frame-system", - "log", - "pallet-asset-tx-payment", - "pallet-assets", - "pallet-authorship", - "pallet-balances", - "pallet-collator-selection", - "pallet-message-queue", - "pallet-xcm", - "parity-scale-codec", - "polkadot-primitives", - "scale-info", - "sp-consensus-aura", - "sp-core", - "sp-io", - "sp-runtime", - "staging-parachain-info", - "staging-xcm", - "staging-xcm-executor", - "substrate-wasm-builder", + "cumulus-primitives-core", + "cumulus-primitives-utility", + "frame-support", + "frame-system", + "log", + "pallet-asset-tx-payment", + "pallet-assets", + "pallet-authorship", + "pallet-balances", + "pallet-collator-selection", + "pallet-message-queue", + "pallet-xcm", + "parity-scale-codec", + "polkadot-primitives", + "scale-info", + "sp-consensus-aura", + "sp-core", + "sp-io", + "sp-runtime", + "staging-parachain-info", + "staging-xcm", + "staging-xcm-executor", + "substrate-wasm-builder", ] +name = "parachains-common" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "17.0.0" [[package]] -name = "parity-bip39" -version = "2.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4e69bf016dc406eff7d53a7d3f7cf1c2e72c82b9088aac1118591e36dd2cd3e9" dependencies = [ - "bitcoin_hashes 0.13.0", - "rand 0.8.5", - "rand_core 0.6.4", - "serde", - "unicode-normalization", + "bitcoin_hashes 0.13.0", + "rand 0.8.5", + "rand_core 0.6.4", + "serde", + "unicode-normalization", ] +name = "parity-bip39" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "2.0.1" [[package]] -name = "parity-db" -version = "0.4.13" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "592a28a24b09c9dc20ac8afaa6839abc417c720afe42c12e1e4a9d6aa2508d2e" dependencies = [ - "blake2 0.10.6", - "crc32fast", - "fs2", - "hex", - "libc", - "log", - "lz4", - "memmap2 0.5.10", - "parking_lot 0.12.3", - "rand 0.8.5", - "siphasher", - "snap", - "winapi", + "blake2 0.10.6", + "crc32fast", + "fs2", + "hex", + "libc", + "log", + "lz4", + "memmap2 0.5.10", + "parking_lot 0.12.3", + "rand 0.8.5", + "siphasher", + "snap", + "winapi", ] +name = "parity-db" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.4.13" [[package]] -name = "parity-scale-codec" -version = "3.6.12" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "306800abfa29c7f16596b5970a588435e3d5b3149683d00c12b699cc19f895ee" dependencies = [ - "arrayvec 0.7.6", - "bitvec", - "byte-slice-cast", - "bytes", - "impl-trait-for-tuples", - "parity-scale-codec-derive", - "serde", + "arrayvec 0.7.6", + "bitvec", + "byte-slice-cast", + "bytes", + "impl-trait-for-tuples", + "parity-scale-codec-derive", + "serde", ] +name = "parity-scale-codec" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "3.6.12" [[package]] -name = "parity-scale-codec-derive" -version = "3.6.12" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d830939c76d294956402033aee57a6da7b438f2294eb94864c37b0569053a42c" dependencies = [ - "proc-macro-crate 3.2.0", - "proc-macro2", - "quote", - "syn 1.0.109", + "proc-macro-crate 3.2.0", + "proc-macro2", + "quote", + "syn 1.0.109", ] +name = "parity-scale-codec-derive" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "3.6.12" [[package]] +checksum = "e1ad0aff30c1da14b1254fcb2af73e1fa9a28670e584a626f53a369d0e157304" name = "parity-wasm" -version = "0.45.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1ad0aff30c1da14b1254fcb2af73e1fa9a28670e584a626f53a369d0e157304" +version = "0.45.0" [[package]] +checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae" name = "parking" -version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae" +version = "2.2.0" [[package]] -name = "parking_lot" -version = "0.11.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" dependencies = [ - "instant", - "lock_api", - "parking_lot_core 0.8.6", + "instant", + "lock_api", + "parking_lot_core 0.8.6", ] - -[[package]] name = "parking_lot" -version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.11.2" + +[[package]] checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" dependencies = [ - "lock_api", - "parking_lot_core 0.9.10", + "lock_api", + "parking_lot_core 0.9.10", ] +name = "parking_lot" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.12.3" [[package]] -name = "parking_lot_core" -version = "0.8.6" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc" dependencies = [ - "cfg-if", - "instant", - "libc", - "redox_syscall 0.2.16", - "smallvec", - "winapi", + "cfg-if", + "instant", + "libc", + "redox_syscall 0.2.16", + "smallvec", + "winapi", ] - -[[package]] name = "parking_lot_core" -version = "0.9.10" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.8.6" + +[[package]] checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" dependencies = [ - "cfg-if", - "libc", - "redox_syscall 0.5.3", - "smallvec", - "windows-targets 0.52.6", + "cfg-if", + "libc", + "redox_syscall 0.5.3", + "smallvec", + "windows-targets 0.52.6", ] +name = "parking_lot_core" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.9.10" [[package]] +checksum = "7924d1d0ad836f665c9065e26d016c673ece3993f30d340068b16f282afc1156" name = "partial_sort" -version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7924d1d0ad836f665c9065e26d016c673ece3993f30d340068b16f282afc1156" +version = "0.2.0" [[package]] -name = "password-hash" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166" dependencies = [ - "base64ct", - "rand_core 0.6.4", - "subtle 2.6.1", + "base64ct", + "rand_core 0.6.4", + "subtle 2.6.1", ] +name = "password-hash" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.5.0" [[package]] +checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" name = "paste" -version = "1.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" +version = "1.0.15" [[package]] -name = "pbkdf2" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd" dependencies = [ - "crypto-mac 0.8.0", + "crypto-mac 0.8.0", ] - -[[package]] name = "pbkdf2" -version = "0.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.4.0" + +[[package]] checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2" dependencies = [ - "digest 0.10.7", - "hmac 0.12.1", - "password-hash", + "digest 0.10.7", + "hmac 0.12.1", + "password-hash", ] +name = "pbkdf2" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.12.2" [[package]] +checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" name = "peeking_take_while" -version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" +version = "0.1.2" [[package]] -name = "pem" -version = "1.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8" dependencies = [ - "base64 0.13.1", + "base64 0.13.1", ] +name = "pem" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.1.1" [[package]] +checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" name = "percent-encoding" -version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" +version = "2.3.1" [[package]] -name = "pest" -version = "2.7.11" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cd53dff83f26735fdc1ca837098ccf133605d794cdae66acfc2bfac3ec809d95" dependencies = [ - "memchr", - "thiserror", - "ucd-trie", + "memchr", + "thiserror", + "ucd-trie", ] +name = "pest" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "2.7.11" [[package]] -name = "pest_derive" -version = "2.7.11" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2a548d2beca6773b1c244554d36fcf8548a8a58e74156968211567250e48e49a" dependencies = [ - "pest", - "pest_generator", + "pest", + "pest_generator", ] +name = "pest_derive" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "2.7.11" [[package]] -name = "pest_generator" -version = "2.7.11" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3c93a82e8d145725dcbaf44e5ea887c8a869efdcc28706df2d08c69e17077183" dependencies = [ - "pest", - "pest_meta", - "proc-macro2", - "quote", - "syn 2.0.76", + "pest", + "pest_meta", + "proc-macro2", + "quote", + "syn 2.0.76", ] +name = "pest_generator" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "2.7.11" [[package]] -name = "pest_meta" -version = "2.7.11" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a941429fea7e08bedec25e4f6785b6ffaacc6b755da98df5ef3e7dcf4a124c4f" dependencies = [ - "once_cell", - "pest", - "sha2 0.10.8", + "once_cell", + "pest", + "sha2 0.10.8", ] +name = "pest_meta" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "2.7.11" [[package]] -name = "petgraph" -version = "0.6.5" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" dependencies = [ - "fixedbitset", - "indexmap 2.4.0", + "fixedbitset", + "indexmap 2.4.0", ] +name = "petgraph" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.6.5" [[package]] -name = "pin-project" -version = "1.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3" dependencies = [ - "pin-project-internal", + "pin-project-internal", ] +name = "pin-project" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.1.5" [[package]] -name = "pin-project-internal" -version = "1.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro2", + "quote", + "syn 2.0.76", ] +name = "pin-project-internal" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.1.5" [[package]] +checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" name = "pin-project-lite" -version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" +version = "0.2.14" [[package]] +checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" name = "pin-utils" -version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" +version = "0.1.0" [[package]] -name = "piper" -version = "0.2.4" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" dependencies = [ - "atomic-waker", - "fastrand 2.1.1", - "futures-io", + "atomic-waker", + "fastrand 2.1.1", + "futures-io", ] +name = "piper" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.2.4" [[package]] -name = "pkcs8" -version = "0.10.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" dependencies = [ - "der", - "spki", + "der", + "spki", ] +name = "pkcs8" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.10.2" [[package]] +checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" name = "pkg-config" -version = "0.3.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" +version = "0.3.30" [[package]] -name = "polkadot-approval-distribution" -version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "bitvec", - "futures 0.3.30", - "futures-timer", - "itertools 0.11.0", - "polkadot-node-jaeger", - "polkadot-node-metrics", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "rand 0.8.5", - "tracing-gum", + "bitvec", + "futures 0.3.30", + "futures-timer", + "itertools 0.11.0", + "polkadot-node-jaeger", + "polkadot-node-metrics", + "polkadot-node-network-protocol", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "rand 0.8.5", + "tracing-gum", ] +name = "polkadot-approval-distribution" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "17.0.0" [[package]] -name = "polkadot-availability-bitfield-distribution" -version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "always-assert", - "futures 0.3.30", - "futures-timer", - "polkadot-node-network-protocol", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "rand 0.8.5", - "tracing-gum", + "always-assert", + "futures 0.3.30", + "futures-timer", + "polkadot-node-network-protocol", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "rand 0.8.5", + "tracing-gum", ] +name = "polkadot-availability-bitfield-distribution" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "17.0.0" [[package]] -name = "polkadot-availability-distribution" -version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "derive_more", - "fatality", - "futures 0.3.30", - "parity-scale-codec", - "polkadot-erasure-coding", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "rand 0.8.5", - "sc-network", - "schnellru", - "sp-core", - "sp-keystore", - "thiserror", - "tracing-gum", + "derive_more", + "fatality", + "futures 0.3.30", + "parity-scale-codec", + "polkadot-erasure-coding", + "polkadot-node-network-protocol", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "rand 0.8.5", + "sc-network", + "schnellru", + "sp-core", + "sp-keystore", + "thiserror", + "tracing-gum", ] +name = "polkadot-availability-distribution" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "17.0.0" [[package]] -name = "polkadot-availability-recovery" -version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "fatality", - "futures 0.3.30", - "parity-scale-codec", - "polkadot-erasure-coding", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "rand 0.8.5", - "sc-network", - "schnellru", - "thiserror", - "tokio", - "tracing-gum", + "async-trait", + "fatality", + "futures 0.3.30", + "parity-scale-codec", + "polkadot-erasure-coding", + "polkadot-node-network-protocol", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "rand 0.8.5", + "sc-network", + "schnellru", + "thiserror", + "tokio", + "tracing-gum", ] +name = "polkadot-availability-recovery" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "17.0.0" [[package]] -name = "polkadot-ckb-merkle-mountain-range" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a4b44320e5f7ce2c18227537a3032ae5b2c476a7e8eddba45333e1011fc31b92" dependencies = [ - "cfg-if", - "itertools 0.10.5", + "cfg-if", + "itertools 0.10.5", ] +name = "polkadot-ckb-merkle-mountain-range" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.7.0" [[package]] -name = "polkadot-cli" -version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "cfg-if", - "clap", - "frame-benchmarking-cli", - "futures 0.3.30", - "log", - "polkadot-node-metrics", - "polkadot-node-primitives", - "polkadot-service", - "sc-cli", - "sc-executor", - "sc-service", - "sc-storage-monitor", - "sc-sysinfo", - "sc-tracing", - "sp-core", - "sp-io", - "sp-keyring", - "sp-maybe-compressed-blob", - "sp-runtime", - "substrate-build-script-utils", - "thiserror", + "cfg-if", + "clap", + "frame-benchmarking-cli", + "futures 0.3.30", + "log", + "polkadot-node-metrics", + "polkadot-node-primitives", + "polkadot-service", + "sc-cli", + "sc-executor", + "sc-service", + "sc-storage-monitor", + "sc-sysinfo", + "sc-tracing", + "sp-core", + "sp-io", + "sp-keyring", + "sp-maybe-compressed-blob", + "sp-runtime", + "substrate-build-script-utils", + "thiserror", ] +name = "polkadot-cli" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "17.0.0" [[package]] -name = "polkadot-collator-protocol" -version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "bitvec", - "fatality", - "futures 0.3.30", - "futures-timer", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "sp-core", - "sp-keystore", - "sp-runtime", - "thiserror", - "tokio-util", - "tracing-gum", + "bitvec", + "fatality", + "futures 0.3.30", + "futures-timer", + "polkadot-node-network-protocol", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "sp-core", + "sp-keystore", + "sp-runtime", + "thiserror", + "tokio-util", + "tracing-gum", ] +name = "polkadot-collator-protocol" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "17.0.0" [[package]] -name = "polkadot-core-primitives" -version = "15.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-runtime", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-runtime", ] +name = "polkadot-core-primitives" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "15.0.0" [[package]] -name = "polkadot-dispute-distribution" -version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "derive_more", - "fatality", - "futures 0.3.30", - "futures-timer", - "indexmap 2.4.0", - "parity-scale-codec", - "polkadot-erasure-coding", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "sc-network", - "schnellru", - "sp-application-crypto", - "sp-keystore", - "thiserror", - "tracing-gum", + "derive_more", + "fatality", + "futures 0.3.30", + "futures-timer", + "indexmap 2.4.0", + "parity-scale-codec", + "polkadot-erasure-coding", + "polkadot-node-network-protocol", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "sc-network", + "schnellru", + "sp-application-crypto", + "sp-keystore", + "thiserror", + "tracing-gum", ] +name = "polkadot-dispute-distribution" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "17.0.0" [[package]] -name = "polkadot-erasure-coding" -version = "15.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "parity-scale-codec", - "polkadot-node-primitives", - "polkadot-primitives", - "reed-solomon-novelpoly", - "sp-core", - "sp-trie", - "thiserror", + "parity-scale-codec", + "polkadot-node-primitives", + "polkadot-primitives", + "reed-solomon-novelpoly", + "sp-core", + "sp-trie", + "thiserror", ] +name = "polkadot-erasure-coding" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "15.0.0" [[package]] -name = "polkadot-gossip-support" -version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "futures 0.3.30", - "futures-timer", - "polkadot-node-network-protocol", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "rand 0.8.5", - "rand_chacha 0.3.1", - "sc-network", - "sc-network-common", - "sp-application-crypto", - "sp-core", - "sp-crypto-hashing", - "sp-keystore", - "tracing-gum", + "futures 0.3.30", + "futures-timer", + "polkadot-node-network-protocol", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "rand 0.8.5", + "rand_chacha 0.3.1", + "sc-network", + "sc-network-common", + "sp-application-crypto", + "sp-core", + "sp-crypto-hashing", + "sp-keystore", + "tracing-gum", ] +name = "polkadot-gossip-support" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "17.0.0" [[package]] -name = "polkadot-network-bridge" -version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "always-assert", - "async-trait", - "bytes", - "fatality", - "futures 0.3.30", - "parity-scale-codec", - "parking_lot 0.12.3", - "polkadot-node-metrics", - "polkadot-node-network-protocol", - "polkadot-node-subsystem", - "polkadot-overseer", - "polkadot-primitives", - "sc-network", - "sp-consensus", - "thiserror", - "tracing-gum", + "always-assert", + "async-trait", + "bytes", + "fatality", + "futures 0.3.30", + "parity-scale-codec", + "parking_lot 0.12.3", + "polkadot-node-metrics", + "polkadot-node-network-protocol", + "polkadot-node-subsystem", + "polkadot-overseer", + "polkadot-primitives", + "sc-network", + "sp-consensus", + "thiserror", + "tracing-gum", ] +name = "polkadot-network-bridge" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "17.0.0" [[package]] -name = "polkadot-node-collation-generation" -version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "futures 0.3.30", - "parity-scale-codec", - "polkadot-erasure-coding", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "sp-core", - "sp-maybe-compressed-blob", - "thiserror", - "tracing-gum", + "futures 0.3.30", + "parity-scale-codec", + "polkadot-erasure-coding", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "sp-core", + "sp-maybe-compressed-blob", + "thiserror", + "tracing-gum", ] +name = "polkadot-node-collation-generation" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "17.0.0" [[package]] -name = "polkadot-node-core-approval-voting" -version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "bitvec", - "derive_more", - "futures 0.3.30", - "futures-timer", - "itertools 0.11.0", - "kvdb", - "merlin", - "parity-scale-codec", - "polkadot-node-jaeger", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-overseer", - "polkadot-primitives", - "rand 0.8.5", - "rand_chacha 0.3.1", - "rand_core 0.6.4", - "sc-keystore", - "schnellru", - "schnorrkel 0.11.4", - "sp-application-crypto", - "sp-consensus", - "sp-consensus-slots", - "sp-runtime", - "thiserror", - "tracing-gum", + "bitvec", + "derive_more", + "futures 0.3.30", + "futures-timer", + "itertools 0.11.0", + "kvdb", + "merlin", + "parity-scale-codec", + "polkadot-node-jaeger", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-overseer", + "polkadot-primitives", + "rand 0.8.5", + "rand_chacha 0.3.1", + "rand_core 0.6.4", + "sc-keystore", + "schnellru", + "schnorrkel 0.11.4", + "sp-application-crypto", + "sp-consensus", + "sp-consensus-slots", + "sp-runtime", + "thiserror", + "tracing-gum", ] +name = "polkadot-node-core-approval-voting" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "17.0.0" [[package]] -name = "polkadot-node-core-av-store" -version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "bitvec", - "futures 0.3.30", - "futures-timer", - "kvdb", - "parity-scale-codec", - "polkadot-erasure-coding", - "polkadot-node-jaeger", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-overseer", - "polkadot-primitives", - "sp-consensus", - "thiserror", - "tracing-gum", + "bitvec", + "futures 0.3.30", + "futures-timer", + "kvdb", + "parity-scale-codec", + "polkadot-erasure-coding", + "polkadot-node-jaeger", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-overseer", + "polkadot-primitives", + "sp-consensus", + "thiserror", + "tracing-gum", ] +name = "polkadot-node-core-av-store" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "17.0.0" [[package]] -name = "polkadot-node-core-backing" -version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "bitvec", - "fatality", - "futures 0.3.30", - "polkadot-erasure-coding", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "polkadot-statement-table", - "schnellru", - "sp-keystore", - "thiserror", - "tracing-gum", + "bitvec", + "fatality", + "futures 0.3.30", + "polkadot-erasure-coding", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "polkadot-statement-table", + "schnellru", + "sp-keystore", + "thiserror", + "tracing-gum", ] +name = "polkadot-node-core-backing" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "17.0.0" [[package]] -name = "polkadot-node-core-bitfield-signing" -version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "futures 0.3.30", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "sp-keystore", - "thiserror", - "tracing-gum", - "wasm-timer", + "futures 0.3.30", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "sp-keystore", + "thiserror", + "tracing-gum", + "wasm-timer", ] +name = "polkadot-node-core-bitfield-signing" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "17.0.0" [[package]] -name = "polkadot-node-core-candidate-validation" -version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "futures 0.3.30", - "futures-timer", - "parity-scale-codec", - "polkadot-node-core-pvf", - "polkadot-node-metrics", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-overseer", - "polkadot-parachain-primitives", - "polkadot-primitives", - "sp-maybe-compressed-blob", - "tracing-gum", + "async-trait", + "futures 0.3.30", + "futures-timer", + "parity-scale-codec", + "polkadot-node-core-pvf", + "polkadot-node-metrics", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-overseer", + "polkadot-parachain-primitives", + "polkadot-primitives", + "sp-maybe-compressed-blob", + "tracing-gum", ] +name = "polkadot-node-core-candidate-validation" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "17.0.0" [[package]] -name = "polkadot-node-core-chain-api" -version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "futures 0.3.30", - "polkadot-node-metrics", - "polkadot-node-subsystem", - "polkadot-node-subsystem-types", - "sc-client-api", - "sc-consensus-babe", - "tracing-gum", + "futures 0.3.30", + "polkadot-node-metrics", + "polkadot-node-subsystem", + "polkadot-node-subsystem-types", + "sc-client-api", + "sc-consensus-babe", + "tracing-gum", ] +name = "polkadot-node-core-chain-api" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "17.0.0" [[package]] -name = "polkadot-node-core-chain-selection" -version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "futures 0.3.30", - "futures-timer", - "kvdb", - "parity-scale-codec", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "thiserror", - "tracing-gum", + "futures 0.3.30", + "futures-timer", + "kvdb", + "parity-scale-codec", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "thiserror", + "tracing-gum", ] +name = "polkadot-node-core-chain-selection" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "17.0.0" [[package]] -name = "polkadot-node-core-dispute-coordinator" -version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "fatality", - "futures 0.3.30", - "kvdb", - "parity-scale-codec", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "sc-keystore", - "schnellru", - "thiserror", - "tracing-gum", + "fatality", + "futures 0.3.30", + "kvdb", + "parity-scale-codec", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "sc-keystore", + "schnellru", + "thiserror", + "tracing-gum", ] +name = "polkadot-node-core-dispute-coordinator" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "17.0.0" [[package]] -name = "polkadot-node-core-parachains-inherent" -version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "futures 0.3.30", - "futures-timer", - "polkadot-node-subsystem", - "polkadot-overseer", - "polkadot-primitives", - "sp-blockchain", - "sp-inherents", - "thiserror", - "tracing-gum", + "async-trait", + "futures 0.3.30", + "futures-timer", + "polkadot-node-subsystem", + "polkadot-overseer", + "polkadot-primitives", + "sp-blockchain", + "sp-inherents", + "thiserror", + "tracing-gum", ] +name = "polkadot-node-core-parachains-inherent" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "17.0.0" [[package]] -name = "polkadot-node-core-prospective-parachains" -version = "16.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "bitvec", - "fatality", - "futures 0.3.30", - "parity-scale-codec", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "thiserror", - "tracing-gum", + "bitvec", + "fatality", + "futures 0.3.30", + "parity-scale-codec", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "thiserror", + "tracing-gum", ] +name = "polkadot-node-core-prospective-parachains" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "16.0.0" [[package]] -name = "polkadot-node-core-provisioner" -version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "bitvec", - "fatality", - "futures 0.3.30", - "futures-timer", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "schnellru", - "thiserror", - "tracing-gum", + "bitvec", + "fatality", + "futures 0.3.30", + "futures-timer", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "schnellru", + "thiserror", + "tracing-gum", ] +name = "polkadot-node-core-provisioner" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "17.0.0" [[package]] -name = "polkadot-node-core-pvf" -version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "always-assert", - "array-bytes", - "blake3", - "cfg-if", - "futures 0.3.30", - "futures-timer", - "parity-scale-codec", - "pin-project", - "polkadot-core-primitives", - "polkadot-node-core-pvf-common", - "polkadot-node-metrics", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-parachain-primitives", - "polkadot-primitives", - "rand 0.8.5", - "slotmap", - "sp-core", - "tempfile", - "thiserror", - "tokio", - "tracing-gum", + "always-assert", + "array-bytes", + "blake3", + "cfg-if", + "futures 0.3.30", + "futures-timer", + "parity-scale-codec", + "pin-project", + "polkadot-core-primitives", + "polkadot-node-core-pvf-common", + "polkadot-node-metrics", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-parachain-primitives", + "polkadot-primitives", + "rand 0.8.5", + "slotmap", + "sp-core", + "tempfile", + "thiserror", + "tokio", + "tracing-gum", ] +name = "polkadot-node-core-pvf" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "17.0.0" [[package]] -name = "polkadot-node-core-pvf-checker" -version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "futures 0.3.30", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-overseer", - "polkadot-primitives", - "sp-keystore", - "thiserror", - "tracing-gum", + "futures 0.3.30", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-overseer", + "polkadot-primitives", + "sp-keystore", + "thiserror", + "tracing-gum", ] +name = "polkadot-node-core-pvf-checker" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "17.0.0" [[package]] -name = "polkadot-node-core-pvf-common" -version = "15.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "cpu-time", - "futures 0.3.30", - "landlock", - "libc", - "nix 0.28.0", - "parity-scale-codec", - "polkadot-parachain-primitives", - "polkadot-primitives", - "sc-executor", - "sc-executor-common", - "sc-executor-wasmtime", - "seccompiler", - "sp-core", - "sp-crypto-hashing", - "sp-externalities", - "sp-io", - "sp-tracing", - "thiserror", - "tracing-gum", + "cpu-time", + "futures 0.3.30", + "landlock", + "libc", + "nix 0.28.0", + "parity-scale-codec", + "polkadot-parachain-primitives", + "polkadot-primitives", + "sc-executor", + "sc-executor-common", + "sc-executor-wasmtime", + "seccompiler", + "sp-core", + "sp-crypto-hashing", + "sp-externalities", + "sp-io", + "sp-tracing", + "thiserror", + "tracing-gum", ] +name = "polkadot-node-core-pvf-common" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "15.0.0" [[package]] -name = "polkadot-node-core-runtime-api" -version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "futures 0.3.30", - "polkadot-node-metrics", - "polkadot-node-subsystem", - "polkadot-node-subsystem-types", - "polkadot-primitives", - "schnellru", - "sp-consensus-babe", - "tracing-gum", + "futures 0.3.30", + "polkadot-node-metrics", + "polkadot-node-subsystem", + "polkadot-node-subsystem-types", + "polkadot-primitives", + "schnellru", + "sp-consensus-babe", + "tracing-gum", ] +name = "polkadot-node-core-runtime-api" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "17.0.0" [[package]] -name = "polkadot-node-jaeger" -version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "lazy_static", - "log", - "mick-jaeger", - "parity-scale-codec", - "parking_lot 0.12.3", - "polkadot-node-primitives", - "polkadot-primitives", - "sc-network", - "sc-network-types", - "sp-core", - "thiserror", - "tokio", + "lazy_static", + "log", + "mick-jaeger", + "parity-scale-codec", + "parking_lot 0.12.3", + "polkadot-node-primitives", + "polkadot-primitives", + "sc-network", + "sc-network-types", + "sp-core", + "thiserror", + "tokio", ] +name = "polkadot-node-jaeger" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "17.0.0" [[package]] -name = "polkadot-node-metrics" -version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "bs58 0.5.1", - "futures 0.3.30", - "futures-timer", - "log", - "parity-scale-codec", - "polkadot-primitives", - "prioritized-metered-channel", - "sc-cli", - "sc-service", - "sc-tracing", - "substrate-prometheus-endpoint", - "tracing-gum", + "bs58 0.5.1", + "futures 0.3.30", + "futures-timer", + "log", + "parity-scale-codec", + "polkadot-primitives", + "prioritized-metered-channel", + "sc-cli", + "sc-service", + "sc-tracing", + "substrate-prometheus-endpoint", + "tracing-gum", ] +name = "polkadot-node-metrics" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "17.0.0" [[package]] -name = "polkadot-node-network-protocol" -version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-channel 1.9.0", - "async-trait", - "bitvec", - "derive_more", - "fatality", - "futures 0.3.30", - "hex", - "parity-scale-codec", - "polkadot-node-jaeger", - "polkadot-node-primitives", - "polkadot-primitives", - "rand 0.8.5", - "sc-authority-discovery", - "sc-network", - "sc-network-types", - "sp-runtime", - "strum 0.26.3", - "thiserror", - "tracing-gum", + "async-channel 1.9.0", + "async-trait", + "bitvec", + "derive_more", + "fatality", + "futures 0.3.30", + "hex", + "parity-scale-codec", + "polkadot-node-jaeger", + "polkadot-node-primitives", + "polkadot-primitives", + "rand 0.8.5", + "sc-authority-discovery", + "sc-network", + "sc-network-types", + "sp-runtime", + "strum 0.26.3", + "thiserror", + "tracing-gum", ] +name = "polkadot-node-network-protocol" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "17.0.0" [[package]] -name = "polkadot-node-primitives" -version = "15.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "bitvec", - "bounded-vec", - "futures 0.3.30", - "parity-scale-codec", - "polkadot-parachain-primitives", - "polkadot-primitives", - "schnorrkel 0.11.4", - "serde", - "sp-application-crypto", - "sp-consensus-babe", - "sp-core", - "sp-keystore", - "sp-maybe-compressed-blob", - "sp-runtime", - "thiserror", - "zstd 0.12.4", + "bitvec", + "bounded-vec", + "futures 0.3.30", + "parity-scale-codec", + "polkadot-parachain-primitives", + "polkadot-primitives", + "schnorrkel 0.11.4", + "serde", + "sp-application-crypto", + "sp-consensus-babe", + "sp-core", + "sp-keystore", + "sp-maybe-compressed-blob", + "sp-runtime", + "thiserror", + "zstd 0.12.4", ] +name = "polkadot-node-primitives" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "15.0.0" [[package]] -name = "polkadot-node-subsystem" -version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "polkadot-node-jaeger", - "polkadot-node-subsystem-types", - "polkadot-overseer", + "polkadot-node-jaeger", + "polkadot-node-subsystem-types", + "polkadot-overseer", ] +name = "polkadot-node-subsystem" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "17.0.0" [[package]] -name = "polkadot-node-subsystem-types" -version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "bitvec", - "derive_more", - "fatality", - "futures 0.3.30", - "orchestra", - "polkadot-node-jaeger", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-primitives", - "polkadot-statement-table", - "sc-client-api", - "sc-network", - "sc-network-types", - "sc-transaction-pool-api", - "smallvec", - "sp-api", - "sp-authority-discovery", - "sp-blockchain", - "sp-consensus-babe", - "sp-runtime", - "substrate-prometheus-endpoint", - "thiserror", + "async-trait", + "bitvec", + "derive_more", + "fatality", + "futures 0.3.30", + "orchestra", + "polkadot-node-jaeger", + "polkadot-node-network-protocol", + "polkadot-node-primitives", + "polkadot-primitives", + "polkadot-statement-table", + "sc-client-api", + "sc-network", + "sc-network-types", + "sc-transaction-pool-api", + "smallvec", + "sp-api", + "sp-authority-discovery", + "sp-blockchain", + "sp-consensus-babe", + "sp-runtime", + "substrate-prometheus-endpoint", + "thiserror", ] +name = "polkadot-node-subsystem-types" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "17.0.0" [[package]] -name = "polkadot-node-subsystem-util" -version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "derive_more", - "fatality", - "futures 0.3.30", - "futures-channel", - "itertools 0.11.0", - "kvdb", - "parity-db", - "parity-scale-codec", - "parking_lot 0.12.3", - "pin-project", - "polkadot-erasure-coding", - "polkadot-node-jaeger", - "polkadot-node-metrics", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-types", - "polkadot-overseer", - "polkadot-primitives", - "prioritized-metered-channel", - "rand 0.8.5", - "sc-client-api", - "schnellru", - "sp-application-crypto", - "sp-core", - "sp-keystore", - "thiserror", - "tracing-gum", + "async-trait", + "derive_more", + "fatality", + "futures 0.3.30", + "futures-channel", + "itertools 0.11.0", + "kvdb", + "parity-db", + "parity-scale-codec", + "parking_lot 0.12.3", + "pin-project", + "polkadot-erasure-coding", + "polkadot-node-jaeger", + "polkadot-node-metrics", + "polkadot-node-network-protocol", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-types", + "polkadot-overseer", + "polkadot-primitives", + "prioritized-metered-channel", + "rand 0.8.5", + "sc-client-api", + "schnellru", + "sp-application-crypto", + "sp-core", + "sp-keystore", + "thiserror", + "tracing-gum", ] +name = "polkadot-node-subsystem-util" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "17.0.0" [[package]] -name = "polkadot-overseer" -version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "futures 0.3.30", - "futures-timer", - "orchestra", - "parking_lot 0.12.3", - "polkadot-node-metrics", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem-types", - "polkadot-primitives", - "sc-client-api", - "sp-api", - "sp-core", - "tikv-jemalloc-ctl", - "tracing-gum", + "async-trait", + "futures 0.3.30", + "futures-timer", + "orchestra", + "parking_lot 0.12.3", + "polkadot-node-metrics", + "polkadot-node-network-protocol", + "polkadot-node-primitives", + "polkadot-node-subsystem-types", + "polkadot-primitives", + "sc-client-api", + "sp-api", + "sp-core", + "tikv-jemalloc-ctl", + "tracing-gum", ] +name = "polkadot-overseer" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "17.0.0" [[package]] -name = "polkadot-parachain-primitives" -version = "14.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "bounded-collections", - "derive_more", - "parity-scale-codec", - "polkadot-core-primitives", - "scale-info", - "serde", - "sp-core", - "sp-runtime", - "sp-weights", + "bounded-collections", + "derive_more", + "parity-scale-codec", + "polkadot-core-primitives", + "scale-info", + "serde", + "sp-core", + "sp-runtime", + "sp-weights", ] +name = "polkadot-parachain-primitives" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "14.0.0" [[package]] -name = "polkadot-primitives" -version = "15.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "bitvec", - "hex-literal 0.4.1", - "log", - "parity-scale-codec", - "polkadot-core-primitives", - "polkadot-parachain-primitives", - "scale-info", - "serde", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", - "sp-authority-discovery", - "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-io", - "sp-keystore", - "sp-runtime", - "sp-staking", + "bitvec", + "hex-literal 0.4.1", + "log", + "parity-scale-codec", + "polkadot-core-primitives", + "polkadot-parachain-primitives", + "scale-info", + "serde", + "sp-api", + "sp-application-crypto", + "sp-arithmetic", + "sp-authority-discovery", + "sp-consensus-slots", + "sp-core", + "sp-inherents", + "sp-io", + "sp-keystore", + "sp-runtime", + "sp-staking", ] +name = "polkadot-primitives" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "15.0.0" [[package]] -name = "polkadot-rpc" -version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "jsonrpsee", - "mmr-rpc", - "pallet-transaction-payment-rpc", - "polkadot-primitives", - "sc-chain-spec", - "sc-client-api", - "sc-consensus-babe", - "sc-consensus-babe-rpc", - "sc-consensus-beefy", - "sc-consensus-beefy-rpc", - "sc-consensus-epochs", - "sc-consensus-grandpa", - "sc-consensus-grandpa-rpc", - "sc-rpc", - "sc-rpc-spec-v2", - "sc-sync-state-rpc", - "sc-transaction-pool-api", - "sp-api", - "sp-application-crypto", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", - "sp-consensus-babe", - "sp-consensus-beefy", - "sp-keystore", - "sp-runtime", - "substrate-frame-rpc-system", - "substrate-state-trie-migration-rpc", + "jsonrpsee", + "mmr-rpc", + "pallet-transaction-payment-rpc", + "polkadot-primitives", + "sc-chain-spec", + "sc-client-api", + "sc-consensus-babe", + "sc-consensus-babe-rpc", + "sc-consensus-beefy", + "sc-consensus-beefy-rpc", + "sc-consensus-epochs", + "sc-consensus-grandpa", + "sc-consensus-grandpa-rpc", + "sc-rpc", + "sc-rpc-spec-v2", + "sc-sync-state-rpc", + "sc-transaction-pool-api", + "sp-api", + "sp-application-crypto", + "sp-block-builder", + "sp-blockchain", + "sp-consensus", + "sp-consensus-babe", + "sp-consensus-beefy", + "sp-keystore", + "sp-runtime", + "substrate-frame-rpc-system", + "substrate-state-trie-migration-rpc", ] +name = "polkadot-rpc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "17.0.0" [[package]] -name = "polkadot-runtime-common" -version = "16.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "bitvec", - "frame-benchmarking", - "frame-election-provider-support", - "frame-support", - "frame-system", - "impl-trait-for-tuples", - "libsecp256k1", - "log", - "pallet-asset-rate", - "pallet-authorship", - "pallet-babe", - "pallet-balances", - "pallet-broker", - "pallet-election-provider-multi-phase", - "pallet-fast-unstake", - "pallet-identity", - "pallet-session", - "pallet-staking", - "pallet-staking-reward-fn", - "pallet-timestamp", - "pallet-transaction-payment", - "pallet-treasury", - "pallet-vesting", - "parity-scale-codec", - "polkadot-primitives", - "polkadot-runtime-parachains", - "rustc-hex", - "scale-info", - "serde", - "serde_derive", - "slot-range-helper", - "sp-api", - "sp-core", - "sp-inherents", - "sp-io", - "sp-npos-elections", - "sp-runtime", - "sp-session", - "sp-staking", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", - "static_assertions", + "bitvec", + "frame-benchmarking", + "frame-election-provider-support", + "frame-support", + "frame-system", + "impl-trait-for-tuples", + "libsecp256k1", + "log", + "pallet-asset-rate", + "pallet-authorship", + "pallet-babe", + "pallet-balances", + "pallet-broker", + "pallet-election-provider-multi-phase", + "pallet-fast-unstake", + "pallet-identity", + "pallet-session", + "pallet-staking", + "pallet-staking-reward-fn", + "pallet-timestamp", + "pallet-transaction-payment", + "pallet-treasury", + "pallet-vesting", + "parity-scale-codec", + "polkadot-primitives", + "polkadot-runtime-parachains", + "rustc-hex", + "scale-info", + "serde", + "serde_derive", + "slot-range-helper", + "sp-api", + "sp-core", + "sp-inherents", + "sp-io", + "sp-npos-elections", + "sp-runtime", + "sp-session", + "sp-staking", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", + "static_assertions", ] +name = "polkadot-runtime-common" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "16.0.0" [[package]] -name = "polkadot-runtime-metrics" -version = "16.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "bs58 0.5.1", - "frame-benchmarking", - "parity-scale-codec", - "polkadot-primitives", - "sp-tracing", + "bs58 0.5.1", + "frame-benchmarking", + "parity-scale-codec", + "polkadot-primitives", + "sp-tracing", ] +name = "polkadot-runtime-metrics" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "16.0.0" [[package]] -name = "polkadot-runtime-parachains" -version = "16.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "bitflags 1.3.2", - "bitvec", - "derive_more", - "frame-benchmarking", - "frame-support", - "frame-system", - "impl-trait-for-tuples", - "log", - "pallet-authority-discovery", - "pallet-authorship", - "pallet-babe", - "pallet-balances", - "pallet-broker", - "pallet-message-queue", - "pallet-session", - "pallet-staking", - "pallet-timestamp", - "pallet-vesting", - "parity-scale-codec", - "polkadot-core-primitives", - "polkadot-parachain-primitives", - "polkadot-primitives", - "polkadot-runtime-metrics", - "rand 0.8.5", - "rand_chacha 0.3.1", - "scale-info", - "serde", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", - "sp-core", - "sp-inherents", - "sp-io", - "sp-keystore", - "sp-runtime", - "sp-session", - "sp-staking", - "staging-xcm", - "staging-xcm-executor", - "static_assertions", + "bitflags 1.3.2", + "bitvec", + "derive_more", + "frame-benchmarking", + "frame-support", + "frame-system", + "impl-trait-for-tuples", + "log", + "pallet-authority-discovery", + "pallet-authorship", + "pallet-babe", + "pallet-balances", + "pallet-broker", + "pallet-message-queue", + "pallet-session", + "pallet-staking", + "pallet-timestamp", + "pallet-vesting", + "parity-scale-codec", + "polkadot-core-primitives", + "polkadot-parachain-primitives", + "polkadot-primitives", + "polkadot-runtime-metrics", + "rand 0.8.5", + "rand_chacha 0.3.1", + "scale-info", + "serde", + "sp-api", + "sp-application-crypto", + "sp-arithmetic", + "sp-core", + "sp-inherents", + "sp-io", + "sp-keystore", + "sp-runtime", + "sp-session", + "sp-staking", + "staging-xcm", + "staging-xcm-executor", + "static_assertions", ] +name = "polkadot-runtime-parachains" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "16.0.0" [[package]] -name = "polkadot-service" -version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "bitvec", - "frame-benchmarking", - "frame-benchmarking-cli", - "frame-metadata-hash-extension", - "frame-support", - "frame-system", - "frame-system-rpc-runtime-api", - "futures 0.3.30", - "hex-literal 0.4.1", - "is_executable", - "kvdb", - "kvdb-rocksdb", - "log", - "mmr-gadget", - "pallet-babe", - "pallet-staking", - "pallet-transaction-payment", - "pallet-transaction-payment-rpc-runtime-api", - "parity-db", - "parity-scale-codec", - "parking_lot 0.12.3", - "polkadot-approval-distribution", - "polkadot-availability-bitfield-distribution", - "polkadot-availability-distribution", - "polkadot-availability-recovery", - "polkadot-collator-protocol", - "polkadot-core-primitives", - "polkadot-dispute-distribution", - "polkadot-gossip-support", - "polkadot-network-bridge", - "polkadot-node-collation-generation", - "polkadot-node-core-approval-voting", - "polkadot-node-core-av-store", - "polkadot-node-core-backing", - "polkadot-node-core-bitfield-signing", - "polkadot-node-core-candidate-validation", - "polkadot-node-core-chain-api", - "polkadot-node-core-chain-selection", - "polkadot-node-core-dispute-coordinator", - "polkadot-node-core-parachains-inherent", - "polkadot-node-core-prospective-parachains", - "polkadot-node-core-provisioner", - "polkadot-node-core-pvf", - "polkadot-node-core-pvf-checker", - "polkadot-node-core-runtime-api", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-types", - "polkadot-node-subsystem-util", - "polkadot-overseer", - "polkadot-parachain-primitives", - "polkadot-primitives", - "polkadot-rpc", - "polkadot-runtime-parachains", - "polkadot-statement-distribution", - "rococo-runtime", - "rococo-runtime-constants", - "sc-authority-discovery", - "sc-basic-authorship", - "sc-block-builder", - "sc-chain-spec", - "sc-client-api", - "sc-client-db", - "sc-consensus", - "sc-consensus-babe", - "sc-consensus-beefy", - "sc-consensus-grandpa", - "sc-consensus-slots", - "sc-executor", - "sc-keystore", - "sc-network", - "sc-network-common", - "sc-network-sync", - "sc-offchain", - "sc-service", - "sc-sync-state-rpc", - "sc-sysinfo", - "sc-telemetry", - "sc-transaction-pool", - "sc-transaction-pool-api", - "schnellru", - "serde", - "serde_json", - "sp-api", - "sp-authority-discovery", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", - "sp-consensus-babe", - "sp-consensus-beefy", - "sp-consensus-grandpa", - "sp-core", - "sp-inherents", - "sp-io", - "sp-keyring", - "sp-keystore", - "sp-mmr-primitives", - "sp-offchain", - "sp-runtime", - "sp-session", - "sp-state-machine", - "sp-storage", - "sp-timestamp", - "sp-transaction-pool", - "sp-version", - "sp-weights", - "staging-xcm", - "substrate-prometheus-endpoint", - "thiserror", - "tracing-gum", - "westend-runtime", - "westend-runtime-constants", - "xcm-runtime-apis", + "async-trait", + "bitvec", + "frame-benchmarking", + "frame-benchmarking-cli", + "frame-metadata-hash-extension", + "frame-support", + "frame-system", + "frame-system-rpc-runtime-api", + "futures 0.3.30", + "hex-literal 0.4.1", + "is_executable", + "kvdb", + "kvdb-rocksdb", + "log", + "mmr-gadget", + "pallet-babe", + "pallet-staking", + "pallet-transaction-payment", + "pallet-transaction-payment-rpc-runtime-api", + "parity-db", + "parity-scale-codec", + "parking_lot 0.12.3", + "polkadot-approval-distribution", + "polkadot-availability-bitfield-distribution", + "polkadot-availability-distribution", + "polkadot-availability-recovery", + "polkadot-collator-protocol", + "polkadot-core-primitives", + "polkadot-dispute-distribution", + "polkadot-gossip-support", + "polkadot-network-bridge", + "polkadot-node-collation-generation", + "polkadot-node-core-approval-voting", + "polkadot-node-core-av-store", + "polkadot-node-core-backing", + "polkadot-node-core-bitfield-signing", + "polkadot-node-core-candidate-validation", + "polkadot-node-core-chain-api", + "polkadot-node-core-chain-selection", + "polkadot-node-core-dispute-coordinator", + "polkadot-node-core-parachains-inherent", + "polkadot-node-core-prospective-parachains", + "polkadot-node-core-provisioner", + "polkadot-node-core-pvf", + "polkadot-node-core-pvf-checker", + "polkadot-node-core-runtime-api", + "polkadot-node-network-protocol", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-types", + "polkadot-node-subsystem-util", + "polkadot-overseer", + "polkadot-parachain-primitives", + "polkadot-primitives", + "polkadot-rpc", + "polkadot-runtime-parachains", + "polkadot-statement-distribution", + "rococo-runtime", + "rococo-runtime-constants", + "sc-authority-discovery", + "sc-basic-authorship", + "sc-block-builder", + "sc-chain-spec", + "sc-client-api", + "sc-client-db", + "sc-consensus", + "sc-consensus-babe", + "sc-consensus-beefy", + "sc-consensus-grandpa", + "sc-consensus-slots", + "sc-executor", + "sc-keystore", + "sc-network", + "sc-network-common", + "sc-network-sync", + "sc-offchain", + "sc-service", + "sc-sync-state-rpc", + "sc-sysinfo", + "sc-telemetry", + "sc-transaction-pool", + "sc-transaction-pool-api", + "schnellru", + "serde", + "serde_json", + "sp-api", + "sp-authority-discovery", + "sp-block-builder", + "sp-blockchain", + "sp-consensus", + "sp-consensus-babe", + "sp-consensus-beefy", + "sp-consensus-grandpa", + "sp-core", + "sp-inherents", + "sp-io", + "sp-keyring", + "sp-keystore", + "sp-mmr-primitives", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-state-machine", + "sp-storage", + "sp-timestamp", + "sp-transaction-pool", + "sp-version", + "sp-weights", + "staging-xcm", + "substrate-prometheus-endpoint", + "thiserror", + "tracing-gum", + "westend-runtime", + "westend-runtime-constants", + "xcm-runtime-apis", ] +name = "polkadot-service" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "17.0.0" [[package]] -name = "polkadot-statement-distribution" -version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "arrayvec 0.7.6", - "bitvec", - "fatality", - "futures 0.3.30", - "futures-timer", - "indexmap 2.4.0", - "parity-scale-codec", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "sp-keystore", - "sp-staking", - "thiserror", - "tracing-gum", + "arrayvec 0.7.6", + "bitvec", + "fatality", + "futures 0.3.30", + "futures-timer", + "indexmap 2.4.0", + "parity-scale-codec", + "polkadot-node-network-protocol", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "sp-keystore", + "sp-staking", + "thiserror", + "tracing-gum", ] +name = "polkadot-statement-distribution" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "17.0.0" [[package]] -name = "polkadot-statement-table" -version = "15.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "parity-scale-codec", - "polkadot-primitives", - "sp-core", - "tracing-gum", + "parity-scale-codec", + "polkadot-primitives", + "sp-core", + "tracing-gum", ] +name = "polkadot-statement-table" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "15.0.0" [[package]] -name = "polkavm" -version = "0.9.3" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a3693e5efdb2bf74e449cd25fd777a28bd7ed87e41f5d5da75eb31b4de48b94" dependencies = [ - "libc", - "log", - "polkavm-assembler", - "polkavm-common", - "polkavm-linux-raw", + "libc", + "log", + "polkavm-assembler", + "polkavm-common", + "polkavm-linux-raw", ] +name = "polkavm" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.9.3" [[package]] -name = "polkavm-assembler" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1fa96d6d868243acc12de813dd48e756cbadcc8e13964c70d272753266deadc1" dependencies = [ - "log", + "log", ] +name = "polkavm-assembler" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.9.0" [[package]] -name = "polkavm-common" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1d9428a5cfcc85c5d7b9fc4b6a18c4b802d0173d768182a51cc7751640f08b92" dependencies = [ - "log", + "log", ] +name = "polkavm-common" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.9.0" [[package]] -name = "polkavm-derive" -version = "0.9.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ae8c4bea6f3e11cd89bb18bcdddac10bd9a24015399bd1c485ad68a985a19606" dependencies = [ - "polkavm-derive-impl-macro", + "polkavm-derive-impl-macro", ] +name = "polkavm-derive" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.9.1" [[package]] -name = "polkavm-derive-impl" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c4fdfc49717fb9a196e74a5d28e0bc764eb394a2c803eb11133a31ac996c60c" dependencies = [ - "polkavm-common", - "proc-macro2", - "quote", - "syn 2.0.76", + "polkavm-common", + "proc-macro2", + "quote", + "syn 2.0.76", ] +name = "polkavm-derive-impl" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.9.0" [[package]] -name = "polkavm-derive-impl-macro" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ba81f7b5faac81e528eb6158a6f3c9e0bb1008e0ffa19653bc8dea925ecb429" dependencies = [ - "polkavm-derive-impl", - "syn 2.0.76", + "polkavm-derive-impl", + "syn 2.0.76", ] +name = "polkavm-derive-impl-macro" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.9.0" [[package]] -name = "polkavm-linker" -version = "0.9.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c7be503e60cf56c0eb785f90aaba4b583b36bff00e93997d93fef97f9553c39" dependencies = [ - "gimli 0.28.1", - "hashbrown 0.14.5", - "log", - "object 0.32.2", - "polkavm-common", - "regalloc2 0.9.3", - "rustc-demangle", + "gimli 0.28.1", + "hashbrown 0.14.5", + "log", + "object 0.32.2", + "polkavm-common", + "regalloc2 0.9.3", + "rustc-demangle", ] +name = "polkavm-linker" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.9.2" [[package]] +checksum = "26e85d3456948e650dff0cfc85603915847faf893ed1e66b020bb82ef4557120" name = "polkavm-linux-raw" -version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26e85d3456948e650dff0cfc85603915847faf893ed1e66b020bb82ef4557120" +version = "0.9.0" [[package]] -name = "polling" -version = "2.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce" dependencies = [ - "autocfg", - "bitflags 1.3.2", - "cfg-if", - "concurrent-queue", - "libc", - "log", - "pin-project-lite", - "windows-sys 0.48.0", + "autocfg", + "bitflags 1.3.2", + "cfg-if", + "concurrent-queue", + "libc", + "log", + "pin-project-lite", + "windows-sys 0.48.0", ] - -[[package]] name = "polling" -version = "3.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "2.8.0" + +[[package]] checksum = "cc2790cd301dec6cd3b7a025e4815cf825724a51c98dccfe6a3e55f05ffb6511" dependencies = [ - "cfg-if", - "concurrent-queue", - "hermit-abi 0.4.0", - "pin-project-lite", - "rustix 0.38.35", - "tracing", - "windows-sys 0.59.0", + "cfg-if", + "concurrent-queue", + "hermit-abi 0.4.0", + "pin-project-lite", + "rustix 0.38.35", + "tracing", + "windows-sys 0.59.0", ] +name = "polling" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "3.7.3" [[package]] -name = "poly1305" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf" dependencies = [ - "cpufeatures", - "opaque-debug 0.3.1", - "universal-hash", + "cpufeatures", + "opaque-debug 0.3.1", + "universal-hash", ] +name = "poly1305" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.8.0" [[package]] -name = "polyval" -version = "0.6.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25" dependencies = [ - "cfg-if", - "cpufeatures", - "opaque-debug 0.3.1", - "universal-hash", + "cfg-if", + "cpufeatures", + "opaque-debug 0.3.1", + "universal-hash", ] +name = "polyval" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.6.2" [[package]] +checksum = "da544ee218f0d287a911e9c99a39a8c9bc8fcad3cb8db5959940044ecfc67265" name = "portable-atomic" -version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da544ee218f0d287a911e9c99a39a8c9bc8fcad3cb8db5959940044ecfc67265" +version = "1.7.0" [[package]] +checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" name = "powerfmt" -version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" +version = "0.2.0" [[package]] -name = "ppv-lite86" -version = "0.2.20" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" dependencies = [ - "zerocopy", + "zerocopy", ] +name = "ppv-lite86" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.2.20" [[package]] -name = "precompile-foreign-asset-migrator" -version = "0.1.0" dependencies = [ - "account", - "derive_more", - "fp-evm", - "frame-support", - "frame-system", - "hex-literal 0.4.1", - "libsecp256k1", - "log", - "num_enum 0.5.11", - "pallet-asset-manager", - "pallet-assets", - "pallet-balances", - "pallet-evm", - "pallet-moonbeam-foreign-assets", - "pallet-timestamp", - "parity-scale-codec", - "paste", - "precompile-utils", - "scale-info", - "serde", - "sha3", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "staging-xcm", - "xcm-primitives 0.1.0", + "account", + "derive_more", + "fp-evm", + "frame-support", + "frame-system", + "hex-literal 0.4.1", + "libsecp256k1", + "log", + "num_enum 0.5.11", + "pallet-asset-manager", + "pallet-assets", + "pallet-balances", + "pallet-evm", + "pallet-moonbeam-foreign-assets", + "pallet-timestamp", + "parity-scale-codec", + "paste", + "precompile-utils", + "scale-info", + "serde", + "sha3", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "staging-xcm", + "xcm-primitives 0.1.0", ] +name = "precompile-foreign-asset-migrator" +version = "0.1.0" [[package]] -name = "precompile-utils" -version = "0.1.0" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ - "derive_more", - "environmental", - "evm", - "fp-evm", - "frame-support", - "frame-system", - "hex", - "hex-literal 0.4.1", - "impl-trait-for-tuples", - "log", - "num_enum 0.7.3", - "pallet-evm", - "parity-scale-codec", - "precompile-utils-macro", - "scale-info", - "serde", - "similar-asserts", - "sp-core", - "sp-io", - "sp-runtime", - "sp-weights", - "staging-xcm", + "derive_more", + "environmental", + "evm", + "fp-evm", + "frame-support", + "frame-system", + "hex", + "hex-literal 0.4.1", + "impl-trait-for-tuples", + "log", + "num_enum 0.7.3", + "pallet-evm", + "parity-scale-codec", + "precompile-utils-macro", + "scale-info", + "serde", + "similar-asserts", + "sp-core", + "sp-io", + "sp-runtime", + "sp-weights", + "staging-xcm", ] +name = "precompile-utils" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +version = "0.1.0" [[package]] -name = "precompile-utils-macro" -version = "0.1.0" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ - "case", - "num_enum 0.7.3", - "prettyplease 0.2.22", - "proc-macro2", - "quote", - "sp-crypto-hashing", - "syn 1.0.109", + "case", + "num_enum 0.7.3", + "prettyplease 0.2.22", + "proc-macro2", + "quote", + "sp-crypto-hashing", + "syn 1.0.109", ] +name = "precompile-utils-macro" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +version = "0.1.0" [[package]] -name = "predicates" -version = "2.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd" dependencies = [ - "difflib", - "float-cmp", - "itertools 0.10.5", - "normalize-line-endings", - "predicates-core", - "regex", + "difflib", + "float-cmp", + "itertools 0.10.5", + "normalize-line-endings", + "predicates-core", + "regex", ] - -[[package]] name = "predicates" -version = "3.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "2.1.5" + +[[package]] checksum = "7e9086cc7640c29a356d1a29fd134380bee9d8f79a17410aa76e7ad295f42c97" dependencies = [ - "anstyle", - "difflib", - "predicates-core", + "anstyle", + "difflib", + "predicates-core", ] +name = "predicates" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "3.1.2" [[package]] +checksum = "ae8177bee8e75d6846599c6b9ff679ed51e882816914eec639944d7c9aa11931" name = "predicates-core" -version = "1.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae8177bee8e75d6846599c6b9ff679ed51e882816914eec639944d7c9aa11931" +version = "1.0.8" [[package]] -name = "predicates-tree" -version = "1.0.11" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "41b740d195ed3166cd147c8047ec98db0e22ec019eb8eeb76d343b795304fb13" dependencies = [ - "predicates-core", - "termtree", + "predicates-core", + "termtree", ] +name = "predicates-tree" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.0.11" [[package]] -name = "prettyplease" -version = "0.1.25" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6c8646e95016a7a6c4adea95bafa8a16baab64b583356217f2c85db4a39d9a86" dependencies = [ - "proc-macro2", - "syn 1.0.109", + "proc-macro2", + "syn 1.0.109", ] - -[[package]] name = "prettyplease" -version = "0.2.22" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.25" + +[[package]] checksum = "479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba" dependencies = [ - "proc-macro2", - "syn 2.0.76", + "proc-macro2", + "syn 2.0.76", ] +name = "prettyplease" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.2.22" [[package]] -name = "primeorder" -version = "0.13.6" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6" dependencies = [ - "elliptic-curve", + "elliptic-curve", ] +name = "primeorder" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.13.6" [[package]] -name = "primitive-types" -version = "0.12.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0b34d9fd68ae0b74a41b21c03c2f62847aa0ffea044eee893b4c140b37e244e2" dependencies = [ - "fixed-hash", - "impl-codec", - "impl-rlp", - "impl-serde", - "scale-info", - "uint", + "fixed-hash", + "impl-codec", + "impl-rlp", + "impl-serde", + "scale-info", + "uint", ] +name = "primitive-types" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.12.2" [[package]] -name = "prioritized-metered-channel" -version = "0.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a172e6cc603231f2cf004232eabcecccc0da53ba576ab286ef7baa0cfc7927ad" dependencies = [ - "coarsetime", - "crossbeam-queue", - "derive_more", - "futures 0.3.30", - "futures-timer", - "nanorand", - "thiserror", - "tracing", + "coarsetime", + "crossbeam-queue", + "derive_more", + "futures 0.3.30", + "futures-timer", + "nanorand", + "thiserror", + "tracing", ] +name = "prioritized-metered-channel" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.6.1" [[package]] -name = "proc-macro-crate" -version = "1.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a" dependencies = [ - "thiserror", - "toml 0.5.11", + "thiserror", + "toml 0.5.11", ] - -[[package]] name = "proc-macro-crate" -version = "3.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.1.3" + +[[package]] checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b" dependencies = [ - "toml_edit", + "toml_edit", ] +name = "proc-macro-crate" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "3.2.0" [[package]] -name = "proc-macro-error" -version = "1.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" dependencies = [ - "proc-macro-error-attr", - "proc-macro2", - "quote", - "syn 1.0.109", - "version_check", + "proc-macro-error-attr", + "proc-macro2", + "quote", + "syn 1.0.109", + "version_check", ] +name = "proc-macro-error" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.0.4" [[package]] -name = "proc-macro-error-attr" -version = "1.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" dependencies = [ - "proc-macro2", - "quote", - "version_check", + "proc-macro2", + "quote", + "version_check", ] +name = "proc-macro-error-attr" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.0.4" [[package]] -name = "proc-macro-warning" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3d1eaa7fa0aa1929ffdf7eeb6eac234dde6268914a14ad44d23521ab6a9b258e" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro2", + "quote", + "syn 2.0.76", ] - -[[package]] name = "proc-macro-warning" -version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.4.2" + +[[package]] checksum = "834da187cfe638ae8abb0203f0b33e5ccdb02a28e7199f2f47b3e2754f50edca" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro2", + "quote", + "syn 2.0.76", ] +name = "proc-macro-warning" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.0.2" [[package]] -name = "proc-macro2" -version = "1.0.86" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" dependencies = [ - "unicode-ident", + "unicode-ident", ] +name = "proc-macro2" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.0.86" [[package]] -name = "prometheus" -version = "0.13.4" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1" dependencies = [ - "cfg-if", - "fnv", - "lazy_static", - "memchr", - "parking_lot 0.12.3", - "thiserror", + "cfg-if", + "fnv", + "lazy_static", + "memchr", + "parking_lot 0.12.3", + "thiserror", ] +name = "prometheus" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.13.4" [[package]] -name = "prometheus-client" -version = "0.21.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3c99afa9a01501019ac3a14d71d9f94050346f55ca471ce90c799a15c58f61e2" dependencies = [ - "dtoa", - "itoa", - "parking_lot 0.12.3", - "prometheus-client-derive-encode", + "dtoa", + "itoa", + "parking_lot 0.12.3", + "prometheus-client-derive-encode", ] +name = "prometheus-client" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.21.2" [[package]] -name = "prometheus-client-derive-encode" -version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "440f724eba9f6996b75d63681b0a92b06947f1457076d503a4d2e2c8f56442b8" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro2", + "quote", + "syn 2.0.76", ] +name = "prometheus-client-derive-encode" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.4.2" [[package]] -name = "prost" -version = "0.11.9" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd" dependencies = [ - "bytes", - "prost-derive 0.11.9", + "bytes", + "prost-derive 0.11.9", ] - -[[package]] name = "prost" -version = "0.12.6" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.11.9" + +[[package]] checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29" dependencies = [ - "bytes", - "prost-derive 0.12.6", + "bytes", + "prost-derive 0.12.6", ] +name = "prost" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.12.6" [[package]] -name = "prost-build" -version = "0.11.9" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "119533552c9a7ffacc21e099c24a0ac8bb19c2a2a3f363de84cd9b844feab270" dependencies = [ - "bytes", - "heck 0.4.1", - "itertools 0.10.5", - "lazy_static", - "log", - "multimap 0.8.3", - "petgraph", - "prettyplease 0.1.25", - "prost 0.11.9", - "prost-types 0.11.9", - "regex", - "syn 1.0.109", - "tempfile", - "which", + "bytes", + "heck 0.4.1", + "itertools 0.10.5", + "lazy_static", + "log", + "multimap 0.8.3", + "petgraph", + "prettyplease 0.1.25", + "prost 0.11.9", + "prost-types 0.11.9", + "regex", + "syn 1.0.109", + "tempfile", + "which", ] - -[[package]] name = "prost-build" -version = "0.12.6" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.11.9" + +[[package]] checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4" dependencies = [ - "bytes", - "heck 0.5.0", - "itertools 0.12.1", - "log", - "multimap 0.10.0", - "once_cell", - "petgraph", - "prettyplease 0.2.22", - "prost 0.12.6", - "prost-types 0.12.6", - "regex", - "syn 2.0.76", - "tempfile", + "bytes", + "heck 0.5.0", + "itertools 0.12.1", + "log", + "multimap 0.10.0", + "once_cell", + "petgraph", + "prettyplease 0.2.22", + "prost 0.12.6", + "prost-types 0.12.6", + "regex", + "syn 2.0.76", + "tempfile", ] +name = "prost-build" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.12.6" [[package]] -name = "prost-derive" -version = "0.11.9" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4" dependencies = [ - "anyhow", - "itertools 0.10.5", - "proc-macro2", - "quote", - "syn 1.0.109", + "anyhow", + "itertools 0.10.5", + "proc-macro2", + "quote", + "syn 1.0.109", ] - -[[package]] name = "prost-derive" -version = "0.12.6" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.11.9" + +[[package]] checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" dependencies = [ - "anyhow", - "itertools 0.12.1", - "proc-macro2", - "quote", - "syn 2.0.76", + "anyhow", + "itertools 0.12.1", + "proc-macro2", + "quote", + "syn 2.0.76", ] +name = "prost-derive" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.12.6" [[package]] -name = "prost-types" -version = "0.11.9" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13" dependencies = [ - "prost 0.11.9", + "prost 0.11.9", ] - -[[package]] name = "prost-types" -version = "0.12.6" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.11.9" + +[[package]] checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0" dependencies = [ - "prost 0.12.6", + "prost 0.12.6", ] +name = "prost-types" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.12.6" [[package]] -name = "psm" -version = "0.1.21" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874" dependencies = [ - "cc", + "cc", ] +name = "psm" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.21" [[package]] -name = "quanta" -version = "0.12.3" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e5167a477619228a0b284fac2674e3c388cba90631d7b7de620e6f1fcd08da5" dependencies = [ - "crossbeam-utils", - "libc", - "once_cell", - "raw-cpuid", - "wasi 0.11.0+wasi-snapshot-preview1", - "web-sys", - "winapi", + "crossbeam-utils", + "libc", + "once_cell", + "raw-cpuid", + "wasi 0.11.0+wasi-snapshot-preview1", + "web-sys", + "winapi", ] +name = "quanta" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.12.3" [[package]] +checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" name = "quick-error" -version = "1.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" +version = "1.2.3" [[package]] -name = "quick-protobuf" -version = "0.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9d6da84cc204722a989e01ba2f6e1e276e190f22263d0cb6ce8526fcdb0d2e1f" dependencies = [ - "byteorder", + "byteorder", ] +name = "quick-protobuf" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.8.1" [[package]] -name = "quick-protobuf-codec" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f8ededb1cd78531627244d51dd0c7139fbe736c7d57af0092a76f0ffb2f56e98" dependencies = [ - "asynchronous-codec", - "bytes", - "quick-protobuf", - "thiserror", - "unsigned-varint 0.7.2", + "asynchronous-codec", + "bytes", + "quick-protobuf", + "thiserror", + "unsigned-varint 0.7.2", ] +name = "quick-protobuf-codec" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.2.0" [[package]] -name = "quinn" -version = "0.9.4" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2e8b432585672228923edbbf64b8b12c14e1112f62e88737655b4a083dbcd78e" dependencies = [ - "bytes", - "pin-project-lite", - "quinn-proto 0.9.6", - "quinn-udp 0.3.2", - "rustc-hash", - "rustls 0.20.9", - "thiserror", - "tokio", - "tracing", - "webpki", + "bytes", + "pin-project-lite", + "quinn-proto 0.9.6", + "quinn-udp 0.3.2", + "rustc-hash", + "rustls 0.20.9", + "thiserror", + "tokio", + "tracing", + "webpki", ] - -[[package]] name = "quinn" -version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.9.4" + +[[package]] checksum = "8cc2c5017e4b43d5995dcea317bc46c1e09404c0a9664d2908f7f02dfe943d75" dependencies = [ - "bytes", - "futures-io", - "pin-project-lite", - "quinn-proto 0.10.6", - "quinn-udp 0.4.1", - "rustc-hash", - "rustls 0.21.12", - "thiserror", - "tokio", - "tracing", + "bytes", + "futures-io", + "pin-project-lite", + "quinn-proto 0.10.6", + "quinn-udp 0.4.1", + "rustc-hash", + "rustls 0.21.12", + "thiserror", + "tokio", + "tracing", ] +name = "quinn" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.10.2" [[package]] -name = "quinn-proto" -version = "0.9.6" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94b0b33c13a79f669c85defaf4c275dc86a0c0372807d0ca3d78e0bb87274863" dependencies = [ - "bytes", - "rand 0.8.5", - "ring 0.16.20", - "rustc-hash", - "rustls 0.20.9", - "slab", - "thiserror", - "tinyvec", - "tracing", - "webpki", + "bytes", + "rand 0.8.5", + "ring 0.16.20", + "rustc-hash", + "rustls 0.20.9", + "slab", + "thiserror", + "tinyvec", + "tracing", + "webpki", ] - -[[package]] name = "quinn-proto" -version = "0.10.6" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.9.6" + +[[package]] checksum = "141bf7dfde2fbc246bfd3fe12f2455aa24b0fbd9af535d8c86c7bd1381ff2b1a" dependencies = [ - "bytes", - "rand 0.8.5", - "ring 0.16.20", - "rustc-hash", - "rustls 0.21.12", - "slab", - "thiserror", - "tinyvec", - "tracing", + "bytes", + "rand 0.8.5", + "ring 0.16.20", + "rustc-hash", + "rustls 0.21.12", + "slab", + "thiserror", + "tinyvec", + "tracing", ] +name = "quinn-proto" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.10.6" [[package]] -name = "quinn-udp" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "641538578b21f5e5c8ea733b736895576d0fe329bb883b937db6f4d163dbaaf4" dependencies = [ - "libc", - "quinn-proto 0.9.6", - "socket2 0.4.10", - "tracing", - "windows-sys 0.42.0", + "libc", + "quinn-proto 0.9.6", + "socket2 0.4.10", + "tracing", + "windows-sys 0.42.0", ] - -[[package]] name = "quinn-udp" -version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.3.2" + +[[package]] checksum = "055b4e778e8feb9f93c4e439f71dc2156ef13360b432b799e179a8c4cdf0b1d7" dependencies = [ - "bytes", - "libc", - "socket2 0.5.7", - "tracing", - "windows-sys 0.48.0", + "bytes", + "libc", + "socket2 0.5.7", + "tracing", + "windows-sys 0.48.0", ] +name = "quinn-udp" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.4.1" [[package]] -name = "quote" -version = "1.0.37" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" dependencies = [ - "proc-macro2", + "proc-macro2", ] +name = "quote" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.0.37" [[package]] +checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" name = "radium" -version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" +version = "0.7.0" [[package]] -name = "rand" -version = "0.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" dependencies = [ - "getrandom 0.1.16", - "libc", - "rand_chacha 0.2.2", - "rand_core 0.5.1", - "rand_hc", + "getrandom 0.1.16", + "libc", + "rand_chacha 0.2.2", + "rand_core 0.5.1", + "rand_hc", ] - -[[package]] name = "rand" -version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.7.3" + +[[package]] checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" dependencies = [ - "libc", - "rand_chacha 0.3.1", - "rand_core 0.6.4", + "libc", + "rand_chacha 0.3.1", + "rand_core 0.6.4", ] +name = "rand" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.8.5" [[package]] -name = "rand_chacha" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" dependencies = [ - "ppv-lite86", - "rand_core 0.5.1", + "ppv-lite86", + "rand_core 0.5.1", ] - -[[package]] name = "rand_chacha" -version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.2.2" + +[[package]] checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" dependencies = [ - "ppv-lite86", - "rand_core 0.6.4", + "ppv-lite86", + "rand_core 0.6.4", ] +name = "rand_chacha" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.3.1" [[package]] -name = "rand_core" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" dependencies = [ - "getrandom 0.1.16", + "getrandom 0.1.16", ] - -[[package]] name = "rand_core" -version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.5.1" + +[[package]] checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" dependencies = [ - "getrandom 0.2.15", + "getrandom 0.2.15", ] +name = "rand_core" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.6.4" [[package]] -name = "rand_distr" -version = "0.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31" dependencies = [ - "num-traits", - "rand 0.8.5", + "num-traits", + "rand 0.8.5", ] +name = "rand_distr" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.4.3" [[package]] -name = "rand_hc" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" dependencies = [ - "rand_core 0.5.1", + "rand_core 0.5.1", ] +name = "rand_hc" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.2.0" [[package]] -name = "rand_pcg" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e" dependencies = [ - "rand_core 0.6.4", + "rand_core 0.6.4", ] +name = "rand_pcg" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.3.1" [[package]] -name = "raw-cpuid" -version = "11.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cb9ee317cfe3fbd54b36a511efc1edd42e216903c9cd575e686dd68a2ba90d8d" dependencies = [ - "bitflags 2.6.0", + "bitflags 2.6.0", ] +name = "raw-cpuid" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "11.1.0" [[package]] +checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" name = "rawpointer" -version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" +version = "0.2.1" [[package]] -name = "rayon" -version = "1.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" dependencies = [ - "either", - "rayon-core", + "either", + "rayon-core", ] +name = "rayon" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.10.0" [[package]] -name = "rayon-core" -version = "1.12.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" dependencies = [ - "crossbeam-deque", - "crossbeam-utils", + "crossbeam-deque", + "crossbeam-utils", ] +name = "rayon-core" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.12.1" [[package]] -name = "rcgen" -version = "0.10.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ffbe84efe2f38dea12e9bfc1f65377fdf03e53a18cb3b995faedf7934c7e785b" dependencies = [ - "pem", - "ring 0.16.20", - "time", - "yasna", + "pem", + "ring 0.16.20", + "time", + "yasna", ] +name = "rcgen" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.10.0" [[package]] -name = "redox_syscall" -version = "0.2.16" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" dependencies = [ - "bitflags 1.3.2", + "bitflags 1.3.2", ] - -[[package]] name = "redox_syscall" -version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.2.16" + +[[package]] checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4" dependencies = [ - "bitflags 2.6.0", + "bitflags 2.6.0", ] +name = "redox_syscall" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.5.3" [[package]] -name = "redox_users" -version = "0.4.6" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" dependencies = [ - "getrandom 0.2.15", - "libredox", - "thiserror", + "getrandom 0.2.15", + "libredox", + "thiserror", ] +name = "redox_users" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.4.6" [[package]] -name = "reed-solomon-novelpoly" -version = "2.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "87413ebb313323d431e85d0afc5a68222aaed972843537cbfe5f061cf1b4bcab" dependencies = [ - "derive_more", - "fs-err", - "static_init", - "thiserror", + "derive_more", + "fs-err", + "static_init", + "thiserror", ] +name = "reed-solomon-novelpoly" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "2.0.0" [[package]] -name = "ref-cast" -version = "1.0.23" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ccf0a6f84d5f1d581da8b41b47ec8600871962f2a528115b542b362d4b744931" dependencies = [ - "ref-cast-impl", + "ref-cast-impl", ] +name = "ref-cast" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.0.23" [[package]] -name = "ref-cast-impl" -version = "1.0.23" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bcc303e793d3734489387d205e9b186fac9c6cfacedd98cbb2e8a5943595f3e6" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro2", + "quote", + "syn 2.0.76", ] +name = "ref-cast-impl" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.0.23" [[package]] -name = "regalloc2" -version = "0.6.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "80535183cae11b149d618fbd3c37e38d7cda589d82d7769e196ca9a9042d7621" dependencies = [ - "fxhash", - "log", - "slice-group-by", - "smallvec", + "fxhash", + "log", + "slice-group-by", + "smallvec", ] - -[[package]] name = "regalloc2" -version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.6.1" + +[[package]] checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6" dependencies = [ - "hashbrown 0.13.2", - "log", - "rustc-hash", - "slice-group-by", - "smallvec", + "hashbrown 0.13.2", + "log", + "rustc-hash", + "slice-group-by", + "smallvec", ] +name = "regalloc2" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.9.3" [[package]] -name = "regex" -version = "1.10.6" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619" dependencies = [ - "aho-corasick", - "memchr", - "regex-automata 0.4.7", - "regex-syntax 0.8.4", + "aho-corasick", + "memchr", + "regex-automata 0.4.7", + "regex-syntax 0.8.4", ] +name = "regex" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.10.6" [[package]] -name = "regex-automata" -version = "0.1.10" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" dependencies = [ - "regex-syntax 0.6.29", + "regex-syntax 0.6.29", ] - -[[package]] name = "regex-automata" -version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.10" + +[[package]] checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df" dependencies = [ - "aho-corasick", - "memchr", - "regex-syntax 0.8.4", + "aho-corasick", + "memchr", + "regex-syntax 0.8.4", ] +name = "regex-automata" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.4.7" [[package]] +checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" name = "regex-syntax" -version = "0.6.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" +version = "0.6.29" [[package]] +checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" name = "regex-syntax" -version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" +version = "0.8.4" [[package]] -name = "resolv-conf" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00" dependencies = [ - "hostname", - "quick-error", + "hostname", + "quick-error", ] +name = "resolv-conf" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.7.0" [[package]] -name = "rfc6979" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" dependencies = [ - "hmac 0.12.1", - "subtle 2.6.1", + "hmac 0.12.1", + "subtle 2.6.1", ] +name = "rfc6979" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.4.0" [[package]] -name = "ring" -version = "0.16.20" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" dependencies = [ - "cc", - "libc", - "once_cell", - "spin 0.5.2", - "untrusted 0.7.1", - "web-sys", - "winapi", + "cc", + "libc", + "once_cell", + "spin 0.5.2", + "untrusted 0.7.1", + "web-sys", + "winapi", ] - -[[package]] name = "ring" -version = "0.17.8" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.16.20" + +[[package]] checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" dependencies = [ - "cc", - "cfg-if", - "getrandom 0.2.15", - "libc", - "spin 0.9.8", - "untrusted 0.9.0", - "windows-sys 0.52.0", + "cc", + "cfg-if", + "getrandom 0.2.15", + "libc", + "spin 0.9.8", + "untrusted 0.9.0", + "windows-sys 0.52.0", ] +name = "ring" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.17.8" [[package]] -name = "ripemd" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bd124222d17ad93a644ed9d011a40f4fb64aa54275c08cc216524a9ea82fb09f" dependencies = [ - "digest 0.10.7", + "digest 0.10.7", ] +name = "ripemd" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.3" [[package]] -name = "rlp" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec" dependencies = [ - "bytes", - "rlp-derive", - "rustc-hex", + "bytes", + "rlp-derive", + "rustc-hex", ] +name = "rlp" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.5.2" [[package]] -name = "rlp-derive" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a" dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", + "proc-macro2", + "quote", + "syn 1.0.109", ] +name = "rlp-derive" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.0" [[package]] -name = "rocksdb" -version = "0.21.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bb6f170a4041d50a0ce04b0d2e14916d6ca863ea2e422689a5b694395d299ffe" dependencies = [ - "libc", - "librocksdb-sys", + "libc", + "librocksdb-sys", ] +name = "rocksdb" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.21.0" [[package]] -name = "rococo-runtime" -version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "binary-merkle-tree", - "bitvec", - "frame-benchmarking", - "frame-executive", - "frame-metadata-hash-extension", - "frame-support", - "frame-system", - "frame-system-benchmarking", - "frame-system-rpc-runtime-api", - "frame-try-runtime", - "hex-literal 0.4.1", - "log", - "pallet-asset-rate", - "pallet-authority-discovery", - "pallet-authorship", - "pallet-babe", - "pallet-balances", - "pallet-beefy", - "pallet-beefy-mmr", - "pallet-bounties", - "pallet-child-bounties", - "pallet-collective", - "pallet-conviction-voting", - "pallet-democracy", - "pallet-elections-phragmen", - "pallet-grandpa", - "pallet-identity", - "pallet-indices", - "pallet-membership", - "pallet-message-queue", - "pallet-mmr", - "pallet-multisig", - "pallet-nis", - "pallet-offences", - "pallet-parameters", - "pallet-preimage", - "pallet-proxy", - "pallet-ranked-collective", - "pallet-recovery", - "pallet-referenda", - "pallet-root-testing", - "pallet-scheduler", - "pallet-session", - "pallet-society", - "pallet-staking", - "pallet-state-trie-migration", - "pallet-sudo", - "pallet-timestamp", - "pallet-tips", - "pallet-transaction-payment", - "pallet-transaction-payment-rpc-runtime-api", - "pallet-treasury", - "pallet-utility", - "pallet-vesting", - "pallet-whitelist", - "pallet-xcm", - "pallet-xcm-benchmarks", - "parity-scale-codec", - "polkadot-parachain-primitives", - "polkadot-primitives", - "polkadot-runtime-common", - "polkadot-runtime-parachains", - "rococo-runtime-constants", - "scale-info", - "serde", - "serde_derive", - "serde_json", - "smallvec", - "sp-api", - "sp-arithmetic", - "sp-authority-discovery", - "sp-block-builder", - "sp-consensus-babe", - "sp-consensus-beefy", - "sp-consensus-grandpa", - "sp-core", - "sp-genesis-builder", - "sp-inherents", - "sp-io", - "sp-mmr-primitives", - "sp-offchain", - "sp-runtime", - "sp-session", - "sp-staking", - "sp-storage", - "sp-transaction-pool", - "sp-version", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", - "static_assertions", - "substrate-wasm-builder", - "xcm-runtime-apis", + "binary-merkle-tree", + "bitvec", + "frame-benchmarking", + "frame-executive", + "frame-metadata-hash-extension", + "frame-support", + "frame-system", + "frame-system-benchmarking", + "frame-system-rpc-runtime-api", + "frame-try-runtime", + "hex-literal 0.4.1", + "log", + "pallet-asset-rate", + "pallet-authority-discovery", + "pallet-authorship", + "pallet-babe", + "pallet-balances", + "pallet-beefy", + "pallet-beefy-mmr", + "pallet-bounties", + "pallet-child-bounties", + "pallet-collective", + "pallet-conviction-voting", + "pallet-democracy", + "pallet-elections-phragmen", + "pallet-grandpa", + "pallet-identity", + "pallet-indices", + "pallet-membership", + "pallet-message-queue", + "pallet-mmr", + "pallet-multisig", + "pallet-nis", + "pallet-offences", + "pallet-parameters", + "pallet-preimage", + "pallet-proxy", + "pallet-ranked-collective", + "pallet-recovery", + "pallet-referenda", + "pallet-root-testing", + "pallet-scheduler", + "pallet-session", + "pallet-society", + "pallet-staking", + "pallet-state-trie-migration", + "pallet-sudo", + "pallet-timestamp", + "pallet-tips", + "pallet-transaction-payment", + "pallet-transaction-payment-rpc-runtime-api", + "pallet-treasury", + "pallet-utility", + "pallet-vesting", + "pallet-whitelist", + "pallet-xcm", + "pallet-xcm-benchmarks", + "parity-scale-codec", + "polkadot-parachain-primitives", + "polkadot-primitives", + "polkadot-runtime-common", + "polkadot-runtime-parachains", + "rococo-runtime-constants", + "scale-info", + "serde", + "serde_derive", + "serde_json", + "smallvec", + "sp-api", + "sp-arithmetic", + "sp-authority-discovery", + "sp-block-builder", + "sp-consensus-babe", + "sp-consensus-beefy", + "sp-consensus-grandpa", + "sp-core", + "sp-genesis-builder", + "sp-inherents", + "sp-io", + "sp-mmr-primitives", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-staking", + "sp-storage", + "sp-transaction-pool", + "sp-version", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", + "static_assertions", + "substrate-wasm-builder", + "xcm-runtime-apis", ] +name = "rococo-runtime" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "17.0.0" [[package]] -name = "rococo-runtime-constants" -version = "16.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-support", - "polkadot-primitives", - "polkadot-runtime-common", - "smallvec", - "sp-core", - "sp-runtime", - "sp-weights", - "staging-xcm", - "staging-xcm-builder", + "frame-support", + "polkadot-primitives", + "polkadot-runtime-common", + "smallvec", + "sp-core", + "sp-runtime", + "sp-weights", + "staging-xcm", + "staging-xcm-builder", ] +name = "rococo-runtime-constants" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "16.0.0" [[package]] +checksum = "afab94fb28594581f62d981211a9a4d53cc8130bbcbbb89a0440d9b8e81a7746" name = "route-recognizer" -version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afab94fb28594581f62d981211a9a4d53cc8130bbcbbb89a0440d9b8e81a7746" +version = "0.3.1" [[package]] -name = "rpassword" -version = "7.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "80472be3c897911d0137b2d2b9055faf6eeac5b14e324073d83bc17b191d7e3f" dependencies = [ - "libc", - "rtoolbox", - "windows-sys 0.48.0", + "libc", + "rtoolbox", + "windows-sys 0.48.0", ] +name = "rpassword" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "7.3.1" [[package]] -name = "rtnetlink" -version = "0.10.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "322c53fd76a18698f1c27381d58091de3a043d356aa5bd0d510608b565f469a0" dependencies = [ - "futures 0.3.30", - "log", - "netlink-packet-route", - "netlink-proto", - "nix 0.24.3", - "thiserror", - "tokio", + "futures 0.3.30", + "log", + "netlink-packet-route", + "netlink-proto", + "nix 0.24.3", + "thiserror", + "tokio", ] +name = "rtnetlink" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.10.1" [[package]] -name = "rtoolbox" -version = "0.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c247d24e63230cdb56463ae328478bd5eac8b8faa8c69461a77e8e323afac90e" dependencies = [ - "libc", - "windows-sys 0.48.0", + "libc", + "windows-sys 0.48.0", ] +name = "rtoolbox" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.0.2" [[package]] +checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" name = "rustc-demangle" -version = "0.1.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" +version = "0.1.24" [[package]] +checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" name = "rustc-hash" -version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" +version = "1.1.0" [[package]] +checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6" name = "rustc-hex" -version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6" +version = "2.1.0" [[package]] -name = "rustc_version" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" dependencies = [ - "semver 1.0.23", + "semver 1.0.23", ] +name = "rustc_version" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.4.1" [[package]] -name = "rusticata-macros" -version = "4.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632" dependencies = [ - "nom", + "nom", ] +name = "rusticata-macros" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "4.1.0" [[package]] -name = "rustix" -version = "0.36.17" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "305efbd14fde4139eb501df5f136994bb520b033fa9fbdce287507dc23b8c7ed" dependencies = [ - "bitflags 1.3.2", - "errno", - "io-lifetimes", - "libc", - "linux-raw-sys 0.1.4", - "windows-sys 0.45.0", + "bitflags 1.3.2", + "errno", + "io-lifetimes", + "libc", + "linux-raw-sys 0.1.4", + "windows-sys 0.45.0", ] - -[[package]] name = "rustix" -version = "0.37.27" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.36.17" + +[[package]] checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2" dependencies = [ - "bitflags 1.3.2", - "errno", - "io-lifetimes", - "libc", - "linux-raw-sys 0.3.8", - "windows-sys 0.48.0", + "bitflags 1.3.2", + "errno", + "io-lifetimes", + "libc", + "linux-raw-sys 0.3.8", + "windows-sys 0.48.0", ] - -[[package]] name = "rustix" -version = "0.38.35" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.37.27" + +[[package]] checksum = "a85d50532239da68e9addb745ba38ff4612a242c1c7ceea689c4bc7c2f43c36f" dependencies = [ - "bitflags 2.6.0", - "errno", - "libc", - "linux-raw-sys 0.4.14", - "windows-sys 0.52.0", + "bitflags 2.6.0", + "errno", + "libc", + "linux-raw-sys 0.4.14", + "windows-sys 0.52.0", ] +name = "rustix" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.38.35" [[package]] -name = "rustls" -version = "0.20.9" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99" dependencies = [ - "ring 0.16.20", - "sct", - "webpki", + "ring 0.16.20", + "sct", + "webpki", ] - -[[package]] name = "rustls" -version = "0.21.12" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.20.9" + +[[package]] checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" dependencies = [ - "log", - "ring 0.17.8", - "rustls-webpki 0.101.7", - "sct", + "log", + "ring 0.17.8", + "rustls-webpki 0.101.7", + "sct", ] - -[[package]] name = "rustls" -version = "0.23.12" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.21.12" + +[[package]] checksum = "c58f8c84392efc0a126acce10fa59ff7b3d2ac06ab451a33f2741989b806b044" dependencies = [ - "log", - "once_cell", - "ring 0.17.8", - "rustls-pki-types", - "rustls-webpki 0.102.7", - "subtle 2.6.1", - "zeroize", + "log", + "once_cell", + "ring 0.17.8", + "rustls-pki-types", + "rustls-webpki 0.102.7", + "subtle 2.6.1", + "zeroize", ] +name = "rustls" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.23.12" [[package]] -name = "rustls-native-certs" -version = "0.6.3" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00" dependencies = [ - "openssl-probe", - "rustls-pemfile 1.0.4", - "schannel", - "security-framework", + "openssl-probe", + "rustls-pemfile 1.0.4", + "schannel", + "security-framework", ] - -[[package]] name = "rustls-native-certs" -version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.6.3" + +[[package]] checksum = "e5bfb394eeed242e909609f56089eecfe5fda225042e8b171791b9c95f5931e5" dependencies = [ - "openssl-probe", - "rustls-pemfile 2.1.3", - "rustls-pki-types", - "schannel", - "security-framework", + "openssl-probe", + "rustls-pemfile 2.1.3", + "rustls-pki-types", + "schannel", + "security-framework", ] +name = "rustls-native-certs" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.7.3" [[package]] -name = "rustls-pemfile" -version = "1.0.4" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" dependencies = [ - "base64 0.21.7", + "base64 0.21.7", ] - -[[package]] name = "rustls-pemfile" -version = "2.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.0.4" + +[[package]] checksum = "196fe16b00e106300d3e45ecfcb764fa292a535d7326a29a5875c579c7417425" dependencies = [ - "base64 0.22.1", - "rustls-pki-types", + "base64 0.22.1", + "rustls-pki-types", ] +name = "rustls-pemfile" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "2.1.3" [[package]] +checksum = "fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0" name = "rustls-pki-types" -version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0" +version = "1.8.0" [[package]] -name = "rustls-platform-verifier" -version = "0.3.4" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "afbb878bdfdf63a336a5e63561b1835e7a8c91524f51621db870169eac84b490" dependencies = [ - "core-foundation", - "core-foundation-sys", - "jni", - "log", - "once_cell", - "rustls 0.23.12", - "rustls-native-certs 0.7.3", - "rustls-platform-verifier-android", - "rustls-webpki 0.102.7", - "security-framework", - "security-framework-sys", - "webpki-roots 0.26.3", - "winapi", + "core-foundation", + "core-foundation-sys", + "jni", + "log", + "once_cell", + "rustls 0.23.12", + "rustls-native-certs 0.7.3", + "rustls-platform-verifier-android", + "rustls-webpki 0.102.7", + "security-framework", + "security-framework-sys", + "webpki-roots 0.26.3", + "winapi", ] +name = "rustls-platform-verifier" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.3.4" [[package]] +checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" name = "rustls-platform-verifier-android" -version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" +version = "0.1.1" [[package]] -name = "rustls-webpki" -version = "0.101.7" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" dependencies = [ - "ring 0.17.8", - "untrusted 0.9.0", + "ring 0.17.8", + "untrusted 0.9.0", ] - -[[package]] name = "rustls-webpki" -version = "0.102.7" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.101.7" + +[[package]] checksum = "84678086bd54edf2b415183ed7a94d0efb049f1b646a33e22a36f3794be6ae56" dependencies = [ - "ring 0.17.8", - "rustls-pki-types", - "untrusted 0.9.0", + "ring 0.17.8", + "rustls-pki-types", + "untrusted 0.9.0", ] +name = "rustls-webpki" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.102.7" [[package]] +checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" name = "rustversion" -version = "1.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" +version = "1.0.17" [[package]] -name = "ruzstd" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ac3ffab8f9715a0d455df4bbb9d21e91135aab3cd3ca187af0cd0c3c3f868fdc" dependencies = [ - "byteorder", - "thiserror-core", - "twox-hash", + "byteorder", + "thiserror-core", + "twox-hash", ] +name = "ruzstd" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.4.0" [[package]] -name = "rw-stream-sink" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d8c9026ff5d2f23da5e45bbc283f156383001bfb09c4e44256d02c1a685fe9a1" dependencies = [ - "futures 0.3.30", - "pin-project", - "static_assertions", + "futures 0.3.30", + "pin-project", + "static_assertions", ] +name = "rw-stream-sink" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.4.0" [[package]] +checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" name = "ryu" -version = "1.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" +version = "1.0.18" [[package]] -name = "safe_arch" -version = "0.7.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c3460605018fdc9612bce72735cba0d27efbcd9904780d44c7e3a9948f96148a" dependencies = [ - "bytemuck", + "bytemuck", ] +name = "safe_arch" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.7.2" [[package]] -name = "same-file" -version = "1.0.6" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" dependencies = [ - "winapi-util", + "winapi-util", ] +name = "same-file" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.0.6" [[package]] -name = "sc-allocator" -version = "29.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "log", - "sp-core", - "sp-wasm-interface", - "thiserror", + "log", + "sp-core", + "sp-wasm-interface", + "thiserror", ] +name = "sc-allocator" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "29.0.0" [[package]] -name = "sc-authority-discovery" -version = "0.44.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "futures 0.3.30", - "futures-timer", - "ip_network", - "libp2p", - "linked_hash_set", - "log", - "multihash 0.19.1", - "parity-scale-codec", - "prost 0.12.6", - "prost-build 0.12.6", - "rand 0.8.5", - "sc-client-api", - "sc-network", - "sc-network-types", - "sp-api", - "sp-authority-discovery", - "sp-blockchain", - "sp-core", - "sp-keystore", - "sp-runtime", - "substrate-prometheus-endpoint", - "thiserror", + "async-trait", + "futures 0.3.30", + "futures-timer", + "ip_network", + "libp2p", + "linked_hash_set", + "log", + "multihash 0.19.1", + "parity-scale-codec", + "prost 0.12.6", + "prost-build 0.12.6", + "rand 0.8.5", + "sc-client-api", + "sc-network", + "sc-network-types", + "sp-api", + "sp-authority-discovery", + "sp-blockchain", + "sp-core", + "sp-keystore", + "sp-runtime", + "substrate-prometheus-endpoint", + "thiserror", ] +name = "sc-authority-discovery" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.44.0" [[package]] -name = "sc-basic-authorship" -version = "0.44.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "futures 0.3.30", - "futures-timer", - "log", - "parity-scale-codec", - "sc-block-builder", - "sc-proposer-metrics", - "sc-telemetry", - "sc-transaction-pool-api", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-inherents", - "sp-runtime", - "substrate-prometheus-endpoint", + "futures 0.3.30", + "futures-timer", + "log", + "parity-scale-codec", + "sc-block-builder", + "sc-proposer-metrics", + "sc-telemetry", + "sc-transaction-pool-api", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-inherents", + "sp-runtime", + "substrate-prometheus-endpoint", ] +name = "sc-basic-authorship" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.44.0" [[package]] -name = "sc-block-builder" -version = "0.42.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "parity-scale-codec", - "sp-api", - "sp-block-builder", - "sp-blockchain", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-trie", + "parity-scale-codec", + "sp-api", + "sp-block-builder", + "sp-blockchain", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-trie", ] +name = "sc-block-builder" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.42.0" [[package]] -name = "sc-chain-spec" -version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "array-bytes", - "docify", - "log", - "memmap2 0.9.4", - "parity-scale-codec", - "sc-chain-spec-derive", - "sc-client-api", - "sc-executor", - "sc-network", - "sc-telemetry", - "serde", - "serde_json", - "sp-blockchain", - "sp-core", - "sp-crypto-hashing", - "sp-genesis-builder", - "sp-io", - "sp-runtime", - "sp-state-machine", - "sp-tracing", + "array-bytes", + "docify", + "log", + "memmap2 0.9.4", + "parity-scale-codec", + "sc-chain-spec-derive", + "sc-client-api", + "sc-executor", + "sc-network", + "sc-telemetry", + "serde", + "serde_json", + "sp-blockchain", + "sp-core", + "sp-crypto-hashing", + "sp-genesis-builder", + "sp-io", + "sp-runtime", + "sp-state-machine", + "sp-tracing", ] +name = "sc-chain-spec" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "37.0.0" [[package]] -name = "sc-chain-spec-derive" -version = "12.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "proc-macro-crate 3.2.0", - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro-crate 3.2.0", + "proc-macro2", + "quote", + "syn 2.0.76", ] +name = "sc-chain-spec-derive" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "12.0.0" [[package]] -name = "sc-cli" -version = "0.46.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "array-bytes", - "chrono", - "clap", - "fdlimit", - "futures 0.3.30", - "itertools 0.11.0", - "libp2p-identity", - "log", - "names", - "parity-bip39", - "parity-scale-codec", - "rand 0.8.5", - "regex", - "rpassword", - "sc-client-api", - "sc-client-db", - "sc-executor", - "sc-keystore", - "sc-mixnet", - "sc-network", - "sc-service", - "sc-telemetry", - "sc-tracing", - "sc-utils", - "serde", - "serde_json", - "sp-blockchain", - "sp-core", - "sp-keyring", - "sp-keystore", - "sp-panic-handler", - "sp-runtime", - "sp-state-machine", - "sp-storage", - "sp-version", - "thiserror", - "tokio", + "array-bytes", + "chrono", + "clap", + "fdlimit", + "futures 0.3.30", + "itertools 0.11.0", + "libp2p-identity", + "log", + "names", + "parity-bip39", + "parity-scale-codec", + "rand 0.8.5", + "regex", + "rpassword", + "sc-client-api", + "sc-client-db", + "sc-executor", + "sc-keystore", + "sc-mixnet", + "sc-network", + "sc-service", + "sc-telemetry", + "sc-tracing", + "sc-utils", + "serde", + "serde_json", + "sp-blockchain", + "sp-core", + "sp-keyring", + "sp-keystore", + "sp-panic-handler", + "sp-runtime", + "sp-state-machine", + "sp-storage", + "sp-version", + "thiserror", + "tokio", ] +name = "sc-cli" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.46.0" [[package]] -name = "sc-client-api" -version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "fnv", - "futures 0.3.30", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "sc-executor", - "sc-transaction-pool-api", - "sc-utils", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-database", - "sp-externalities", - "sp-runtime", - "sp-state-machine", - "sp-statement-store", - "sp-storage", - "sp-trie", - "substrate-prometheus-endpoint", + "fnv", + "futures 0.3.30", + "log", + "parity-scale-codec", + "parking_lot 0.12.3", + "sc-executor", + "sc-transaction-pool-api", + "sc-utils", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-database", + "sp-externalities", + "sp-runtime", + "sp-state-machine", + "sp-statement-store", + "sp-storage", + "sp-trie", + "substrate-prometheus-endpoint", ] +name = "sc-client-api" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "37.0.0" [[package]] -name = "sc-client-db" -version = "0.44.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "hash-db", - "kvdb", - "kvdb-memorydb", - "kvdb-rocksdb", - "linked-hash-map", - "log", - "parity-db", - "parity-scale-codec", - "parking_lot 0.12.3", - "sc-client-api", - "sc-state-db", - "schnellru", - "sp-arithmetic", - "sp-blockchain", - "sp-core", - "sp-database", - "sp-runtime", - "sp-state-machine", - "sp-trie", + "hash-db", + "kvdb", + "kvdb-memorydb", + "kvdb-rocksdb", + "linked-hash-map", + "log", + "parity-db", + "parity-scale-codec", + "parking_lot 0.12.3", + "sc-client-api", + "sc-state-db", + "schnellru", + "sp-arithmetic", + "sp-blockchain", + "sp-core", + "sp-database", + "sp-runtime", + "sp-state-machine", + "sp-trie", ] +name = "sc-client-db" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.44.0" [[package]] -name = "sc-consensus" -version = "0.43.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "futures 0.3.30", - "log", - "mockall 0.11.4", - "parking_lot 0.12.3", - "sc-client-api", - "sc-network-types", - "sc-utils", - "serde", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-runtime", - "sp-state-machine", - "substrate-prometheus-endpoint", - "thiserror", + "async-trait", + "futures 0.3.30", + "log", + "mockall 0.11.4", + "parking_lot 0.12.3", + "sc-client-api", + "sc-network-types", + "sc-utils", + "serde", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-runtime", + "sp-state-machine", + "substrate-prometheus-endpoint", + "thiserror", ] +name = "sc-consensus" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.43.0" [[package]] -name = "sc-consensus-aura" -version = "0.44.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "futures 0.3.30", - "log", - "parity-scale-codec", - "sc-block-builder", - "sc-client-api", - "sc-consensus", - "sc-consensus-slots", - "sc-telemetry", - "sp-api", - "sp-application-crypto", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", - "sp-consensus-aura", - "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-keystore", - "sp-runtime", - "substrate-prometheus-endpoint", - "thiserror", + "async-trait", + "futures 0.3.30", + "log", + "parity-scale-codec", + "sc-block-builder", + "sc-client-api", + "sc-consensus", + "sc-consensus-slots", + "sc-telemetry", + "sp-api", + "sp-application-crypto", + "sp-block-builder", + "sp-blockchain", + "sp-consensus", + "sp-consensus-aura", + "sp-consensus-slots", + "sp-core", + "sp-inherents", + "sp-keystore", + "sp-runtime", + "substrate-prometheus-endpoint", + "thiserror", ] +name = "sc-consensus-aura" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.44.0" [[package]] -name = "sc-consensus-babe" -version = "0.44.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "fork-tree", - "futures 0.3.30", - "log", - "num-bigint", - "num-rational", - "num-traits", - "parity-scale-codec", - "parking_lot 0.12.3", - "sc-client-api", - "sc-consensus", - "sc-consensus-epochs", - "sc-consensus-slots", - "sc-telemetry", - "sc-transaction-pool-api", - "sp-api", - "sp-application-crypto", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", - "sp-consensus-babe", - "sp-consensus-slots", - "sp-core", - "sp-crypto-hashing", - "sp-inherents", - "sp-keystore", - "sp-runtime", - "substrate-prometheus-endpoint", - "thiserror", + "async-trait", + "fork-tree", + "futures 0.3.30", + "log", + "num-bigint", + "num-rational", + "num-traits", + "parity-scale-codec", + "parking_lot 0.12.3", + "sc-client-api", + "sc-consensus", + "sc-consensus-epochs", + "sc-consensus-slots", + "sc-telemetry", + "sc-transaction-pool-api", + "sp-api", + "sp-application-crypto", + "sp-block-builder", + "sp-blockchain", + "sp-consensus", + "sp-consensus-babe", + "sp-consensus-slots", + "sp-core", + "sp-crypto-hashing", + "sp-inherents", + "sp-keystore", + "sp-runtime", + "substrate-prometheus-endpoint", + "thiserror", ] +name = "sc-consensus-babe" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.44.0" [[package]] -name = "sc-consensus-babe-rpc" -version = "0.44.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "futures 0.3.30", - "jsonrpsee", - "sc-consensus-babe", - "sc-consensus-epochs", - "sc-rpc-api", - "serde", - "sp-api", - "sp-application-crypto", - "sp-blockchain", - "sp-consensus", - "sp-consensus-babe", - "sp-core", - "sp-keystore", - "sp-runtime", - "thiserror", + "futures 0.3.30", + "jsonrpsee", + "sc-consensus-babe", + "sc-consensus-epochs", + "sc-rpc-api", + "serde", + "sp-api", + "sp-application-crypto", + "sp-blockchain", + "sp-consensus", + "sp-consensus-babe", + "sp-core", + "sp-keystore", + "sp-runtime", + "thiserror", ] +name = "sc-consensus-babe-rpc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.44.0" [[package]] -name = "sc-consensus-beefy" -version = "23.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "array-bytes", - "async-channel 1.9.0", - "async-trait", - "fnv", - "futures 0.3.30", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "sc-client-api", - "sc-consensus", - "sc-network", - "sc-network-gossip", - "sc-network-sync", - "sc-network-types", - "sc-utils", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", - "sp-blockchain", - "sp-consensus", - "sp-consensus-beefy", - "sp-core", - "sp-crypto-hashing", - "sp-keystore", - "sp-runtime", - "substrate-prometheus-endpoint", - "thiserror", - "tokio", - "wasm-timer", + "array-bytes", + "async-channel 1.9.0", + "async-trait", + "fnv", + "futures 0.3.30", + "log", + "parity-scale-codec", + "parking_lot 0.12.3", + "sc-client-api", + "sc-consensus", + "sc-network", + "sc-network-gossip", + "sc-network-sync", + "sc-network-types", + "sc-utils", + "sp-api", + "sp-application-crypto", + "sp-arithmetic", + "sp-blockchain", + "sp-consensus", + "sp-consensus-beefy", + "sp-core", + "sp-crypto-hashing", + "sp-keystore", + "sp-runtime", + "substrate-prometheus-endpoint", + "thiserror", + "tokio", + "wasm-timer", ] +name = "sc-consensus-beefy" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "23.0.0" [[package]] -name = "sc-consensus-beefy-rpc" -version = "23.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "futures 0.3.30", - "jsonrpsee", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "sc-consensus-beefy", - "sc-rpc", - "serde", - "sp-application-crypto", - "sp-consensus-beefy", - "sp-core", - "sp-runtime", - "thiserror", + "futures 0.3.30", + "jsonrpsee", + "log", + "parity-scale-codec", + "parking_lot 0.12.3", + "sc-consensus-beefy", + "sc-rpc", + "serde", + "sp-application-crypto", + "sp-consensus-beefy", + "sp-core", + "sp-runtime", + "thiserror", ] +name = "sc-consensus-beefy-rpc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "23.0.0" [[package]] -name = "sc-consensus-epochs" -version = "0.43.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "fork-tree", - "parity-scale-codec", - "sc-client-api", - "sc-consensus", - "sp-blockchain", - "sp-runtime", + "fork-tree", + "parity-scale-codec", + "sc-client-api", + "sc-consensus", + "sp-blockchain", + "sp-runtime", ] +name = "sc-consensus-epochs" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.43.0" [[package]] -name = "sc-consensus-grandpa" -version = "0.29.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "ahash", - "array-bytes", - "async-trait", - "dyn-clone", - "finality-grandpa", - "fork-tree", - "futures 0.3.30", - "futures-timer", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "rand 0.8.5", - "sc-block-builder", - "sc-chain-spec", - "sc-client-api", - "sc-consensus", - "sc-network", - "sc-network-common", - "sc-network-gossip", - "sc-network-sync", - "sc-network-types", - "sc-telemetry", - "sc-transaction-pool-api", - "sc-utils", - "serde_json", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", - "sp-blockchain", - "sp-consensus", - "sp-consensus-grandpa", - "sp-core", - "sp-crypto-hashing", - "sp-keystore", - "sp-runtime", - "substrate-prometheus-endpoint", - "thiserror", + "ahash", + "array-bytes", + "async-trait", + "dyn-clone", + "finality-grandpa", + "fork-tree", + "futures 0.3.30", + "futures-timer", + "log", + "parity-scale-codec", + "parking_lot 0.12.3", + "rand 0.8.5", + "sc-block-builder", + "sc-chain-spec", + "sc-client-api", + "sc-consensus", + "sc-network", + "sc-network-common", + "sc-network-gossip", + "sc-network-sync", + "sc-network-types", + "sc-telemetry", + "sc-transaction-pool-api", + "sc-utils", + "serde_json", + "sp-api", + "sp-application-crypto", + "sp-arithmetic", + "sp-blockchain", + "sp-consensus", + "sp-consensus-grandpa", + "sp-core", + "sp-crypto-hashing", + "sp-keystore", + "sp-runtime", + "substrate-prometheus-endpoint", + "thiserror", ] +name = "sc-consensus-grandpa" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.29.0" [[package]] -name = "sc-consensus-grandpa-rpc" -version = "0.29.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "finality-grandpa", - "futures 0.3.30", - "jsonrpsee", - "log", - "parity-scale-codec", - "sc-client-api", - "sc-consensus-grandpa", - "sc-rpc", - "serde", - "sp-blockchain", - "sp-core", - "sp-runtime", - "thiserror", + "finality-grandpa", + "futures 0.3.30", + "jsonrpsee", + "log", + "parity-scale-codec", + "sc-client-api", + "sc-consensus-grandpa", + "sc-rpc", + "serde", + "sp-blockchain", + "sp-core", + "sp-runtime", + "thiserror", ] +name = "sc-consensus-grandpa-rpc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.29.0" [[package]] -name = "sc-consensus-manual-seal" -version = "0.45.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "assert_matches", - "async-trait", - "futures 0.3.30", - "futures-timer", - "jsonrpsee", - "log", - "parity-scale-codec", - "sc-client-api", - "sc-consensus", - "sc-consensus-aura", - "sc-consensus-babe", - "sc-consensus-epochs", - "sc-transaction-pool", - "sc-transaction-pool-api", - "serde", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-consensus-aura", - "sp-consensus-babe", - "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-keystore", - "sp-runtime", - "sp-timestamp", - "substrate-prometheus-endpoint", - "thiserror", + "assert_matches", + "async-trait", + "futures 0.3.30", + "futures-timer", + "jsonrpsee", + "log", + "parity-scale-codec", + "sc-client-api", + "sc-consensus", + "sc-consensus-aura", + "sc-consensus-babe", + "sc-consensus-epochs", + "sc-transaction-pool", + "sc-transaction-pool-api", + "serde", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-consensus-aura", + "sp-consensus-babe", + "sp-consensus-slots", + "sp-core", + "sp-inherents", + "sp-keystore", + "sp-runtime", + "sp-timestamp", + "substrate-prometheus-endpoint", + "thiserror", ] +name = "sc-consensus-manual-seal" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.45.0" [[package]] -name = "sc-consensus-slots" -version = "0.43.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "futures 0.3.30", - "futures-timer", - "log", - "parity-scale-codec", - "sc-client-api", - "sc-consensus", - "sc-telemetry", - "sp-arithmetic", - "sp-blockchain", - "sp-consensus", - "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-state-machine", + "async-trait", + "futures 0.3.30", + "futures-timer", + "log", + "parity-scale-codec", + "sc-client-api", + "sc-consensus", + "sc-telemetry", + "sp-arithmetic", + "sp-blockchain", + "sp-consensus", + "sp-consensus-slots", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-state-machine", ] +name = "sc-consensus-slots" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.43.0" [[package]] -name = "sc-executor" -version = "0.40.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "sc-executor-common", - "sc-executor-polkavm", - "sc-executor-wasmtime", - "schnellru", - "sp-api", - "sp-core", - "sp-externalities", - "sp-io", - "sp-panic-handler", - "sp-runtime-interface", - "sp-trie", - "sp-version", - "sp-wasm-interface", - "tracing", + "log", + "parity-scale-codec", + "parking_lot 0.12.3", + "sc-executor-common", + "sc-executor-polkavm", + "sc-executor-wasmtime", + "schnellru", + "sp-api", + "sp-core", + "sp-externalities", + "sp-io", + "sp-panic-handler", + "sp-runtime-interface", + "sp-trie", + "sp-version", + "sp-wasm-interface", + "tracing", ] +name = "sc-executor" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.40.0" [[package]] -name = "sc-executor-common" -version = "0.35.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "parity-scale-codec", - "polkavm", - "sc-allocator", - "sp-maybe-compressed-blob", - "sp-wasm-interface", - "thiserror", - "wasm-instrument", + "parity-scale-codec", + "polkavm", + "sc-allocator", + "sp-maybe-compressed-blob", + "sp-wasm-interface", + "thiserror", + "wasm-instrument", ] +name = "sc-executor-common" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.35.0" [[package]] -name = "sc-executor-polkavm" -version = "0.32.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "log", - "polkavm", - "sc-executor-common", - "sp-wasm-interface", + "log", + "polkavm", + "sc-executor-common", + "sp-wasm-interface", ] +name = "sc-executor-polkavm" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.32.0" [[package]] -name = "sc-executor-wasmtime" -version = "0.35.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "anyhow", - "cfg-if", - "libc", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "rustix 0.36.17", - "sc-allocator", - "sc-executor-common", - "sp-runtime-interface", - "sp-wasm-interface", - "wasmtime", + "anyhow", + "cfg-if", + "libc", + "log", + "parity-scale-codec", + "parking_lot 0.12.3", + "rustix 0.36.17", + "sc-allocator", + "sc-executor-common", + "sp-runtime-interface", + "sp-wasm-interface", + "wasmtime", ] +name = "sc-executor-wasmtime" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.35.0" [[package]] -name = "sc-informant" -version = "0.43.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "ansi_term", - "futures 0.3.30", - "futures-timer", - "log", - "sc-client-api", - "sc-network", - "sc-network-common", - "sc-network-sync", - "sp-blockchain", - "sp-runtime", + "ansi_term", + "futures 0.3.30", + "futures-timer", + "log", + "sc-client-api", + "sc-network", + "sc-network-common", + "sc-network-sync", + "sp-blockchain", + "sp-runtime", ] +name = "sc-informant" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.43.0" [[package]] -name = "sc-keystore" -version = "33.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "array-bytes", - "parking_lot 0.12.3", - "serde_json", - "sp-application-crypto", - "sp-core", - "sp-keystore", - "thiserror", + "array-bytes", + "parking_lot 0.12.3", + "serde_json", + "sp-application-crypto", + "sp-core", + "sp-keystore", + "thiserror", ] +name = "sc-keystore" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "33.0.0" [[package]] -name = "sc-mixnet" -version = "0.14.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "array-bytes", - "arrayvec 0.7.6", - "blake2 0.10.6", - "bytes", - "futures 0.3.30", - "futures-timer", - "log", - "mixnet", - "multiaddr 0.18.1", - "parity-scale-codec", - "parking_lot 0.12.3", - "sc-client-api", - "sc-network", - "sc-network-types", - "sc-transaction-pool-api", - "sp-api", - "sp-consensus", - "sp-core", - "sp-keystore", - "sp-mixnet", - "sp-runtime", - "thiserror", + "array-bytes", + "arrayvec 0.7.6", + "blake2 0.10.6", + "bytes", + "futures 0.3.30", + "futures-timer", + "log", + "mixnet", + "multiaddr 0.18.1", + "parity-scale-codec", + "parking_lot 0.12.3", + "sc-client-api", + "sc-network", + "sc-network-types", + "sc-transaction-pool-api", + "sp-api", + "sp-consensus", + "sp-core", + "sp-keystore", + "sp-mixnet", + "sp-runtime", + "thiserror", ] - -[[package]] -name = "sc-network" -version = "0.44.0" +name = "sc-mixnet" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.14.0" + +[[package]] dependencies = [ - "array-bytes", - "async-channel 1.9.0", - "async-trait", - "asynchronous-codec", - "bytes", - "cid 0.9.0", - "either", - "fnv", - "futures 0.3.30", - "futures-timer", - "ip_network", - "libp2p", - "linked_hash_set", - "litep2p", - "log", - "mockall 0.11.4", - "once_cell", - "parity-scale-codec", - "parking_lot 0.12.3", - "partial_sort", - "pin-project", - "prost 0.12.6", - "prost-build 0.12.6", - "rand 0.8.5", - "sc-client-api", - "sc-network-common", - "sc-network-types", - "sc-utils", - "schnellru", - "serde", - "serde_json", - "smallvec", - "sp-arithmetic", - "sp-blockchain", - "sp-core", - "sp-runtime", - "substrate-prometheus-endpoint", - "thiserror", - "tokio", - "tokio-stream", - "unsigned-varint 0.7.2", - "void", - "wasm-timer", - "zeroize", + "array-bytes", + "async-channel 1.9.0", + "async-trait", + "asynchronous-codec", + "bytes", + "cid 0.9.0", + "either", + "fnv", + "futures 0.3.30", + "futures-timer", + "ip_network", + "libp2p", + "linked_hash_set", + "litep2p", + "log", + "mockall 0.11.4", + "once_cell", + "parity-scale-codec", + "parking_lot 0.12.3", + "partial_sort", + "pin-project", + "prost 0.12.6", + "prost-build 0.12.6", + "rand 0.8.5", + "sc-client-api", + "sc-network-common", + "sc-network-types", + "sc-utils", + "schnellru", + "serde", + "serde_json", + "smallvec", + "sp-arithmetic", + "sp-blockchain", + "sp-core", + "sp-runtime", + "substrate-prometheus-endpoint", + "thiserror", + "tokio", + "tokio-stream", + "unsigned-varint 0.7.2", + "void", + "wasm-timer", + "zeroize", ] +name = "sc-network" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.44.0" [[package]] -name = "sc-network-common" -version = "0.43.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "bitflags 1.3.2", - "futures 0.3.30", - "libp2p-identity", - "parity-scale-codec", - "prost-build 0.12.6", - "sc-consensus", - "sc-network-types", - "sp-consensus", - "sp-consensus-grandpa", - "sp-runtime", + "async-trait", + "bitflags 1.3.2", + "futures 0.3.30", + "libp2p-identity", + "parity-scale-codec", + "prost-build 0.12.6", + "sc-consensus", + "sc-network-types", + "sp-consensus", + "sp-consensus-grandpa", + "sp-runtime", ] +name = "sc-network-common" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.43.0" [[package]] -name = "sc-network-gossip" -version = "0.44.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "ahash", - "futures 0.3.30", - "futures-timer", - "log", - "sc-network", - "sc-network-common", - "sc-network-sync", - "sc-network-types", - "schnellru", - "sp-runtime", - "substrate-prometheus-endpoint", - "tracing", + "ahash", + "futures 0.3.30", + "futures-timer", + "log", + "sc-network", + "sc-network-common", + "sc-network-sync", + "sc-network-types", + "schnellru", + "sp-runtime", + "substrate-prometheus-endpoint", + "tracing", ] +name = "sc-network-gossip" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.44.0" [[package]] -name = "sc-network-light" -version = "0.43.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "array-bytes", - "async-channel 1.9.0", - "futures 0.3.30", - "log", - "parity-scale-codec", - "prost 0.12.6", - "prost-build 0.12.6", - "sc-client-api", - "sc-network", - "sc-network-types", - "sp-blockchain", - "sp-core", - "sp-runtime", - "thiserror", + "array-bytes", + "async-channel 1.9.0", + "futures 0.3.30", + "log", + "parity-scale-codec", + "prost 0.12.6", + "prost-build 0.12.6", + "sc-client-api", + "sc-network", + "sc-network-types", + "sp-blockchain", + "sp-core", + "sp-runtime", + "thiserror", ] +name = "sc-network-light" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.43.0" [[package]] -name = "sc-network-sync" -version = "0.43.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "array-bytes", - "async-channel 1.9.0", - "async-trait", - "fork-tree", - "futures 0.3.30", - "futures-timer", - "libp2p", - "log", - "mockall 0.11.4", - "parity-scale-codec", - "prost 0.12.6", - "prost-build 0.12.6", - "sc-client-api", - "sc-consensus", - "sc-network", - "sc-network-common", - "sc-network-types", - "sc-utils", - "schnellru", - "smallvec", - "sp-arithmetic", - "sp-blockchain", - "sp-consensus", - "sp-consensus-grandpa", - "sp-core", - "sp-runtime", - "substrate-prometheus-endpoint", - "thiserror", - "tokio", - "tokio-stream", + "array-bytes", + "async-channel 1.9.0", + "async-trait", + "fork-tree", + "futures 0.3.30", + "futures-timer", + "libp2p", + "log", + "mockall 0.11.4", + "parity-scale-codec", + "prost 0.12.6", + "prost-build 0.12.6", + "sc-client-api", + "sc-consensus", + "sc-network", + "sc-network-common", + "sc-network-types", + "sc-utils", + "schnellru", + "smallvec", + "sp-arithmetic", + "sp-blockchain", + "sp-consensus", + "sp-consensus-grandpa", + "sp-core", + "sp-runtime", + "substrate-prometheus-endpoint", + "thiserror", + "tokio", + "tokio-stream", ] +name = "sc-network-sync" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.43.0" [[package]] -name = "sc-network-transactions" -version = "0.43.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "array-bytes", - "futures 0.3.30", - "log", - "parity-scale-codec", - "sc-network", - "sc-network-common", - "sc-network-sync", - "sc-network-types", - "sc-utils", - "sp-consensus", - "sp-runtime", - "substrate-prometheus-endpoint", + "array-bytes", + "futures 0.3.30", + "log", + "parity-scale-codec", + "sc-network", + "sc-network-common", + "sc-network-sync", + "sc-network-types", + "sc-utils", + "sp-consensus", + "sp-runtime", + "substrate-prometheus-endpoint", ] +name = "sc-network-transactions" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.43.0" [[package]] -name = "sc-network-types" -version = "0.12.1" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "bs58 0.5.1", - "ed25519-dalek", - "libp2p-identity", - "litep2p", - "log", - "multiaddr 0.18.1", - "multihash 0.19.1", - "rand 0.8.5", - "thiserror", - "zeroize", + "bs58 0.5.1", + "ed25519-dalek", + "libp2p-identity", + "litep2p", + "log", + "multiaddr 0.18.1", + "multihash 0.19.1", + "rand 0.8.5", + "thiserror", + "zeroize", ] +name = "sc-network-types" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.12.1" [[package]] -name = "sc-offchain" -version = "39.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "array-bytes", - "bytes", - "fnv", - "futures 0.3.30", - "futures-timer", - "hyper 0.14.30", - "hyper-rustls", - "log", - "num_cpus", - "once_cell", - "parity-scale-codec", - "parking_lot 0.12.3", - "rand 0.8.5", - "sc-client-api", - "sc-network", - "sc-network-common", - "sc-network-types", - "sc-transaction-pool-api", - "sc-utils", - "sp-api", - "sp-core", - "sp-externalities", - "sp-keystore", - "sp-offchain", - "sp-runtime", - "threadpool", - "tracing", + "array-bytes", + "bytes", + "fnv", + "futures 0.3.30", + "futures-timer", + "hyper 0.14.30", + "hyper-rustls", + "log", + "num_cpus", + "once_cell", + "parity-scale-codec", + "parking_lot 0.12.3", + "rand 0.8.5", + "sc-client-api", + "sc-network", + "sc-network-common", + "sc-network-types", + "sc-transaction-pool-api", + "sc-utils", + "sp-api", + "sp-core", + "sp-externalities", + "sp-keystore", + "sp-offchain", + "sp-runtime", + "threadpool", + "tracing", ] +name = "sc-offchain" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "39.0.0" [[package]] -name = "sc-proposer-metrics" -version = "0.18.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "log", - "substrate-prometheus-endpoint", + "log", + "substrate-prometheus-endpoint", ] +name = "sc-proposer-metrics" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.18.0" [[package]] -name = "sc-rpc" -version = "39.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "futures 0.3.30", - "jsonrpsee", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "sc-block-builder", - "sc-chain-spec", - "sc-client-api", - "sc-mixnet", - "sc-rpc-api", - "sc-tracing", - "sc-transaction-pool-api", - "sc-utils", - "serde_json", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-keystore", - "sp-offchain", - "sp-rpc", - "sp-runtime", - "sp-session", - "sp-statement-store", - "sp-version", - "tokio", + "futures 0.3.30", + "jsonrpsee", + "log", + "parity-scale-codec", + "parking_lot 0.12.3", + "sc-block-builder", + "sc-chain-spec", + "sc-client-api", + "sc-mixnet", + "sc-rpc-api", + "sc-tracing", + "sc-transaction-pool-api", + "sc-utils", + "serde_json", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-keystore", + "sp-offchain", + "sp-rpc", + "sp-runtime", + "sp-session", + "sp-statement-store", + "sp-version", + "tokio", ] +name = "sc-rpc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "39.0.0" [[package]] -name = "sc-rpc-api" -version = "0.43.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "jsonrpsee", - "parity-scale-codec", - "sc-chain-spec", - "sc-mixnet", - "sc-transaction-pool-api", - "scale-info", - "serde", - "serde_json", - "sp-core", - "sp-rpc", - "sp-runtime", - "sp-version", - "thiserror", + "jsonrpsee", + "parity-scale-codec", + "sc-chain-spec", + "sc-mixnet", + "sc-transaction-pool-api", + "scale-info", + "serde", + "serde_json", + "sp-core", + "sp-rpc", + "sp-runtime", + "sp-version", + "thiserror", ] +name = "sc-rpc-api" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.43.0" [[package]] -name = "sc-rpc-server" -version = "16.0.2" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "forwarded-header-value", - "futures 0.3.30", - "governor", - "http 1.1.0", - "http-body-util", - "hyper 1.4.1", - "ip_network", - "jsonrpsee", - "log", - "serde", - "serde_json", - "substrate-prometheus-endpoint", - "tokio", - "tower", - "tower-http", + "forwarded-header-value", + "futures 0.3.30", + "governor", + "http 1.1.0", + "http-body-util", + "hyper 1.4.1", + "ip_network", + "jsonrpsee", + "log", + "serde", + "serde_json", + "substrate-prometheus-endpoint", + "tokio", + "tower", + "tower-http", ] +name = "sc-rpc-server" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "16.0.2" [[package]] -name = "sc-rpc-spec-v2" -version = "0.44.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "array-bytes", - "futures 0.3.30", - "futures-util", - "hex", - "jsonrpsee", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "rand 0.8.5", - "sc-chain-spec", - "sc-client-api", - "sc-rpc", - "sc-transaction-pool-api", - "sc-utils", - "schnellru", - "serde", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-rpc", - "sp-runtime", - "sp-version", - "thiserror", - "tokio", - "tokio-stream", + "array-bytes", + "futures 0.3.30", + "futures-util", + "hex", + "jsonrpsee", + "log", + "parity-scale-codec", + "parking_lot 0.12.3", + "rand 0.8.5", + "sc-chain-spec", + "sc-client-api", + "sc-rpc", + "sc-transaction-pool-api", + "sc-utils", + "schnellru", + "serde", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-rpc", + "sp-runtime", + "sp-version", + "thiserror", + "tokio", + "tokio-stream", ] +name = "sc-rpc-spec-v2" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.44.0" [[package]] -name = "sc-service" -version = "0.45.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "directories", - "exit-future", - "futures 0.3.30", - "futures-timer", - "jsonrpsee", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "pin-project", - "rand 0.8.5", - "sc-chain-spec", - "sc-client-api", - "sc-client-db", - "sc-consensus", - "sc-executor", - "sc-informant", - "sc-keystore", - "sc-network", - "sc-network-common", - "sc-network-light", - "sc-network-sync", - "sc-network-transactions", - "sc-network-types", - "sc-rpc", - "sc-rpc-server", - "sc-rpc-spec-v2", - "sc-sysinfo", - "sc-telemetry", - "sc-tracing", - "sc-transaction-pool", - "sc-transaction-pool-api", - "sc-utils", - "schnellru", - "serde", - "serde_json", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-externalities", - "sp-keystore", - "sp-runtime", - "sp-session", - "sp-state-machine", - "sp-storage", - "sp-transaction-pool", - "sp-transaction-storage-proof", - "sp-trie", - "sp-version", - "static_init", - "substrate-prometheus-endpoint", - "tempfile", - "thiserror", - "tokio", - "tracing", - "tracing-futures", + "async-trait", + "directories", + "exit-future", + "futures 0.3.30", + "futures-timer", + "jsonrpsee", + "log", + "parity-scale-codec", + "parking_lot 0.12.3", + "pin-project", + "rand 0.8.5", + "sc-chain-spec", + "sc-client-api", + "sc-client-db", + "sc-consensus", + "sc-executor", + "sc-informant", + "sc-keystore", + "sc-network", + "sc-network-common", + "sc-network-light", + "sc-network-sync", + "sc-network-transactions", + "sc-network-types", + "sc-rpc", + "sc-rpc-server", + "sc-rpc-spec-v2", + "sc-sysinfo", + "sc-telemetry", + "sc-tracing", + "sc-transaction-pool", + "sc-transaction-pool-api", + "sc-utils", + "schnellru", + "serde", + "serde_json", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-externalities", + "sp-keystore", + "sp-runtime", + "sp-session", + "sp-state-machine", + "sp-storage", + "sp-transaction-pool", + "sp-transaction-storage-proof", + "sp-trie", + "sp-version", + "static_init", + "substrate-prometheus-endpoint", + "tempfile", + "thiserror", + "tokio", + "tracing", + "tracing-futures", ] +name = "sc-service" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.45.0" [[package]] -name = "sc-state-db" -version = "0.36.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "sp-core", + "log", + "parity-scale-codec", + "parking_lot 0.12.3", + "sp-core", ] +name = "sc-state-db" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.36.0" [[package]] -name = "sc-storage-monitor" -version = "0.22.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "clap", - "fs4", - "log", - "sp-core", - "thiserror", - "tokio", + "clap", + "fs4", + "log", + "sp-core", + "thiserror", + "tokio", ] +name = "sc-storage-monitor" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.22.0" [[package]] -name = "sc-sync-state-rpc" -version = "0.44.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "jsonrpsee", - "parity-scale-codec", - "sc-chain-spec", - "sc-client-api", - "sc-consensus-babe", - "sc-consensus-epochs", - "sc-consensus-grandpa", - "serde", - "serde_json", - "sp-blockchain", - "sp-runtime", - "thiserror", + "jsonrpsee", + "parity-scale-codec", + "sc-chain-spec", + "sc-client-api", + "sc-consensus-babe", + "sc-consensus-epochs", + "sc-consensus-grandpa", + "serde", + "serde_json", + "sp-blockchain", + "sp-runtime", + "thiserror", ] +name = "sc-sync-state-rpc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.44.0" [[package]] -name = "sc-sysinfo" -version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "derive_more", - "futures 0.3.30", - "libc", - "log", - "rand 0.8.5", - "rand_pcg", - "regex", - "sc-telemetry", - "serde", - "serde_json", - "sp-core", - "sp-crypto-hashing", - "sp-io", - "sp-std", + "derive_more", + "futures 0.3.30", + "libc", + "log", + "rand 0.8.5", + "rand_pcg", + "regex", + "sc-telemetry", + "serde", + "serde_json", + "sp-core", + "sp-crypto-hashing", + "sp-io", + "sp-std", ] +name = "sc-sysinfo" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "37.0.0" [[package]] -name = "sc-telemetry" -version = "24.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "chrono", - "futures 0.3.30", - "libp2p", - "log", - "parking_lot 0.12.3", - "pin-project", - "rand 0.8.5", - "sc-network", - "sc-utils", - "serde", - "serde_json", - "thiserror", - "wasm-timer", + "chrono", + "futures 0.3.30", + "libp2p", + "log", + "parking_lot 0.12.3", + "pin-project", + "rand 0.8.5", + "sc-network", + "sc-utils", + "serde", + "serde_json", + "thiserror", + "wasm-timer", ] +name = "sc-telemetry" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "24.0.0" [[package]] -name = "sc-tracing" -version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "ansi_term", - "chrono", - "is-terminal", - "lazy_static", - "libc", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "regex", - "rustc-hash", - "sc-client-api", - "sc-tracing-proc-macro", - "serde", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-rpc", - "sp-runtime", - "sp-tracing", - "thiserror", - "tracing", - "tracing-log", - "tracing-subscriber", + "ansi_term", + "chrono", + "is-terminal", + "lazy_static", + "libc", + "log", + "parity-scale-codec", + "parking_lot 0.12.3", + "regex", + "rustc-hash", + "sc-client-api", + "sc-tracing-proc-macro", + "serde", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-rpc", + "sp-runtime", + "sp-tracing", + "thiserror", + "tracing", + "tracing-log", + "tracing-subscriber", ] +name = "sc-tracing" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "37.0.0" [[package]] -name = "sc-tracing-proc-macro" -version = "11.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "proc-macro-crate 3.2.0", - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro-crate 3.2.0", + "proc-macro2", + "quote", + "syn 2.0.76", ] +name = "sc-tracing-proc-macro" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "11.0.0" [[package]] -name = "sc-transaction-pool" -version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "futures 0.3.30", - "futures-timer", - "linked-hash-map", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "sc-client-api", - "sc-transaction-pool-api", - "sc-utils", - "serde", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-crypto-hashing", - "sp-runtime", - "sp-tracing", - "sp-transaction-pool", - "substrate-prometheus-endpoint", - "thiserror", + "async-trait", + "futures 0.3.30", + "futures-timer", + "linked-hash-map", + "log", + "parity-scale-codec", + "parking_lot 0.12.3", + "sc-client-api", + "sc-transaction-pool-api", + "sc-utils", + "serde", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-crypto-hashing", + "sp-runtime", + "sp-tracing", + "sp-transaction-pool", + "substrate-prometheus-endpoint", + "thiserror", ] +name = "sc-transaction-pool" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "37.0.0" [[package]] -name = "sc-transaction-pool-api" -version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "futures 0.3.30", - "log", - "parity-scale-codec", - "serde", - "sp-blockchain", - "sp-core", - "sp-runtime", - "thiserror", + "async-trait", + "futures 0.3.30", + "log", + "parity-scale-codec", + "serde", + "sp-blockchain", + "sp-core", + "sp-runtime", + "thiserror", ] +name = "sc-transaction-pool-api" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "37.0.0" [[package]] -name = "sc-utils" -version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-channel 1.9.0", - "futures 0.3.30", - "futures-timer", - "lazy_static", - "log", - "parking_lot 0.12.3", - "prometheus", - "sp-arithmetic", + "async-channel 1.9.0", + "futures 0.3.30", + "futures-timer", + "lazy_static", + "log", + "parking_lot 0.12.3", + "prometheus", + "sp-arithmetic", ] +name = "sc-utils" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "17.0.0" [[package]] -name = "scale-bits" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e57b1e7f6b65ed1f04e79a85a57d755ad56d76fdf1e9bddcc9ae14f71fcdcf54" dependencies = [ - "parity-scale-codec", - "scale-type-resolver", + "parity-scale-codec", + "scale-type-resolver", ] +name = "scale-bits" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.6.0" [[package]] -name = "scale-decode" -version = "0.13.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e98f3262c250d90e700bb802eb704e1f841e03331c2eb815e46516c4edbf5b27" dependencies = [ - "derive_more", - "parity-scale-codec", - "scale-bits", - "scale-type-resolver", - "smallvec", + "derive_more", + "parity-scale-codec", + "scale-bits", + "scale-type-resolver", + "smallvec", ] +name = "scale-decode" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.13.1" [[package]] -name = "scale-info" -version = "2.11.3" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eca070c12893629e2cc820a9761bedf6ce1dcddc9852984d1dc734b8bd9bd024" dependencies = [ - "bitvec", - "cfg-if", - "derive_more", - "parity-scale-codec", - "scale-info-derive", - "serde", + "bitvec", + "cfg-if", + "derive_more", + "parity-scale-codec", + "scale-info-derive", + "serde", ] +name = "scale-info" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "2.11.3" [[package]] -name = "scale-info-derive" -version = "2.11.3" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2d35494501194174bda522a32605929eefc9ecf7e0a326c26db1fdd85881eb62" dependencies = [ - "proc-macro-crate 3.2.0", - "proc-macro2", - "quote", - "syn 1.0.109", + "proc-macro-crate 3.2.0", + "proc-macro2", + "quote", + "syn 1.0.109", ] +name = "scale-info-derive" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "2.11.3" [[package]] +checksum = "f0cded6518aa0bd6c1be2b88ac81bf7044992f0f154bfbabd5ad34f43512abcb" name = "scale-type-resolver" -version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0cded6518aa0bd6c1be2b88ac81bf7044992f0f154bfbabd5ad34f43512abcb" +version = "0.2.0" [[package]] -name = "schannel" -version = "0.1.23" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.52.0", ] +name = "schannel" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.23" [[package]] -name = "schnellru" -version = "0.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c9a8ef13a93c54d20580de1e5c413e624e53121d42fc7e2c11d10ef7f8b02367" dependencies = [ - "ahash", - "cfg-if", - "hashbrown 0.13.2", + "ahash", + "cfg-if", + "hashbrown 0.13.2", ] +name = "schnellru" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.2.3" [[package]] -name = "schnorrkel" -version = "0.10.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "844b7645371e6ecdf61ff246ba1958c29e802881a749ae3fb1993675d210d28d" dependencies = [ - "arrayref", - "arrayvec 0.7.6", - "curve25519-dalek-ng", - "merlin", - "rand_core 0.6.4", - "sha2 0.9.9", - "subtle-ng", - "zeroize", + "arrayref", + "arrayvec 0.7.6", + "curve25519-dalek-ng", + "merlin", + "rand_core 0.6.4", + "sha2 0.9.9", + "subtle-ng", + "zeroize", ] - -[[package]] name = "schnorrkel" -version = "0.11.4" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.10.2" + +[[package]] checksum = "8de18f6d8ba0aad7045f5feae07ec29899c1112584a38509a84ad7b04451eaa0" dependencies = [ - "aead", - "arrayref", - "arrayvec 0.7.6", - "curve25519-dalek", - "getrandom_or_panic", - "merlin", - "rand_core 0.6.4", - "serde_bytes", - "sha2 0.10.8", - "subtle 2.6.1", - "zeroize", + "aead", + "arrayref", + "arrayvec 0.7.6", + "curve25519-dalek", + "getrandom_or_panic", + "merlin", + "rand_core 0.6.4", + "serde_bytes", + "sha2 0.10.8", + "subtle 2.6.1", + "zeroize", ] +name = "schnorrkel" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.11.4" [[package]] +checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" name = "scopeguard" -version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" +version = "1.2.0" [[package]] +checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152" name = "scratch" -version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152" +version = "1.0.7" [[package]] -name = "sct" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" dependencies = [ - "ring 0.17.8", - "untrusted 0.9.0", + "ring 0.17.8", + "untrusted 0.9.0", ] +name = "sct" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.7.1" [[package]] -name = "sctp-proto" -version = "0.2.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b6220f78bb44c15f326b0596113305f6101097a18755d53727a575c97e09fb24" dependencies = [ - "bytes", - "crc", - "fxhash", - "log", - "rand 0.8.5", - "slab", - "thiserror", + "bytes", + "crc", + "fxhash", + "log", + "rand 0.8.5", + "slab", + "thiserror", ] +name = "sctp-proto" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.2.2" [[package]] -name = "sec1" -version = "0.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" dependencies = [ - "base16ct", - "der", - "generic-array 0.14.7", - "pkcs8", - "serdect", - "subtle 2.6.1", - "zeroize", + "base16ct", + "der", + "generic-array 0.14.7", + "pkcs8", + "serdect", + "subtle 2.6.1", + "zeroize", ] +name = "sec1" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.7.3" [[package]] -name = "seccompiler" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "345a3e4dddf721a478089d4697b83c6c0a8f5bf16086f6c13397e4534eb6e2e5" dependencies = [ - "libc", + "libc", ] +name = "seccompiler" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.4.0" [[package]] -name = "secp256k1" -version = "0.28.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d24b59d129cdadea20aea4fb2352fa053712e5d713eee47d700cd4b2bc002f10" dependencies = [ - "secp256k1-sys", + "secp256k1-sys", ] +name = "secp256k1" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.28.2" [[package]] -name = "secp256k1-sys" -version = "0.9.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e5d1746aae42c19d583c3c1a8c646bfad910498e2051c551a7f2e3c0c9fbb7eb" dependencies = [ - "cc", + "cc", ] +name = "secp256k1-sys" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.9.2" [[package]] -name = "secrecy" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e" dependencies = [ - "zeroize", + "zeroize", ] +name = "secrecy" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.8.0" [[package]] -name = "security-framework" -version = "2.11.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" dependencies = [ - "bitflags 2.6.0", - "core-foundation", - "core-foundation-sys", - "libc", - "num-bigint", - "security-framework-sys", + "bitflags 2.6.0", + "core-foundation", + "core-foundation-sys", + "libc", + "num-bigint", + "security-framework-sys", ] +name = "security-framework" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "2.11.1" [[package]] -name = "security-framework-sys" -version = "2.11.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf" dependencies = [ - "core-foundation-sys", - "libc", + "core-foundation-sys", + "libc", ] +name = "security-framework-sys" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "2.11.1" [[package]] -name = "semver" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537" dependencies = [ - "semver-parser", + "semver-parser", ] - -[[package]] name = "semver" -version = "1.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.6.0" + +[[package]] checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" dependencies = [ - "serde", + "serde", ] +name = "semver" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.0.23" [[package]] +checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" name = "semver-parser" -version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" +version = "0.7.0" [[package]] +checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" name = "send_wrapper" -version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" +version = "0.6.0" [[package]] -name = "serde" -version = "1.0.209" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "99fce0ffe7310761ca6bf9faf5115afbc19688edd00171d81b1bb1b116c63e09" dependencies = [ - "serde_derive", + "serde_derive", ] +name = "serde" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.0.209" [[package]] -name = "serde_bytes" -version = "0.11.15" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "387cc504cb06bb40a96c8e04e951fe01854cf6bc921053c954e4a606d9675c6a" dependencies = [ - "serde", + "serde", ] +name = "serde_bytes" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.11.15" [[package]] -name = "serde_derive" -version = "1.0.209" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a5831b979fd7b5439637af1752d535ff49f4860c0f341d1baeb6faf0f4242170" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro2", + "quote", + "syn 2.0.76", ] +name = "serde_derive" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.0.209" [[package]] -name = "serde_json" -version = "1.0.127" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8043c06d9f82bd7271361ed64f415fe5e12a77fdb52e573e7f06a516dea329ad" dependencies = [ - "itoa", - "memchr", - "ryu", - "serde", + "itoa", + "memchr", + "ryu", + "serde", ] +name = "serde_json" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.0.127" [[package]] -name = "serde_spanned" -version = "0.6.7" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d" dependencies = [ - "serde", + "serde", ] +name = "serde_spanned" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.6.7" [[package]] -name = "serdect" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a84f14a19e9a014bb9f4512488d9829a68e04ecabffb0f9904cd1ace94598177" dependencies = [ - "base16ct", - "serde", + "base16ct", + "serde", ] +name = "serdect" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.2.0" [[package]] -name = "session-keys-primitives" -version = "0.1.0" -source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" dependencies = [ - "async-trait", - "frame-support", - "nimbus-primitives", - "parity-scale-codec", - "scale-info", - "sp-api", - "sp-application-crypto", - "sp-consensus-babe", - "sp-core", - "sp-inherents", - "sp-keystore", - "sp-runtime", - "sp-std", + "async-trait", + "frame-support", + "nimbus-primitives", + "parity-scale-codec", + "scale-info", + "sp-api", + "sp-application-crypto", + "sp-consensus-babe", + "sp-core", + "sp-inherents", + "sp-keystore", + "sp-runtime", + "sp-std", ] +name = "session-keys-primitives" +source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" +version = "0.1.0" [[package]] -name = "sha-1" -version = "0.9.8" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6" dependencies = [ - "block-buffer 0.9.0", - "cfg-if", - "cpufeatures", - "digest 0.9.0", - "opaque-debug 0.3.1", + "block-buffer 0.9.0", + "cfg-if", + "cpufeatures", + "digest 0.9.0", + "opaque-debug 0.3.1", ] - -[[package]] name = "sha-1" -version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.9.8" + +[[package]] checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c" dependencies = [ - "cfg-if", - "cpufeatures", - "digest 0.10.7", - "sha1-asm", + "cfg-if", + "cpufeatures", + "digest 0.10.7", + "sha1-asm", ] +name = "sha-1" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.10.1" [[package]] -name = "sha1" -version = "0.10.6" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" dependencies = [ - "cfg-if", - "cpufeatures", - "digest 0.10.7", + "cfg-if", + "cpufeatures", + "digest 0.10.7", ] +name = "sha1" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.10.6" [[package]] -name = "sha1-asm" -version = "0.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "286acebaf8b67c1130aedffad26f594eff0c1292389158135327d2e23aed582b" dependencies = [ - "cc", + "cc", ] +name = "sha1-asm" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.5.3" [[package]] -name = "sha2" -version = "0.9.9" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800" dependencies = [ - "block-buffer 0.9.0", - "cfg-if", - "cpufeatures", - "digest 0.9.0", - "opaque-debug 0.3.1", + "block-buffer 0.9.0", + "cfg-if", + "cpufeatures", + "digest 0.9.0", + "opaque-debug 0.3.1", ] - -[[package]] name = "sha2" -version = "0.10.8" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.9.9" + +[[package]] checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" dependencies = [ - "cfg-if", - "cpufeatures", - "digest 0.10.7", + "cfg-if", + "cpufeatures", + "digest 0.10.7", ] +name = "sha2" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.10.8" [[package]] -name = "sha3" -version = "0.10.8" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60" dependencies = [ - "digest 0.10.7", - "keccak", + "digest 0.10.7", + "keccak", ] +name = "sha3" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.10.8" [[package]] -name = "sharded-slab" -version = "0.1.7" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" dependencies = [ - "lazy_static", + "lazy_static", ] +name = "sharded-slab" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.7" [[package]] +checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" name = "shlex" -version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" +version = "1.3.0" [[package]] -name = "signal-hook-registry" -version = "1.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" dependencies = [ - "libc", + "libc", ] +name = "signal-hook-registry" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.4.2" [[package]] -name = "signature" -version = "2.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" dependencies = [ - "digest 0.10.7", - "rand_core 0.6.4", + "digest 0.10.7", + "rand_core 0.6.4", ] +name = "signature" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "2.2.0" [[package]] -name = "simba" -version = "0.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "061507c94fc6ab4ba1c9a0305018408e312e17c041eb63bef8aa726fa33aceae" dependencies = [ - "approx", - "num-complex", - "num-traits", - "paste", - "wide", + "approx", + "num-complex", + "num-traits", + "paste", + "wide", ] +name = "simba" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.8.1" [[package]] -name = "similar" -version = "2.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1de1d4f81173b03af4c0cbed3c898f6bff5b870e4a7f5d6f4057d62a7a4b686e" dependencies = [ - "bstr", - "unicode-segmentation", + "bstr", + "unicode-segmentation", ] +name = "similar" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "2.6.0" [[package]] -name = "similar-asserts" -version = "1.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e041bb827d1bfca18f213411d51b665309f1afb37a04a5d1464530e13779fc0f" dependencies = [ - "console", - "similar", + "console", + "similar", ] +name = "similar-asserts" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.5.0" [[package]] -name = "simple-dns" -version = "0.5.7" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cae9a3fcdadafb6d97f4c0e007e4247b114ee0f119f650c3cbf3a8b3a1479694" dependencies = [ - "bitflags 2.6.0", + "bitflags 2.6.0", ] +name = "simple-dns" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.5.7" [[package]] +checksum = "620a1d43d70e142b1d46a929af51d44f383db9c7a2ec122de2cd992ccfcf3c18" name = "simple-mermaid" -version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "620a1d43d70e142b1d46a929af51d44f383db9c7a2ec122de2cd992ccfcf3c18" +version = "0.1.1" [[package]] +checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" name = "siphasher" -version = "0.3.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" +version = "0.3.11" [[package]] -name = "slab" -version = "0.4.9" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" dependencies = [ - "autocfg", + "autocfg", ] +name = "slab" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.4.9" [[package]] +checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7" name = "slice-group-by" -version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7" +version = "0.3.1" [[package]] -name = "slices" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f2086e458a369cdca838e9f6ed04b4cc2e3ce636d99abb80c9e2eada107749cf" dependencies = [ - "faster-hex", - "proc-macro2", - "quote", - "syn 1.0.109", + "faster-hex", + "proc-macro2", + "quote", + "syn 1.0.109", ] +name = "slices" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.2.0" [[package]] -name = "slot-range-helper" -version = "15.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "enumn", - "parity-scale-codec", - "paste", - "sp-runtime", + "enumn", + "parity-scale-codec", + "paste", + "sp-runtime", ] +name = "slot-range-helper" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "15.0.0" [[package]] -name = "slotmap" -version = "1.0.7" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a" dependencies = [ - "version_check", + "version_check", ] +name = "slotmap" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.0.7" [[package]] +checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" name = "smallvec" -version = "1.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" +version = "1.13.2" [[package]] -name = "smol" -version = "1.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1" dependencies = [ - "async-channel 1.9.0", - "async-executor", - "async-fs", - "async-io 1.13.0", - "async-lock 2.8.0", - "async-net", - "async-process", - "blocking", - "futures-lite 1.13.0", + "async-channel 1.9.0", + "async-executor", + "async-fs", + "async-io 1.13.0", + "async-lock 2.8.0", + "async-net", + "async-process", + "blocking", + "futures-lite 1.13.0", ] +name = "smol" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.3.0" [[package]] -name = "smoldot" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c0bb30cf57b7b5f6109ce17c3164445e2d6f270af2cb48f6e4d31c2967c9a9f5" dependencies = [ - "arrayvec 0.7.6", - "async-lock 2.8.0", - "atomic-take", - "base64 0.21.7", - "bip39", - "blake2-rfc", - "bs58 0.5.1", - "chacha20", - "crossbeam-queue", - "derive_more", - "ed25519-zebra", - "either", - "event-listener 2.5.3", - "fnv", - "futures-lite 1.13.0", - "futures-util", - "hashbrown 0.14.5", - "hex", - "hmac 0.12.1", - "itertools 0.11.0", - "libsecp256k1", - "merlin", - "no-std-net", - "nom", - "num-bigint", - "num-rational", - "num-traits", - "pbkdf2 0.12.2", - "pin-project", - "poly1305", - "rand 0.8.5", - "rand_chacha 0.3.1", - "ruzstd", - "schnorrkel 0.10.2", - "serde", - "serde_json", - "sha2 0.10.8", - "sha3", - "siphasher", - "slab", - "smallvec", - "soketto 0.7.1", - "twox-hash", - "wasmi", - "x25519-dalek", - "zeroize", + "arrayvec 0.7.6", + "async-lock 2.8.0", + "atomic-take", + "base64 0.21.7", + "bip39", + "blake2-rfc", + "bs58 0.5.1", + "chacha20", + "crossbeam-queue", + "derive_more", + "ed25519-zebra", + "either", + "event-listener 2.5.3", + "fnv", + "futures-lite 1.13.0", + "futures-util", + "hashbrown 0.14.5", + "hex", + "hmac 0.12.1", + "itertools 0.11.0", + "libsecp256k1", + "merlin", + "no-std-net", + "nom", + "num-bigint", + "num-rational", + "num-traits", + "pbkdf2 0.12.2", + "pin-project", + "poly1305", + "rand 0.8.5", + "rand_chacha 0.3.1", + "ruzstd", + "schnorrkel 0.10.2", + "serde", + "serde_json", + "sha2 0.10.8", + "sha3", + "siphasher", + "slab", + "smallvec", + "soketto 0.7.1", + "twox-hash", + "wasmi", + "x25519-dalek", + "zeroize", ] +name = "smoldot" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.11.0" [[package]] -name = "smoldot-light" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "256b5bad1d6b49045e95fe87492ce73d5af81545d8b4d8318a872d2007024c33" dependencies = [ - "async-channel 1.9.0", - "async-lock 2.8.0", - "base64 0.21.7", - "blake2-rfc", - "derive_more", - "either", - "event-listener 2.5.3", - "fnv", - "futures-channel", - "futures-lite 1.13.0", - "futures-util", - "hashbrown 0.14.5", - "hex", - "itertools 0.11.0", - "log", - "lru 0.11.1", - "no-std-net", - "parking_lot 0.12.3", - "pin-project", - "rand 0.8.5", - "rand_chacha 0.3.1", - "serde", - "serde_json", - "siphasher", - "slab", - "smol", - "smoldot", - "zeroize", + "async-channel 1.9.0", + "async-lock 2.8.0", + "base64 0.21.7", + "blake2-rfc", + "derive_more", + "either", + "event-listener 2.5.3", + "fnv", + "futures-channel", + "futures-lite 1.13.0", + "futures-util", + "hashbrown 0.14.5", + "hex", + "itertools 0.11.0", + "log", + "lru 0.11.1", + "no-std-net", + "parking_lot 0.12.3", + "pin-project", + "rand 0.8.5", + "rand_chacha 0.3.1", + "serde", + "serde_json", + "siphasher", + "slab", + "smol", + "smoldot", + "zeroize", ] +name = "smoldot-light" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.9.0" [[package]] +checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b" name = "snap" -version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b" +version = "1.1.1" [[package]] -name = "snow" -version = "0.9.6" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "850948bee068e713b8ab860fe1adc4d109676ab4c3b621fd8147f06b261f2f85" dependencies = [ - "aes-gcm", - "blake2 0.10.6", - "chacha20poly1305", - "curve25519-dalek", - "rand_core 0.6.4", - "ring 0.17.8", - "rustc_version", - "sha2 0.10.8", - "subtle 2.6.1", + "aes-gcm", + "blake2 0.10.6", + "chacha20poly1305", + "curve25519-dalek", + "rand_core 0.6.4", + "ring 0.17.8", + "rustc_version", + "sha2 0.10.8", + "subtle 2.6.1", ] +name = "snow" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.9.6" [[package]] -name = "socket2" -version = "0.4.10" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d" dependencies = [ - "libc", - "winapi", + "libc", + "winapi", ] - -[[package]] name = "socket2" -version = "0.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.4.10" + +[[package]] checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" dependencies = [ - "libc", - "windows-sys 0.52.0", + "libc", + "windows-sys 0.52.0", ] +name = "socket2" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.5.7" [[package]] -name = "soketto" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2" dependencies = [ - "base64 0.13.1", - "bytes", - "futures 0.3.30", - "httparse", - "log", - "rand 0.8.5", - "sha-1 0.9.8", + "base64 0.13.1", + "bytes", + "futures 0.3.30", + "httparse", + "log", + "rand 0.8.5", + "sha-1 0.9.8", ] - -[[package]] name = "soketto" -version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.7.1" + +[[package]] checksum = "37468c595637c10857701c990f93a40ce0e357cedb0953d1c26c8d8027f9bb53" dependencies = [ - "base64 0.22.1", - "bytes", - "futures 0.3.30", - "http 1.1.0", - "httparse", - "log", - "rand 0.8.5", - "sha1", + "base64 0.22.1", + "bytes", + "futures 0.3.30", + "http 1.1.0", + "httparse", + "log", + "rand 0.8.5", + "sha1", ] +name = "soketto" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.8.0" [[package]] -name = "sp-api" -version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "docify", - "hash-db", - "log", - "parity-scale-codec", - "scale-info", - "sp-api-proc-macro", - "sp-core", - "sp-externalities", - "sp-metadata-ir", - "sp-runtime", - "sp-runtime-interface", - "sp-state-machine", - "sp-trie", - "sp-version", - "thiserror", + "docify", + "hash-db", + "log", + "parity-scale-codec", + "scale-info", + "sp-api-proc-macro", + "sp-core", + "sp-externalities", + "sp-metadata-ir", + "sp-runtime", + "sp-runtime-interface", + "sp-state-machine", + "sp-trie", + "sp-version", + "thiserror", ] +name = "sp-api" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "34.0.0" [[package]] -name = "sp-api-proc-macro" -version = "20.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "Inflector", - "blake2 0.10.6", - "expander", - "proc-macro-crate 3.2.0", - "proc-macro2", - "quote", - "syn 2.0.76", + "Inflector", + "blake2 0.10.6", + "expander", + "proc-macro-crate 3.2.0", + "proc-macro2", + "quote", + "syn 2.0.76", ] +name = "sp-api-proc-macro" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "20.0.0" [[package]] -name = "sp-application-crypto" -version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-io", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core", + "sp-io", ] +name = "sp-application-crypto" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "38.0.0" [[package]] -name = "sp-arithmetic" -version = "26.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "docify", - "integer-sqrt", - "num-traits", - "parity-scale-codec", - "scale-info", - "serde", - "static_assertions", + "docify", + "integer-sqrt", + "num-traits", + "parity-scale-codec", + "scale-info", + "serde", + "static_assertions", ] +name = "sp-arithmetic" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "26.0.0" [[package]] -name = "sp-authority-discovery" -version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-api", - "sp-application-crypto", - "sp-runtime", + "parity-scale-codec", + "scale-info", + "sp-api", + "sp-application-crypto", + "sp-runtime", ] +name = "sp-authority-discovery" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "34.0.0" [[package]] -name = "sp-block-builder" -version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "sp-api", - "sp-inherents", - "sp-runtime", + "sp-api", + "sp-inherents", + "sp-runtime", ] +name = "sp-block-builder" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "34.0.0" [[package]] -name = "sp-blockchain" -version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "futures 0.3.30", - "parity-scale-codec", - "parking_lot 0.12.3", - "schnellru", - "sp-api", - "sp-consensus", - "sp-core", - "sp-database", - "sp-runtime", - "sp-state-machine", - "thiserror", - "tracing", + "futures 0.3.30", + "parity-scale-codec", + "parking_lot 0.12.3", + "schnellru", + "sp-api", + "sp-consensus", + "sp-core", + "sp-database", + "sp-runtime", + "sp-state-machine", + "thiserror", + "tracing", ] +name = "sp-blockchain" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "37.0.0" [[package]] -name = "sp-consensus" -version = "0.40.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "futures 0.3.30", - "log", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-state-machine", - "thiserror", + "async-trait", + "futures 0.3.30", + "log", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-state-machine", + "thiserror", ] +name = "sp-consensus" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.40.0" [[package]] -name = "sp-consensus-aura" -version = "0.40.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "parity-scale-codec", - "scale-info", - "sp-api", - "sp-application-crypto", - "sp-consensus-slots", - "sp-inherents", - "sp-runtime", - "sp-timestamp", + "async-trait", + "parity-scale-codec", + "scale-info", + "sp-api", + "sp-application-crypto", + "sp-consensus-slots", + "sp-inherents", + "sp-runtime", + "sp-timestamp", ] +name = "sp-consensus-aura" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.40.0" [[package]] -name = "sp-consensus-babe" -version = "0.40.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api", - "sp-application-crypto", - "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-timestamp", + "async-trait", + "parity-scale-codec", + "scale-info", + "serde", + "sp-api", + "sp-application-crypto", + "sp-consensus-slots", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-timestamp", ] +name = "sp-consensus-babe" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.40.0" [[package]] -name = "sp-consensus-beefy" -version = "22.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "lazy_static", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-crypto-hashing", - "sp-io", - "sp-keystore", - "sp-mmr-primitives", - "sp-runtime", - "strum 0.26.3", + "lazy_static", + "parity-scale-codec", + "scale-info", + "serde", + "sp-api", + "sp-application-crypto", + "sp-core", + "sp-crypto-hashing", + "sp-io", + "sp-keystore", + "sp-mmr-primitives", + "sp-runtime", + "strum 0.26.3", ] +name = "sp-consensus-beefy" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "22.0.0" [[package]] -name = "sp-consensus-grandpa" -version = "21.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "finality-grandpa", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-keystore", - "sp-runtime", + "finality-grandpa", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-api", + "sp-application-crypto", + "sp-core", + "sp-keystore", + "sp-runtime", ] +name = "sp-consensus-grandpa" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "21.0.0" [[package]] -name = "sp-consensus-slots" -version = "0.40.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-timestamp", + "parity-scale-codec", + "scale-info", + "serde", + "sp-timestamp", ] +name = "sp-consensus-slots" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.40.0" [[package]] -name = "sp-core" -version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "array-bytes", - "bitflags 1.3.2", - "blake2 0.10.6", - "bounded-collections", - "bs58 0.5.1", - "dyn-clonable", - "ed25519-zebra", - "futures 0.3.30", - "hash-db", - "hash256-std-hasher", - "impl-serde", - "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", - "sp-debug-derive", - "sp-externalities", - "sp-runtime-interface", - "sp-std", - "sp-storage", - "ss58-registry", - "substrate-bip39", - "thiserror", - "tracing", - "w3f-bls", - "zeroize", + "array-bytes", + "bitflags 1.3.2", + "blake2 0.10.6", + "bounded-collections", + "bs58 0.5.1", + "dyn-clonable", + "ed25519-zebra", + "futures 0.3.30", + "hash-db", + "hash256-std-hasher", + "impl-serde", + "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", + "sp-debug-derive", + "sp-externalities", + "sp-runtime-interface", + "sp-std", + "sp-storage", + "ss58-registry", + "substrate-bip39", + "thiserror", + "tracing", + "w3f-bls", + "zeroize", ] +name = "sp-core" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "34.0.0" [[package]] -name = "sp-crypto-hashing" -version = "0.1.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "blake2b_simd", - "byteorder", - "digest 0.10.7", - "sha2 0.10.8", - "sha3", - "twox-hash", + "blake2b_simd", + "byteorder", + "digest 0.10.7", + "sha2 0.10.8", + "sha3", + "twox-hash", ] +name = "sp-crypto-hashing" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.1.0" [[package]] -name = "sp-crypto-hashing-proc-macro" -version = "0.1.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "quote", - "sp-crypto-hashing", - "syn 2.0.76", + "quote", + "sp-crypto-hashing", + "syn 2.0.76", ] +name = "sp-crypto-hashing-proc-macro" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.1.0" [[package]] -name = "sp-database" -version = "10.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "kvdb", - "parking_lot 0.12.3", + "kvdb", + "parking_lot 0.12.3", ] +name = "sp-database" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "10.0.0" [[package]] -name = "sp-debug-derive" -version = "14.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro2", + "quote", + "syn 2.0.76", ] +name = "sp-debug-derive" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "14.0.0" [[package]] -name = "sp-externalities" -version = "0.29.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "environmental", - "parity-scale-codec", - "sp-storage", + "environmental", + "parity-scale-codec", + "sp-storage", ] +name = "sp-externalities" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.29.0" [[package]] -name = "sp-genesis-builder" -version = "0.15.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "parity-scale-codec", - "scale-info", - "serde_json", - "sp-api", - "sp-runtime", + "parity-scale-codec", + "scale-info", + "serde_json", + "sp-api", + "sp-runtime", ] +name = "sp-genesis-builder" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.15.0" [[package]] -name = "sp-inherents" -version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "sp-runtime", - "thiserror", + "async-trait", + "impl-trait-for-tuples", + "parity-scale-codec", + "scale-info", + "sp-runtime", + "thiserror", ] +name = "sp-inherents" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "34.0.0" [[package]] -name = "sp-io" -version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "bytes", - "docify", - "ed25519-dalek", - "libsecp256k1", - "log", - "parity-scale-codec", - "polkavm-derive", - "rustversion", - "secp256k1", - "sp-core", - "sp-crypto-hashing", - "sp-externalities", - "sp-keystore", - "sp-runtime-interface", - "sp-state-machine", - "sp-tracing", - "sp-trie", - "tracing", - "tracing-core", + "bytes", + "docify", + "ed25519-dalek", + "libsecp256k1", + "log", + "parity-scale-codec", + "polkavm-derive", + "rustversion", + "secp256k1", + "sp-core", + "sp-crypto-hashing", + "sp-externalities", + "sp-keystore", + "sp-runtime-interface", + "sp-state-machine", + "sp-tracing", + "sp-trie", + "tracing", + "tracing-core", ] +name = "sp-io" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "38.0.0" [[package]] -name = "sp-keyring" -version = "39.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "sp-core", - "sp-runtime", - "strum 0.26.3", + "sp-core", + "sp-runtime", + "strum 0.26.3", ] +name = "sp-keyring" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "39.0.0" [[package]] -name = "sp-keystore" -version = "0.40.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "parity-scale-codec", - "parking_lot 0.12.3", - "sp-core", - "sp-externalities", + "parity-scale-codec", + "parking_lot 0.12.3", + "sp-core", + "sp-externalities", ] +name = "sp-keystore" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.40.0" [[package]] -name = "sp-maybe-compressed-blob" -version = "11.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "thiserror", - "zstd 0.12.4", + "thiserror", + "zstd 0.12.4", ] +name = "sp-maybe-compressed-blob" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "11.0.0" [[package]] -name = "sp-metadata-ir" -version = "0.7.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-metadata", - "parity-scale-codec", - "scale-info", + "frame-metadata", + "parity-scale-codec", + "scale-info", ] +name = "sp-metadata-ir" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.7.0" [[package]] -name = "sp-mixnet" -version = "0.12.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-api", - "sp-application-crypto", + "parity-scale-codec", + "scale-info", + "sp-api", + "sp-application-crypto", ] +name = "sp-mixnet" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.12.0" [[package]] -name = "sp-mmr-primitives" -version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "log", - "parity-scale-codec", - "polkadot-ckb-merkle-mountain-range", - "scale-info", - "serde", - "sp-api", - "sp-core", - "sp-debug-derive", - "sp-runtime", - "thiserror", + "log", + "parity-scale-codec", + "polkadot-ckb-merkle-mountain-range", + "scale-info", + "serde", + "sp-api", + "sp-core", + "sp-debug-derive", + "sp-runtime", + "thiserror", ] +name = "sp-mmr-primitives" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "34.0.0" [[package]] -name = "sp-npos-elections" -version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-arithmetic", - "sp-core", - "sp-runtime", + "parity-scale-codec", + "scale-info", + "serde", + "sp-arithmetic", + "sp-core", + "sp-runtime", ] +name = "sp-npos-elections" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "34.0.0" [[package]] -name = "sp-offchain" -version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "sp-api", - "sp-core", - "sp-runtime", + "sp-api", + "sp-core", + "sp-runtime", ] +name = "sp-offchain" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "34.0.0" [[package]] -name = "sp-panic-handler" -version = "13.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "backtrace", - "lazy_static", - "regex", + "backtrace", + "lazy_static", + "regex", ] +name = "sp-panic-handler" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "13.0.0" [[package]] -name = "sp-rpc" -version = "32.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "rustc-hash", - "serde", - "sp-core", + "rustc-hash", + "serde", + "sp-core", ] +name = "sp-rpc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "32.0.0" [[package]] -name = "sp-runtime" -version = "39.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" 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", - "sp-application-crypto", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-std", - "sp-weights", - "tracing", + "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", + "sp-application-crypto", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-std", + "sp-weights", + "tracing", ] +name = "sp-runtime" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "39.0.0" [[package]] -name = "sp-runtime-interface" -version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "bytes", - "impl-trait-for-tuples", - "parity-scale-codec", - "polkavm-derive", - "primitive-types", - "sp-externalities", - "sp-runtime-interface-proc-macro", - "sp-std", - "sp-storage", - "sp-tracing", - "sp-wasm-interface", - "static_assertions", + "bytes", + "impl-trait-for-tuples", + "parity-scale-codec", + "polkavm-derive", + "primitive-types", + "sp-externalities", + "sp-runtime-interface-proc-macro", + "sp-std", + "sp-storage", + "sp-tracing", + "sp-wasm-interface", + "static_assertions", ] +name = "sp-runtime-interface" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "28.0.0" [[package]] -name = "sp-runtime-interface-proc-macro" -version = "18.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "Inflector", - "expander", - "proc-macro-crate 3.2.0", - "proc-macro2", - "quote", - "syn 2.0.76", + "Inflector", + "expander", + "proc-macro-crate 3.2.0", + "proc-macro2", + "quote", + "syn 2.0.76", ] +name = "sp-runtime-interface-proc-macro" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "18.0.0" [[package]] -name = "sp-session" -version = "35.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-api", - "sp-core", - "sp-keystore", - "sp-runtime", - "sp-staking", + "parity-scale-codec", + "scale-info", + "sp-api", + "sp-core", + "sp-keystore", + "sp-runtime", + "sp-staking", ] +name = "sp-session" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "35.0.0" [[package]] -name = "sp-staking" -version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-runtime", + "impl-trait-for-tuples", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core", + "sp-runtime", ] +name = "sp-staking" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "34.0.0" [[package]] -name = "sp-state-machine" -version = "0.43.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "hash-db", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "rand 0.8.5", - "smallvec", - "sp-core", - "sp-externalities", - "sp-panic-handler", - "sp-trie", - "thiserror", - "tracing", - "trie-db", + "hash-db", + "log", + "parity-scale-codec", + "parking_lot 0.12.3", + "rand 0.8.5", + "smallvec", + "sp-core", + "sp-externalities", + "sp-panic-handler", + "sp-trie", + "thiserror", + "tracing", + "trie-db", ] +name = "sp-state-machine" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.43.0" [[package]] -name = "sp-statement-store" -version = "18.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "aes-gcm", - "curve25519-dalek", - "ed25519-dalek", - "hkdf", - "parity-scale-codec", - "rand 0.8.5", - "scale-info", - "sha2 0.10.8", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-crypto-hashing", - "sp-externalities", - "sp-runtime", - "sp-runtime-interface", - "thiserror", - "x25519-dalek", + "aes-gcm", + "curve25519-dalek", + "ed25519-dalek", + "hkdf", + "parity-scale-codec", + "rand 0.8.5", + "scale-info", + "sha2 0.10.8", + "sp-api", + "sp-application-crypto", + "sp-core", + "sp-crypto-hashing", + "sp-externalities", + "sp-runtime", + "sp-runtime-interface", + "thiserror", + "x25519-dalek", ] +name = "sp-statement-store" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "18.0.0" [[package]] name = "sp-std" -version = "14.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "14.0.0" [[package]] -name = "sp-storage" -version = "21.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "impl-serde", - "parity-scale-codec", - "ref-cast", - "serde", - "sp-debug-derive", + "impl-serde", + "parity-scale-codec", + "ref-cast", + "serde", + "sp-debug-derive", ] +name = "sp-storage" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "21.0.0" [[package]] -name = "sp-timestamp" -version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "parity-scale-codec", - "sp-inherents", - "sp-runtime", - "thiserror", + "async-trait", + "parity-scale-codec", + "sp-inherents", + "sp-runtime", + "thiserror", ] +name = "sp-timestamp" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "34.0.0" [[package]] -name = "sp-tracing" -version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "parity-scale-codec", - "tracing", - "tracing-core", - "tracing-subscriber", + "parity-scale-codec", + "tracing", + "tracing-core", + "tracing-subscriber", ] +name = "sp-tracing" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "17.0.0" [[package]] -name = "sp-transaction-pool" -version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "sp-api", - "sp-runtime", + "sp-api", + "sp-runtime", ] +name = "sp-transaction-pool" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "34.0.0" [[package]] -name = "sp-transaction-storage-proof" -version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-trie", + "async-trait", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-trie", ] +name = "sp-transaction-storage-proof" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "34.0.0" [[package]] -name = "sp-trie" -version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "ahash", - "hash-db", - "lazy_static", - "memory-db", - "nohash-hasher", - "parity-scale-codec", - "parking_lot 0.12.3", - "rand 0.8.5", - "scale-info", - "schnellru", - "sp-core", - "sp-externalities", - "thiserror", - "tracing", - "trie-db", - "trie-root", + "ahash", + "hash-db", + "lazy_static", + "memory-db", + "nohash-hasher", + "parity-scale-codec", + "parking_lot 0.12.3", + "rand 0.8.5", + "scale-info", + "schnellru", + "sp-core", + "sp-externalities", + "thiserror", + "tracing", + "trie-db", + "trie-root", ] +name = "sp-trie" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "37.0.0" [[package]] -name = "sp-version" -version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "impl-serde", - "parity-scale-codec", - "parity-wasm", - "scale-info", - "serde", - "sp-crypto-hashing-proc-macro", - "sp-runtime", - "sp-std", - "sp-version-proc-macro", - "thiserror", + "impl-serde", + "parity-scale-codec", + "parity-wasm", + "scale-info", + "serde", + "sp-crypto-hashing-proc-macro", + "sp-runtime", + "sp-std", + "sp-version-proc-macro", + "thiserror", ] +name = "sp-version" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "37.0.0" [[package]] -name = "sp-version-proc-macro" -version = "14.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "parity-scale-codec", - "proc-macro2", - "quote", - "syn 2.0.76", + "parity-scale-codec", + "proc-macro2", + "quote", + "syn 2.0.76", ] +name = "sp-version-proc-macro" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "14.0.0" [[package]] -name = "sp-wasm-interface" -version = "21.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "anyhow", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "wasmtime", + "anyhow", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "wasmtime", ] +name = "sp-wasm-interface" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "21.0.0" [[package]] -name = "sp-weights" -version = "31.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "bounded-collections", - "parity-scale-codec", - "scale-info", - "serde", - "smallvec", - "sp-arithmetic", - "sp-debug-derive", + "bounded-collections", + "parity-scale-codec", + "scale-info", + "serde", + "smallvec", + "sp-arithmetic", + "sp-debug-derive", ] +name = "sp-weights" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "31.0.0" [[package]] +checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" name = "spin" -version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" +version = "0.5.2" [[package]] -name = "spin" -version = "0.9.8" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" dependencies = [ - "lock_api", + "lock_api", ] +name = "spin" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.9.8" [[package]] -name = "spinning_top" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d96d2d1d716fb500937168cc09353ffdc7a012be8475ac7308e1bdf0e3923300" dependencies = [ - "lock_api", + "lock_api", ] +name = "spinning_top" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.3.0" [[package]] -name = "spki" -version = "0.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" dependencies = [ - "base64ct", - "der", + "base64ct", + "der", ] +name = "spki" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.7.3" [[package]] -name = "sqlformat" -version = "0.2.4" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f895e3734318cc55f1fe66258926c9b910c124d47520339efecbb6c59cec7c1f" dependencies = [ - "nom", - "unicode_categories", + "nom", + "unicode_categories", ] +name = "sqlformat" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.2.4" [[package]] -name = "sqlx" -version = "0.7.4" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c9a2ccff1a000a5a59cd33da541d9f2fdcd9e6e8229cc200565942bff36d0aaa" dependencies = [ - "sqlx-core", - "sqlx-macros", - "sqlx-sqlite", + "sqlx-core", + "sqlx-macros", + "sqlx-sqlite", ] +name = "sqlx" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.7.4" [[package]] -name = "sqlx-core" -version = "0.7.4" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "24ba59a9342a3d9bab6c56c118be528b27c9b60e490080e9711a04dccac83ef6" dependencies = [ - "ahash", - "atoi", - "byteorder", - "bytes", - "crc", - "crossbeam-queue", - "either", - "event-listener 2.5.3", - "futures-channel", - "futures-core", - "futures-intrusive", - "futures-io", - "futures-util", - "hashlink", - "hex", - "indexmap 2.4.0", - "log", - "memchr", - "native-tls", - "once_cell", - "paste", - "percent-encoding", - "serde", - "sha2 0.10.8", - "smallvec", - "sqlformat", - "thiserror", - "tokio", - "tokio-stream", - "tracing", - "url", + "ahash", + "atoi", + "byteorder", + "bytes", + "crc", + "crossbeam-queue", + "either", + "event-listener 2.5.3", + "futures-channel", + "futures-core", + "futures-intrusive", + "futures-io", + "futures-util", + "hashlink", + "hex", + "indexmap 2.4.0", + "log", + "memchr", + "native-tls", + "once_cell", + "paste", + "percent-encoding", + "serde", + "sha2 0.10.8", + "smallvec", + "sqlformat", + "thiserror", + "tokio", + "tokio-stream", + "tracing", + "url", ] +name = "sqlx-core" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.7.4" [[package]] -name = "sqlx-macros" -version = "0.7.4" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ea40e2345eb2faa9e1e5e326db8c34711317d2b5e08d0d5741619048a803127" dependencies = [ - "proc-macro2", - "quote", - "sqlx-core", - "sqlx-macros-core", - "syn 1.0.109", + "proc-macro2", + "quote", + "sqlx-core", + "sqlx-macros-core", + "syn 1.0.109", ] +name = "sqlx-macros" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.7.4" [[package]] -name = "sqlx-macros-core" -version = "0.7.4" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5833ef53aaa16d860e92123292f1f6a3d53c34ba8b1969f152ef1a7bb803f3c8" dependencies = [ - "dotenvy", - "either", - "heck 0.4.1", - "hex", - "once_cell", - "proc-macro2", - "quote", - "serde", - "serde_json", - "sha2 0.10.8", - "sqlx-core", - "sqlx-sqlite", - "syn 1.0.109", - "tempfile", - "tokio", - "url", + "dotenvy", + "either", + "heck 0.4.1", + "hex", + "once_cell", + "proc-macro2", + "quote", + "serde", + "serde_json", + "sha2 0.10.8", + "sqlx-core", + "sqlx-sqlite", + "syn 1.0.109", + "tempfile", + "tokio", + "url", ] +name = "sqlx-macros-core" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.7.4" [[package]] -name = "sqlx-sqlite" -version = "0.7.4" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b244ef0a8414da0bed4bb1910426e890b19e5e9bccc27ada6b797d05c55ae0aa" dependencies = [ - "atoi", - "flume 0.11.0", - "futures-channel", - "futures-core", - "futures-executor", - "futures-intrusive", - "futures-util", - "libsqlite3-sys", - "log", - "percent-encoding", - "serde", - "sqlx-core", - "tracing", - "url", - "urlencoding", + "atoi", + "flume 0.11.0", + "futures-channel", + "futures-core", + "futures-executor", + "futures-intrusive", + "futures-util", + "libsqlite3-sys", + "log", + "percent-encoding", + "serde", + "sqlx-core", + "tracing", + "url", + "urlencoding", ] +name = "sqlx-sqlite" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.7.4" [[package]] -name = "ss58-registry" -version = "1.47.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4743ce898933fbff7bbf414f497c459a782d496269644b3d650a398ae6a487ba" dependencies = [ - "Inflector", - "num-format", - "proc-macro2", - "quote", - "serde", - "serde_json", - "unicode-xid", + "Inflector", + "num-format", + "proc-macro2", + "quote", + "serde", + "serde_json", + "unicode-xid", ] +name = "ss58-registry" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.47.0" [[package]] +checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" name = "stable_deref_trait" -version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" +version = "1.2.0" [[package]] -name = "staging-parachain-info" -version = "0.16.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "cumulus-primitives-core", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-runtime", + "cumulus-primitives-core", + "frame-support", + "frame-system", + "parity-scale-codec", + "scale-info", + "sp-runtime", ] +name = "staging-parachain-info" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.16.0" [[package]] -name = "staging-xcm" -version = "14.1.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "array-bytes", - "bounded-collections", - "derivative", - "environmental", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-weights", - "xcm-procedural", + "array-bytes", + "bounded-collections", + "derivative", + "environmental", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-weights", + "xcm-procedural", ] +name = "staging-xcm" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "14.1.0" [[package]] -name = "staging-xcm-builder" -version = "16.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-support", - "frame-system", - "impl-trait-for-tuples", - "log", - "pallet-transaction-payment", - "parity-scale-codec", - "polkadot-parachain-primitives", - "scale-info", - "sp-arithmetic", - "sp-io", - "sp-runtime", - "sp-weights", - "staging-xcm", - "staging-xcm-executor", + "frame-support", + "frame-system", + "impl-trait-for-tuples", + "log", + "pallet-transaction-payment", + "parity-scale-codec", + "polkadot-parachain-primitives", + "scale-info", + "sp-arithmetic", + "sp-io", + "sp-runtime", + "sp-weights", + "staging-xcm", + "staging-xcm-executor", ] +name = "staging-xcm-builder" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "16.0.0" [[package]] -name = "staging-xcm-executor" -version = "16.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "environmental", - "frame-benchmarking", - "frame-support", - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", - "sp-weights", - "staging-xcm", - "tracing", + "environmental", + "frame-benchmarking", + "frame-support", + "impl-trait-for-tuples", + "parity-scale-codec", + "scale-info", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", + "sp-weights", + "staging-xcm", + "tracing", ] +name = "staging-xcm-executor" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "16.0.0" [[package]] +checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" name = "static_assertions" -version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" +version = "1.1.0" [[package]] -name = "static_init" -version = "1.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a2a1c578e98c1c16fc3b8ec1328f7659a500737d7a0c6d625e73e830ff9c1f6" dependencies = [ - "bitflags 1.3.2", - "cfg_aliases", - "libc", - "parking_lot 0.11.2", - "parking_lot_core 0.8.6", - "static_init_macro", - "winapi", + "bitflags 1.3.2", + "cfg_aliases", + "libc", + "parking_lot 0.11.2", + "parking_lot_core 0.8.6", + "static_init_macro", + "winapi", ] +name = "static_init" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.0.3" [[package]] -name = "static_init_macro" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "70a2595fc3aa78f2d0e45dd425b22282dd863273761cc77780914b2cf3003acf" dependencies = [ - "cfg_aliases", - "memchr", - "proc-macro2", - "quote", - "syn 1.0.109", + "cfg_aliases", + "memchr", + "proc-macro2", + "quote", + "syn 1.0.109", ] +name = "static_init_macro" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.0.2" [[package]] -name = "storage-proof-primitives" -version = "0.1.0" dependencies = [ - "cumulus-primitives-core", - "frame-support", - "hex", - "parity-scale-codec", - "sp-core", - "sp-runtime", - "sp-state-machine", - "sp-std", - "sp-trie", + "cumulus-primitives-core", + "frame-support", + "hex", + "parity-scale-codec", + "sp-core", + "sp-runtime", + "sp-state-machine", + "sp-std", + "sp-trie", ] +name = "storage-proof-primitives" +version = "0.1.0" [[package]] -name = "str0m" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6706347e49b13373f7ddfafad47df7583ed52083d6fc8a594eb2c80497ef959d" dependencies = [ - "combine", - "crc", - "fastrand 2.1.1", - "hmac 0.12.1", - "once_cell", - "openssl", - "openssl-sys", - "sctp-proto", - "serde", - "sha-1 0.10.1", - "thiserror", - "tracing", + "combine", + "crc", + "fastrand 2.1.1", + "hmac 0.12.1", + "once_cell", + "openssl", + "openssl-sys", + "sctp-proto", + "serde", + "sha-1 0.10.1", + "thiserror", + "tracing", ] +name = "str0m" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.5.1" [[package]] +checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" name = "strsim" -version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" +version = "0.11.1" [[package]] +checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f" name = "strum" -version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f" +version = "0.24.1" [[package]] -name = "strum" -version = "0.26.3" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" dependencies = [ - "strum_macros 0.26.4", + "strum_macros 0.26.4", ] +name = "strum" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.26.3" [[package]] -name = "strum_macros" -version = "0.24.3" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59" dependencies = [ - "heck 0.4.1", - "proc-macro2", - "quote", - "rustversion", - "syn 1.0.109", + "heck 0.4.1", + "proc-macro2", + "quote", + "rustversion", + "syn 1.0.109", ] - -[[package]] name = "strum_macros" -version = "0.26.4" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.24.3" + +[[package]] checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" dependencies = [ - "heck 0.5.0", - "proc-macro2", - "quote", - "rustversion", - "syn 2.0.76", + "heck 0.5.0", + "proc-macro2", + "quote", + "rustversion", + "syn 2.0.76", ] +name = "strum_macros" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.26.4" [[package]] -name = "substrate-bip39" -version = "0.6.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "hmac 0.12.1", - "pbkdf2 0.12.2", - "schnorrkel 0.11.4", - "sha2 0.10.8", - "zeroize", + "hmac 0.12.1", + "pbkdf2 0.12.2", + "schnorrkel 0.11.4", + "sha2 0.10.8", + "zeroize", ] +name = "substrate-bip39" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.6.0" [[package]] -name = "substrate-bn" -version = "0.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "72b5bbfa79abbae15dd642ea8176a21a635ff3c00059961d1ea27ad04e5b441c" dependencies = [ - "byteorder", - "crunchy", - "lazy_static", - "rand 0.8.5", - "rustc-hex", + "byteorder", + "crunchy", + "lazy_static", + "rand 0.8.5", + "rustc-hex", ] +name = "substrate-bn" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.6.0" [[package]] name = "substrate-build-script-utils" -version = "11.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "11.0.0" [[package]] -name = "substrate-fixed" -version = "0.5.9" -source = "git+https://github.com/encointer/substrate-fixed#879c58bcc6fd676a74315dcd38b598f28708b0b5" dependencies = [ - "parity-scale-codec", - "scale-info", - "substrate-typenum", + "parity-scale-codec", + "scale-info", + "substrate-typenum", ] +name = "substrate-fixed" +source = "git+https://github.com/encointer/substrate-fixed#879c58bcc6fd676a74315dcd38b598f28708b0b5" +version = "0.5.9" [[package]] -name = "substrate-frame-rpc-system" -version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "docify", - "frame-system-rpc-runtime-api", - "futures 0.3.30", - "jsonrpsee", - "log", - "parity-scale-codec", - "sc-rpc-api", - "sc-transaction-pool-api", - "sp-api", - "sp-block-builder", - "sp-blockchain", - "sp-core", - "sp-runtime", + "docify", + "frame-system-rpc-runtime-api", + "futures 0.3.30", + "jsonrpsee", + "log", + "parity-scale-codec", + "sc-rpc-api", + "sc-transaction-pool-api", + "sp-api", + "sp-block-builder", + "sp-blockchain", + "sp-core", + "sp-runtime", ] +name = "substrate-frame-rpc-system" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "38.0.0" [[package]] -name = "substrate-prometheus-endpoint" -version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "http-body-util", - "hyper 1.4.1", - "hyper-util", - "log", - "prometheus", - "thiserror", - "tokio", + "http-body-util", + "hyper 1.4.1", + "hyper-util", + "log", + "prometheus", + "thiserror", + "tokio", ] +name = "substrate-prometheus-endpoint" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.17.0" [[package]] -name = "substrate-state-trie-migration-rpc" -version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "jsonrpsee", - "parity-scale-codec", - "sc-client-api", - "sc-rpc-api", - "serde", - "sp-core", - "sp-runtime", - "sp-state-machine", - "sp-trie", - "trie-db", + "jsonrpsee", + "parity-scale-codec", + "sc-client-api", + "sc-rpc-api", + "serde", + "sp-core", + "sp-runtime", + "sp-state-machine", + "sp-trie", + "trie-db", ] +name = "substrate-state-trie-migration-rpc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "37.0.0" [[package]] -name = "substrate-test-client" -version = "2.0.1" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "array-bytes", - "async-trait", - "futures 0.3.30", - "parity-scale-codec", - "sc-client-api", - "sc-client-db", - "sc-consensus", - "sc-executor", - "sc-offchain", - "sc-service", - "serde", - "serde_json", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-keyring", - "sp-keystore", - "sp-runtime", - "sp-state-machine", - "tokio", + "array-bytes", + "async-trait", + "futures 0.3.30", + "parity-scale-codec", + "sc-client-api", + "sc-client-db", + "sc-consensus", + "sc-executor", + "sc-offchain", + "sc-service", + "serde", + "serde_json", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-keyring", + "sp-keystore", + "sp-runtime", + "sp-state-machine", + "tokio", ] +name = "substrate-test-client" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "2.0.1" [[package]] -name = "substrate-test-runtime" -version = "2.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "array-bytes", - "frame-executive", - "frame-metadata-hash-extension", - "frame-support", - "frame-system", - "frame-system-rpc-runtime-api", - "log", - "pallet-babe", - "pallet-balances", - "pallet-timestamp", - "parity-scale-codec", - "sc-service", - "scale-info", - "serde_json", - "sp-api", - "sp-application-crypto", - "sp-block-builder", - "sp-consensus-aura", - "sp-consensus-babe", - "sp-consensus-grandpa", - "sp-core", - "sp-crypto-hashing", - "sp-externalities", - "sp-genesis-builder", - "sp-inherents", - "sp-io", - "sp-keyring", - "sp-offchain", - "sp-runtime", - "sp-session", - "sp-state-machine", - "sp-transaction-pool", - "sp-trie", - "sp-version", - "substrate-wasm-builder", - "tracing", - "trie-db", + "array-bytes", + "frame-executive", + "frame-metadata-hash-extension", + "frame-support", + "frame-system", + "frame-system-rpc-runtime-api", + "log", + "pallet-babe", + "pallet-balances", + "pallet-timestamp", + "parity-scale-codec", + "sc-service", + "scale-info", + "serde_json", + "sp-api", + "sp-application-crypto", + "sp-block-builder", + "sp-consensus-aura", + "sp-consensus-babe", + "sp-consensus-grandpa", + "sp-core", + "sp-crypto-hashing", + "sp-externalities", + "sp-genesis-builder", + "sp-inherents", + "sp-io", + "sp-keyring", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-state-machine", + "sp-transaction-pool", + "sp-trie", + "sp-version", + "substrate-wasm-builder", + "tracing", + "trie-db", ] +name = "substrate-test-runtime" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "2.0.0" [[package]] -name = "substrate-test-runtime-client" -version = "2.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "futures 0.3.30", - "sc-block-builder", - "sc-client-api", - "sc-consensus", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-runtime", - "substrate-test-client", - "substrate-test-runtime", + "futures 0.3.30", + "sc-block-builder", + "sc-client-api", + "sc-consensus", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-runtime", + "substrate-test-client", + "substrate-test-runtime", ] +name = "substrate-test-runtime-client" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "2.0.0" [[package]] -name = "substrate-typenum" -version = "1.16.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f0f0091e93c2c75b233ae39424c52cb8a662c0811fb68add149e20e5d7e8a788" dependencies = [ - "parity-scale-codec", - "scale-info", + "parity-scale-codec", + "scale-info", ] +name = "substrate-typenum" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.16.0" [[package]] -name = "substrate-wasm-builder" -version = "24.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "array-bytes", - "build-helper", - "cargo_metadata", - "console", - "filetime", - "frame-metadata", - "merkleized-metadata", - "parity-scale-codec", - "parity-wasm", - "polkavm-linker", - "sc-executor", - "sp-core", - "sp-io", - "sp-maybe-compressed-blob", - "sp-tracing", - "sp-version", - "strum 0.26.3", - "tempfile", - "toml 0.8.19", - "walkdir", - "wasm-opt", + "array-bytes", + "build-helper", + "cargo_metadata", + "console", + "filetime", + "frame-metadata", + "merkleized-metadata", + "parity-scale-codec", + "parity-wasm", + "polkavm-linker", + "sc-executor", + "sp-core", + "sp-io", + "sp-maybe-compressed-blob", + "sp-tracing", + "sp-version", + "strum 0.26.3", + "tempfile", + "toml 0.8.19", + "walkdir", + "wasm-opt", ] +name = "substrate-wasm-builder" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "24.0.0" [[package]] +checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee" name = "subtle" -version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee" +version = "1.0.0" [[package]] +checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" name = "subtle" -version = "2.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" +version = "2.6.1" [[package]] +checksum = "734676eb262c623cec13c3155096e08d1f8f29adce39ba17948b18dad1e54142" name = "subtle-ng" -version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "734676eb262c623cec13c3155096e08d1f8f29adce39ba17948b18dad1e54142" +version = "2.5.0" [[package]] -name = "summarize-precompile-checks" -version = "0.0.0" dependencies = [ - "clap", - "moonbase-runtime", - "moonbeam-runtime", - "moonriver-runtime", - "precompile-utils", - "serde_json", + "clap", + "moonbase-runtime", + "moonbeam-runtime", + "moonriver-runtime", + "precompile-utils", + "serde_json", ] +name = "summarize-precompile-checks" +version = "0.0.0" [[package]] -name = "syn" -version = "1.0.109" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" dependencies = [ - "proc-macro2", - "quote", - "unicode-ident", + "proc-macro2", + "quote", + "unicode-ident", ] - -[[package]] name = "syn" -version = "2.0.76" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.0.109" + +[[package]] checksum = "578e081a14e0cefc3279b0472138c513f37b41a08d5a3cca9b6e4e8ceb6cd525" dependencies = [ - "proc-macro2", - "quote", - "unicode-ident", + "proc-macro2", + "quote", + "unicode-ident", ] +name = "syn" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "2.0.76" [[package]] -name = "synstructure" -version = "0.12.6" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", - "unicode-xid", + "proc-macro2", + "quote", + "syn 1.0.109", + "unicode-xid", ] - -[[package]] name = "synstructure" -version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.12.6" + +[[package]] checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro2", + "quote", + "syn 2.0.76", ] +name = "synstructure" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.13.1" [[package]] -name = "system-configuration" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" dependencies = [ - "bitflags 1.3.2", - "core-foundation", - "system-configuration-sys", + "bitflags 1.3.2", + "core-foundation", + "system-configuration-sys", ] +name = "system-configuration" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.5.1" [[package]] -name = "system-configuration-sys" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" dependencies = [ - "core-foundation-sys", - "libc", + "core-foundation-sys", + "libc", ] +name = "system-configuration-sys" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.5.0" [[package]] +checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" name = "tap" -version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" +version = "1.0.1" [[package]] +checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" name = "target-lexicon" -version = "0.12.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" +version = "0.12.16" [[package]] -name = "tempfile" -version = "3.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64" dependencies = [ - "cfg-if", - "fastrand 2.1.1", - "once_cell", - "rustix 0.38.35", - "windows-sys 0.59.0", + "cfg-if", + "fastrand 2.1.1", + "once_cell", + "rustix 0.38.35", + "windows-sys 0.59.0", ] +name = "tempfile" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "3.12.0" [[package]] -name = "termcolor" -version = "1.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" dependencies = [ - "winapi-util", + "winapi-util", ] +name = "termcolor" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.4.1" [[package]] -name = "terminal_size" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7" dependencies = [ - "rustix 0.38.35", - "windows-sys 0.48.0", + "rustix 0.38.35", + "windows-sys 0.48.0", ] +name = "terminal_size" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.3.0" [[package]] +checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" name = "termtree" -version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" +version = "0.4.1" [[package]] -name = "thiserror" -version = "1.0.63" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724" dependencies = [ - "thiserror-impl", + "thiserror-impl", ] +name = "thiserror" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.0.63" [[package]] -name = "thiserror-core" -version = "1.0.50" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c001ee18b7e5e3f62cbf58c7fe220119e68d902bb7443179c0c8aef30090e999" dependencies = [ - "thiserror-core-impl", + "thiserror-core-impl", ] +name = "thiserror-core" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.0.50" [[package]] -name = "thiserror-core-impl" -version = "1.0.50" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e4c60d69f36615a077cc7663b9cb8e42275722d23e58a7fa3d2c7f2915d09d04" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro2", + "quote", + "syn 2.0.76", ] +name = "thiserror-core-impl" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.0.50" [[package]] -name = "thiserror-impl" -version = "1.0.63" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro2", + "quote", + "syn 2.0.76", ] +name = "thiserror-impl" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.0.63" [[package]] +checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820" name = "thousands" -version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820" +version = "0.2.0" [[package]] -name = "thread_local" -version = "1.1.8" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" dependencies = [ - "cfg-if", - "once_cell", + "cfg-if", + "once_cell", ] +name = "thread_local" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.1.8" [[package]] -name = "threadpool" -version = "1.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" dependencies = [ - "num_cpus", + "num_cpus", ] +name = "threadpool" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.8.1" [[package]] -name = "thrift" -version = "0.15.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e" dependencies = [ - "byteorder", - "integer-encoding", - "log", - "ordered-float", - "threadpool", + "byteorder", + "integer-encoding", + "log", + "ordered-float", + "threadpool", ] +name = "thrift" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.15.0" [[package]] -name = "tikv-jemalloc-ctl" -version = "0.5.4" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "619bfed27d807b54f7f776b9430d4f8060e66ee138a28632ca898584d462c31c" dependencies = [ - "libc", - "paste", - "tikv-jemalloc-sys", + "libc", + "paste", + "tikv-jemalloc-sys", ] +name = "tikv-jemalloc-ctl" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.5.4" [[package]] -name = "tikv-jemalloc-sys" -version = "0.5.4+5.3.0-patched" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9402443cb8fd499b6f327e40565234ff34dbda27460c5b47db0db77443dd85d1" dependencies = [ - "cc", - "libc", + "cc", + "libc", ] +name = "tikv-jemalloc-sys" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.5.4+5.3.0-patched" [[package]] -name = "time" -version = "0.3.36" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" dependencies = [ - "deranged", - "itoa", - "num-conv", - "powerfmt", - "serde", - "time-core", - "time-macros", + "deranged", + "itoa", + "num-conv", + "powerfmt", + "serde", + "time-core", + "time-macros", ] +name = "time" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.3.36" [[package]] +checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" name = "time-core" -version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" +version = "0.1.2" [[package]] -name = "time-macros" -version = "0.2.18" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" dependencies = [ - "num-conv", - "time-core", + "num-conv", + "time-core", ] +name = "time-macros" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.2.18" [[package]] -name = "tiny-bip39" -version = "0.8.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d" dependencies = [ - "anyhow", - "hmac 0.8.1", - "once_cell", - "pbkdf2 0.4.0", - "rand 0.7.3", - "rustc-hash", - "sha2 0.9.9", - "thiserror", - "unicode-normalization", - "wasm-bindgen", - "zeroize", + "anyhow", + "hmac 0.8.1", + "once_cell", + "pbkdf2 0.4.0", + "rand 0.7.3", + "rustc-hash", + "sha2 0.9.9", + "thiserror", + "unicode-normalization", + "wasm-bindgen", + "zeroize", ] +name = "tiny-bip39" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.8.2" [[package]] -name = "tiny-keccak" -version = "2.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" dependencies = [ - "crunchy", + "crunchy", ] +name = "tiny-keccak" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "2.0.2" [[package]] -name = "tinyvec" -version = "1.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938" dependencies = [ - "tinyvec_macros", + "tinyvec_macros", ] +name = "tinyvec" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.8.0" [[package]] +checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" name = "tinyvec_macros" -version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" +version = "0.1.1" [[package]] -name = "tokio" -version = "1.39.3" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9babc99b9923bfa4804bd74722ff02c0381021eafa4db9949217e3be8e84fff5" dependencies = [ - "backtrace", - "bytes", - "libc", - "mio", - "parking_lot 0.12.3", - "pin-project-lite", - "signal-hook-registry", - "socket2 0.5.7", - "tokio-macros", - "windows-sys 0.52.0", + "backtrace", + "bytes", + "libc", + "mio", + "parking_lot 0.12.3", + "pin-project-lite", + "signal-hook-registry", + "socket2 0.5.7", + "tokio-macros", + "windows-sys 0.52.0", ] +name = "tokio" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.39.3" [[package]] -name = "tokio-macros" -version = "2.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro2", + "quote", + "syn 2.0.76", ] +name = "tokio-macros" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "2.4.0" [[package]] -name = "tokio-rustls" -version = "0.24.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" dependencies = [ - "rustls 0.21.12", - "tokio", + "rustls 0.21.12", + "tokio", ] - -[[package]] name = "tokio-rustls" -version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.24.1" + +[[package]] checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" dependencies = [ - "rustls 0.23.12", - "rustls-pki-types", - "tokio", + "rustls 0.23.12", + "rustls-pki-types", + "tokio", ] +name = "tokio-rustls" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.26.0" [[package]] -name = "tokio-stream" -version = "0.1.15" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af" dependencies = [ - "futures-core", - "pin-project-lite", - "tokio", - "tokio-util", + "futures-core", + "pin-project-lite", + "tokio", + "tokio-util", ] +name = "tokio-stream" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.15" [[package]] -name = "tokio-tungstenite" -version = "0.20.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c" dependencies = [ - "futures-util", - "log", - "rustls 0.21.12", - "rustls-native-certs 0.6.3", - "tokio", - "tokio-rustls 0.24.1", - "tungstenite", + "futures-util", + "log", + "rustls 0.21.12", + "rustls-native-certs 0.6.3", + "tokio", + "tokio-rustls 0.24.1", + "tungstenite", ] +name = "tokio-tungstenite" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.20.1" [[package]] -name = "tokio-util" -version = "0.7.11" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1" dependencies = [ - "bytes", - "futures-core", - "futures-io", - "futures-sink", - "pin-project-lite", - "tokio", + "bytes", + "futures-core", + "futures-io", + "futures-sink", + "pin-project-lite", + "tokio", ] +name = "tokio-util" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.7.11" [[package]] -name = "toml" -version = "0.5.11" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" dependencies = [ - "serde", + "serde", ] - -[[package]] name = "toml" -version = "0.8.19" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.5.11" + +[[package]] checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e" dependencies = [ - "serde", - "serde_spanned", - "toml_datetime", - "toml_edit", + "serde", + "serde_spanned", + "toml_datetime", + "toml_edit", ] +name = "toml" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.8.19" [[package]] -name = "toml_datetime" -version = "0.6.8" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" dependencies = [ - "serde", + "serde", ] +name = "toml_datetime" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.6.8" [[package]] -name = "toml_edit" -version = "0.22.20" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d" dependencies = [ - "indexmap 2.4.0", - "serde", - "serde_spanned", - "toml_datetime", - "winnow", + "indexmap 2.4.0", + "serde", + "serde_spanned", + "toml_datetime", + "winnow", ] +name = "toml_edit" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.22.20" [[package]] -name = "tower" -version = "0.4.13" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" dependencies = [ - "futures-core", - "futures-util", - "pin-project", - "pin-project-lite", - "tokio", - "tower-layer", - "tower-service", - "tracing", + "futures-core", + "futures-util", + "pin-project", + "pin-project-lite", + "tokio", + "tower-layer", + "tower-service", + "tracing", ] +name = "tower" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.4.13" [[package]] -name = "tower-http" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" dependencies = [ - "bitflags 2.6.0", - "bytes", - "http 1.1.0", - "http-body 1.0.1", - "http-body-util", - "pin-project-lite", - "tower-layer", - "tower-service", + "bitflags 2.6.0", + "bytes", + "http 1.1.0", + "http-body 1.0.1", + "http-body-util", + "pin-project-lite", + "tower-layer", + "tower-service", ] +name = "tower-http" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.5.2" [[package]] +checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" name = "tower-layer" -version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" +version = "0.3.3" [[package]] +checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" name = "tower-service" -version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" +version = "0.3.3" [[package]] -name = "tracing" -version = "0.1.40" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" dependencies = [ - "log", - "pin-project-lite", - "tracing-attributes", - "tracing-core", + "log", + "pin-project-lite", + "tracing-attributes", + "tracing-core", ] +name = "tracing" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.40" [[package]] -name = "tracing-attributes" -version = "0.1.27" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro2", + "quote", + "syn 2.0.76", ] +name = "tracing-attributes" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.27" [[package]] -name = "tracing-core" -version = "0.1.32" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" dependencies = [ - "once_cell", - "valuable", + "once_cell", + "valuable", ] +name = "tracing-core" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.32" [[package]] -name = "tracing-futures" -version = "0.2.5" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2" dependencies = [ - "pin-project", - "tracing", + "pin-project", + "tracing", ] +name = "tracing-futures" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.2.5" [[package]] -name = "tracing-gum" -version = "15.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "coarsetime", - "polkadot-primitives", - "tracing", - "tracing-gum-proc-macro", + "coarsetime", + "polkadot-primitives", + "tracing", + "tracing-gum-proc-macro", ] +name = "tracing-gum" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "15.0.0" [[package]] -name = "tracing-gum-proc-macro" -version = "5.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "expander", - "proc-macro-crate 3.2.0", - "proc-macro2", - "quote", - "syn 2.0.76", + "expander", + "proc-macro-crate 3.2.0", + "proc-macro2", + "quote", + "syn 2.0.76", ] +name = "tracing-gum-proc-macro" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "5.0.0" [[package]] -name = "tracing-log" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" dependencies = [ - "log", - "once_cell", - "tracing-core", + "log", + "once_cell", + "tracing-core", ] +name = "tracing-log" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.2.0" [[package]] -name = "tracing-subscriber" -version = "0.3.18" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" dependencies = [ - "matchers", - "nu-ansi-term", - "once_cell", - "parking_lot 0.12.3", - "regex", - "sharded-slab", - "smallvec", - "thread_local", - "tracing", - "tracing-core", - "tracing-log", + "matchers", + "nu-ansi-term", + "once_cell", + "parking_lot 0.12.3", + "regex", + "sharded-slab", + "smallvec", + "thread_local", + "tracing", + "tracing-core", + "tracing-log", ] +name = "tracing-subscriber" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.3.18" [[package]] -name = "trie-db" -version = "0.29.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c992b4f40c234a074d48a757efeabb1a6be88af84c0c23f7ca158950cb0ae7f" dependencies = [ - "hash-db", - "log", - "rustc-hex", - "smallvec", + "hash-db", + "log", + "rustc-hex", + "smallvec", ] +name = "trie-db" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.29.1" [[package]] -name = "trie-root" -version = "0.18.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d4ed310ef5ab98f5fa467900ed906cb9232dd5376597e00fd4cba2a449d06c0b" dependencies = [ - "hash-db", + "hash-db", ] +name = "trie-root" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.18.0" [[package]] -name = "trust-dns-proto" -version = "0.22.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4f7f83d1e4a0e4358ac54c5c3681e5d7da5efc5a7a632c90bb6d6669ddd9bc26" dependencies = [ - "async-trait", - "cfg-if", - "data-encoding", - "enum-as-inner 0.5.1", - "futures-channel", - "futures-io", - "futures-util", - "idna 0.2.3", - "ipnet", - "lazy_static", - "rand 0.8.5", - "smallvec", - "socket2 0.4.10", - "thiserror", - "tinyvec", - "tokio", - "tracing", - "url", + "async-trait", + "cfg-if", + "data-encoding", + "enum-as-inner 0.5.1", + "futures-channel", + "futures-io", + "futures-util", + "idna 0.2.3", + "ipnet", + "lazy_static", + "rand 0.8.5", + "smallvec", + "socket2 0.4.10", + "thiserror", + "tinyvec", + "tokio", + "tracing", + "url", ] - -[[package]] name = "trust-dns-proto" -version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.22.0" + +[[package]] checksum = "3119112651c157f4488931a01e586aa459736e9d6046d3bd9105ffb69352d374" dependencies = [ - "async-trait", - "cfg-if", - "data-encoding", - "enum-as-inner 0.6.0", - "futures-channel", - "futures-io", - "futures-util", - "idna 0.4.0", - "ipnet", - "once_cell", - "rand 0.8.5", - "smallvec", - "thiserror", - "tinyvec", - "tokio", - "tracing", - "url", + "async-trait", + "cfg-if", + "data-encoding", + "enum-as-inner 0.6.0", + "futures-channel", + "futures-io", + "futures-util", + "idna 0.4.0", + "ipnet", + "once_cell", + "rand 0.8.5", + "smallvec", + "thiserror", + "tinyvec", + "tokio", + "tracing", + "url", ] +name = "trust-dns-proto" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.23.2" [[package]] -name = "trust-dns-resolver" -version = "0.23.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "10a3e6c3aff1718b3c73e395d1f35202ba2ffa847c6a62eea0db8fb4cfe30be6" dependencies = [ - "cfg-if", - "futures-util", - "ipconfig", - "lru-cache", - "once_cell", - "parking_lot 0.12.3", - "rand 0.8.5", - "resolv-conf", - "smallvec", - "thiserror", - "tokio", - "tracing", - "trust-dns-proto 0.23.2", + "cfg-if", + "futures-util", + "ipconfig", + "lru-cache", + "once_cell", + "parking_lot 0.12.3", + "rand 0.8.5", + "resolv-conf", + "smallvec", + "thiserror", + "tokio", + "tracing", + "trust-dns-proto 0.23.2", ] +name = "trust-dns-resolver" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.23.2" [[package]] +checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" name = "try-lock" -version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" +version = "0.2.5" [[package]] +checksum = "f4f195fd851901624eee5a58c4bb2b4f06399148fcd0ed336e6f1cb60a9881df" name = "tt-call" -version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4f195fd851901624eee5a58c4bb2b4f06399148fcd0ed336e6f1cb60a9881df" +version = "1.0.9" [[package]] -name = "tungstenite" -version = "0.20.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9" dependencies = [ - "byteorder", - "bytes", - "data-encoding", - "http 0.2.12", - "httparse", - "log", - "rand 0.8.5", - "rustls 0.21.12", - "sha1", - "thiserror", - "url", - "utf-8", + "byteorder", + "bytes", + "data-encoding", + "http 0.2.12", + "httparse", + "log", + "rand 0.8.5", + "rustls 0.21.12", + "sha1", + "thiserror", + "url", + "utf-8", ] +name = "tungstenite" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.20.1" [[package]] -name = "twox-hash" -version = "1.6.3" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ - "cfg-if", - "digest 0.10.7", - "rand 0.8.5", - "static_assertions", + "cfg-if", + "digest 0.10.7", + "rand 0.8.5", + "static_assertions", ] +name = "twox-hash" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.6.3" [[package]] +checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" name = "typenum" -version = "1.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" +version = "1.17.0" [[package]] +checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9" name = "ucd-trie" -version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9" +version = "0.1.6" [[package]] -name = "uint" -version = "0.9.5" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52" dependencies = [ - "byteorder", - "crunchy", - "hex", - "static_assertions", + "byteorder", + "crunchy", + "hex", + "static_assertions", ] +name = "uint" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.9.5" [[package]] +checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" name = "unicode-bidi" -version = "0.3.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" +version = "0.3.15" [[package]] +checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" name = "unicode-ident" -version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" +version = "1.0.12" [[package]] -name = "unicode-normalization" -version = "0.1.22" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" dependencies = [ - "tinyvec", + "tinyvec", ] +name = "unicode-normalization" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.22" [[package]] +checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" name = "unicode-segmentation" -version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" +version = "1.11.0" [[package]] +checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" name = "unicode-width" -version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" +version = "0.1.13" [[package]] +checksum = "229730647fbc343e3a80e463c1db7f78f3855d3f3739bee0dda773c9a037c90a" name = "unicode-xid" -version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "229730647fbc343e3a80e463c1db7f78f3855d3f3739bee0dda773c9a037c90a" +version = "0.2.5" [[package]] +checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e" name = "unicode_categories" -version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e" +version = "0.1.1" [[package]] -name = "universal-hash" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea" dependencies = [ - "crypto-common", - "subtle 2.6.1", + "crypto-common", + "subtle 2.6.1", ] +name = "universal-hash" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.5.1" [[package]] -name = "unsigned-varint" -version = "0.7.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6889a77d49f1f013504cec6bf97a2c730394adedaeb1deb5ea08949a50541105" dependencies = [ - "asynchronous-codec", - "bytes", - "futures-io", - "futures-util", + "asynchronous-codec", + "bytes", + "futures-io", + "futures-util", ] - -[[package]] name = "unsigned-varint" -version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.7.2" + +[[package]] checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06" dependencies = [ - "bytes", - "tokio-util", + "bytes", + "tokio-util", ] +name = "unsigned-varint" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.8.0" [[package]] +checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" name = "untrusted" -version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" +version = "0.7.1" [[package]] +checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" name = "untrusted" -version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" +version = "0.9.0" [[package]] -name = "url" -version = "2.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c" dependencies = [ - "form_urlencoded", - "idna 0.5.0", - "percent-encoding", + "form_urlencoded", + "idna 0.5.0", + "percent-encoding", ] +name = "url" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "2.5.2" [[package]] +checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" name = "urlencoding" -version = "2.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" +version = "2.1.3" [[package]] +checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" name = "utf-8" -version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" +version = "0.7.6" [[package]] +checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" name = "utf8parse" -version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" +version = "0.2.2" [[package]] +checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" name = "valuable" -version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" +version = "0.1.0" [[package]] +checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" name = "vcpkg" -version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" +version = "0.2.15" [[package]] +checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" name = "version_check" -version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" +version = "0.9.5" [[package]] +checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" name = "void" -version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" +version = "1.0.2" [[package]] -name = "w3f-bls" -version = "0.1.4" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c5da5fa2c6afa2c9158eaa7cd9aee249765eb32b5fb0c63ad8b9e79336a47ec" dependencies = [ - "ark-bls12-377", - "ark-bls12-381", - "ark-ec", - "ark-ff", - "ark-serialize", - "ark-serialize-derive", - "arrayref", - "constcat", - "digest 0.10.7", - "rand 0.8.5", - "rand_chacha 0.3.1", - "rand_core 0.6.4", - "sha2 0.10.8", - "sha3", - "thiserror", - "zeroize", + "ark-bls12-377", + "ark-bls12-381", + "ark-ec", + "ark-ff", + "ark-serialize", + "ark-serialize-derive", + "arrayref", + "constcat", + "digest 0.10.7", + "rand 0.8.5", + "rand_chacha 0.3.1", + "rand_core 0.6.4", + "sha2 0.10.8", + "sha3", + "thiserror", + "zeroize", ] +name = "w3f-bls" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.4" [[package]] -name = "wait-timeout" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" dependencies = [ - "libc", + "libc", ] +name = "wait-timeout" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.2.0" [[package]] +checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7" name = "waker-fn" -version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7" +version = "1.2.0" [[package]] -name = "walkdir" -version = "2.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" dependencies = [ - "same-file", - "winapi-util", + "same-file", + "winapi-util", ] +name = "walkdir" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "2.5.0" [[package]] -name = "want" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" dependencies = [ - "try-lock", + "try-lock", ] +name = "want" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.3.1" [[package]] +checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" name = "wasi" -version = "0.9.0+wasi-snapshot-preview1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" +version = "0.9.0+wasi-snapshot-preview1" [[package]] +checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" name = "wasi" -version = "0.11.0+wasi-snapshot-preview1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" +version = "0.11.0+wasi-snapshot-preview1" [[package]] -name = "wasix" -version = "0.12.21" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c1fbb4ef9bbca0c1170e0b00dd28abc9e3b68669821600cad1caaed606583c6d" dependencies = [ - "wasi 0.11.0+wasi-snapshot-preview1", + "wasi 0.11.0+wasi-snapshot-preview1", ] +name = "wasix" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.12.21" [[package]] -name = "wasm-bindgen" -version = "0.2.93" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5" dependencies = [ - "cfg-if", - "once_cell", - "wasm-bindgen-macro", + "cfg-if", + "once_cell", + "wasm-bindgen-macro", ] +name = "wasm-bindgen" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.2.93" [[package]] -name = "wasm-bindgen-backend" -version = "0.2.93" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b" dependencies = [ - "bumpalo", - "log", - "once_cell", - "proc-macro2", - "quote", - "syn 2.0.76", - "wasm-bindgen-shared", + "bumpalo", + "log", + "once_cell", + "proc-macro2", + "quote", + "syn 2.0.76", + "wasm-bindgen-shared", ] +name = "wasm-bindgen-backend" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.2.93" [[package]] -name = "wasm-bindgen-futures" -version = "0.4.43" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed" dependencies = [ - "cfg-if", - "js-sys", - "wasm-bindgen", - "web-sys", + "cfg-if", + "js-sys", + "wasm-bindgen", + "web-sys", ] +name = "wasm-bindgen-futures" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.4.43" [[package]] -name = "wasm-bindgen-macro" -version = "0.2.93" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf" dependencies = [ - "quote", - "wasm-bindgen-macro-support", + "quote", + "wasm-bindgen-macro-support", ] +name = "wasm-bindgen-macro" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.2.93" [[package]] -name = "wasm-bindgen-macro-support" -version = "0.2.93" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", - "wasm-bindgen-backend", - "wasm-bindgen-shared", + "proc-macro2", + "quote", + "syn 2.0.76", + "wasm-bindgen-backend", + "wasm-bindgen-shared", ] +name = "wasm-bindgen-macro-support" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.2.93" [[package]] +checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484" name = "wasm-bindgen-shared" -version = "0.2.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484" +version = "0.2.93" [[package]] -name = "wasm-instrument" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2a47ecb37b9734d1085eaa5ae1a81e60801fd8c28d4cabdd8aedb982021918bc" dependencies = [ - "parity-wasm", + "parity-wasm", ] +name = "wasm-instrument" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.4.0" [[package]] -name = "wasm-opt" -version = "0.116.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2fd87a4c135535ffed86123b6fb0f0a5a0bc89e50416c942c5f0662c645f679c" dependencies = [ - "anyhow", - "libc", - "strum 0.24.1", - "strum_macros 0.24.3", - "tempfile", - "thiserror", - "wasm-opt-cxx-sys", - "wasm-opt-sys", + "anyhow", + "libc", + "strum 0.24.1", + "strum_macros 0.24.3", + "tempfile", + "thiserror", + "wasm-opt-cxx-sys", + "wasm-opt-sys", ] +name = "wasm-opt" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.116.1" [[package]] -name = "wasm-opt-cxx-sys" -version = "0.116.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8c57b28207aa724318fcec6575fe74803c23f6f266fce10cbc9f3f116762f12e" dependencies = [ - "anyhow", - "cxx", - "cxx-build", - "wasm-opt-sys", + "anyhow", + "cxx", + "cxx-build", + "wasm-opt-sys", ] +name = "wasm-opt-cxx-sys" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.116.0" [[package]] -name = "wasm-opt-sys" -version = "0.116.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a1cce564dc768dacbdb718fc29df2dba80bd21cb47d8f77ae7e3d95ceb98cbe" dependencies = [ - "anyhow", - "cc", - "cxx", - "cxx-build", + "anyhow", + "cc", + "cxx", + "cxx-build", ] +name = "wasm-opt-sys" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.116.0" [[package]] -name = "wasm-timer" -version = "0.2.5" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f" dependencies = [ - "futures 0.3.30", - "js-sys", - "parking_lot 0.11.2", - "pin-utils", - "wasm-bindgen", - "wasm-bindgen-futures", - "web-sys", + "futures 0.3.30", + "js-sys", + "parking_lot 0.11.2", + "pin-utils", + "wasm-bindgen", + "wasm-bindgen-futures", + "web-sys", ] +name = "wasm-timer" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.2.5" [[package]] -name = "wasmi" -version = "0.31.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "77a8281d1d660cdf54c76a3efa9ddd0c270cada1383a995db3ccb43d166456c7" dependencies = [ - "smallvec", - "spin 0.9.8", - "wasmi_arena", - "wasmi_core", - "wasmparser-nostd", + "smallvec", + "spin 0.9.8", + "wasmi_arena", + "wasmi_core", + "wasmparser-nostd", ] +name = "wasmi" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.31.2" [[package]] +checksum = "104a7f73be44570cac297b3035d76b169d6599637631cf37a1703326a0727073" name = "wasmi_arena" -version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "104a7f73be44570cac297b3035d76b169d6599637631cf37a1703326a0727073" +version = "0.4.1" [[package]] -name = "wasmi_core" -version = "0.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dcf1a7db34bff95b85c261002720c00c3a6168256dcb93041d3fa2054d19856a" dependencies = [ - "downcast-rs", - "libm", - "num-traits", - "paste", + "downcast-rs", + "libm", + "num-traits", + "paste", ] +name = "wasmi_core" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.13.0" [[package]] -name = "wasmparser" -version = "0.102.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "48134de3d7598219ab9eaf6b91b15d8e50d31da76b8519fe4ecfcec2cf35104b" dependencies = [ - "indexmap 1.9.3", - "url", + "indexmap 1.9.3", + "url", ] +name = "wasmparser" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.102.0" [[package]] -name = "wasmparser-nostd" -version = "0.100.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d5a015fe95f3504a94bb1462c717aae75253e39b9dd6c3fb1062c934535c64aa" dependencies = [ - "indexmap-nostd", + "indexmap-nostd", ] +name = "wasmparser-nostd" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.100.2" [[package]] -name = "wasmtime" -version = "8.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f907fdead3153cb9bfb7a93bbd5b62629472dc06dee83605358c64c52ed3dda9" dependencies = [ - "anyhow", - "bincode", - "cfg-if", - "indexmap 1.9.3", - "libc", - "log", - "object 0.30.4", - "once_cell", - "paste", - "psm", - "rayon", - "serde", - "target-lexicon", - "wasmparser", - "wasmtime-cache", - "wasmtime-cranelift", - "wasmtime-environ", - "wasmtime-jit", - "wasmtime-runtime", - "windows-sys 0.45.0", + "anyhow", + "bincode", + "cfg-if", + "indexmap 1.9.3", + "libc", + "log", + "object 0.30.4", + "once_cell", + "paste", + "psm", + "rayon", + "serde", + "target-lexicon", + "wasmparser", + "wasmtime-cache", + "wasmtime-cranelift", + "wasmtime-environ", + "wasmtime-jit", + "wasmtime-runtime", + "windows-sys 0.45.0", ] +name = "wasmtime" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "8.0.1" [[package]] -name = "wasmtime-asm-macros" -version = "8.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3b9daa7c14cd4fa3edbf69de994408d5f4b7b0959ac13fa69d465f6597f810d" dependencies = [ - "cfg-if", + "cfg-if", ] +name = "wasmtime-asm-macros" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "8.0.1" [[package]] -name = "wasmtime-cache" -version = "8.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c86437fa68626fe896e5afc69234bb2b5894949083586535f200385adfd71213" dependencies = [ - "anyhow", - "base64 0.21.7", - "bincode", - "directories-next", - "file-per-thread-logger", - "log", - "rustix 0.36.17", - "serde", - "sha2 0.10.8", - "toml 0.5.11", - "windows-sys 0.45.0", - "zstd 0.11.2+zstd.1.5.2", + "anyhow", + "base64 0.21.7", + "bincode", + "directories-next", + "file-per-thread-logger", + "log", + "rustix 0.36.17", + "serde", + "sha2 0.10.8", + "toml 0.5.11", + "windows-sys 0.45.0", + "zstd 0.11.2+zstd.1.5.2", ] +name = "wasmtime-cache" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "8.0.1" [[package]] -name = "wasmtime-cranelift" -version = "8.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b1cefde0cce8cb700b1b21b6298a3837dba46521affd7b8c38a9ee2c869eee04" dependencies = [ - "anyhow", - "cranelift-codegen", - "cranelift-entity", - "cranelift-frontend", - "cranelift-native", - "cranelift-wasm", - "gimli 0.27.3", - "log", - "object 0.30.4", - "target-lexicon", - "thiserror", - "wasmparser", - "wasmtime-cranelift-shared", - "wasmtime-environ", + "anyhow", + "cranelift-codegen", + "cranelift-entity", + "cranelift-frontend", + "cranelift-native", + "cranelift-wasm", + "gimli 0.27.3", + "log", + "object 0.30.4", + "target-lexicon", + "thiserror", + "wasmparser", + "wasmtime-cranelift-shared", + "wasmtime-environ", ] +name = "wasmtime-cranelift" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "8.0.1" [[package]] -name = "wasmtime-cranelift-shared" -version = "8.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cd041e382ef5aea1b9fc78442394f1a4f6d676ce457e7076ca4cb3f397882f8b" dependencies = [ - "anyhow", - "cranelift-codegen", - "cranelift-native", - "gimli 0.27.3", - "object 0.30.4", - "target-lexicon", - "wasmtime-environ", + "anyhow", + "cranelift-codegen", + "cranelift-native", + "gimli 0.27.3", + "object 0.30.4", + "target-lexicon", + "wasmtime-environ", ] +name = "wasmtime-cranelift-shared" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "8.0.1" [[package]] -name = "wasmtime-environ" -version = "8.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a990198cee4197423045235bf89d3359e69bd2ea031005f4c2d901125955c949" dependencies = [ - "anyhow", - "cranelift-entity", - "gimli 0.27.3", - "indexmap 1.9.3", - "log", - "object 0.30.4", - "serde", - "target-lexicon", - "thiserror", - "wasmparser", - "wasmtime-types", + "anyhow", + "cranelift-entity", + "gimli 0.27.3", + "indexmap 1.9.3", + "log", + "object 0.30.4", + "serde", + "target-lexicon", + "thiserror", + "wasmparser", + "wasmtime-types", ] +name = "wasmtime-environ" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "8.0.1" [[package]] -name = "wasmtime-jit" -version = "8.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0de48df552cfca1c9b750002d3e07b45772dd033b0b206d5c0968496abf31244" dependencies = [ - "addr2line 0.19.0", - "anyhow", - "bincode", - "cfg-if", - "cpp_demangle", - "gimli 0.27.3", - "log", - "object 0.30.4", - "rustc-demangle", - "serde", - "target-lexicon", - "wasmtime-environ", - "wasmtime-jit-debug", - "wasmtime-jit-icache-coherence", - "wasmtime-runtime", - "windows-sys 0.45.0", + "addr2line 0.19.0", + "anyhow", + "bincode", + "cfg-if", + "cpp_demangle", + "gimli 0.27.3", + "log", + "object 0.30.4", + "rustc-demangle", + "serde", + "target-lexicon", + "wasmtime-environ", + "wasmtime-jit-debug", + "wasmtime-jit-icache-coherence", + "wasmtime-runtime", + "windows-sys 0.45.0", ] +name = "wasmtime-jit" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "8.0.1" [[package]] -name = "wasmtime-jit-debug" -version = "8.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6e0554b84c15a27d76281d06838aed94e13a77d7bf604bbbaf548aa20eb93846" dependencies = [ - "object 0.30.4", - "once_cell", - "rustix 0.36.17", + "object 0.30.4", + "once_cell", + "rustix 0.36.17", ] +name = "wasmtime-jit-debug" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "8.0.1" [[package]] -name = "wasmtime-jit-icache-coherence" -version = "8.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "aecae978b13f7f67efb23bd827373ace4578f2137ec110bbf6a4a7cde4121bbd" dependencies = [ - "cfg-if", - "libc", - "windows-sys 0.45.0", + "cfg-if", + "libc", + "windows-sys 0.45.0", ] +name = "wasmtime-jit-icache-coherence" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "8.0.1" [[package]] -name = "wasmtime-runtime" -version = "8.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "658cf6f325232b6760e202e5255d823da5e348fdea827eff0a2a22319000b441" dependencies = [ - "anyhow", - "cc", - "cfg-if", - "indexmap 1.9.3", - "libc", - "log", - "mach", - "memfd", - "memoffset", - "paste", - "rand 0.8.5", - "rustix 0.36.17", - "wasmtime-asm-macros", - "wasmtime-environ", - "wasmtime-jit-debug", - "windows-sys 0.45.0", + "anyhow", + "cc", + "cfg-if", + "indexmap 1.9.3", + "libc", + "log", + "mach", + "memfd", + "memoffset", + "paste", + "rand 0.8.5", + "rustix 0.36.17", + "wasmtime-asm-macros", + "wasmtime-environ", + "wasmtime-jit-debug", + "windows-sys 0.45.0", ] +name = "wasmtime-runtime" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "8.0.1" [[package]] -name = "wasmtime-types" -version = "8.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a4f6fffd2a1011887d57f07654dd112791e872e3ff4a2e626aee8059ee17f06f" dependencies = [ - "cranelift-entity", - "serde", - "thiserror", - "wasmparser", + "cranelift-entity", + "serde", + "thiserror", + "wasmparser", ] +name = "wasmtime-types" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "8.0.1" [[package]] -name = "web-sys" -version = "0.3.70" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0" dependencies = [ - "js-sys", - "wasm-bindgen", + "js-sys", + "wasm-bindgen", ] +name = "web-sys" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.3.70" [[package]] -name = "webpki" -version = "0.22.4" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53" dependencies = [ - "ring 0.17.8", - "untrusted 0.9.0", + "ring 0.17.8", + "untrusted 0.9.0", ] +name = "webpki" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.22.4" [[package]] +checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" name = "webpki-roots" -version = "0.25.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" +version = "0.25.4" [[package]] -name = "webpki-roots" -version = "0.26.3" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bd7c23921eeb1713a4e851530e9b9756e4fb0e89978582942612524cf09f01cd" dependencies = [ - "rustls-pki-types", + "rustls-pki-types", ] +name = "webpki-roots" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.26.3" [[package]] -name = "westend-runtime" -version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "binary-merkle-tree", - "bitvec", - "frame-benchmarking", - "frame-election-provider-support", - "frame-executive", - "frame-metadata-hash-extension", - "frame-support", - "frame-system", - "frame-system-benchmarking", - "frame-system-rpc-runtime-api", - "frame-try-runtime", - "hex-literal 0.4.1", - "log", - "pallet-asset-rate", - "pallet-authority-discovery", - "pallet-authorship", - "pallet-babe", - "pallet-bags-list", - "pallet-balances", - "pallet-beefy", - "pallet-beefy-mmr", - "pallet-collective", - "pallet-conviction-voting", - "pallet-delegated-staking", - "pallet-democracy", - "pallet-election-provider-multi-phase", - "pallet-election-provider-support-benchmarking", - "pallet-elections-phragmen", - "pallet-fast-unstake", - "pallet-grandpa", - "pallet-identity", - "pallet-indices", - "pallet-membership", - "pallet-message-queue", - "pallet-mmr", - "pallet-multisig", - "pallet-nomination-pools", - "pallet-nomination-pools-benchmarking", - "pallet-nomination-pools-runtime-api", - "pallet-offences", - "pallet-offences-benchmarking", - "pallet-preimage", - "pallet-proxy", - "pallet-recovery", - "pallet-referenda", - "pallet-root-testing", - "pallet-scheduler", - "pallet-session", - "pallet-session-benchmarking", - "pallet-society", - "pallet-staking", - "pallet-staking-reward-curve", - "pallet-staking-runtime-api", - "pallet-state-trie-migration", - "pallet-sudo", - "pallet-timestamp", - "pallet-transaction-payment", - "pallet-transaction-payment-rpc-runtime-api", - "pallet-treasury", - "pallet-utility", - "pallet-vesting", - "pallet-whitelist", - "pallet-xcm", - "pallet-xcm-benchmarks", - "parity-scale-codec", - "polkadot-parachain-primitives", - "polkadot-primitives", - "polkadot-runtime-common", - "polkadot-runtime-parachains", - "scale-info", - "serde", - "serde_derive", - "smallvec", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", - "sp-authority-discovery", - "sp-block-builder", - "sp-consensus-babe", - "sp-consensus-beefy", - "sp-core", - "sp-genesis-builder", - "sp-inherents", - "sp-io", - "sp-mmr-primitives", - "sp-npos-elections", - "sp-offchain", - "sp-runtime", - "sp-session", - "sp-staking", - "sp-storage", - "sp-transaction-pool", - "sp-version", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", - "substrate-wasm-builder", - "westend-runtime-constants", - "xcm-runtime-apis", + "binary-merkle-tree", + "bitvec", + "frame-benchmarking", + "frame-election-provider-support", + "frame-executive", + "frame-metadata-hash-extension", + "frame-support", + "frame-system", + "frame-system-benchmarking", + "frame-system-rpc-runtime-api", + "frame-try-runtime", + "hex-literal 0.4.1", + "log", + "pallet-asset-rate", + "pallet-authority-discovery", + "pallet-authorship", + "pallet-babe", + "pallet-bags-list", + "pallet-balances", + "pallet-beefy", + "pallet-beefy-mmr", + "pallet-collective", + "pallet-conviction-voting", + "pallet-delegated-staking", + "pallet-democracy", + "pallet-election-provider-multi-phase", + "pallet-election-provider-support-benchmarking", + "pallet-elections-phragmen", + "pallet-fast-unstake", + "pallet-grandpa", + "pallet-identity", + "pallet-indices", + "pallet-membership", + "pallet-message-queue", + "pallet-mmr", + "pallet-multisig", + "pallet-nomination-pools", + "pallet-nomination-pools-benchmarking", + "pallet-nomination-pools-runtime-api", + "pallet-offences", + "pallet-offences-benchmarking", + "pallet-preimage", + "pallet-proxy", + "pallet-recovery", + "pallet-referenda", + "pallet-root-testing", + "pallet-scheduler", + "pallet-session", + "pallet-session-benchmarking", + "pallet-society", + "pallet-staking", + "pallet-staking-reward-curve", + "pallet-staking-runtime-api", + "pallet-state-trie-migration", + "pallet-sudo", + "pallet-timestamp", + "pallet-transaction-payment", + "pallet-transaction-payment-rpc-runtime-api", + "pallet-treasury", + "pallet-utility", + "pallet-vesting", + "pallet-whitelist", + "pallet-xcm", + "pallet-xcm-benchmarks", + "parity-scale-codec", + "polkadot-parachain-primitives", + "polkadot-primitives", + "polkadot-runtime-common", + "polkadot-runtime-parachains", + "scale-info", + "serde", + "serde_derive", + "smallvec", + "sp-api", + "sp-application-crypto", + "sp-arithmetic", + "sp-authority-discovery", + "sp-block-builder", + "sp-consensus-babe", + "sp-consensus-beefy", + "sp-core", + "sp-genesis-builder", + "sp-inherents", + "sp-io", + "sp-mmr-primitives", + "sp-npos-elections", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-staking", + "sp-storage", + "sp-transaction-pool", + "sp-version", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", + "substrate-wasm-builder", + "westend-runtime-constants", + "xcm-runtime-apis", ] +name = "westend-runtime" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "17.0.0" [[package]] -name = "westend-runtime-constants" -version = "16.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-support", - "polkadot-primitives", - "polkadot-runtime-common", - "smallvec", - "sp-core", - "sp-runtime", - "sp-weights", - "staging-xcm", - "staging-xcm-builder", + "frame-support", + "polkadot-primitives", + "polkadot-runtime-common", + "smallvec", + "sp-core", + "sp-runtime", + "sp-weights", + "staging-xcm", + "staging-xcm-builder", ] +name = "westend-runtime-constants" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "16.0.0" [[package]] -name = "which" -version = "4.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7" dependencies = [ - "either", - "home", - "once_cell", - "rustix 0.38.35", + "either", + "home", + "once_cell", + "rustix 0.38.35", ] +name = "which" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "4.4.2" [[package]] -name = "wide" -version = "0.7.28" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b828f995bf1e9622031f8009f8481a85406ce1f4d4588ff746d872043e855690" dependencies = [ - "bytemuck", - "safe_arch", + "bytemuck", + "safe_arch", ] +name = "wide" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.7.28" [[package]] +checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311" name = "widestring" -version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311" +version = "1.1.0" [[package]] -name = "winapi" -version = "0.3.9" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" dependencies = [ - "winapi-i686-pc-windows-gnu", - "winapi-x86_64-pc-windows-gnu", + "winapi-i686-pc-windows-gnu", + "winapi-x86_64-pc-windows-gnu", ] +name = "winapi" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.3.9" [[package]] +checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" name = "winapi-i686-pc-windows-gnu" -version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" +version = "0.4.0" [[package]] -name = "winapi-util" -version = "0.1.9" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.59.0", ] +name = "winapi-util" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.1.9" [[package]] +checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" name = "winapi-x86_64-pc-windows-gnu" -version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" +version = "0.4.0" [[package]] -name = "windows" -version = "0.51.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ca229916c5ee38c2f2bc1e9d8f04df975b4bd93f9955dc69fabb5d91270045c9" dependencies = [ - "windows-core 0.51.1", - "windows-targets 0.48.5", + "windows-core 0.51.1", + "windows-targets 0.48.5", ] +name = "windows" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.51.1" [[package]] -name = "windows-core" -version = "0.51.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64" dependencies = [ - "windows-targets 0.48.5", + "windows-targets 0.48.5", ] - -[[package]] name = "windows-core" -version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.51.1" + +[[package]] checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" dependencies = [ - "windows-targets 0.52.6", + "windows-targets 0.52.6", ] +name = "windows-core" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.52.0" [[package]] -name = "windows-sys" -version = "0.42.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" dependencies = [ - "windows_aarch64_gnullvm 0.42.2", - "windows_aarch64_msvc 0.42.2", - "windows_i686_gnu 0.42.2", - "windows_i686_msvc 0.42.2", - "windows_x86_64_gnu 0.42.2", - "windows_x86_64_gnullvm 0.42.2", - "windows_x86_64_msvc 0.42.2", + "windows_aarch64_gnullvm 0.42.2", + "windows_aarch64_msvc 0.42.2", + "windows_i686_gnu 0.42.2", + "windows_i686_msvc 0.42.2", + "windows_x86_64_gnu 0.42.2", + "windows_x86_64_gnullvm 0.42.2", + "windows_x86_64_msvc 0.42.2", ] - -[[package]] name = "windows-sys" -version = "0.45.0" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.42.0" + +[[package]] checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" dependencies = [ - "windows-targets 0.42.2", + "windows-targets 0.42.2", ] - -[[package]] name = "windows-sys" -version = "0.48.0" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.45.0" + +[[package]] checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" dependencies = [ - "windows-targets 0.48.5", + "windows-targets 0.48.5", ] - -[[package]] name = "windows-sys" -version = "0.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.48.0" + +[[package]] checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" dependencies = [ - "windows-targets 0.52.6", + "windows-targets 0.52.6", ] - -[[package]] name = "windows-sys" -version = "0.59.0" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.52.0" + +[[package]] checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" dependencies = [ - "windows-targets 0.52.6", + "windows-targets 0.52.6", ] +name = "windows-sys" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.59.0" [[package]] -name = "windows-targets" -version = "0.42.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" dependencies = [ - "windows_aarch64_gnullvm 0.42.2", - "windows_aarch64_msvc 0.42.2", - "windows_i686_gnu 0.42.2", - "windows_i686_msvc 0.42.2", - "windows_x86_64_gnu 0.42.2", - "windows_x86_64_gnullvm 0.42.2", - "windows_x86_64_msvc 0.42.2", + "windows_aarch64_gnullvm 0.42.2", + "windows_aarch64_msvc 0.42.2", + "windows_i686_gnu 0.42.2", + "windows_i686_msvc 0.42.2", + "windows_x86_64_gnu 0.42.2", + "windows_x86_64_gnullvm 0.42.2", + "windows_x86_64_msvc 0.42.2", ] - -[[package]] name = "windows-targets" -version = "0.48.5" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.42.2" + +[[package]] checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" dependencies = [ - "windows_aarch64_gnullvm 0.48.5", - "windows_aarch64_msvc 0.48.5", - "windows_i686_gnu 0.48.5", - "windows_i686_msvc 0.48.5", - "windows_x86_64_gnu 0.48.5", - "windows_x86_64_gnullvm 0.48.5", - "windows_x86_64_msvc 0.48.5", + "windows_aarch64_gnullvm 0.48.5", + "windows_aarch64_msvc 0.48.5", + "windows_i686_gnu 0.48.5", + "windows_i686_msvc 0.48.5", + "windows_x86_64_gnu 0.48.5", + "windows_x86_64_gnullvm 0.48.5", + "windows_x86_64_msvc 0.48.5", ] - -[[package]] name = "windows-targets" -version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.48.5" + +[[package]] checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" dependencies = [ - "windows_aarch64_gnullvm 0.52.6", - "windows_aarch64_msvc 0.52.6", - "windows_i686_gnu 0.52.6", - "windows_i686_gnullvm", - "windows_i686_msvc 0.52.6", - "windows_x86_64_gnu 0.52.6", - "windows_x86_64_gnullvm 0.52.6", - "windows_x86_64_msvc 0.52.6", + "windows_aarch64_gnullvm 0.52.6", + "windows_aarch64_msvc 0.52.6", + "windows_i686_gnu 0.52.6", + "windows_i686_gnullvm", + "windows_i686_msvc 0.52.6", + "windows_x86_64_gnu 0.52.6", + "windows_x86_64_gnullvm 0.52.6", + "windows_x86_64_msvc 0.52.6", ] +name = "windows-targets" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.52.6" [[package]] +checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" name = "windows_aarch64_gnullvm" -version = "0.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" +version = "0.42.2" [[package]] +checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" name = "windows_aarch64_gnullvm" -version = "0.48.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" +version = "0.48.5" [[package]] +checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" name = "windows_aarch64_gnullvm" -version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" +version = "0.52.6" [[package]] +checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" name = "windows_aarch64_msvc" -version = "0.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" +version = "0.42.2" [[package]] +checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" name = "windows_aarch64_msvc" -version = "0.48.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" +version = "0.48.5" [[package]] +checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" name = "windows_aarch64_msvc" -version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" +version = "0.52.6" [[package]] +checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" name = "windows_i686_gnu" -version = "0.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" +version = "0.42.2" [[package]] +checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" name = "windows_i686_gnu" -version = "0.48.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" +version = "0.48.5" [[package]] +checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" name = "windows_i686_gnu" -version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" +version = "0.52.6" [[package]] +checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" name = "windows_i686_gnullvm" -version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" +version = "0.52.6" [[package]] +checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" name = "windows_i686_msvc" -version = "0.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" +version = "0.42.2" [[package]] +checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" name = "windows_i686_msvc" -version = "0.48.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" +version = "0.48.5" [[package]] +checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" name = "windows_i686_msvc" -version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" +version = "0.52.6" [[package]] +checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" name = "windows_x86_64_gnu" -version = "0.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" +version = "0.42.2" [[package]] +checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" name = "windows_x86_64_gnu" -version = "0.48.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" +version = "0.48.5" [[package]] +checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" name = "windows_x86_64_gnu" -version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" +version = "0.52.6" [[package]] +checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" name = "windows_x86_64_gnullvm" -version = "0.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" +version = "0.42.2" [[package]] +checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" name = "windows_x86_64_gnullvm" -version = "0.48.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" +version = "0.48.5" [[package]] +checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" name = "windows_x86_64_gnullvm" -version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" +version = "0.52.6" [[package]] +checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" name = "windows_x86_64_msvc" -version = "0.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" +version = "0.42.2" [[package]] +checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" name = "windows_x86_64_msvc" -version = "0.48.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" +version = "0.48.5" [[package]] +checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" name = "windows_x86_64_msvc" -version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" +version = "0.52.6" [[package]] -name = "winnow" -version = "0.6.18" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f" dependencies = [ - "memchr", + "memchr", ] +name = "winnow" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.6.18" [[package]] -name = "winreg" -version = "0.50.0" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" dependencies = [ - "cfg-if", - "windows-sys 0.48.0", + "cfg-if", + "windows-sys 0.48.0", ] +name = "winreg" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.50.0" [[package]] -name = "wyz" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" dependencies = [ - "tap", + "tap", ] +name = "wyz" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.5.1" [[package]] -name = "x25519-dalek" -version = "2.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c7e468321c81fb07fa7f4c636c3972b9100f0346e5b6a9f2bd0603a52f7ed277" dependencies = [ - "curve25519-dalek", - "rand_core 0.6.4", - "serde", - "zeroize", + "curve25519-dalek", + "rand_core 0.6.4", + "serde", + "zeroize", ] +name = "x25519-dalek" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "2.0.1" [[package]] -name = "x509-parser" -version = "0.15.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7069fba5b66b9193bd2c5d3d4ff12b839118f6bcbef5328efafafb5395cf63da" dependencies = [ - "asn1-rs 0.5.2", - "data-encoding", - "der-parser 8.2.0", - "lazy_static", - "nom", - "oid-registry 0.6.1", - "rusticata-macros", - "thiserror", - "time", + "asn1-rs 0.5.2", + "data-encoding", + "der-parser 8.2.0", + "lazy_static", + "nom", + "oid-registry 0.6.1", + "rusticata-macros", + "thiserror", + "time", ] - -[[package]] name = "x509-parser" -version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.15.1" + +[[package]] checksum = "fcbc162f30700d6f3f82a24bf7cc62ffe7caea42c0b2cba8bf7f3ae50cf51f69" dependencies = [ - "asn1-rs 0.6.2", - "data-encoding", - "der-parser 9.0.0", - "lazy_static", - "nom", - "oid-registry 0.7.1", - "rusticata-macros", - "thiserror", - "time", + "asn1-rs 0.6.2", + "data-encoding", + "der-parser 9.0.0", + "lazy_static", + "nom", + "oid-registry 0.7.1", + "rusticata-macros", + "thiserror", + "time", ] +name = "x509-parser" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.16.0" [[package]] -name = "xcm-primitives" -version = "0.1.0" -source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" dependencies = [ - "frame-support", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "primitive-types", - "sp-core", - "sp-runtime", - "sp-std", - "staging-xcm", + "frame-support", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "primitive-types", + "sp-core", + "sp-runtime", + "sp-std", + "staging-xcm", ] +name = "xcm-primitives" +source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" +version = "0.1.0" [[package]] -name = "xcm-primitives" -version = "0.1.1" dependencies = [ - "cumulus-primitives-core", - "ethereum", - "ethereum-types", - "frame-benchmarking", - "frame-support", - "frame-system", - "hex", - "impl-trait-for-tuples", - "log", - "orml-traits", - "pallet-staking", - "parity-scale-codec", - "polkadot-runtime-common", - "scale-info", - "serde", - "sha3", - "sp-io", - "sp-runtime", - "sp-std", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", + "cumulus-primitives-core", + "ethereum", + "ethereum-types", + "frame-benchmarking", + "frame-support", + "frame-system", + "hex", + "impl-trait-for-tuples", + "log", + "orml-traits", + "pallet-staking", + "parity-scale-codec", + "polkadot-runtime-common", + "scale-info", + "serde", + "sha3", + "sp-io", + "sp-runtime", + "sp-std", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", ] +name = "xcm-primitives" +version = "0.1.1" [[package]] -name = "xcm-procedural" -version = "10.1.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "Inflector", - "proc-macro2", - "quote", - "syn 2.0.76", + "Inflector", + "proc-macro2", + "quote", + "syn 2.0.76", ] +name = "xcm-procedural" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "10.1.0" [[package]] -name = "xcm-runtime-apis" -version = "0.3.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-support", - "parity-scale-codec", - "scale-info", - "sp-api", - "sp-weights", - "staging-xcm", - "staging-xcm-executor", + "frame-support", + "parity-scale-codec", + "scale-info", + "sp-api", + "sp-weights", + "staging-xcm", + "staging-xcm-executor", ] +name = "xcm-runtime-apis" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "0.3.0" [[package]] -name = "xcm-simulator" -version = "16.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-support", - "frame-system", - "parity-scale-codec", - "paste", - "polkadot-core-primitives", - "polkadot-parachain-primitives", - "polkadot-primitives", - "polkadot-runtime-parachains", - "scale-info", - "sp-io", - "sp-runtime", - "sp-std", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", + "frame-support", + "frame-system", + "parity-scale-codec", + "paste", + "polkadot-core-primitives", + "polkadot-parachain-primitives", + "polkadot-primitives", + "polkadot-runtime-parachains", + "scale-info", + "sp-io", + "sp-runtime", + "sp-std", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", ] +name = "xcm-simulator" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +version = "16.0.0" [[package]] +checksum = "539a77ee7c0de333dcc6da69b177380a0b81e0dacfa4f7344c465a36871ee601" name = "xml-rs" -version = "0.8.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "539a77ee7c0de333dcc6da69b177380a0b81e0dacfa4f7344c465a36871ee601" +version = "0.8.21" [[package]] -name = "xmltree" -version = "0.10.3" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d7d8a75eaf6557bb84a65ace8609883db44a29951042ada9b393151532e41fcb" dependencies = [ - "xml-rs", + "xml-rs", ] +name = "xmltree" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.10.3" [[package]] -name = "yamux" -version = "0.12.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9ed0164ae619f2dc144909a9f082187ebb5893693d8c0196e8085283ccd4b776" dependencies = [ - "futures 0.3.30", - "log", - "nohash-hasher", - "parking_lot 0.12.3", - "pin-project", - "rand 0.8.5", - "static_assertions", + "futures 0.3.30", + "log", + "nohash-hasher", + "parking_lot 0.12.3", + "pin-project", + "rand 0.8.5", + "static_assertions", ] +name = "yamux" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.12.1" [[package]] -name = "yasna" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd" dependencies = [ - "time", + "time", ] +name = "yasna" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.5.2" [[package]] -name = "zerocopy" -version = "0.7.35" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" dependencies = [ - "byteorder", - "zerocopy-derive", + "byteorder", + "zerocopy-derive", ] +name = "zerocopy" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.7.35" [[package]] -name = "zerocopy-derive" -version = "0.7.35" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro2", + "quote", + "syn 2.0.76", ] +name = "zerocopy-derive" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.7.35" [[package]] -name = "zeroize" -version = "1.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" dependencies = [ - "zeroize_derive", + "zeroize_derive", ] +name = "zeroize" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.8.1" [[package]] -name = "zeroize_derive" -version = "1.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro2", + "quote", + "syn 2.0.76", ] +name = "zeroize_derive" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.4.2" [[package]] -name = "zstd" -version = "0.11.2+zstd.1.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4" dependencies = [ - "zstd-safe 5.0.2+zstd.1.5.2", + "zstd-safe 5.0.2+zstd.1.5.2", ] - -[[package]] name = "zstd" -version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.11.2+zstd.1.5.2" + +[[package]] checksum = "1a27595e173641171fc74a1232b7b1c7a7cb6e18222c11e9dfb9888fa424c53c" dependencies = [ - "zstd-safe 6.0.6", + "zstd-safe 6.0.6", ] +name = "zstd" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "0.12.4" [[package]] -name = "zstd-safe" -version = "5.0.2+zstd.1.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db" dependencies = [ - "libc", - "zstd-sys", + "libc", + "zstd-sys", ] - -[[package]] name = "zstd-safe" -version = "6.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" +version = "5.0.2+zstd.1.5.2" + +[[package]] checksum = "ee98ffd0b48ee95e6c5168188e44a54550b1564d9d530ee21d5f0eaed1069581" dependencies = [ - "libc", - "zstd-sys", + "libc", + "zstd-sys", ] +name = "zstd-safe" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "6.0.6" [[package]] -name = "zstd-sys" -version = "2.0.13+zstd.1.5.6" -source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa" dependencies = [ - "cc", - "pkg-config", + "cc", + "pkg-config", ] +name = "zstd-sys" +source = "registry+https://github.com/rust-lang/crates.io-index" +version = "2.0.13+zstd.1.5.6" diff --git a/primitives/rpc/evm-tracing-events/src/evm.rs b/primitives/rpc/evm-tracing-events/src/evm.rs index b13a63c17e..f18d5677bb 100644 --- a/primitives/rpc/evm-tracing-events/src/evm.rs +++ b/primitives/rpc/evm-tracing-events/src/evm.rs @@ -136,6 +136,11 @@ pub enum EvmEvent { is_static: bool, context: super::Context, }, + Log { + address: H160, + topics: Vec, + data: Vec, + }, } #[cfg(feature = "evm-tracing")] @@ -252,6 +257,15 @@ impl<'a> From> for EvmEvent { is_static, context: context.clone().into(), }, + evm::tracing::Event::Log { + address, + topics, + data, + } => Self::Log { + address, + topics: topics.to_vec(), + data: data.to_vec(), + }, } } } From 375d009135a894ec77acac7dc4218b563c37b81f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?pablito=20=E3=83=86?= Date: Thu, 29 Aug 2024 09:57:58 -0300 Subject: [PATCH 09/52] Extract Storage Read costs for dev tests involved in #2786 (#2915) * add: storage read cost constant * update test-pov * update xcm-v3 tests * update xcm-v4 tests * add storage read gas cost to constants * update test-precompile * load constant in beforeAll * replace gas cost with weight to gas ratio --- test/helpers/constants.ts | 4 ++++ .../dev/moonbase/test-pov/test-xcm-to-evm-pov.ts | 8 +++++--- .../test-precompile/test-precompile-batch.ts | 11 +++++++---- .../test-precompile/test-precompile-xcm-utils.ts | 12 ++++++++---- .../test-mock-hrmp-transact-ethereum-1.ts | 5 +++-- .../test-mock-hrmp-transact-ethereum-12.ts | 5 +++-- .../test-mock-hrmp-transact-ethereum-3.ts | 6 ++++-- .../test-mock-hrmp-transact-ethereum-6.ts | 6 ++++-- .../test-mock-hrmp-transact-ethereum-1.ts | 6 ++++-- .../test-mock-hrmp-transact-ethereum-6.ts | 7 ++++--- 10 files changed, 46 insertions(+), 24 deletions(-) diff --git a/test/helpers/constants.ts b/test/helpers/constants.ts index 7a5200d265..f086a58ce7 100644 --- a/test/helpers/constants.ts +++ b/test/helpers/constants.ts @@ -77,6 +77,10 @@ export const RUNTIME_CONSTANTS = { EXTRINSIC_GAS_LIMIT: 52_000_000n, // Maximum Gas to PoV ratio used in the gasometer GAS_PER_POV_BYTES: 16n, + // Storage read/write costs + STORAGE_READ_COST: 41_742_000n, + // Weight to gas convertion ratio + WEIGHT_TO_GAS_RATIO: 25_000n, }, MOONRIVER: { MIN_FEE_MULTIPLIER: 1_000_000_000_000_000_000n, diff --git a/test/suites/dev/moonbase/test-pov/test-xcm-to-evm-pov.ts b/test/suites/dev/moonbase/test-pov/test-xcm-to-evm-pov.ts index 1fa6a05931..22940a5a6a 100644 --- a/test/suites/dev/moonbase/test-pov/test-xcm-to-evm-pov.ts +++ b/test/suites/dev/moonbase/test-pov/test-xcm-to-evm-pov.ts @@ -9,7 +9,7 @@ import { descendOriginFromAddress20, injectHrmpMessage, } from "../../../../helpers/xcm.js"; -import { GAS_LIMIT_POV_RATIO } from "../../../../helpers/constants"; +import { ConstantStore, GAS_LIMIT_POV_RATIO } from "../../../../helpers/constants"; describeSuite({ id: "D012706", @@ -24,8 +24,10 @@ describeSuite({ let contracts: HeavyContract[]; const EXPECTED_POV_ROUGH = 350_000; // bytes let balancesPalletIndex: number; + let STORAGE_READ_COST: bigint; beforeAll(async function () { + STORAGE_READ_COST = ConstantStore(context).STORAGE_READ_COST; // Get Pallet balances index const metadata = await context.polkadotJs().rpc.state.getMetadata(); const foundPallet = metadata.asLatest.pallets.find( @@ -123,7 +125,7 @@ describeSuite({ Transact: { originKind: "SovereignAccount", requireWeightAtMost: { - refTime: 50_041_742_000, + refTime: 50_000_000_000n + STORAGE_READ_COST, proofSize: GAS_LIMIT / GAS_LIMIT_POV_RATIO, }, call: { @@ -223,7 +225,7 @@ describeSuite({ Transact: { originKind: "SovereignAccount", requireWeightAtMost: { - refTime: 160_041_742_000, + refTime: 160_000_000_000n + STORAGE_READ_COST, proofSize: GAS_LIMIT / GAS_LIMIT_POV_RATIO, }, call: { diff --git a/test/suites/dev/moonbase/test-precompile/test-precompile-batch.ts b/test/suites/dev/moonbase/test-precompile/test-precompile-batch.ts index 87d1330a2d..5800a2d149 100644 --- a/test/suites/dev/moonbase/test-precompile/test-precompile-batch.ts +++ b/test/suites/dev/moonbase/test-precompile/test-precompile-batch.ts @@ -11,7 +11,7 @@ import { sendRawTransaction, } from "@moonwall/util"; import { encodeFunctionData, fromHex } from "viem"; -import { expectEVMResult, getSignatureParameters } from "../../../../helpers"; +import { ConstantStore, expectEVMResult, getSignatureParameters } from "../../../../helpers"; describeSuite({ id: "D012822", @@ -91,9 +91,12 @@ describeSuite({ .viem("public") .getTransactionReceipt({ hash: batchSomeUntilFailureResult as `0x${string}` }); - expect(batchAllReceipt["gasUsed"]).to.equal(45601n); - expect(batchSomeReceipt["gasUsed"]).to.equal(45601n); - expect(batchSomeUntilFailureReceipt["gasUsed"]).to.equal(45601n); + const STORAGE_READ_GAS_COST = // One storage read gas cost + ConstantStore(context).STORAGE_READ_COST / ConstantStore(context).WEIGHT_TO_GAS_RATIO; + + expect(batchAllReceipt["gasUsed"]).to.equal(43932n + STORAGE_READ_GAS_COST); + expect(batchSomeReceipt["gasUsed"]).to.equal(43932n + STORAGE_READ_GAS_COST); + expect(batchSomeUntilFailureReceipt["gasUsed"]).to.equal(43932n + STORAGE_READ_GAS_COST); }, }); diff --git a/test/suites/dev/moonbase/test-precompile/test-precompile-xcm-utils.ts b/test/suites/dev/moonbase/test-precompile/test-precompile-xcm-utils.ts index d9000fe7eb..6b4dcf9b06 100644 --- a/test/suites/dev/moonbase/test-precompile/test-precompile-xcm-utils.ts +++ b/test/suites/dev/moonbase/test-precompile/test-precompile-xcm-utils.ts @@ -1,9 +1,9 @@ import "@moonbeam-network/api-augment"; -import { describeSuite, expect } from "@moonwall/cli"; +import { beforeAll, describeSuite, expect } from "@moonwall/cli"; import { GLMR, generateKeyringPair } from "@moonwall/util"; import { XcmVersionedXcm } from "@polkadot/types/lookup"; import { u8aToHex } from "@polkadot/util"; -import { expectEVMResult, descendOriginFromAddress20 } from "../../../../helpers"; +import { expectEVMResult, descendOriginFromAddress20, ConstantStore } from "../../../../helpers"; export const CLEAR_ORIGIN_WEIGHT = 5_194_000n; @@ -12,6 +12,10 @@ describeSuite({ title: "Precompiles - xcm utils", foundationMethods: "dev", testCases: ({ context, it }) => { + let STORAGE_READ_COST; + beforeAll(async function () { + STORAGE_READ_COST = ConstantStore(context).STORAGE_READ_COST; + }); it({ id: "T01", title: "allows to retrieve parent-based ML account", @@ -172,7 +176,7 @@ describeSuite({ { Transact: { originType: "SovereignAccount", - requireWeightAtMost: 566_742_000n, // 21_000 gas limit + requireWeightAtMost: 525_000_000n + STORAGE_READ_COST, // 21_000 gas limit call: { encoded: transferCallEncoded, }, @@ -233,7 +237,7 @@ describeSuite({ { Transact: { originType: "SovereignAccount", - requireWeightAtMost: 566_742_000n, // 21_000 gas limit + requireWeightAtMost: 525_000_000n + STORAGE_READ_COST, // 21_000 gas limit call: { encoded: transferCallEncoded, }, diff --git a/test/suites/dev/moonbase/test-xcm-v3/test-mock-hrmp-transact-ethereum-1.ts b/test/suites/dev/moonbase/test-xcm-v3/test-mock-hrmp-transact-ethereum-1.ts index d3abd6d33f..15b97731f0 100644 --- a/test/suites/dev/moonbase/test-xcm-v3/test-mock-hrmp-transact-ethereum-1.ts +++ b/test/suites/dev/moonbase/test-xcm-v3/test-mock-hrmp-transact-ethereum-1.ts @@ -9,6 +9,7 @@ import { injectHrmpMessageAndSeal, descendOriginFromAddress20, } from "../../../../helpers/xcm.js"; +import { ConstantStore } from "../../../../helpers/constants.js"; describeSuite({ id: "D014020", @@ -19,8 +20,10 @@ describeSuite({ let sendingAddress: `0x${string}`; let descendAddress: `0x${string}`; let random: KeyringPair; + let STORAGE_READ_COST: bigint; beforeAll(async () => { + STORAGE_READ_COST = ConstantStore(context).STORAGE_READ_COST; const { originAddress, descendOriginAddress } = descendOriginFromAddress20(context); sendingAddress = originAddress; descendAddress = descendOriginAddress; @@ -53,8 +56,6 @@ describeSuite({ const amountToTransfer = transferredBalance / 10n; const TX_GAS_LIMIT = 21_000; - // TODO: move this to the constant file - const STORAGE_READ_COST = 41_742_000n; const xcmTransactions = [ { diff --git a/test/suites/dev/moonbase/test-xcm-v3/test-mock-hrmp-transact-ethereum-12.ts b/test/suites/dev/moonbase/test-xcm-v3/test-mock-hrmp-transact-ethereum-12.ts index 7787456b1b..37b7127cbf 100644 --- a/test/suites/dev/moonbase/test-xcm-v3/test-mock-hrmp-transact-ethereum-12.ts +++ b/test/suites/dev/moonbase/test-xcm-v3/test-mock-hrmp-transact-ethereum-12.ts @@ -9,6 +9,7 @@ import { injectHrmpMessageAndSeal, descendOriginFromAddress20, } from "../../../../helpers/xcm.js"; +import { ConstantStore } from "../../../../helpers/constants.js"; describeSuite({ id: "D014023", @@ -19,8 +20,10 @@ describeSuite({ let sendingAddress: `0x${string}`; let descendAddress: `0x${string}`; let random: KeyringPair; + let STORAGE_READ_COST; beforeAll(async () => { + STORAGE_READ_COST = ConstantStore(context).STORAGE_READ_COST; const { originAddress, descendOriginAddress } = descendOriginFromAddress20(context); sendingAddress = originAddress; descendAddress = descendOriginAddress; @@ -54,8 +57,6 @@ describeSuite({ const amountToTransfer = transferredBalance / 10n; const GAS_LIMIT = 500_000; - // TODO: move this to the constant file - const STORAGE_READ_COST = 41_742_000n; // We will put a very high gas limit. However, the weight accounted // for the block should only diff --git a/test/suites/dev/moonbase/test-xcm-v3/test-mock-hrmp-transact-ethereum-3.ts b/test/suites/dev/moonbase/test-xcm-v3/test-mock-hrmp-transact-ethereum-3.ts index 66e4e12564..7dfe122534 100644 --- a/test/suites/dev/moonbase/test-xcm-v3/test-mock-hrmp-transact-ethereum-3.ts +++ b/test/suites/dev/moonbase/test-xcm-v3/test-mock-hrmp-transact-ethereum-3.ts @@ -14,6 +14,7 @@ import { weightMessage, } from "../../../../helpers/xcm.js"; import { registerOldForeignAsset } from "../../../../helpers/assets.js"; +import { ConstantStore } from "../../../../helpers/constants.js"; describeSuite({ id: "D014025", @@ -54,7 +55,10 @@ describeSuite({ const assetsToTransfer = 100_000_000_000n; + let STORAGE_READ_COST: bigint; + beforeAll(async () => { + STORAGE_READ_COST = ConstantStore(context).STORAGE_READ_COST; const { contractAddress, abi } = await context.deployContract!("Incrementor"); contractDeployed = contractAddress; @@ -171,8 +175,6 @@ describeSuite({ ]; let expectedCalls = 0n; - // TODO: move this to the constant file - const STORAGE_READ_COST = 41_742_000n; for (const xcmTransaction of xcmTransactions) { expectedCalls++; diff --git a/test/suites/dev/moonbase/test-xcm-v3/test-mock-hrmp-transact-ethereum-6.ts b/test/suites/dev/moonbase/test-xcm-v3/test-mock-hrmp-transact-ethereum-6.ts index 89a3916164..e3383798a0 100644 --- a/test/suites/dev/moonbase/test-xcm-v3/test-mock-hrmp-transact-ethereum-6.ts +++ b/test/suites/dev/moonbase/test-xcm-v3/test-mock-hrmp-transact-ethereum-6.ts @@ -9,6 +9,7 @@ import { injectHrmpMessageAndSeal, descendOriginFromAddress20, } from "../../../../helpers/xcm.js"; +import { ConstantStore } from "../../../../helpers/constants.js"; describeSuite({ id: "D014028", @@ -21,8 +22,11 @@ describeSuite({ let sendingAddress: `0x${string}`; let descendAddress: `0x${string}`; let random: KeyringPair; + let STORAGE_READ_COST: bigint; beforeAll(async () => { + STORAGE_READ_COST = ConstantStore(context).STORAGE_READ_COST; + const { originAddress, descendOriginAddress } = descendOriginFromAddress20( context, charleth.address as `0x${string}` @@ -72,8 +76,6 @@ describeSuite({ const amountToTransfer = transferredBalance / 10n; const GAS_LIMIT = 21_000; - // TODO: move this to the constant file - const STORAGE_READ_COST = 41_742_000n; const xcmTransactions = [ { diff --git a/test/suites/dev/moonbase/test-xcm-v4/test-mock-hrmp-transact-ethereum-1.ts b/test/suites/dev/moonbase/test-xcm-v4/test-mock-hrmp-transact-ethereum-1.ts index 3a279a8887..22f0bb2b9e 100644 --- a/test/suites/dev/moonbase/test-xcm-v4/test-mock-hrmp-transact-ethereum-1.ts +++ b/test/suites/dev/moonbase/test-xcm-v4/test-mock-hrmp-transact-ethereum-1.ts @@ -9,6 +9,7 @@ import { injectHrmpMessageAndSeal, descendOriginFromAddress20, } from "../../../../helpers/xcm.js"; +import { ConstantStore } from "../../../../helpers/constants.js"; describeSuite({ id: "D014117", @@ -20,7 +21,10 @@ describeSuite({ let descendAddress: `0x${string}`; let random: KeyringPair; + let STORAGE_READ_COST: bigint; + beforeAll(async () => { + STORAGE_READ_COST = ConstantStore(context).STORAGE_READ_COST; const { originAddress, descendOriginAddress } = descendOriginFromAddress20(context); sendingAddress = originAddress; descendAddress = descendOriginAddress; @@ -52,8 +56,6 @@ describeSuite({ .index.toNumber(); const amountToTransfer = transferredBalance / 10n; - // TODO: move this to the constant file - const STORAGE_READ_COST = 41_742_000n; const xcmTransactions = [ { diff --git a/test/suites/dev/moonbase/test-xcm-v4/test-mock-hrmp-transact-ethereum-6.ts b/test/suites/dev/moonbase/test-xcm-v4/test-mock-hrmp-transact-ethereum-6.ts index 1ffd09ad4b..ab1baf6c72 100644 --- a/test/suites/dev/moonbase/test-xcm-v4/test-mock-hrmp-transact-ethereum-6.ts +++ b/test/suites/dev/moonbase/test-xcm-v4/test-mock-hrmp-transact-ethereum-6.ts @@ -9,6 +9,7 @@ import { injectHrmpMessageAndSeal, descendOriginFromAddress20, } from "../../../../helpers/xcm.js"; +import { ConstantStore } from "../../../../helpers/constants.js"; describeSuite({ id: "D014122", @@ -22,7 +23,10 @@ describeSuite({ let descendAddress: `0x${string}`; let random: KeyringPair; + let STORAGE_READ_COST: bigint; + beforeAll(async () => { + STORAGE_READ_COST = ConstantStore(context).STORAGE_READ_COST; const { originAddress, descendOriginAddress } = descendOriginFromAddress20( context, charleth.address as `0x${string}` @@ -72,9 +76,6 @@ describeSuite({ const amountToTransfer = transferredBalance / 10n; - // TODO: move this to the constant file - const STORAGE_READ_COST = 41_742_000n; - const xcmTransactions = [ { V1: { From 9f7daa1766e0286286ae9e48ddb5ea3acc5e4f9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lo=C3=AFs?= Date: Fri, 30 Aug 2024 12:26:17 +0200 Subject: [PATCH 10/52] Fix auto-pause xcm: incoming XCMP messages where dropped when auto-pause (#2913) * chore: rename crate manual-xcm-rpc -> moonbeam-dev-rpc * add RPC method test_skipRelayBlocks * allow Root to resume XCM execution * update moonkit pin * add dev-test that trigger auto-pause of xcm * prettier * dev test auto-pause xcm: remove unused imports & improve test scenario * add pallet-emergency-para-xcm to moonriver * add pallet-emergency-para-xcm to moonbeam * apply review suggestions --- Cargo.toml | 4 +- client/rpc/{manual-xcm => dev}/Cargo.toml | 2 +- client/rpc/{manual-xcm => dev}/src/lib.rs | 22 ++- node/service/Cargo.toml | 2 +- node/service/src/lib.rs | 17 +- node/service/src/rpc.rs | 17 +- runtime/moonbase/src/lib.rs | 2 +- runtime/moonbase/src/xcm_config.rs | 16 +- runtime/moonbeam/Cargo.toml | 2 + runtime/moonbeam/src/lib.rs | 8 +- runtime/moonbeam/src/xcm_config.rs | 29 +++- runtime/moonriver/Cargo.toml | 2 + runtime/moonriver/src/lib.rs | 8 +- runtime/moonriver/src/xcm_config.rs | 29 +++- .../test-xcm-v4/test-auto-pause-xcm.ts | 146 ++++++++++++++++++ 15 files changed, 265 insertions(+), 41 deletions(-) rename client/rpc/{manual-xcm => dev}/Cargo.toml (96%) rename client/rpc/{manual-xcm => dev}/src/lib.rs (90%) create mode 100644 test/suites/dev/moonbase/test-xcm-v4/test-auto-pause-xcm.ts diff --git a/Cargo.toml b/Cargo.toml index cd829a77c3..2d723023ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,8 +2,8 @@ exclude = ["bin/utils/moonkey"] members = [ "bin/utils/moonkey", + "client/rpc/dev", "client/rpc/finality", - "client/rpc/manual-xcm", "client/vrf", "node", "node/cli", @@ -117,8 +117,8 @@ moonbeam-cli = { path = "node/cli", default-features = false } moonbeam-cli-opt = { path = "node/cli-opt", default-features = false } moonbeam-service = { path = "node/service", default-features = false } -manual-xcm-rpc = { path = "client/rpc/manual-xcm" } moonbeam-client-evm-tracing = { path = "client/evm-tracing" } +moonbeam-dev-rpc = { path = "client/rpc/dev" } moonbeam-finality-rpc = { path = "client/rpc/finality" } moonbeam-rpc-core-debug = { path = "client/rpc-core/debug" } moonbeam-rpc-core-trace = { path = "client/rpc-core/trace" } diff --git a/client/rpc/manual-xcm/Cargo.toml b/client/rpc/dev/Cargo.toml similarity index 96% rename from client/rpc/manual-xcm/Cargo.toml rename to client/rpc/dev/Cargo.toml index 010bdd1669..87558951a0 100644 --- a/client/rpc/manual-xcm/Cargo.toml +++ b/client/rpc/dev/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "manual-xcm-rpc" +name = "moonbeam-dev-rpc" authors = { workspace = true } edition = "2021" homepage = "https://moonbeam.network" diff --git a/client/rpc/manual-xcm/src/lib.rs b/client/rpc/dev/src/lib.rs similarity index 90% rename from client/rpc/manual-xcm/src/lib.rs rename to client/rpc/dev/src/lib.rs index bc65717144..6ac9725ecc 100644 --- a/client/rpc/manual-xcm/src/lib.rs +++ b/client/rpc/dev/src/lib.rs @@ -13,6 +13,7 @@ // You should have received a copy of the GNU General Public License // along with Moonbeam. If not, see . + use cumulus_primitives_core::ParaId; use cumulus_primitives_core::XcmpMessageFormat; use jsonrpsee::{ @@ -28,12 +29,10 @@ use xcm::opaque::lts::Weight; use xcm::v4::prelude::*; use xcm_primitives::DEFAULT_PROOF_SIZE; -/// This RPC interface is used to manually submit XCM messages that will be injected into a -/// parachain-enabled runtime. This allows testing XCM logic in a controlled way in integration -/// tests. +/// This RPC interface is used to provide methods in dev mode only #[rpc(server)] #[jsonrpsee::core::async_trait] -pub trait ManualXcmApi { +pub trait DevApi { /// Inject a downward xcm message - A message that comes from the relay chain. /// You may provide an arbitrary message, or if you provide an emtpy byte array, /// Then a default message (DOT transfer down to ALITH) will be injected @@ -53,15 +52,20 @@ pub trait ManualXcmApi { /// transfer of the sending paraId's native token will be injected. #[method(name = "xcm_injectHrmpMessage")] async fn inject_hrmp_message(&self, sender: ParaId, message: Vec) -> RpcResult<()>; + + /// Skip N relay blocks, for testing purposes + #[method(name = "test_skipRelayBlocks")] + async fn skip_relay_blocks(&self, n: u32) -> RpcResult<()>; } -pub struct ManualXcm { +pub struct DevRpc { pub downward_message_channel: flume::Sender>, pub hrmp_message_channel: flume::Sender<(ParaId, Vec)>, + pub additional_relay_offset: std::sync::Arc, } #[jsonrpsee::core::async_trait] -impl ManualXcmApiServer for ManualXcm { +impl DevApiServer for DevRpc { async fn inject_downward_message(&self, msg: Vec) -> RpcResult<()> { let downward_message_channel = self.downward_message_channel.clone(); // If no message is supplied, inject a default one. @@ -148,6 +152,12 @@ impl ManualXcmApiServer for ManualXcm { Ok(()) } + + async fn skip_relay_blocks(&self, n: u32) -> RpcResult<()> { + self.additional_relay_offset + .fetch_add(n, std::sync::atomic::Ordering::SeqCst); + Ok(()) + } } // This bit cribbed from frontier. diff --git a/node/service/Cargo.toml b/node/service/Cargo.toml index ca8daa318d..08d49836ec 100644 --- a/node/service/Cargo.toml +++ b/node/service/Cargo.toml @@ -28,7 +28,7 @@ tokio = { workspace = true, features = ["macros", "sync"] } trie-root = { workspace = true } # Moonbeam -manual-xcm-rpc = { workspace = true } +moonbeam-dev-rpc = { workspace = true } moonbeam-cli-opt = { workspace = true } moonbeam-core-primitives = { workspace = true } moonbeam-finality-rpc = { workspace = true } diff --git a/node/service/src/lib.rs b/node/service/src/lib.rs index e9ffe93663..5c15b886fc 100644 --- a/node/service/src/lib.rs +++ b/node/service/src/lib.rs @@ -774,7 +774,7 @@ where fee_history_cache: fee_history_cache.clone(), network: network.clone(), sync: sync.clone(), - xcm_senders: None, + dev_rpc_data: None, block_data_cache: block_data_cache.clone(), overrides: overrides.clone(), forced_parent_hashes, @@ -1204,7 +1204,7 @@ where let overrides = Arc::new(StorageOverrideHandler::new(client.clone())); let fee_history_limit = rpc_config.fee_history_limit; let mut command_sink = None; - let mut xcm_senders = None; + let mut dev_rpc_data = None; let collator = config.role.is_authority(); if collator { @@ -1269,7 +1269,12 @@ where // Create channels for mocked XCM messages. let (downward_xcm_sender, downward_xcm_receiver) = flume::bounded::>(100); let (hrmp_xcm_sender, hrmp_xcm_receiver) = flume::bounded::<(ParaId, Vec)>(100); - xcm_senders = Some((downward_xcm_sender, hrmp_xcm_sender)); + let additional_relay_offset = Arc::new(std::sync::atomic::AtomicU32::new(0)); + dev_rpc_data = Some(( + downward_xcm_sender, + hrmp_xcm_sender, + additional_relay_offset.clone(), + )); let client_clone = client.clone(); let keystore_clone = keystore_container.keystore().clone(); @@ -1304,6 +1309,7 @@ where let maybe_current_para_head = client_set_aside_for_cidp.expect_header(block); let downward_xcm_receiver = downward_xcm_receiver.clone(); let hrmp_xcm_receiver = hrmp_xcm_receiver.clone(); + let additional_relay_offset = additional_relay_offset.clone(); let client_for_xcm = client_set_aside_for_cidp.clone(); async move { @@ -1324,7 +1330,8 @@ where let mocked_parachain = MockValidationDataInherentDataProvider { current_para_block, current_para_block_head, - relay_offset: 1000, + relay_offset: 1000 + + additional_relay_offset.load(std::sync::atomic::Ordering::SeqCst), relay_blocks_per_para_block: 2, // TODO: Recheck para_blocks_per_relay_epoch: 10, @@ -1440,7 +1447,7 @@ where fee_history_cache: fee_history_cache.clone(), network: network.clone(), sync: sync.clone(), - xcm_senders: xcm_senders.clone(), + dev_rpc_data: dev_rpc_data.clone(), overrides: overrides.clone(), block_data_cache: block_data_cache.clone(), forced_parent_hashes: None, diff --git a/node/service/src/rpc.rs b/node/service/src/rpc.rs index 9ab4095fc0..92043cd9cf 100644 --- a/node/service/src/rpc.rs +++ b/node/service/src/rpc.rs @@ -130,7 +130,11 @@ pub struct FullDeps { /// Fee history cache. pub fee_history_cache: FeeHistoryCache, /// Channels for manual xcm messages (downward, hrmp) - pub xcm_senders: Option<(flume::Sender>, flume::Sender<(ParaId, Vec)>)>, + pub dev_rpc_data: Option<( + flume::Sender>, + flume::Sender<(ParaId, Vec)>, + Arc, + )>, /// Ethereum data access overrides. pub overrides: Arc>, /// Cache for Ethereum block data. @@ -173,7 +177,7 @@ where Eth, EthApiServer, EthFilter, EthFilterApiServer, EthPubSub, EthPubSubApiServer, Net, NetApiServer, Web3, Web3ApiServer, }; - use manual_xcm_rpc::{ManualXcm, ManualXcmApiServer}; + use moonbeam_dev_rpc::{DevApiServer, DevRpc}; use moonbeam_finality_rpc::{MoonbeamFinality, MoonbeamFinalityApiServer}; use moonbeam_rpc_debug::{Debug, DebugServer}; use moonbeam_rpc_trace::{Trace, TraceServer}; @@ -198,7 +202,7 @@ where max_past_logs, fee_history_limit, fee_history_cache, - xcm_senders, + dev_rpc_data, overrides, block_data_cache, forced_parent_hashes, @@ -318,11 +322,14 @@ where )?; }; - if let Some((downward_message_channel, hrmp_message_channel)) = xcm_senders { + if let Some((downward_message_channel, hrmp_message_channel, additional_relay_offset)) = + dev_rpc_data + { io.merge( - ManualXcm { + DevRpc { downward_message_channel, hrmp_message_channel, + additional_relay_offset, } .into_rpc(), )?; diff --git a/runtime/moonbase/src/lib.rs b/runtime/moonbase/src/lib.rs index 0255c36599..8d7b9c953a 100644 --- a/runtime/moonbase/src/lib.rs +++ b/runtime/moonbase/src/lib.rs @@ -754,7 +754,7 @@ impl cumulus_pallet_parachain_system::Config for Runtime { type SelfParaId = ParachainInfo; type ReservedDmpWeight = ReservedDmpWeight; type OutboundXcmpMessageSource = XcmpQueue; - type XcmpMessageHandler = EmergencyParaXcm; + type XcmpMessageHandler = XcmpQueue; type ReservedXcmpWeight = ReservedXcmpWeight; type CheckAssociatedRelayNumber = EmergencyParaXcm; type ConsensusHook = ConsensusHookWrapperForRelayTimestamp; diff --git a/runtime/moonbase/src/xcm_config.rs b/runtime/moonbase/src/xcm_config.rs index 2c38ee6109..b1d3b87982 100644 --- a/runtime/moonbase/src/xcm_config.rs +++ b/runtime/moonbase/src/xcm_config.rs @@ -464,16 +464,24 @@ impl pallet_message_queue::Config for Runtime { type IdleMaxServiceWeight = MessageQueueServiceWeight; } +pub type FastAuthorizeUpgradeOrigin = EitherOfDiverse< + EnsureRoot, + pallet_collective::EnsureProportionAtLeast, +>; + +pub type ResumeXcmOrigin = EitherOfDiverse< + EnsureRoot, + pallet_collective::EnsureProportionAtLeast, +>; + impl pallet_emergency_para_xcm::Config for Runtime { type RuntimeEvent = RuntimeEvent; type CheckAssociatedRelayNumber = cumulus_pallet_parachain_system::RelayNumberMonotonicallyIncreases; type QueuePausedQuery = (MaintenanceMode, NarrowOriginToSibling); type PausedThreshold = ConstU32<300>; - type FastAuthorizeUpgradeOrigin = - pallet_collective::EnsureProportionAtLeast; - type PausedToNormalOrigin = - pallet_collective::EnsureProportionAtLeast; + type FastAuthorizeUpgradeOrigin = FastAuthorizeUpgradeOrigin; + type PausedToNormalOrigin = ResumeXcmOrigin; } // Our AssetType. For now we only handle Xcm Assets diff --git a/runtime/moonbeam/Cargo.toml b/runtime/moonbeam/Cargo.toml index 0da4254009..40b0b1bb03 100644 --- a/runtime/moonbeam/Cargo.toml +++ b/runtime/moonbeam/Cargo.toml @@ -32,6 +32,7 @@ moonbeam-xcm-benchmarks = { workspace = true } pallet-asset-manager = { workspace = true } pallet-author-mapping = { workspace = true } pallet-crowdloan-rewards = { workspace = true } +pallet-emergency-para-xcm = { workspace = true } pallet-erc20-xcm-bridge = { workspace = true } pallet-ethereum-xcm = { workspace = true } pallet-evm-chain-id = { workspace = true } @@ -233,6 +234,7 @@ std = [ "pallet-collective/std", "pallet-conviction-voting/std", "pallet-crowdloan-rewards/std", + "pallet-emergency-para-xcm/std", "pallet-erc20-xcm-bridge/std", "pallet-evm-chain-id/std", "pallet-ethereum-xcm/std", diff --git a/runtime/moonbeam/src/lib.rs b/runtime/moonbeam/src/lib.rs index f2bed55caa..0818750e2d 100644 --- a/runtime/moonbeam/src/lib.rs +++ b/runtime/moonbeam/src/lib.rs @@ -21,8 +21,8 @@ //! * Moonbeam tokenomics #![cfg_attr(not(feature = "std"), no_std)] -// `construct_runtime!` does a lot of recursion and requires us to increase the limit to 256. -#![recursion_limit = "256"] +// `construct_runtime!` does a lot of recursion and requires us to increase the limit to 512. +#![recursion_limit = "512"] // Make the WASM binary available. #[cfg(feature = "std")] @@ -704,8 +704,7 @@ impl cumulus_pallet_parachain_system::Config for Runtime { type OutboundXcmpMessageSource = XcmpQueue; type XcmpMessageHandler = XcmpQueue; type ReservedXcmpWeight = ReservedXcmpWeight; - type CheckAssociatedRelayNumber = - cumulus_pallet_parachain_system::RelayNumberMonotonicallyIncreases; + type CheckAssociatedRelayNumber = EmergencyParaXcm; type ConsensusHook = ConsensusHookWrapperForRelayTimestamp; type DmpQueue = frame_support::traits::EnqueueWithOrigin; type WeightInfo = moonbeam_weights::cumulus_pallet_parachain_system::WeightInfo; @@ -1448,6 +1447,7 @@ construct_runtime! { Erc20XcmBridge: pallet_erc20_xcm_bridge::{Pallet} = 110, MessageQueue: pallet_message_queue::{Pallet, Call, Storage, Event} = 111, EvmForeignAssets: pallet_moonbeam_foreign_assets::{Pallet, Call, Storage, Event} = 114, + EmergencyParaXcm: pallet_emergency_para_xcm::{Pallet, Call, Storage, Event} = 116, // Utils RelayStorageRoots: pallet_relay_storage_roots::{Pallet, Storage} = 112, diff --git a/runtime/moonbeam/src/xcm_config.rs b/runtime/moonbeam/src/xcm_config.rs index c7b997fda9..c189d3683f 100644 --- a/runtime/moonbeam/src/xcm_config.rs +++ b/runtime/moonbeam/src/xcm_config.rs @@ -18,9 +18,10 @@ //! use super::{ - governance, AccountId, AssetId, AssetManager, Balance, Balances, DealWithFees, Erc20XcmBridge, - MaintenanceMode, MessageQueue, ParachainInfo, ParachainSystem, Perbill, PolkadotXcm, Runtime, - RuntimeBlockWeights, RuntimeCall, RuntimeEvent, RuntimeOrigin, Treasury, XcmpQueue, + governance, AccountId, AssetId, AssetManager, Balance, Balances, DealWithFees, + EmergencyParaXcm, Erc20XcmBridge, MaintenanceMode, MessageQueue, OpenTechCommitteeInstance, + ParachainInfo, ParachainSystem, Perbill, PolkadotXcm, Runtime, RuntimeBlockWeights, + RuntimeCall, RuntimeEvent, RuntimeOrigin, Treasury, XcmpQueue, }; use frame_support::{ @@ -447,11 +448,31 @@ impl pallet_message_queue::Config for Runtime { // The XCMP queue pallet is only ever able to handle the `Sibling(ParaId)` origin: type QueueChangeHandler = NarrowOriginToSibling; // NarrowOriginToSibling calls XcmpQueue's is_paused if Origin is sibling. Allows all other origins - type QueuePausedQuery = (MaintenanceMode, NarrowOriginToSibling); + type QueuePausedQuery = EmergencyParaXcm; type WeightInfo = moonbeam_weights::pallet_message_queue::WeightInfo; type IdleMaxServiceWeight = MessageQueueServiceWeight; } +pub type FastAuthorizeUpgradeOrigin = EitherOfDiverse< + EnsureRoot, + pallet_collective::EnsureProportionAtLeast, +>; + +pub type ResumeXcmOrigin = EitherOfDiverse< + EnsureRoot, + pallet_collective::EnsureProportionAtLeast, +>; + +impl pallet_emergency_para_xcm::Config for Runtime { + type RuntimeEvent = RuntimeEvent; + type CheckAssociatedRelayNumber = + cumulus_pallet_parachain_system::RelayNumberMonotonicallyIncreases; + type QueuePausedQuery = (MaintenanceMode, NarrowOriginToSibling); + type PausedThreshold = ConstU32<300>; + type FastAuthorizeUpgradeOrigin = FastAuthorizeUpgradeOrigin; + type PausedToNormalOrigin = ResumeXcmOrigin; +} + // Our AssetType. For now we only handle Xcm Assets #[derive(Clone, Eq, Debug, PartialEq, Ord, PartialOrd, Encode, Decode, TypeInfo)] pub enum AssetType { diff --git a/runtime/moonriver/Cargo.toml b/runtime/moonriver/Cargo.toml index 60aa5a3af4..499608f449 100644 --- a/runtime/moonriver/Cargo.toml +++ b/runtime/moonriver/Cargo.toml @@ -32,6 +32,7 @@ moonbeam-xcm-benchmarks = { workspace = true } pallet-asset-manager = { workspace = true } pallet-author-mapping = { workspace = true } pallet-crowdloan-rewards = { workspace = true } +pallet-emergency-para-xcm = { workspace = true } pallet-erc20-xcm-bridge = { workspace = true } pallet-ethereum-xcm = { workspace = true } pallet-evm-chain-id = { workspace = true } @@ -234,6 +235,7 @@ std = [ "pallet-collective/std", "pallet-conviction-voting/std", "pallet-crowdloan-rewards/std", + "pallet-emergency-para-xcm/std", "pallet-erc20-xcm-bridge/std", "pallet-evm-chain-id/std", "pallet-ethereum-xcm/std", diff --git a/runtime/moonriver/src/lib.rs b/runtime/moonriver/src/lib.rs index b63b1237f3..9055233b05 100644 --- a/runtime/moonriver/src/lib.rs +++ b/runtime/moonriver/src/lib.rs @@ -21,8 +21,8 @@ //! * Moonriver tokenomics #![cfg_attr(not(feature = "std"), no_std)] -// `construct_runtime!` does a lot of recursion and requires us to increase the limit to 256. -#![recursion_limit = "256"] +// `construct_runtime!` does a lot of recursion and requires us to increase the limit to 512. +#![recursion_limit = "512"] // Make the WASM binary available. #[cfg(feature = "std")] @@ -740,8 +740,7 @@ impl cumulus_pallet_parachain_system::Config for Runtime { type OutboundXcmpMessageSource = XcmpQueue; type XcmpMessageHandler = XcmpQueue; type ReservedXcmpWeight = ReservedXcmpWeight; - type CheckAssociatedRelayNumber = - cumulus_pallet_parachain_system::RelayNumberMonotonicallyIncreases; + type CheckAssociatedRelayNumber = EmergencyParaXcm; type ConsensusHook = ConsensusHookWrapperForRelayTimestamp; type DmpQueue = frame_support::traits::EnqueueWithOrigin; type WeightInfo = moonriver_weights::cumulus_pallet_parachain_system::WeightInfo; @@ -1451,6 +1450,7 @@ construct_runtime! { Erc20XcmBridge: pallet_erc20_xcm_bridge::{Pallet} = 110, MessageQueue: pallet_message_queue::{Pallet, Call, Storage, Event} = 111, EvmForeignAssets: pallet_moonbeam_foreign_assets::{Pallet, Call, Storage, Event} = 114, + EmergencyParaXcm: pallet_emergency_para_xcm::{Pallet, Call, Storage, Event} = 116, // Utils RelayStorageRoots: pallet_relay_storage_roots::{Pallet, Storage} = 112, diff --git a/runtime/moonriver/src/xcm_config.rs b/runtime/moonriver/src/xcm_config.rs index a4febc68f8..54150cbe60 100644 --- a/runtime/moonriver/src/xcm_config.rs +++ b/runtime/moonriver/src/xcm_config.rs @@ -18,9 +18,10 @@ //! use super::{ - governance, AccountId, AssetId, AssetManager, Balance, Balances, DealWithFees, Erc20XcmBridge, - MaintenanceMode, MessageQueue, ParachainInfo, ParachainSystem, Perbill, PolkadotXcm, Runtime, - RuntimeBlockWeights, RuntimeCall, RuntimeEvent, RuntimeOrigin, Treasury, XcmpQueue, + governance, AccountId, AssetId, AssetManager, Balance, Balances, DealWithFees, + EmergencyParaXcm, Erc20XcmBridge, MaintenanceMode, MessageQueue, OpenTechCommitteeInstance, + ParachainInfo, ParachainSystem, Perbill, PolkadotXcm, Runtime, RuntimeBlockWeights, + RuntimeCall, RuntimeEvent, RuntimeOrigin, Treasury, XcmpQueue, }; use frame_support::{ @@ -455,11 +456,31 @@ impl pallet_message_queue::Config for Runtime { // The XCMP queue pallet is only ever able to handle the `Sibling(ParaId)` origin: type QueueChangeHandler = NarrowOriginToSibling; // NarrowOriginToSibling calls XcmpQueue's is_paused if Origin is sibling. Allows all other origins - type QueuePausedQuery = (MaintenanceMode, NarrowOriginToSibling); + type QueuePausedQuery = EmergencyParaXcm; type WeightInfo = moonriver_weights::pallet_message_queue::WeightInfo; type IdleMaxServiceWeight = MessageQueueServiceWeight; } +pub type FastAuthorizeUpgradeOrigin = EitherOfDiverse< + EnsureRoot, + pallet_collective::EnsureProportionAtLeast, +>; + +pub type ResumeXcmOrigin = EitherOfDiverse< + EnsureRoot, + pallet_collective::EnsureProportionAtLeast, +>; + +impl pallet_emergency_para_xcm::Config for Runtime { + type RuntimeEvent = RuntimeEvent; + type CheckAssociatedRelayNumber = + cumulus_pallet_parachain_system::RelayNumberMonotonicallyIncreases; + type QueuePausedQuery = (MaintenanceMode, NarrowOriginToSibling); + type PausedThreshold = ConstU32<300>; + type FastAuthorizeUpgradeOrigin = FastAuthorizeUpgradeOrigin; + type PausedToNormalOrigin = ResumeXcmOrigin; +} + // Our AssetType. For now we only handle Xcm Assets #[derive(Clone, Eq, Debug, PartialEq, Ord, PartialOrd, Encode, Decode, TypeInfo)] pub enum AssetType { diff --git a/test/suites/dev/moonbase/test-xcm-v4/test-auto-pause-xcm.ts b/test/suites/dev/moonbase/test-xcm-v4/test-auto-pause-xcm.ts new file mode 100644 index 0000000000..29c91c0b37 --- /dev/null +++ b/test/suites/dev/moonbase/test-xcm-v4/test-auto-pause-xcm.ts @@ -0,0 +1,146 @@ +import "@moonbeam-network/api-augment"; +import { beforeAll, customDevRpcRequest, describeSuite, expect } from "@moonwall/cli"; + +import { KeyringPair } from "@polkadot/keyring/types"; +import { generateKeyringPair } from "@moonwall/util"; +import { + XcmFragment, + RawXcmMessage, + sovereignAccountOfSibling, + injectHrmpMessage, +} from "../../../../helpers/xcm.js"; + +const foreign_para_id = 2000; + +describeSuite({ + id: "D014134", + title: "Auto-pause XCM", + foundationMethods: "dev", + testCases: ({ context, it, log }) => { + let transferredBalance: bigint; + let sovereignAddress: string; + let random: KeyringPair; + let balancesPalletIndex: number; + + beforeAll(async () => { + random = generateKeyringPair(); + sovereignAddress = sovereignAccountOfSibling(context, 2000); + transferredBalance = 1_000_000_000_000_000n; + + await context.createBlock( + context.polkadotJs().tx.balances.transferAllowDeath(sovereignAddress, transferredBalance), + { allowFailures: false } + ); + + const balance = ( + await context.polkadotJs().query.system.account(sovereignAddress) + ).data.free.toBigInt(); + expect(balance).to.eq(transferredBalance); + + const metadata = await context.polkadotJs().rpc.state.getMetadata(); + balancesPalletIndex = metadata.asLatest.pallets + .find(({ name }) => name.toString() == "Balances")! + .index.toNumber(); + }); + + it({ + id: "T01", + title: "Should automatically pause xcm when block production is stuck", + test: async function () { + await context.createBlock(); + + // XCM Mode should be equal to Normal + expect((await context.polkadotJs().query.emergencyParaXcm.mode()).isNormal).to.be.true; + + // Create a dummy xcm message to test auto-pause + const xcmMessage = new XcmFragment({ + assets: [ + { + multilocation: { + parents: 0, + interior: { + X1: { PalletInstance: balancesPalletIndex }, + }, + }, + fungible: transferredBalance, + }, + ], + beneficiary: random.address, + }) + .withdraw_asset() + .clear_origin() + .buy_execution() + .deposit_asset_v3() + .as_v4(); + + // Inject an XCM message that should be included in the next block but not executed + await injectHrmpMessage(context, foreign_para_id, { + type: "XcmVersionedXcm", + payload: xcmMessage, + } as RawXcmMessage); + + // Simulate block production stall (skip more than PausedThreshold relay blocks) + await customDevRpcRequest("test_skipRelayBlocks", [301]); + + // Create a new block, this block should pause XCM incoming execution + await context.createBlock([], { + expectEvents: [context.polkadotJs().events.emergencyParaXcm.EnteredPausedXcmMode], + allowFailures: false, + }); + + // XCM Mode should be equal to Paused + expect((await context.polkadotJs().query.emergencyParaXcm.mode()).isPaused).to.be.true; + + // Produce some blocks when XCm is Paused + await context.createBlock(); + await context.createBlock(); + + // The sovereign account of foreign parachain sould still have funds + const balance = ( + await context.polkadotJs().query.system.account(sovereignAddress) + ).data.free.toBigInt(); + expect(balance, "Sovereign account balance has changed").to.eq(transferredBalance); + + // The beneficiary of the XCM message should not have funds + const randomBalance = ( + await context.polkadotJs().query.system.account(random.address) + ).data.free.toBigInt(); + expect(randomBalance, "beneficiary of the XCM message receive funds").to.eq(0n); + + // Sudo should be able to resume XCM execution + await context.createBlock( + context + .polkadotJs() + .tx.sudo.sudo(context.polkadotJs().tx.emergencyParaXcm.pausedToNormal()), + { + expectEvents: [context.polkadotJs().events.emergencyParaXcm.NormalXcmOperationResumed], + allowFailures: false, + } + ); + + // XCM Mode should be equal to Normal + expect((await context.polkadotJs().query.emergencyParaXcm.mode()).isNormal).to.be.true; + + // The next block should execute previous XCM message + await context.createBlock([], { + expectEvents: [], + allowFailures: false, + }); + + // The sovereign account of foreign parachain should now be empty + const balance2 = ( + await context.polkadotJs().query.system.account(sovereignAddress) + ).data.free.toBigInt(); + expect(balance2, "Sovereign account not empty, transfer has failed").to.eq(0n); + + // The beneficiary of the XCM message should now have funds + const randomBalance2 = ( + await context.polkadotJs().query.system.account(random.address) + ).data.free.toBigInt(); + expect(randomBalance2, "beneficiary balance not increased, transfer has failed").to.not.eq( + 0n + ); + }, + }); + }, +}); From 631077f2809eb73f727c56dcfc43cfff40d6577d Mon Sep 17 00:00:00 2001 From: Andrea Giacobino Date: Fri, 30 Aug 2024 16:33:34 +0300 Subject: [PATCH 11/52] Set the block size to 60mln gas for moonbeam (#2921) * set the block size to 60mln gas for moonbeam * update mbip-5 value in test --- runtime/moonbeam/src/lib.rs | 14 +++++++------- runtime/moonbeam/src/xcm_config.rs | 2 +- runtime/moonbeam/tests/xcm_mock/parachain.rs | 4 ++-- test/helpers/constants.ts | 10 +++++----- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/runtime/moonbeam/src/lib.rs b/runtime/moonbeam/src/lib.rs index 0818750e2d..5349fa2273 100644 --- a/runtime/moonbeam/src/lib.rs +++ b/runtime/moonbeam/src/lib.rs @@ -156,7 +156,7 @@ pub mod currency { /// Maximum weight per block pub const MAXIMUM_BLOCK_WEIGHT: Weight = Weight::from_parts(WEIGHT_REF_TIME_PER_SECOND, u64::MAX) - .saturating_mul(1) + .saturating_mul(2) .set_proof_size(relay_chain::MAX_POV_SIZE as u64); pub const MILLISECS_PER_BLOCK: u64 = 6_000; @@ -399,8 +399,8 @@ impl pallet_evm_chain_id::Config for Runtime {} /// Current approximation of the gas/s consumption considering /// EVM execution over compiled WASM (on 4.4Ghz CPU). -/// Given the 1000ms Weight, from which 75% only are used for transactions, -/// the total EVM execution gas limit is: GAS_PER_SECOND * 1 * 0.75 ~= 30_000_000. +/// Given the 2000ms Weight, from which 75% only are used for transactions, +/// the total EVM execution gas limit is: GAS_PER_SECOND * 2 * 0.75 ~= 60_000_000. pub const GAS_PER_SECOND: u64 = 40_000_000; /// Approximate ratio of the amount of Weight per Gas. @@ -433,9 +433,9 @@ parameter_types! { /// (max_extrinsic.ref_time() / max_extrinsic.proof_size()) / WEIGHT_PER_GAS /// ) /// We should re-check `xcm_config::Erc20XcmBridgeTransferGasLimit` when changing this value - pub const GasLimitPovSizeRatio: u64 = 8; + pub const GasLimitPovSizeRatio: u64 = 16; /// The amount of gas per storage (in bytes): BLOCK_GAS_LIMIT / BLOCK_STORAGE_LIMIT - /// The current definition of BLOCK_STORAGE_LIMIT is 80 KB, resulting in a value of 366. + /// The current definition of BLOCK_STORAGE_LIMIT is 160 KB, resulting in a value of 366. pub GasLimitStorageGrowthRatio: u64 = 366; } @@ -1824,8 +1824,8 @@ mod tests { #[test] fn test_storage_growth_ratio_is_correct() { - // This is the highest amount of new storage that can be created in a block 40 KB - let block_storage_limit = 80 * 1024; + // This is the highest amount of new storage that can be created in a block 160 KB + let block_storage_limit = 160 * 1024; let expected_storage_growth_ratio = BlockGasLimit::get() .low_u64() .saturating_div(block_storage_limit); diff --git a/runtime/moonbeam/src/xcm_config.rs b/runtime/moonbeam/src/xcm_config.rs index c189d3683f..7af10e30e0 100644 --- a/runtime/moonbeam/src/xcm_config.rs +++ b/runtime/moonbeam/src/xcm_config.rs @@ -723,7 +723,7 @@ parameter_types! { // To be able to support almost all erc20 implementations, // we provide a sufficiently hight gas limit. - pub Erc20XcmBridgeTransferGasLimit: u64 = 400_000; + pub Erc20XcmBridgeTransferGasLimit: u64 = 800_000; } impl pallet_erc20_xcm_bridge::Config for Runtime { diff --git a/runtime/moonbeam/tests/xcm_mock/parachain.rs b/runtime/moonbeam/tests/xcm_mock/parachain.rs index 4bdd9f2f5c..2fe3e12459 100644 --- a/runtime/moonbeam/tests/xcm_mock/parachain.rs +++ b/runtime/moonbeam/tests/xcm_mock/parachain.rs @@ -826,8 +826,8 @@ impl pallet_timestamp::Config for Runtime { use sp_core::U256; const MAX_POV_SIZE: u64 = 5 * 1024 * 1024; -/// Block storage limit in bytes. Set to 80 KB. -const BLOCK_STORAGE_LIMIT: u64 = 80 * 1024; +/// Block storage limit in bytes. Set to 160 KB. +const BLOCK_STORAGE_LIMIT: u64 = 160 * 1024; parameter_types! { pub BlockGasLimit: U256 = U256::from(u64::MAX); diff --git a/test/helpers/constants.ts b/test/helpers/constants.ts index f086a58ce7..78cfcf6064 100644 --- a/test/helpers/constants.ts +++ b/test/helpers/constants.ts @@ -107,16 +107,16 @@ export const RUNTIME_CONSTANTS = { MAX_BASE_FEE_IN_WEI: "12500000000000000", TARGET_FILL_PERMILL: new RuntimeConstant({ 3000: 350_000n, 2801: 500_000n, 0: 250_000n }), // Deadline for block production in miliseconds - DEADLINE_MILISECONDS: 1000n, + DEADLINE_MILISECONDS: 2000n, // Caclulated as the weight per second by the deadline in seconds - BLOCK_WEIGHT_LIMIT: 1_000_000_000_000n, + BLOCK_WEIGHT_LIMIT: 2_000_000_000_000n, // Gas limit considering the block utilization threshold (75%) - GAS_LIMIT: 30_000_000n, + GAS_LIMIT: 60_000_000n, // Maximum extrinsic weight is taken from the max allowed transaction weight per block (75%), // minus the block initialization (10%) and minus the extrinsic base cost. - EXTRINSIC_GAS_LIMIT: 26_000_000n, + EXTRINSIC_GAS_LIMIT: 52_000_000n, // Maximum Gas to PoV ratio used in the gasometer - GAS_PER_POV_BYTES: 8n, + GAS_PER_POV_BYTES: 16n, }, } as const; From d84c61f878cc47b79900f78e58c47c61c0c89247 Mon Sep 17 00:00:00 2001 From: Tarek Mohamed Abdalla Date: Fri, 30 Aug 2024 20:38:55 +0300 Subject: [PATCH 12/52] Add pallet_parameters (moonbase only) (#2923) * add pallet parameters * XcmFeesAccount * add copyrights * add FeesTreasuryProportion --------- Co-authored-by: Rodrigo Quelhas <22591718+RomarQ@users.noreply.github.com> --- runtime/common/Cargo.toml | 3 + runtime/common/src/apis.rs | 7 ++ runtime/common/src/weights/mod.rs | 1 + .../common/src/weights/pallet_parameters.rs | 60 +++++++++++++ runtime/moonbase/Cargo.toml | 4 + runtime/moonbase/src/lib.rs | 19 +++- runtime/moonbase/src/runtime_params.rs | 44 ++++++++++ .../test-parameters/test-parameters.ts | 87 +++++++++++++++++++ 8 files changed, 223 insertions(+), 2 deletions(-) create mode 100644 runtime/common/src/weights/pallet_parameters.rs create mode 100644 runtime/moonbase/src/runtime_params.rs create mode 100644 test/suites/dev/moonbase/test-parameters/test-parameters.ts diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index 8484b2a9af..c6157b990b 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -44,6 +44,7 @@ pallet-identity = { workspace = true } pallet-moonbeam-orbiters = { workspace = true } pallet-multisig = { workspace = true } pallet-preimage = { workspace = true } +pallet-parameters = { workspace = true } pallet-proxy = { workspace = true } pallet-referenda = { workspace = true } pallet-scheduler = { workspace = true } @@ -100,6 +101,7 @@ std = [ "pallet-evm/std", "pallet-migrations/std", "pallet-parachain-staking/std", + "pallet-parameters/std", "pallet-randomness/std", "pallet-referenda/std", "pallet-scheduler/std", @@ -139,6 +141,7 @@ runtime-benchmarks = [ "pallet-multisig/runtime-benchmarks", "pallet-parachain-staking/runtime-benchmarks", "pallet-preimage/runtime-benchmarks", + "pallet-parameters/runtime-benchmarks", "pallet-proxy/runtime-benchmarks", "pallet-randomness/runtime-benchmarks", "pallet-referenda/runtime-benchmarks", diff --git a/runtime/common/src/apis.rs b/runtime/common/src/apis.rs index edc93104a3..83b9262c88 100644 --- a/runtime/common/src/apis.rs +++ b/runtime/common/src/apis.rs @@ -1122,6 +1122,13 @@ macro_rules! impl_runtime_apis_plus_common { hex_literal::hex!( "0d715f2646c8f85767b5d2764bb27826" "04a74d81251e398fd8a0a4d55023bb3f") .to_vec().into(), + // Parameters Parameters + hex_literal::hex!( "c63bdd4a39095ccf55623a6f2872bf8a" // Pallet: "Parameters" + "c63bdd4a39095ccf55623a6f2872bf8a" // Storage Prefix: "Parameters" + // MoonbaseRuntimeRuntimeParamsRuntimeParametersKey(FeesTreasuryProportion) + "71d0aacb690b61280d0c97c6b6a666640000" + ) + .to_vec().into(), ]; diff --git a/runtime/common/src/weights/mod.rs b/runtime/common/src/weights/mod.rs index 6108d9c228..dae752bd3a 100644 --- a/runtime/common/src/weights/mod.rs +++ b/runtime/common/src/weights/mod.rs @@ -36,6 +36,7 @@ pub mod pallet_moonbeam_lazy_migrations; pub mod pallet_moonbeam_orbiters; pub mod pallet_multisig; pub mod pallet_parachain_staking; +pub mod pallet_parameters; pub mod pallet_precompile_benchmarks; pub mod pallet_preimage; pub mod pallet_proxy; diff --git a/runtime/common/src/weights/pallet_parameters.rs b/runtime/common/src/weights/pallet_parameters.rs new file mode 100644 index 0000000000..ed4a72ba2b --- /dev/null +++ b/runtime/common/src/weights/pallet_parameters.rs @@ -0,0 +1,60 @@ +// Copyright 2019-2022 PureStake Inc. +// This file is part of Moonbeam. + +// Moonbeam is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// Moonbeam is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. + +// You should have received a copy of the GNU General Public License +// along with Moonbeam. If not, see . + +//! Autogenerated weights for `pallet_parameters` +//! +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 +//! DATE: 2024-08-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! WORST CASE MAP SIZE: `1000000` +//! HOSTNAME: `COV0706`, CPU: `AMD Ryzen 9 7950X 16-Core Processor` +//! WASM-EXECUTION: Compiled, CHAIN: Some("moonbase-dev"), DB CACHE: 1024 + +// Executed Command: +// ./target/release/moonbeam +// benchmark +// pallet +// --chain=moonbase-dev +// --steps=50 +// --repeat=20 +// --pallet=pallet_parameters +// --extrinsic=* +// --wasm-execution=compiled +// --header=./file_header.txt +// --template=./benchmarking/frame-weight-template.hbs +// --output=./runtime/common/src/weights/ + +#![cfg_attr(rustfmt, rustfmt_skip)] +#![allow(unused_parens)] +#![allow(unused_imports)] + +use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}}; +use sp_std::marker::PhantomData; + +/// Weights for `pallet_parameters`. +pub struct WeightInfo(PhantomData); +impl pallet_parameters::WeightInfo for WeightInfo { + /// Storage: `Parameters::Parameters` (r:1 w:1) + /// Proof: `Parameters::Parameters` (`max_values`: None, `max_size`: Some(36), added: 2511, mode: `MaxEncodedLen`) + fn set_parameter() -> Weight { + // Proof Size summary in bytes: + // Measured: `3` + // Estimated: `3501` + // Minimum execution time: 5_480_000 picoseconds. + Weight::from_parts(5_610_000, 3501) + .saturating_add(T::DbWeight::get().reads(1_u64)) + .saturating_add(T::DbWeight::get().writes(1_u64)) + } +} diff --git a/runtime/moonbase/Cargo.toml b/runtime/moonbase/Cargo.toml index 40a2d767c9..908029ac6f 100644 --- a/runtime/moonbase/Cargo.toml +++ b/runtime/moonbase/Cargo.toml @@ -89,6 +89,7 @@ pallet-conviction-voting = { workspace = true } pallet-identity = { workspace = true } pallet-multisig = { workspace = true } pallet-preimage = { workspace = true } +pallet-parameters = { workspace = true } pallet-proxy = { workspace = true } pallet-referenda = { workspace = true } pallet-root-testing = { workspace = true } @@ -274,6 +275,7 @@ std = [ "pallet-parachain-staking/std", "pallet-precompile-benchmarks/std", "pallet-preimage/std", + "pallet-parameters/std", "pallet-proxy-genesis-companion/std", "pallet-proxy/std", "pallet-randomness/std", @@ -365,6 +367,7 @@ runtime-benchmarks = [ "pallet-parachain-staking/runtime-benchmarks", "pallet-precompile-benchmarks/runtime-benchmarks", "pallet-preimage/runtime-benchmarks", + "pallet-parameters/runtime-benchmarks", "pallet-proxy/runtime-benchmarks", "pallet-randomness/runtime-benchmarks", "pallet-referenda/runtime-benchmarks", @@ -406,6 +409,7 @@ try-runtime = [ "pallet-moonbeam-lazy-migrations/try-runtime", "pallet-parachain-staking/try-runtime", "pallet-preimage/try-runtime", + "pallet-parameters/try-runtime", "pallet-referenda/try-runtime", "pallet-relay-storage-roots/try-runtime", "pallet-root-testing/try-runtime", diff --git a/runtime/moonbase/src/lib.rs b/runtime/moonbase/src/lib.rs index 8d7b9c953a..0987a32b34 100644 --- a/runtime/moonbase/src/lib.rs +++ b/runtime/moonbase/src/lib.rs @@ -30,6 +30,7 @@ include!(concat!(env!("OUT_DIR"), "/wasm_binary.rs")); pub mod asset_config; pub mod governance; +pub mod runtime_params; pub mod xcm_config; mod migrations; @@ -126,6 +127,8 @@ use xcm_primitives::UnitsToWeightRatio; use xcm_runtime_apis::fees::Error as XcmPaymentApiError; use fp_evm::TransactionPov; +use runtime_params::*; + use smallvec::smallvec; use sp_runtime::serde::{Deserialize, Serialize}; @@ -349,8 +352,11 @@ where mut fees_then_tips: impl Iterator>>, ) { if let Some(fees) = fees_then_tips.next() { - // for fees, 80% are burned, 20% to the treasury - let (_, to_treasury) = fees.ration(80, 20); + let treasury_perbill = + runtime_params::dynamic_params::runtime_config::FeesTreasuryProportion::get(); + let treasury_part = treasury_perbill.deconstruct(); + let burn_part = Perbill::one().deconstruct() - treasury_part; + let (_, to_treasury) = fees.ration(burn_part, treasury_part); // Balances pallet automatically burns dropped Credits by decreasing // total_supply accordingly ResolveTo::, pallet_balances::Pallet>::on_unbalanced( @@ -1373,6 +1379,13 @@ impl pallet_precompile_benchmarks::Config for Runtime { type WeightInfo = moonbase_weights::pallet_precompile_benchmarks::WeightInfo; } +impl pallet_parameters::Config for Runtime { + type AdminOrigin = EnsureRoot; + type RuntimeEvent = RuntimeEvent; + type RuntimeParameters = RuntimeParameters; + type WeightInfo = moonbase_weights::pallet_parameters::WeightInfo; +} + construct_runtime! { pub enum Runtime { @@ -1435,6 +1448,7 @@ construct_runtime! { MessageQueue: pallet_message_queue::{Pallet, Call, Storage, Event} = 54, EmergencyParaXcm: pallet_emergency_para_xcm::{Pallet, Call, Storage, Event} = 55, EvmForeignAssets: pallet_moonbeam_foreign_assets::{Pallet, Call, Storage, Event} = 56, + Parameters: pallet_parameters = 57, } } @@ -1512,6 +1526,7 @@ mod benches { [pallet_relay_storage_roots, RelayStorageRoots] [pallet_precompile_benchmarks, PrecompileBenchmarks] [pallet_moonbeam_lazy_migrations, MoonbeamLazyMigrations] + [pallet_parameters, Parameters] ); } diff --git a/runtime/moonbase/src/runtime_params.rs b/runtime/moonbase/src/runtime_params.rs new file mode 100644 index 0000000000..4916cc27df --- /dev/null +++ b/runtime/moonbase/src/runtime_params.rs @@ -0,0 +1,44 @@ +// Copyright 2024 Moonbeam Foundation. +// This file is part of Moonbeam. + +// Moonbeam is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// Moonbeam is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. + +// You should have received a copy of the GNU General Public License +// along with Moonbeam. If not, see . + +//! Dynamic runtime parametes. +use crate::Runtime; +use frame_support::dynamic_params::{dynamic_pallet_params, dynamic_params}; +use sp_runtime::Perbill; + +#[dynamic_params(RuntimeParameters, pallet_parameters::Parameters::)] +pub mod dynamic_params { + use super::*; + #[dynamic_pallet_params] + #[codec(index = 0)] + pub mod runtime_config { + // for fees, 80% are burned, 20% to the treasury + #[codec(index = 0)] + pub static FeesTreasuryProportion: Perbill = Perbill::from_percent(20); + } +} + +#[cfg(feature = "runtime-benchmarks")] +impl Default for RuntimeParameters { + fn default() -> Self { + RuntimeParameters::RuntimeConfig( + dynamic_params::runtime_config::Parameters::FeesTreasuryProportion( + dynamic_params::runtime_config::FeesTreasuryProportion, + Some(Perbill::from_percent(20)), + ), + ) + } +} diff --git a/test/suites/dev/moonbase/test-parameters/test-parameters.ts b/test/suites/dev/moonbase/test-parameters/test-parameters.ts new file mode 100644 index 0000000000..8ff2b8cd9a --- /dev/null +++ b/test/suites/dev/moonbase/test-parameters/test-parameters.ts @@ -0,0 +1,87 @@ +import { describeSuite, DevModeContext, expect } from "@moonwall/cli"; +import "@moonbeam-network/api-augment"; +import { alith } from "@moonwall/util"; + +const UNIT = 1_000_000_000_000_000_000n; + +const RUNTIME = "MoonbaseRuntime"; +const CRATE = "RuntimeParams"; +const ALL_PARAMS = "DynamicParams"; + +function parameterType(context: DevModeContext, module: string, name: string, value: unknown) { + const paramWrapper = context + .polkadotJs() + .createType(`${RUNTIME}${CRATE}${ALL_PARAMS}${module}Parameters`, { + [name]: [null, value], + }); + + const runtimeParameter = context.polkadotJs().createType(`${RUNTIME}${CRATE}RuntimeParameters`, { + [module]: paramWrapper, + }); + + return runtimeParameter; +} + +function parameterKey(context: DevModeContext, module: string, name: string) { + const key = context + .polkadotJs() + .createType(`${RUNTIME}${CRATE}${ALL_PARAMS}${module}ParametersKey`, { + [name]: null, + }); + + const keyWrapper = context.polkadotJs().createType(`${RUNTIME}${CRATE}RuntimeParametersKey`, { + [module]: key, + }); + + return keyWrapper; +} + +describeSuite({ + id: "DTemp01", + title: "Parameters", + foundationMethods: "dev", + testCases: ({ it, context, log }) => { + let testCounter = 0; + function testParam(module: string, name: string, valueCreation: [string, unknown]) { + it({ + id: `T${testCounter++} - ${module} - ${name}`, + title: "Parameters cannot be changed by normal user", + test: async () => { + const value = context.polkadotJs().createType(valueCreation[0], valueCreation[1]); + const param = parameterType(context, module, name, value); + + const res = await context.createBlock( + context.polkadotJs().tx.parameters.setParameter(param.toU8a()).signAsync(alith), + { allowFailures: true } + ); + expect(res.result?.error?.name).toEqual("BadOrigin"); + }, + }); + + it({ + id: `T${testCounter++} - ${module} - ${name}`, + title: "Parameters can be changed by root user", + test: async () => { + const value = context.polkadotJs().createType(valueCreation[0], valueCreation[1]); + const param = parameterType(context, module, name, value); + + await context.createBlock( + context + .polkadotJs() + .tx.sudo.sudo(context.polkadotJs().tx.parameters.setParameter(param.toU8a())) + .signAsync(alith), + { allowFailures: false } + ); + + const key = parameterKey(context, module, name); + + const wrappedValue = await context.polkadotJs().query.parameters.parameters(key.toU8a()); + const gotValue = wrappedValue.value.value.value.toU8a(); + expect(gotValue).toEqual(value.toU8a()); + }, + }); + } + + testParam("RuntimeConfig", "FeesTreasuryProportion", ["Perbill", 200_000_000]); + }, +}); From e0e82677ba2e67d24d1671d5898be42eb7065a65 Mon Sep 17 00:00:00 2001 From: Gonza Montiel Date: Mon, 2 Sep 2024 17:03:25 +0200 Subject: [PATCH 13/52] make moonbeam compile --- Cargo.lock | 25220 +++++++++++---------- Cargo.toml | 107 +- node/service/src/chain_spec/mod.rs | 2 +- node/service/src/chain_spec/moonbase.rs | 3 +- node/service/src/chain_spec/moonbeam.rs | 2 +- node/service/src/chain_spec/moonriver.rs | 2 +- node/service/src/chain_spec/test_spec.rs | 7 +- node/service/src/client.rs | 4 +- node/service/src/lib.rs | 2 +- runtime/common/src/apis.rs | 2 +- 10 files changed, 12676 insertions(+), 12675 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 92006ce602..ad0ad55a86 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3,18640 +3,18644 @@ version = 3 [[package]] +name = "Inflector" +version = "0.11.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3" dependencies = [ - "lazy_static", - "regex", + "lazy_static", + "regex", ] -name = "Inflector" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.11.4" [[package]] -dependencies = [ - "blake2-rfc", - "hex", - "impl-serde", - "libsecp256k1", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sha3", - "sp-core", - "sp-io", - "sp-runtime", - "sp-runtime-interface", - "sp-std", -] name = "account" version = "0.1.1" +dependencies = [ + "blake2-rfc", + "hex", + "impl-serde", + "libsecp256k1", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sha3", + "sp-core", + "sp-io", + "sp-runtime", + "sp-runtime-interface", + "sp-std", +] [[package]] +name = "addr2line" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97" dependencies = [ - "gimli 0.27.3", + "gimli 0.27.3", ] -name = "addr2line" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.19.0" [[package]] +name = "addr2line" +version = "0.22.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678" dependencies = [ - "gimli 0.29.0", + "gimli 0.29.0", ] -name = "addr2line" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.22.0" [[package]] -checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" name = "adler" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" [[package]] +name = "aead" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0" dependencies = [ - "crypto-common", - "generic-array 0.14.7", + "crypto-common", + "generic-array 0.14.7", ] -name = "aead" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.5.2" [[package]] +name = "aes" +version = "0.8.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" dependencies = [ - "cfg-if", - "cipher 0.4.4", - "cpufeatures", + "cfg-if", + "cipher 0.4.4", + "cpufeatures", ] -name = "aes" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.8.4" [[package]] +name = "aes-gcm" +version = "0.10.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1" dependencies = [ - "aead", - "aes", - "cipher 0.4.4", - "ctr", - "ghash", - "subtle 2.6.1", + "aead", + "aes", + "cipher 0.4.4", + "ctr", + "ghash", + "subtle 2.6.1", ] -name = "aes-gcm" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.10.3" [[package]] +name = "ahash" +version = "0.8.11" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" dependencies = [ - "cfg-if", - "getrandom 0.2.15", - "once_cell", - "version_check", - "zerocopy", + "cfg-if", + "getrandom 0.2.15", + "once_cell", + "version_check", + "zerocopy", ] -name = "ahash" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.8.11" [[package]] +name = "aho-corasick" +version = "1.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" dependencies = [ - "memchr", + "memchr", ] -name = "aho-corasick" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.1.3" [[package]] -checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" name = "allocator-api2" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.2.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" [[package]] -checksum = "4436e0292ab1bb631b42973c61205e704475fe8126af845c8d923c0996328127" name = "always-assert" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4436e0292ab1bb631b42973c61205e704475fe8126af845c8d923c0996328127" [[package]] -checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" name = "android-tzdata" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" [[package]] +name = "android_system_properties" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" dependencies = [ - "libc", + "libc", ] -name = "android_system_properties" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.5" [[package]] +name = "ansi_term" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" dependencies = [ - "winapi", + "winapi", ] -name = "ansi_term" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.12.1" [[package]] +name = "anstream" +version = "0.6.15" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526" dependencies = [ - "anstyle", - "anstyle-parse", - "anstyle-query", - "anstyle-wincon", - "colorchoice", - "is_terminal_polyfill", - "utf8parse", + "anstyle", + "anstyle-parse", + "anstyle-query", + "anstyle-wincon", + "colorchoice", + "is_terminal_polyfill", + "utf8parse", ] -name = "anstream" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.6.15" [[package]] -checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1" name = "anstyle" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.0.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1" [[package]] +name = "anstyle-parse" +version = "0.2.5" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb" dependencies = [ - "utf8parse", + "utf8parse", ] -name = "anstyle-parse" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.5" [[package]] +name = "anstyle-query" +version = "1.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.52.0", ] -name = "anstyle-query" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.1.1" [[package]] +name = "anstyle-wincon" +version = "3.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8" dependencies = [ - "anstyle", - "windows-sys 0.52.0", + "anstyle", + "windows-sys 0.52.0", ] -name = "anstyle-wincon" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "3.0.4" [[package]] -checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" name = "anyhow" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.0.86" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" [[package]] +name = "approx" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6" dependencies = [ - "num-traits", + "num-traits", ] -name = "approx" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.5.1" [[package]] +name = "aquamarine" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "21cc1548309245035eb18aa7f0967da6bc65587005170c56e6ef2788a4cf3f4e" dependencies = [ - "include_dir", - "itertools 0.10.5", - "proc-macro-error", - "proc-macro2", - "quote", - "syn 2.0.76", + "include_dir", + "itertools 0.10.5", + "proc-macro-error", + "proc-macro2", + "quote", + "syn 2.0.76", ] -name = "aquamarine" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.5.0" [[package]] +name = "ark-bls12-377" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fb00293ba84f51ce3bd026bd0de55899c4e68f0a39a5728cebae3a73ffdc0a4f" dependencies = [ - "ark-ec", - "ark-ff", - "ark-std", + "ark-ec", + "ark-ff", + "ark-std", ] -name = "ark-bls12-377" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.0" [[package]] +name = "ark-bls12-381" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c775f0d12169cba7aae4caeb547bb6a50781c7449a8aa53793827c9ec4abf488" dependencies = [ - "ark-ec", - "ark-ff", - "ark-serialize", - "ark-std", + "ark-ec", + "ark-ff", + "ark-serialize", + "ark-std", ] -name = "ark-bls12-381" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.0" [[package]] +name = "ark-ec" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "defd9a439d56ac24968cca0571f598a61bc8c55f71d50a89cda591cb750670ba" dependencies = [ - "ark-ff", - "ark-poly", - "ark-serialize", - "ark-std", - "derivative", - "hashbrown 0.13.2", - "itertools 0.10.5", - "num-traits", - "zeroize", + "ark-ff", + "ark-poly", + "ark-serialize", + "ark-std", + "derivative", + "hashbrown 0.13.2", + "itertools 0.10.5", + "num-traits", + "zeroize", ] -name = "ark-ec" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.2" [[package]] +name = "ark-ff" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec847af850f44ad29048935519032c33da8aa03340876d351dfab5660d2966ba" dependencies = [ - "ark-ff-asm", - "ark-ff-macros", - "ark-serialize", - "ark-std", - "derivative", - "digest 0.10.7", - "itertools 0.10.5", - "num-bigint", - "num-traits", - "paste", - "rustc_version", - "zeroize", + "ark-ff-asm", + "ark-ff-macros", + "ark-serialize", + "ark-std", + "derivative", + "digest 0.10.7", + "itertools 0.10.5", + "num-bigint", + "num-traits", + "paste", + "rustc_version", + "zeroize", ] -name = "ark-ff" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.2" [[package]] +name = "ark-ff-asm" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3ed4aa4fe255d0bc6d79373f7e31d2ea147bcf486cba1be5ba7ea85abdb92348" dependencies = [ - "quote", - "syn 1.0.109", + "quote", + "syn 1.0.109", ] -name = "ark-ff-asm" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.2" [[package]] +name = "ark-ff-macros" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7abe79b0e4288889c4574159ab790824d0033b9fdcb2a112a3182fac2e514565" dependencies = [ - "num-bigint", - "num-traits", - "proc-macro2", - "quote", - "syn 1.0.109", + "num-bigint", + "num-traits", + "proc-macro2", + "quote", + "syn 1.0.109", ] -name = "ark-ff-macros" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.2" [[package]] +name = "ark-poly" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d320bfc44ee185d899ccbadfa8bc31aab923ce1558716e1997a1e74057fe86bf" dependencies = [ - "ark-ff", - "ark-serialize", - "ark-std", - "derivative", - "hashbrown 0.13.2", + "ark-ff", + "ark-serialize", + "ark-std", + "derivative", + "hashbrown 0.13.2", ] -name = "ark-poly" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.2" [[package]] +name = "ark-serialize" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "adb7b85a02b83d2f22f89bd5cac66c9c89474240cb6207cb1efc16d098e822a5" dependencies = [ - "ark-serialize-derive", - "ark-std", - "digest 0.10.7", - "num-bigint", + "ark-serialize-derive", + "ark-std", + "digest 0.10.7", + "num-bigint", ] -name = "ark-serialize" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.2" [[package]] +name = "ark-serialize-derive" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ae3281bc6d0fd7e549af32b52511e1302185bd688fd3359fa36423346ff682ea" dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", + "proc-macro2", + "quote", + "syn 1.0.109", ] -name = "ark-serialize-derive" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.2" [[package]] +name = "ark-std" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185" dependencies = [ - "num-traits", - "rand 0.8.5", + "num-traits", + "rand 0.8.5", ] -name = "ark-std" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.0" [[package]] -checksum = "5d5dde061bd34119e902bbb2d9b90c5692635cf59fb91d582c2b68043f1b8293" name = "array-bytes" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "6.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5d5dde061bd34119e902bbb2d9b90c5692635cf59fb91d582c2b68043f1b8293" [[package]] -checksum = "9d151e35f61089500b617991b791fc8bfd237ae50cd5950803758a179b41e67a" name = "arrayref" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.3.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9d151e35f61089500b617991b791fc8bfd237ae50cd5950803758a179b41e67a" [[package]] +name = "arrayvec" +version = "0.4.12" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9" dependencies = [ - "nodrop", + "nodrop", ] -name = "arrayvec" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.12" [[package]] -checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" name = "arrayvec" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.7.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" [[package]] +name = "asn1-rs" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f6fd5ddaf0351dff5b8da21b2fb4ff8e08ddd02857f0bf69c47639106c0fff0" dependencies = [ - "asn1-rs-derive 0.4.0", - "asn1-rs-impl 0.1.0", - "displaydoc", - "nom", - "num-traits", - "rusticata-macros", - "thiserror", - "time", + "asn1-rs-derive 0.4.0", + "asn1-rs-impl 0.1.0", + "displaydoc", + "nom", + "num-traits", + "rusticata-macros", + "thiserror", + "time", ] -name = "asn1-rs" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.5.2" [[package]] +name = "asn1-rs" +version = "0.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5493c3bedbacf7fd7382c6346bbd66687d12bbaad3a89a2d2c303ee6cf20b048" dependencies = [ - "asn1-rs-derive 0.5.1", - "asn1-rs-impl 0.2.0", - "displaydoc", - "nom", - "num-traits", - "rusticata-macros", - "thiserror", - "time", + "asn1-rs-derive 0.5.1", + "asn1-rs-impl 0.2.0", + "displaydoc", + "nom", + "num-traits", + "rusticata-macros", + "thiserror", + "time", ] -name = "asn1-rs" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.6.2" [[package]] +name = "asn1-rs-derive" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "726535892e8eae7e70657b4c8ea93d26b8553afb1ce617caee529ef96d7dee6c" dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", - "synstructure 0.12.6", + "proc-macro2", + "quote", + "syn 1.0.109", + "synstructure 0.12.6", ] -name = "asn1-rs-derive" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.0" [[package]] +name = "asn1-rs-derive" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "965c2d33e53cb6b267e148a4cb0760bc01f4904c1cd4bb4002a085bb016d1490" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", - "synstructure 0.13.1", + "proc-macro2", + "quote", + "syn 2.0.76", + "synstructure 0.13.1", ] -name = "asn1-rs-derive" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.5.1" [[package]] +name = "asn1-rs-impl" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2777730b2039ac0f95f093556e61b6d26cebed5393ca6f152717777cec3a42ed" dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", + "proc-macro2", + "quote", + "syn 1.0.109", ] -name = "asn1-rs-impl" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.0" [[package]] +name = "asn1-rs-impl" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro2", + "quote", + "syn 2.0.76", ] -name = "asn1-rs-impl" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.0" [[package]] +name = "assert_cmd" +version = "2.0.16" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dc1835b7f27878de8525dc71410b5a31cdcc5f230aed5ba5df968e09c201b23d" dependencies = [ - "anstyle", - "bstr", - "doc-comment", - "libc", - "predicates 3.1.2", - "predicates-core", - "predicates-tree", - "wait-timeout", + "anstyle", + "bstr", + "doc-comment", + "libc", + "predicates 3.1.2", + "predicates-core", + "predicates-tree", + "wait-timeout", ] -name = "assert_cmd" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "2.0.16" [[package]] -checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" name = "assert_matches" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" [[package]] -dependencies = [ - "sp-api", - "sp-consensus-slots", -] name = "async-backing-primitives" -source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" version = "0.9.0" - -[[package]] -checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35" +source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" dependencies = [ - "concurrent-queue", - "event-listener 2.5.3", - "futures-core", + "sp-api", + "sp-consensus-slots", ] -name = "async-channel" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.9.0" [[package]] -checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a" +name = "async-channel" +version = "1.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35" dependencies = [ - "concurrent-queue", - "event-listener-strategy", - "futures-core", - "pin-project-lite", + "concurrent-queue", + "event-listener 2.5.3", + "futures-core", ] + +[[package]] name = "async-channel" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "2.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a" +dependencies = [ + "concurrent-queue", + "event-listener-strategy", + "futures-core", + "pin-project-lite", +] [[package]] +name = "async-executor" +version = "1.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d7ebdfa2ebdab6b1760375fa7d6f382b9f486eac35fc994625a00e89280bdbb7" dependencies = [ - "async-task", - "concurrent-queue", - "fastrand 2.1.1", - "futures-lite 2.3.0", - "slab", + "async-task", + "concurrent-queue", + "fastrand 2.1.1", + "futures-lite 2.3.0", + "slab", ] -name = "async-executor" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.13.0" [[package]] +name = "async-fs" +version = "1.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06" dependencies = [ - "async-lock 2.8.0", - "autocfg", - "blocking", - "futures-lite 1.13.0", + "async-lock 2.8.0", + "autocfg", + "blocking", + "futures-lite 1.13.0", ] -name = "async-fs" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.6.0" [[package]] +name = "async-io" +version = "1.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af" dependencies = [ - "async-lock 2.8.0", - "autocfg", - "cfg-if", - "concurrent-queue", - "futures-lite 1.13.0", - "log", - "parking", - "polling 2.8.0", - "rustix 0.37.27", - "slab", - "socket2 0.4.10", - "waker-fn", + "async-lock 2.8.0", + "autocfg", + "cfg-if", + "concurrent-queue", + "futures-lite 1.13.0", + "log", + "parking", + "polling 2.8.0", + "rustix 0.37.27", + "slab", + "socket2 0.4.10", + "waker-fn", ] -name = "async-io" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.13.0" [[package]] +name = "async-io" +version = "2.3.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "444b0228950ee6501b3568d3c93bf1176a1fdbc3b758dcd9475046d30f4dc7e8" dependencies = [ - "async-lock 3.4.0", - "cfg-if", - "concurrent-queue", - "futures-io", - "futures-lite 2.3.0", - "parking", - "polling 3.7.3", - "rustix 0.38.35", - "slab", - "tracing", - "windows-sys 0.59.0", + "async-lock 3.4.0", + "cfg-if", + "concurrent-queue", + "futures-io", + "futures-lite 2.3.0", + "parking", + "polling 3.7.3", + "rustix 0.38.35", + "slab", + "tracing", + "windows-sys 0.59.0", ] -name = "async-io" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "2.3.4" [[package]] +name = "async-lock" +version = "2.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b" dependencies = [ - "event-listener 2.5.3", + "event-listener 2.5.3", ] -name = "async-lock" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "2.8.0" [[package]] +name = "async-lock" +version = "3.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18" dependencies = [ - "event-listener 5.3.1", - "event-listener-strategy", - "pin-project-lite", + "event-listener 5.3.1", + "event-listener-strategy", + "pin-project-lite", ] -name = "async-lock" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "3.4.0" [[package]] +name = "async-net" +version = "1.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0434b1ed18ce1cf5769b8ac540e33f01fa9471058b5e89da9e06f3c882a8c12f" dependencies = [ - "async-io 1.13.0", - "blocking", - "futures-lite 1.13.0", + "async-io 1.13.0", + "blocking", + "futures-lite 1.13.0", ] -name = "async-net" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.8.0" [[package]] +name = "async-process" +version = "1.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88" dependencies = [ - "async-io 1.13.0", - "async-lock 2.8.0", - "async-signal", - "blocking", - "cfg-if", - "event-listener 3.1.0", - "futures-lite 1.13.0", - "rustix 0.38.35", - "windows-sys 0.48.0", + "async-io 1.13.0", + "async-lock 2.8.0", + "async-signal", + "blocking", + "cfg-if", + "event-listener 3.1.0", + "futures-lite 1.13.0", + "rustix 0.38.35", + "windows-sys 0.48.0", ] -name = "async-process" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.8.1" [[package]] +name = "async-signal" +version = "0.2.10" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3" dependencies = [ - "async-io 2.3.4", - "async-lock 3.4.0", - "atomic-waker", - "cfg-if", - "futures-core", - "futures-io", - "rustix 0.38.35", - "signal-hook-registry", - "slab", - "windows-sys 0.59.0", + "async-io 2.3.4", + "async-lock 3.4.0", + "atomic-waker", + "cfg-if", + "futures-core", + "futures-io", + "rustix 0.38.35", + "signal-hook-registry", + "slab", + "windows-sys 0.59.0", ] -name = "async-signal" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.10" [[package]] -checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" name = "async-task" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "4.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" [[package]] +name = "async-trait" +version = "0.1.81" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro2", + "quote", + "syn 2.0.76", ] -name = "async-trait" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.81" [[package]] +name = "asynchronous-codec" +version = "0.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4057f2c32adbb2fc158e22fb38433c8e9bbf76b75a4732c7c0cbaf695fb65568" dependencies = [ - "bytes", - "futures-sink", - "futures-util", - "memchr", - "pin-project-lite", + "bytes", + "futures-sink", + "futures-util", + "memchr", + "pin-project-lite", ] -name = "asynchronous-codec" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.6.2" [[package]] +name = "atoi" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528" dependencies = [ - "num-traits", + "num-traits", ] -name = "atoi" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "2.0.0" [[package]] -checksum = "a8ab6b55fe97976e46f91ddbed8d147d966475dc29b2032757ba47e02376fbc3" name = "atomic-take" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a8ab6b55fe97976e46f91ddbed8d147d966475dc29b2032757ba47e02376fbc3" [[package]] -checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" name = "atomic-waker" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" [[package]] +name = "attohttpc" +version = "0.24.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8d9a9bf8b79a749ee0b911b91b671cc2b6c670bdbc7e3dfd537576ddc94bb2a2" dependencies = [ - "http 0.2.12", - "log", - "url", + "http 0.2.12", + "log", + "url", ] -name = "attohttpc" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.24.1" [[package]] +name = "auto_impl" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3c87f3f15e7794432337fc718554eaa4dc8f04c9677a950ffe366f20a162ae42" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro2", + "quote", + "syn 2.0.76", ] -name = "auto_impl" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.2.0" [[package]] -checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" name = "autocfg" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" [[package]] +name = "backtrace" +version = "0.3.73" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a" dependencies = [ - "addr2line 0.22.0", - "cc", - "cfg-if", - "libc", - "miniz_oxide", - "object 0.36.3", - "rustc-demangle", + "addr2line 0.22.0", + "cc", + "cfg-if", + "libc", + "miniz_oxide", + "object 0.36.3", + "rustc-demangle", ] -name = "backtrace" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.73" [[package]] -checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" name = "base-x" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.2.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" [[package]] -checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" name = "base16ct" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" [[package]] -checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" name = "base64" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" [[package]] -checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" name = "base64" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.21.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" [[package]] -checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" name = "base64" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.22.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] -checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" name = "base64ct" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" [[package]] +name = "beef" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1" dependencies = [ - "serde", + "serde", ] -name = "beef" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.5.2" [[package]] -dependencies = [ - "hash-db", - "log", -] name = "binary-merkle-tree" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" version = "15.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +dependencies = [ + "hash-db", + "log", +] [[package]] +name = "bincode" +version = "1.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" dependencies = [ - "serde", + "serde", ] -name = "bincode" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.3.3" [[package]] +name = "bindgen" +version = "0.65.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cfdf7b466f9a4903edc73f95d6d2bcd5baf8ae620638762244d3f60143643cc5" dependencies = [ - "bitflags 1.3.2", - "cexpr", - "clang-sys", - "lazy_static", - "lazycell", - "peeking_take_while", - "prettyplease 0.2.22", - "proc-macro2", - "quote", - "regex", - "rustc-hash", - "shlex", - "syn 2.0.76", + "bitflags 1.3.2", + "cexpr", + "clang-sys", + "lazy_static", + "lazycell", + "peeking_take_while", + "prettyplease 0.2.22", + "proc-macro2", + "quote", + "regex", + "rustc-hash", + "shlex", + "syn 2.0.76", ] -name = "bindgen" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.65.1" [[package]] +name = "bip32" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "aa13fae8b6255872fd86f7faf4b41168661d7d78609f7bfe6771b85c6739a15b" dependencies = [ - "bs58 0.5.1", - "hmac 0.12.1", - "once_cell", - "pbkdf2 0.12.2", - "rand_core 0.6.4", - "ripemd", - "sha2 0.10.8", - "subtle 2.6.1", - "zeroize", + "bs58 0.5.1", + "hmac 0.12.1", + "once_cell", + "pbkdf2 0.12.2", + "rand_core 0.6.4", + "ripemd", + "sha2 0.10.8", + "subtle 2.6.1", + "zeroize", ] -name = "bip32" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.5.2" [[package]] +name = "bip39" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93f2635620bf0b9d4576eb7bb9a38a55df78bd1205d26fa994b25911a69f212f" dependencies = [ - "bitcoin_hashes 0.11.0", + "bitcoin_hashes 0.11.0", ] -name = "bip39" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "2.0.0" [[package]] -checksum = "9425c3bf7089c983facbae04de54513cce73b41c7f9ff8c845b54e7bc64ebbfb" name = "bitcoin-internals" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9425c3bf7089c983facbae04de54513cce73b41c7f9ff8c845b54e7bc64ebbfb" [[package]] -checksum = "90064b8dee6815a6470d60bad07bbbaee885c0e12d04177138fa3291a01b7bc4" name = "bitcoin_hashes" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "90064b8dee6815a6470d60bad07bbbaee885c0e12d04177138fa3291a01b7bc4" [[package]] +name = "bitcoin_hashes" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1930a4dabfebb8d7d9992db18ebe3ae2876f0a305fab206fd168df931ede293b" dependencies = [ - "bitcoin-internals", - "hex-conservative", + "bitcoin-internals", + "hex-conservative", ] -name = "bitcoin_hashes" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.13.0" [[package]] -checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" name = "bitflags" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] -checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" name = "bitflags" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "2.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" [[package]] +name = "bitvec" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" dependencies = [ - "funty", - "radium", - "serde", - "tap", - "wyz", + "funty", + "radium", + "serde", + "tap", + "wyz", ] -name = "bitvec" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.0.1" [[package]] +name = "blake2" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94cb07b0da6a73955f8fb85d24c466778e70cda767a568229b104f0264089330" dependencies = [ - "byte-tools", - "crypto-mac 0.7.0", - "digest 0.8.1", - "opaque-debug 0.2.3", + "byte-tools", + "crypto-mac 0.7.0", + "digest 0.8.1", + "opaque-debug 0.2.3", ] -name = "blake2" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.8.1" [[package]] +name = "blake2" +version = "0.10.6" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe" dependencies = [ - "digest 0.10.7", + "digest 0.10.7", ] -name = "blake2" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.10.6" [[package]] +name = "blake2-rfc" +version = "0.2.18" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400" dependencies = [ - "arrayvec 0.4.12", - "constant_time_eq 0.1.5", + "arrayvec 0.4.12", + "constant_time_eq 0.1.5", ] -name = "blake2-rfc" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.18" [[package]] +name = "blake2b_simd" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "23285ad32269793932e830392f2fe2f83e26488fd3ec778883a93c8323735780" dependencies = [ - "arrayref", - "arrayvec 0.7.6", - "constant_time_eq 0.3.1", + "arrayref", + "arrayvec 0.7.6", + "constant_time_eq 0.3.1", ] -name = "blake2b_simd" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.0.2" [[package]] +name = "blake2s_simd" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94230421e395b9920d23df13ea5d77a20e1725331f90fbbf6df6040b33f756ae" dependencies = [ - "arrayref", - "arrayvec 0.7.6", - "constant_time_eq 0.3.1", + "arrayref", + "arrayvec 0.7.6", + "constant_time_eq 0.3.1", ] -name = "blake2s_simd" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.0.2" [[package]] +name = "blake3" +version = "1.5.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d82033247fd8e890df8f740e407ad4d038debb9eb1f40533fffb32e7d17dc6f7" dependencies = [ - "arrayref", - "arrayvec 0.7.6", - "cc", - "cfg-if", - "constant_time_eq 0.3.1", + "arrayref", + "arrayvec 0.7.6", + "cc", + "cfg-if", + "constant_time_eq 0.3.1", ] -name = "blake3" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.5.4" [[package]] +name = "block-buffer" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" dependencies = [ - "generic-array 0.14.7", + "generic-array 0.14.7", ] -name = "block-buffer" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.9.0" [[package]] +name = "block-buffer" +version = "0.10.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" dependencies = [ - "generic-array 0.14.7", + "generic-array 0.14.7", ] -name = "block-buffer" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.10.4" [[package]] +name = "blocking" +version = "1.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea" dependencies = [ - "async-channel 2.3.1", - "async-task", - "futures-io", - "futures-lite 2.3.0", - "piper", + "async-channel 2.3.1", + "async-task", + "futures-io", + "futures-lite 2.3.0", + "piper", ] -name = "blocking" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.6.1" [[package]] +name = "bounded-collections" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d32385ecb91a31bddaf908e8dcf4a15aef1bcd3913cc03ebfad02ff6d568abc1" dependencies = [ - "log", - "parity-scale-codec", - "scale-info", - "serde", + "log", + "parity-scale-codec", + "scale-info", + "serde", ] -name = "bounded-collections" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.0" [[package]] +name = "bounded-vec" +version = "0.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "68534a48cbf63a4b1323c433cf21238c9ec23711e0df13b08c33e5c2082663ce" dependencies = [ - "thiserror", + "thiserror", ] -name = "bounded-vec" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.7.1" [[package]] -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-runtime", -] name = "bp-xcm-bridge-hub-router" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" version = "0.14.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +dependencies = [ + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-runtime", +] [[package]] -checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3" name = "bs58" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3" [[package]] +name = "bs58" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4" dependencies = [ - "sha2 0.10.8", - "tinyvec", + "sha2 0.10.8", + "tinyvec", ] -name = "bs58" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.5.1" [[package]] +name = "bstr" +version = "1.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c" dependencies = [ - "memchr", - "regex-automata 0.4.7", - "serde", + "memchr", + "regex-automata 0.4.7", + "serde", ] -name = "bstr" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.10.0" [[package]] +name = "build-helper" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bdce191bf3fa4995ce948c8c83b4640a1745457a149e73c6db75b4ffe36aad5f" dependencies = [ - "semver 0.6.0", + "semver 0.6.0", ] -name = "build-helper" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.1" [[package]] -checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" name = "bumpalo" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "3.16.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" [[package]] -checksum = "c3ac9f8b63eca6fd385229b3675f6cc0dc5c8a5c8a54a59d4f52ffd670d87b0c" name = "byte-slice-cast" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c3ac9f8b63eca6fd385229b3675f6cc0dc5c8a5c8a54a59d4f52ffd670d87b0c" [[package]] -checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" name = "byte-tools" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" [[package]] -checksum = "773d90827bc3feecfb67fab12e24de0749aad83c74b9504ecde46237b5cd24e2" name = "bytemuck" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.17.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "773d90827bc3feecfb67fab12e24de0749aad83c74b9504ecde46237b5cd24e2" [[package]] -checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" name = "byteorder" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] -checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50" name = "bytes" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50" [[package]] +name = "bzip2-sys" +version = "0.1.11+1.0.8" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc" dependencies = [ - "cc", - "libc", - "pkg-config", + "cc", + "libc", + "pkg-config", ] -name = "bzip2-sys" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.11+1.0.8" [[package]] +name = "c2-chacha" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d27dae93fe7b1e0424dc57179ac396908c26b035a87234809f5c4dfd1b47dc80" dependencies = [ - "cipher 0.2.5", - "ppv-lite86", + "cipher 0.2.5", + "ppv-lite86", ] -name = "c2-chacha" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.3" [[package]] +name = "camino" +version = "1.1.9" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3" dependencies = [ - "serde", + "serde", ] -name = "camino" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.1.9" [[package]] +name = "cargo-platform" +version = "0.1.8" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc" dependencies = [ - "serde", + "serde", ] -name = "cargo-platform" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.8" [[package]] +name = "cargo_metadata" +version = "0.15.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a" dependencies = [ - "camino", - "cargo-platform", - "semver 1.0.23", - "serde", - "serde_json", - "thiserror", + "camino", + "cargo-platform", + "semver 1.0.23", + "serde", + "serde_json", + "thiserror", ] -name = "cargo_metadata" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.15.4" [[package]] -checksum = "fd6c0e7b807d60291f42f33f58480c0bfafe28ed08286446f45e463728cf9c1c" name = "case" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd6c0e7b807d60291f42f33f58480c0bfafe28ed08286446f45e463728cf9c1c" [[package]] +name = "cc" +version = "1.1.15" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "57b6a275aa2903740dc87da01c62040406b8812552e97129a63ea8850a17c6e6" dependencies = [ - "jobserver", - "libc", - "shlex", + "jobserver", + "libc", + "shlex", ] -name = "cc" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.1.15" [[package]] -checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" name = "cesu8" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" [[package]] +name = "cexpr" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" dependencies = [ - "nom", + "nom", ] -name = "cexpr" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.6.0" [[package]] +name = "cfg-expr" +version = "0.15.8" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02" dependencies = [ - "smallvec", + "smallvec", ] -name = "cfg-expr" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.15.8" [[package]] -checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" name = "cfg-if" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] -checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" name = "cfg_aliases" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" [[package]] +name = "chacha" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ddf3c081b5fba1e5615640aae998e0fbd10c24cbd897ee39ed754a77601a4862" dependencies = [ - "byteorder", - "keystream", + "byteorder", + "keystream", ] -name = "chacha" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.0" [[package]] +name = "chacha20" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818" dependencies = [ - "cfg-if", - "cipher 0.4.4", - "cpufeatures", + "cfg-if", + "cipher 0.4.4", + "cpufeatures", ] -name = "chacha20" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.9.1" [[package]] +name = "chacha20poly1305" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "10cd79432192d1c0f4e1a0fef9527696cc039165d729fb41b3f4f4f354c2dc35" dependencies = [ - "aead", - "chacha20", - "cipher 0.4.4", - "poly1305", - "zeroize", + "aead", + "chacha20", + "cipher 0.4.4", + "poly1305", + "zeroize", ] -name = "chacha20poly1305" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.10.1" [[package]] +name = "chrono" +version = "0.4.38" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" dependencies = [ - "android-tzdata", - "iana-time-zone", - "js-sys", - "num-traits", - "wasm-bindgen", - "windows-targets 0.52.6", + "android-tzdata", + "iana-time-zone", + "js-sys", + "num-traits", + "wasm-bindgen", + "windows-targets 0.52.6", ] -name = "chrono" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.38" [[package]] +name = "cid" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b9b68e3193982cd54187d71afdb2a271ad4cf8af157858e9cb911b91321de143" dependencies = [ - "core2", - "multibase", - "multihash 0.17.0", - "serde", - "unsigned-varint 0.7.2", + "core2", + "multibase", + "multihash 0.17.0", + "serde", + "unsigned-varint 0.7.2", ] -name = "cid" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.9.0" [[package]] +name = "cid" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fd94671561e36e4e7de75f753f577edafb0e7c05d6e4547229fdf7938fbcd2c3" dependencies = [ - "core2", - "multibase", - "multihash 0.18.1", - "serde", - "unsigned-varint 0.7.2", + "core2", + "multibase", + "multihash 0.18.1", + "serde", + "unsigned-varint 0.7.2", ] -name = "cid" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.10.1" [[package]] +name = "cipher" +version = "0.2.5" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801" dependencies = [ - "generic-array 0.14.7", + "generic-array 0.14.7", ] -name = "cipher" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.5" [[package]] +name = "cipher" +version = "0.4.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" dependencies = [ - "crypto-common", - "inout", - "zeroize", + "crypto-common", + "inout", + "zeroize", ] -name = "cipher" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.4" [[package]] +name = "clang-sys" +version = "1.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" dependencies = [ - "glob", - "libc", - "libloading", + "glob", + "libc", + "libloading", ] -name = "clang-sys" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.8.1" [[package]] +name = "clap" +version = "4.5.16" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ed6719fffa43d0d87e5fd8caeab59be1554fb028cd30edc88fc4369b17971019" dependencies = [ - "clap_builder", - "clap_derive", + "clap_builder", + "clap_derive", ] -name = "clap" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "4.5.16" [[package]] +name = "clap-num" +version = "1.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0e063d263364859dc54fb064cedb7c122740cd4733644b14b176c097f51e8ab7" dependencies = [ - "num-traits", + "num-traits", ] -name = "clap-num" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.1.1" [[package]] +name = "clap_builder" +version = "4.5.15" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "216aec2b177652e3846684cbfe25c9964d18ec45234f0f5da5157b207ed1aab6" dependencies = [ - "anstream", - "anstyle", - "clap_lex", - "strsim", - "terminal_size", + "anstream", + "anstyle", + "clap_lex", + "strsim", + "terminal_size", ] -name = "clap_builder" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "4.5.15" [[package]] +name = "clap_derive" +version = "4.5.13" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "501d359d5f3dcaf6ecdeee48833ae73ec6e42723a1e52419c79abf9507eec0a0" dependencies = [ - "heck 0.5.0", - "proc-macro2", - "quote", - "syn 2.0.76", + "heck 0.5.0", + "proc-macro2", + "quote", + "syn 2.0.76", ] -name = "clap_derive" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "4.5.13" [[package]] -checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97" name = "clap_lex" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.7.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97" [[package]] +name = "coarsetime" +version = "0.1.34" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "13b3839cf01bb7960114be3ccf2340f541b6d0c81f8690b007b2b39f750f7e5d" dependencies = [ - "libc", - "wasix", - "wasm-bindgen", + "libc", + "wasix", + "wasm-bindgen", ] -name = "coarsetime" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.34" [[package]] +name = "codespan-reporting" +version = "0.11.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" dependencies = [ - "termcolor", - "unicode-width", + "termcolor", + "unicode-width", ] -name = "codespan-reporting" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.11.1" [[package]] -checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0" name = "colorchoice" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0" [[package]] +name = "combine" +version = "4.6.7" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" dependencies = [ - "bytes", - "memchr", + "bytes", + "memchr", ] -name = "combine" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "4.6.7" [[package]] +name = "comfy-table" +version = "7.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b34115915337defe99b2aff5c2ce6771e5fbc4079f4b506301f5cf394c8452f7" dependencies = [ - "strum 0.26.3", - "strum_macros 0.26.4", - "unicode-width", + "strum 0.26.3", + "strum_macros 0.26.4", + "unicode-width", ] -name = "comfy-table" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "7.1.1" [[package]] -checksum = "2382f75942f4b3be3690fe4f86365e9c853c1587d6ee58212cebf6e2a9ccd101" name = "common-path" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2382f75942f4b3be3690fe4f86365e9c853c1587d6ee58212cebf6e2a9ccd101" [[package]] +name = "concurrent-queue" +version = "2.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" dependencies = [ - "crossbeam-utils", + "crossbeam-utils", ] -name = "concurrent-queue" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "2.5.0" [[package]] -checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" -dependencies = [ - "encode_unicode", - "lazy_static", - "libc", - "unicode-width", - "windows-sys 0.52.0", -] name = "console" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.15.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" +dependencies = [ + "encode_unicode", + "lazy_static", + "libc", + "unicode-width", + "windows-sys 0.52.0", +] [[package]] -checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" name = "const-oid" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.9.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" [[package]] +name = "const-random" +version = "0.1.18" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359" dependencies = [ - "const-random-macro", + "const-random-macro", ] -name = "const-random" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.18" [[package]] +name = "const-random-macro" +version = "0.1.16" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e" dependencies = [ - "getrandom 0.2.15", - "once_cell", - "tiny-keccak", + "getrandom 0.2.15", + "once_cell", + "tiny-keccak", ] -name = "const-random-macro" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.16" [[package]] -checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" name = "constant_time_eq" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" [[package]] -checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" name = "constant_time_eq" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" [[package]] -checksum = "cd7e35aee659887cbfb97aaf227ac12cad1a9d7c71e55ff3376839ed4e282d08" name = "constcat" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cd7e35aee659887cbfb97aaf227ac12cad1a9d7c71e55ff3376839ed4e282d08" [[package]] -checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" name = "convert_case" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" [[package]] +name = "core-foundation" +version = "0.9.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" dependencies = [ - "core-foundation-sys", - "libc", + "core-foundation-sys", + "libc", ] -name = "core-foundation" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.9.4" [[package]] -checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" name = "core-foundation-sys" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.8.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" [[package]] +name = "core2" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" dependencies = [ - "memchr", + "memchr", ] -name = "core2" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.0" [[package]] +name = "cpp_demangle" +version = "0.3.5" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f" dependencies = [ - "cfg-if", + "cfg-if", ] -name = "cpp_demangle" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.5" [[package]] +name = "cpu-time" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e9e393a7668fe1fad3075085b86c781883000b4ede868f43627b34a87c8b7ded" dependencies = [ - "libc", - "winapi", + "libc", + "winapi", ] -name = "cpu-time" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.0.0" [[package]] +name = "cpufeatures" +version = "0.2.13" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "51e852e6dc9a5bed1fae92dd2375037bf2b768725bf3be87811edee3249d09ad" dependencies = [ - "libc", + "libc", ] -name = "cpufeatures" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.13" [[package]] +name = "cranelift-bforest" +version = "0.95.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1277fbfa94bc82c8ec4af2ded3e639d49ca5f7f3c7eeab2c66accd135ece4e70" dependencies = [ - "cranelift-entity", + "cranelift-entity", ] -name = "cranelift-bforest" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.95.1" [[package]] +name = "cranelift-codegen" +version = "0.95.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c6e8c31ad3b2270e9aeec38723888fe1b0ace3bea2b06b3f749ccf46661d3220" dependencies = [ - "bumpalo", - "cranelift-bforest", - "cranelift-codegen-meta", - "cranelift-codegen-shared", - "cranelift-entity", - "cranelift-isle", - "gimli 0.27.3", - "hashbrown 0.13.2", - "log", - "regalloc2 0.6.1", - "smallvec", - "target-lexicon", + "bumpalo", + "cranelift-bforest", + "cranelift-codegen-meta", + "cranelift-codegen-shared", + "cranelift-entity", + "cranelift-isle", + "gimli 0.27.3", + "hashbrown 0.13.2", + "log", + "regalloc2 0.6.1", + "smallvec", + "target-lexicon", ] -name = "cranelift-codegen" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.95.1" [[package]] +name = "cranelift-codegen-meta" +version = "0.95.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c8ac5ac30d62b2d66f12651f6b606dbdfd9c2cfd0908de6b387560a277c5c9da" dependencies = [ - "cranelift-codegen-shared", + "cranelift-codegen-shared", ] -name = "cranelift-codegen-meta" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.95.1" [[package]] -checksum = "dd82b8b376247834b59ed9bdc0ddeb50f517452827d4a11bccf5937b213748b8" name = "cranelift-codegen-shared" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.95.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dd82b8b376247834b59ed9bdc0ddeb50f517452827d4a11bccf5937b213748b8" [[package]] +name = "cranelift-entity" +version = "0.95.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "40099d38061b37e505e63f89bab52199037a72b931ad4868d9089ff7268660b0" dependencies = [ - "serde", + "serde", ] -name = "cranelift-entity" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.95.1" [[package]] +name = "cranelift-frontend" +version = "0.95.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "64a25d9d0a0ae3079c463c34115ec59507b4707175454f0eee0891e83e30e82d" dependencies = [ - "cranelift-codegen", - "log", - "smallvec", - "target-lexicon", + "cranelift-codegen", + "log", + "smallvec", + "target-lexicon", ] -name = "cranelift-frontend" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.95.1" [[package]] -checksum = "80de6a7d0486e4acbd5f9f87ec49912bf4c8fb6aea00087b989685460d4469ba" name = "cranelift-isle" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.95.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "80de6a7d0486e4acbd5f9f87ec49912bf4c8fb6aea00087b989685460d4469ba" [[package]] +name = "cranelift-native" +version = "0.95.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bb6b03e0e03801c4b3fd8ce0758a94750c07a44e7944cc0ffbf0d3f2e7c79b00" dependencies = [ - "cranelift-codegen", - "libc", - "target-lexicon", + "cranelift-codegen", + "libc", + "target-lexicon", ] -name = "cranelift-native" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.95.1" [[package]] +name = "cranelift-wasm" +version = "0.95.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ff3220489a3d928ad91e59dd7aeaa8b3de18afb554a6211213673a71c90737ac" dependencies = [ - "cranelift-codegen", - "cranelift-entity", - "cranelift-frontend", - "itertools 0.10.5", - "log", - "smallvec", - "wasmparser", - "wasmtime-types", + "cranelift-codegen", + "cranelift-entity", + "cranelift-frontend", + "itertools 0.10.5", + "log", + "smallvec", + "wasmparser", + "wasmtime-types", ] -name = "cranelift-wasm" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.95.1" [[package]] +name = "crc" +version = "3.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636" dependencies = [ - "crc-catalog", + "crc-catalog", ] -name = "crc" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "3.2.1" [[package]] -checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" name = "crc-catalog" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "2.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" [[package]] +name = "crc32fast" +version = "1.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" dependencies = [ - "cfg-if", + "cfg-if", ] -name = "crc32fast" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.4.2" [[package]] +name = "crossbeam-deque" +version = "0.8.5" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" dependencies = [ - "crossbeam-epoch", - "crossbeam-utils", + "crossbeam-epoch", + "crossbeam-utils", ] -name = "crossbeam-deque" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.8.5" [[package]] +name = "crossbeam-epoch" +version = "0.9.18" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" dependencies = [ - "crossbeam-utils", + "crossbeam-utils", ] -name = "crossbeam-epoch" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.9.18" [[package]] +name = "crossbeam-queue" +version = "0.3.11" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35" dependencies = [ - "crossbeam-utils", + "crossbeam-utils", ] -name = "crossbeam-queue" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.11" [[package]] -checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" name = "crossbeam-utils" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.8.20" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" [[package]] -checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" name = "crunchy" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" [[package]] +name = "crypto-bigint" +version = "0.5.5" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" dependencies = [ - "generic-array 0.14.7", - "rand_core 0.6.4", - "subtle 2.6.1", - "zeroize", + "generic-array 0.14.7", + "rand_core 0.6.4", + "subtle 2.6.1", + "zeroize", ] -name = "crypto-bigint" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.5.5" [[package]] +name = "crypto-common" +version = "0.1.6" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" dependencies = [ - "generic-array 0.14.7", - "rand_core 0.6.4", - "typenum", + "generic-array 0.14.7", + "rand_core 0.6.4", + "typenum", ] -name = "crypto-common" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.6" [[package]] +name = "crypto-mac" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5" dependencies = [ - "generic-array 0.12.4", - "subtle 1.0.0", + "generic-array 0.12.4", + "subtle 1.0.0", ] -name = "crypto-mac" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.7.0" [[package]] +name = "crypto-mac" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab" dependencies = [ - "generic-array 0.14.7", - "subtle 2.6.1", + "generic-array 0.14.7", + "subtle 2.6.1", ] -name = "crypto-mac" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.8.0" [[package]] +name = "ctr" +version = "0.9.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835" dependencies = [ - "cipher 0.4.4", + "cipher 0.4.4", ] -name = "ctr" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.9.2" [[package]] -dependencies = [ - "clap", - "parity-scale-codec", - "sc-chain-spec", - "sc-cli", - "sc-client-api", - "sc-service", - "sp-blockchain", - "sp-core", - "sp-runtime", - "url", -] name = "cumulus-client-cli" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" version = "0.17.0" - -[[package]] +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "cumulus-client-consensus-common", - "cumulus-client-network", - "cumulus-primitives-core", - "futures 0.3.30", - "parity-scale-codec", - "parking_lot 0.12.3", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-overseer", - "polkadot-primitives", - "sc-client-api", - "sp-api", - "sp-consensus", - "sp-core", - "sp-runtime", - "tracing", + "clap", + "parity-scale-codec", + "sc-chain-spec", + "sc-cli", + "sc-client-api", + "sc-service", + "sp-blockchain", + "sp-core", + "sp-runtime", + "url", ] -name = "cumulus-client-collator" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.17.0" [[package]] +name = "cumulus-client-collator" +version = "0.17.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "cumulus-client-pov-recovery", - "cumulus-primitives-core", - "cumulus-relay-chain-interface", - "dyn-clone", - "futures 0.3.30", - "log", - "parity-scale-codec", - "polkadot-primitives", - "sc-client-api", - "sc-consensus", - "sc-consensus-babe", - "schnellru", - "sp-blockchain", - "sp-consensus", - "sp-consensus-slots", - "sp-core", - "sp-runtime", - "sp-timestamp", - "sp-trie", - "sp-version", - "substrate-prometheus-endpoint", - "tracing", + "cumulus-client-consensus-common", + "cumulus-client-network", + "cumulus-primitives-core", + "futures 0.3.30", + "parity-scale-codec", + "parking_lot 0.12.3", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-overseer", + "polkadot-primitives", + "sc-client-api", + "sp-api", + "sp-consensus", + "sp-core", + "sp-runtime", + "tracing", ] -name = "cumulus-client-consensus-common" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.17.0" [[package]] +name = "cumulus-client-consensus-common" +version = "0.17.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "anyhow", - "async-trait", - "cumulus-primitives-parachain-inherent", - "sp-consensus", - "sp-inherents", - "sp-runtime", - "sp-state-machine", - "thiserror", + "async-trait", + "cumulus-client-pov-recovery", + "cumulus-primitives-core", + "cumulus-relay-chain-interface", + "dyn-clone", + "futures 0.3.30", + "log", + "parity-scale-codec", + "polkadot-primitives", + "sc-client-api", + "sc-consensus", + "sc-consensus-babe", + "schnellru", + "sp-blockchain", + "sp-consensus", + "sp-consensus-slots", + "sp-core", + "sp-runtime", + "sp-timestamp", + "sp-trie", + "sp-version", + "substrate-prometheus-endpoint", + "tracing", ] -name = "cumulus-client-consensus-proposer" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.15.0" [[package]] +name = "cumulus-client-consensus-proposer" +version = "0.15.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "cumulus-client-consensus-common", - "cumulus-primitives-core", - "cumulus-relay-chain-interface", - "futures 0.3.30", - "parking_lot 0.12.3", - "sc-consensus", - "sp-api", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-inherents", - "sp-runtime", - "substrate-prometheus-endpoint", - "tracing", + "anyhow", + "async-trait", + "cumulus-primitives-parachain-inherent", + "sp-consensus", + "sp-inherents", + "sp-runtime", + "sp-state-machine", + "thiserror", ] -name = "cumulus-client-consensus-relay-chain" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.17.0" [[package]] +name = "cumulus-client-consensus-relay-chain" +version = "0.17.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "cumulus-relay-chain-interface", - "futures 0.3.30", - "futures-timer", - "parity-scale-codec", - "parking_lot 0.12.3", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-parachain-primitives", - "polkadot-primitives", - "sc-client-api", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-runtime", - "sp-state-machine", - "sp-version", - "tracing", + "async-trait", + "cumulus-client-consensus-common", + "cumulus-primitives-core", + "cumulus-relay-chain-interface", + "futures 0.3.30", + "parking_lot 0.12.3", + "sc-consensus", + "sp-api", + "sp-block-builder", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-inherents", + "sp-runtime", + "substrate-prometheus-endpoint", + "tracing", ] -name = "cumulus-client-network" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.17.0" [[package]] +name = "cumulus-client-network" +version = "0.17.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "cumulus-primitives-core", - "cumulus-primitives-parachain-inherent", - "cumulus-relay-chain-interface", - "cumulus-test-relay-sproof-builder", - "parity-scale-codec", - "sc-client-api", - "sp-api", - "sp-crypto-hashing", - "sp-inherents", - "sp-runtime", - "sp-state-machine", - "sp-storage", - "sp-trie", - "tracing", + "async-trait", + "cumulus-relay-chain-interface", + "futures 0.3.30", + "futures-timer", + "parity-scale-codec", + "parking_lot 0.12.3", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-parachain-primitives", + "polkadot-primitives", + "sc-client-api", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-runtime", + "sp-state-machine", + "sp-version", + "tracing", ] -name = "cumulus-client-parachain-inherent" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.11.0" [[package]] +name = "cumulus-client-parachain-inherent" +version = "0.11.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "cumulus-primitives-core", - "cumulus-relay-chain-interface", - "futures 0.3.30", - "futures-timer", - "parity-scale-codec", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-overseer", - "polkadot-primitives", - "rand 0.8.5", - "sc-client-api", - "sc-consensus", - "sp-api", - "sp-consensus", - "sp-maybe-compressed-blob", - "sp-runtime", - "sp-version", - "tracing", + "async-trait", + "cumulus-primitives-core", + "cumulus-primitives-parachain-inherent", + "cumulus-relay-chain-interface", + "cumulus-test-relay-sproof-builder", + "parity-scale-codec", + "sc-client-api", + "sp-api", + "sp-crypto-hashing", + "sp-inherents", + "sp-runtime", + "sp-state-machine", + "sp-storage", + "sp-trie", + "tracing", ] -name = "cumulus-client-pov-recovery" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.17.0" [[package]] +name = "cumulus-client-pov-recovery" +version = "0.17.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "cumulus-client-cli", - "cumulus-client-collator", - "cumulus-client-consensus-common", - "cumulus-client-network", - "cumulus-client-pov-recovery", - "cumulus-primitives-core", - "cumulus-primitives-proof-size-hostfunction", - "cumulus-relay-chain-inprocess-interface", - "cumulus-relay-chain-interface", - "cumulus-relay-chain-minimal-node", - "futures 0.3.30", - "polkadot-primitives", - "sc-client-api", - "sc-consensus", - "sc-network", - "sc-network-sync", - "sc-network-transactions", - "sc-rpc", - "sc-service", - "sc-sysinfo", - "sc-telemetry", - "sc-transaction-pool", - "sc-utils", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-io", - "sp-runtime", - "sp-transaction-pool", + "async-trait", + "cumulus-primitives-core", + "cumulus-relay-chain-interface", + "futures 0.3.30", + "futures-timer", + "parity-scale-codec", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-overseer", + "polkadot-primitives", + "rand 0.8.5", + "sc-client-api", + "sc-consensus", + "sp-api", + "sp-consensus", + "sp-maybe-compressed-blob", + "sp-runtime", + "sp-version", + "tracing", ] -name = "cumulus-client-service" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.17.0" [[package]] +name = "cumulus-client-service" +version = "0.17.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "cumulus-primitives-core", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-io", - "sp-runtime", - "staging-xcm", + "cumulus-client-cli", + "cumulus-client-collator", + "cumulus-client-consensus-common", + "cumulus-client-network", + "cumulus-client-pov-recovery", + "cumulus-primitives-core", + "cumulus-primitives-proof-size-hostfunction", + "cumulus-relay-chain-inprocess-interface", + "cumulus-relay-chain-interface", + "cumulus-relay-chain-minimal-node", + "futures 0.3.30", + "polkadot-primitives", + "sc-client-api", + "sc-consensus", + "sc-network", + "sc-network-sync", + "sc-network-transactions", + "sc-rpc", + "sc-service", + "sc-sysinfo", + "sc-telemetry", + "sc-transaction-pool", + "sc-utils", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-io", + "sp-runtime", + "sp-transaction-pool", ] -name = "cumulus-pallet-dmp-queue" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.16.0" [[package]] +name = "cumulus-pallet-dmp-queue" +version = "0.16.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "bytes", - "cumulus-pallet-parachain-system-proc-macro", - "cumulus-primitives-core", - "cumulus-primitives-parachain-inherent", - "cumulus-primitives-proof-size-hostfunction", - "environmental", - "frame-benchmarking", - "frame-support", - "frame-system", - "impl-trait-for-tuples", - "log", - "pallet-message-queue", - "parity-scale-codec", - "polkadot-parachain-primitives", - "polkadot-runtime-common", - "polkadot-runtime-parachains", - "scale-info", - "sp-core", - "sp-externalities", - "sp-inherents", - "sp-io", - "sp-runtime", - "sp-state-machine", - "sp-std", - "sp-trie", - "sp-version", - "staging-xcm", - "staging-xcm-builder", - "trie-db", + "cumulus-primitives-core", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "sp-io", + "sp-runtime", + "staging-xcm", ] + +[[package]] name = "cumulus-pallet-parachain-system" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" version = "0.16.0" - -[[package]] +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "proc-macro-crate 3.2.0", - "proc-macro2", - "quote", - "syn 2.0.76", + "bytes", + "cumulus-pallet-parachain-system-proc-macro", + "cumulus-primitives-core", + "cumulus-primitives-parachain-inherent", + "cumulus-primitives-proof-size-hostfunction", + "environmental", + "frame-benchmarking", + "frame-support", + "frame-system", + "impl-trait-for-tuples", + "log", + "pallet-message-queue", + "parity-scale-codec", + "polkadot-parachain-primitives", + "polkadot-runtime-common", + "polkadot-runtime-parachains", + "scale-info", + "sp-core", + "sp-externalities", + "sp-inherents", + "sp-io", + "sp-runtime", + "sp-state-machine", + "sp-std", + "sp-trie", + "sp-version", + "staging-xcm", + "staging-xcm-builder", + "trie-db", ] -name = "cumulus-pallet-parachain-system-proc-macro" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.6.0" [[package]] +name = "cumulus-pallet-parachain-system-proc-macro" +version = "0.6.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "cumulus-primitives-core", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-io", - "sp-runtime", - "staging-xcm", + "proc-macro-crate 3.2.0", + "proc-macro2", + "quote", + "syn 2.0.76", ] -name = "cumulus-pallet-xcm" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.16.0" [[package]] +name = "cumulus-pallet-xcm" +version = "0.16.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "bounded-collections", - "bp-xcm-bridge-hub-router", - "cumulus-primitives-core", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-message-queue", - "parity-scale-codec", - "polkadot-runtime-common", - "polkadot-runtime-parachains", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", + "cumulus-primitives-core", + "frame-support", + "frame-system", + "parity-scale-codec", + "scale-info", + "sp-io", + "sp-runtime", + "staging-xcm", ] -name = "cumulus-pallet-xcmp-queue" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.16.0" [[package]] +name = "cumulus-pallet-xcmp-queue" +version = "0.16.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "parity-scale-codec", - "polkadot-core-primitives", - "polkadot-parachain-primitives", - "polkadot-primitives", - "scale-info", - "sp-api", - "sp-runtime", - "sp-trie", - "staging-xcm", + "bounded-collections", + "bp-xcm-bridge-hub-router", + "cumulus-primitives-core", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "pallet-message-queue", + "parity-scale-codec", + "polkadot-runtime-common", + "polkadot-runtime-parachains", + "scale-info", + "sp-core", + "sp-io", + "sp-runtime", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", ] -name = "cumulus-primitives-core" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.15.0" [[package]] +name = "cumulus-primitives-core" +version = "0.15.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "cumulus-primitives-core", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-state-machine", - "sp-trie", + "parity-scale-codec", + "polkadot-core-primitives", + "polkadot-parachain-primitives", + "polkadot-primitives", + "scale-info", + "sp-api", + "sp-runtime", + "sp-trie", + "staging-xcm", ] -name = "cumulus-primitives-parachain-inherent" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.15.0" [[package]] +name = "cumulus-primitives-parachain-inherent" +version = "0.15.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "sp-externalities", - "sp-runtime-interface", - "sp-trie", + "async-trait", + "cumulus-primitives-core", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-state-machine", + "sp-trie", ] -name = "cumulus-primitives-proof-size-hostfunction" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.10.0" [[package]] +name = "cumulus-primitives-proof-size-hostfunction" +version = "0.10.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "cumulus-primitives-core", - "cumulus-primitives-proof-size-hostfunction", - "docify", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime", + "sp-externalities", + "sp-runtime-interface", + "sp-trie", ] -name = "cumulus-primitives-storage-weight-reclaim" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "7.0.0" [[package]] +name = "cumulus-primitives-storage-weight-reclaim" +version = "7.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "cumulus-primitives-core", - "sp-inherents", - "sp-timestamp", + "cumulus-primitives-core", + "cumulus-primitives-proof-size-hostfunction", + "docify", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "sp-runtime", ] -name = "cumulus-primitives-timestamp" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.15.0" [[package]] +name = "cumulus-primitives-timestamp" +version = "0.15.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "cumulus-primitives-core", - "frame-support", - "log", - "pallet-asset-conversion", - "parity-scale-codec", - "polkadot-runtime-common", - "polkadot-runtime-parachains", - "sp-io", - "sp-runtime", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", + "cumulus-primitives-core", + "sp-inherents", + "sp-timestamp", ] -name = "cumulus-primitives-utility" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.16.0" [[package]] +name = "cumulus-primitives-utility" +version = "0.16.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "cumulus-primitives-core", - "cumulus-relay-chain-interface", - "futures 0.3.30", - "futures-timer", - "polkadot-cli", - "polkadot-service", - "sc-cli", - "sc-client-api", - "sc-sysinfo", - "sc-telemetry", - "sc-tracing", - "sp-api", - "sp-consensus", - "sp-core", - "sp-runtime", - "sp-state-machine", + "cumulus-primitives-core", + "frame-support", + "log", + "pallet-asset-conversion", + "parity-scale-codec", + "polkadot-runtime-common", + "polkadot-runtime-parachains", + "sp-io", + "sp-runtime", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", ] -name = "cumulus-relay-chain-inprocess-interface" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.17.0" [[package]] +name = "cumulus-relay-chain-inprocess-interface" +version = "0.17.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "cumulus-primitives-core", - "futures 0.3.30", - "jsonrpsee-core", - "parity-scale-codec", - "polkadot-overseer", - "sc-client-api", - "sp-api", - "sp-blockchain", - "sp-state-machine", - "sp-version", - "thiserror", + "async-trait", + "cumulus-primitives-core", + "cumulus-relay-chain-interface", + "futures 0.3.30", + "futures-timer", + "polkadot-cli", + "polkadot-service", + "sc-cli", + "sc-client-api", + "sc-sysinfo", + "sc-telemetry", + "sc-tracing", + "sp-api", + "sp-consensus", + "sp-core", + "sp-runtime", + "sp-state-machine", ] -name = "cumulus-relay-chain-interface" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.17.0" [[package]] +name = "cumulus-relay-chain-interface" +version = "0.17.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "array-bytes", - "async-trait", - "cumulus-primitives-core", - "cumulus-relay-chain-interface", - "cumulus-relay-chain-rpc-interface", - "futures 0.3.30", - "polkadot-core-primitives", - "polkadot-network-bridge", - "polkadot-node-network-protocol", - "polkadot-node-subsystem-util", - "polkadot-overseer", - "polkadot-primitives", - "polkadot-service", - "sc-authority-discovery", - "sc-client-api", - "sc-network", - "sc-network-common", - "sc-service", - "sc-tracing", - "sc-utils", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-consensus-babe", - "sp-runtime", - "substrate-prometheus-endpoint", - "tokio", - "tracing", + "async-trait", + "cumulus-primitives-core", + "futures 0.3.30", + "jsonrpsee-core", + "parity-scale-codec", + "polkadot-overseer", + "sc-client-api", + "sp-api", + "sp-blockchain", + "sp-state-machine", + "sp-version", + "thiserror", ] -name = "cumulus-relay-chain-minimal-node" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.17.0" [[package]] +name = "cumulus-relay-chain-minimal-node" +version = "0.17.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "cumulus-primitives-core", - "cumulus-relay-chain-interface", - "either", - "futures 0.3.30", - "futures-timer", - "jsonrpsee", - "parity-scale-codec", - "pin-project", - "polkadot-overseer", - "rand 0.8.5", - "sc-client-api", - "sc-rpc-api", - "sc-service", - "schnellru", - "serde", - "serde_json", - "smoldot", - "smoldot-light", - "sp-api", - "sp-authority-discovery", - "sp-consensus-babe", - "sp-core", - "sp-runtime", - "sp-state-machine", - "sp-storage", - "sp-version", - "thiserror", - "tokio", - "tokio-util", - "tracing", - "url", + "array-bytes", + "async-trait", + "cumulus-primitives-core", + "cumulus-relay-chain-interface", + "cumulus-relay-chain-rpc-interface", + "futures 0.3.30", + "polkadot-core-primitives", + "polkadot-network-bridge", + "polkadot-node-network-protocol", + "polkadot-node-subsystem-util", + "polkadot-overseer", + "polkadot-primitives", + "polkadot-service", + "sc-authority-discovery", + "sc-client-api", + "sc-network", + "sc-network-common", + "sc-service", + "sc-tracing", + "sc-utils", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-consensus-babe", + "sp-runtime", + "substrate-prometheus-endpoint", + "tokio", + "tracing", ] -name = "cumulus-relay-chain-rpc-interface" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.17.0" [[package]] +name = "cumulus-relay-chain-rpc-interface" +version = "0.17.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "cumulus-primitives-core", - "parity-scale-codec", - "polkadot-primitives", - "sp-runtime", - "sp-state-machine", - "sp-trie", + "async-trait", + "cumulus-primitives-core", + "cumulus-relay-chain-interface", + "either", + "futures 0.3.30", + "futures-timer", + "jsonrpsee", + "parity-scale-codec", + "pin-project", + "polkadot-overseer", + "rand 0.8.5", + "sc-client-api", + "sc-rpc-api", + "sc-service", + "schnellru", + "serde", + "serde_json", + "smoldot", + "smoldot-light", + "sp-api", + "sp-authority-discovery", + "sp-consensus-babe", + "sp-core", + "sp-runtime", + "sp-state-machine", + "sp-storage", + "sp-version", + "thiserror", + "tokio", + "tokio-util", + "tracing", + "url", ] + +[[package]] name = "cumulus-test-relay-sproof-builder" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" version = "0.15.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +dependencies = [ + "cumulus-primitives-core", + "parity-scale-codec", + "polkadot-primitives", + "sp-runtime", + "sp-state-machine", + "sp-trie", +] [[package]] +name = "curve25519-dalek" +version = "4.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be" dependencies = [ - "cfg-if", - "cpufeatures", - "curve25519-dalek-derive", - "digest 0.10.7", - "fiat-crypto", - "rustc_version", - "subtle 2.6.1", - "zeroize", + "cfg-if", + "cpufeatures", + "curve25519-dalek-derive", + "digest 0.10.7", + "fiat-crypto", + "rustc_version", + "subtle 2.6.1", + "zeroize", ] -name = "curve25519-dalek" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "4.1.3" [[package]] +name = "curve25519-dalek-derive" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro2", + "quote", + "syn 2.0.76", ] -name = "curve25519-dalek-derive" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.1" [[package]] +name = "curve25519-dalek-ng" +version = "4.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1c359b7249347e46fb28804470d071c921156ad62b3eef5d34e2ba867533dec8" dependencies = [ - "byteorder", - "digest 0.9.0", - "rand_core 0.6.4", - "subtle-ng", - "zeroize", + "byteorder", + "digest 0.9.0", + "rand_core 0.6.4", + "subtle-ng", + "zeroize", ] -name = "curve25519-dalek-ng" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "4.1.1" [[package]] +name = "cxx" +version = "1.0.126" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3c4eae4b7fc8dcb0032eb3b1beee46b38d371cdeaf2d0c64b9944f6f69ad7755" dependencies = [ - "cc", - "cxxbridge-flags", - "cxxbridge-macro", - "link-cplusplus", + "cc", + "cxxbridge-flags", + "cxxbridge-macro", + "link-cplusplus", ] -name = "cxx" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.0.126" [[package]] +name = "cxx-build" +version = "1.0.126" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6c822bf7fb755d97328d6c337120b6f843678178751cba33c9da25cf522272e0" dependencies = [ - "cc", - "codespan-reporting", - "once_cell", - "proc-macro2", - "quote", - "scratch", - "syn 2.0.76", + "cc", + "codespan-reporting", + "once_cell", + "proc-macro2", + "quote", + "scratch", + "syn 2.0.76", ] -name = "cxx-build" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.0.126" [[package]] -checksum = "719d6197dc016c88744aff3c0d0340a01ecce12e8939fc282e7c8f583ee64bc6" name = "cxxbridge-flags" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.0.126" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "719d6197dc016c88744aff3c0d0340a01ecce12e8939fc282e7c8f583ee64bc6" [[package]] +name = "cxxbridge-macro" +version = "1.0.126" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "35de3b547387863c8f82013c4f79f1c2162edee956383e4089e1d04c18c4f16c" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro2", + "quote", + "syn 2.0.76", ] -name = "cxxbridge-macro" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.0.126" [[package]] +name = "dashmap" +version = "5.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856" dependencies = [ - "cfg-if", - "hashbrown 0.14.5", - "lock_api", - "once_cell", - "parking_lot_core 0.9.10", + "cfg-if", + "hashbrown 0.14.5", + "lock_api", + "once_cell", + "parking_lot_core 0.9.10", ] -name = "dashmap" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "5.5.3" [[package]] -checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2" name = "data-encoding" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "2.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2" [[package]] +name = "data-encoding-macro" +version = "0.1.15" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f1559b6cba622276d6d63706db152618eeb15b89b3e4041446b05876e352e639" dependencies = [ - "data-encoding", - "data-encoding-macro-internal", + "data-encoding", + "data-encoding-macro-internal", ] -name = "data-encoding-macro" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.15" [[package]] +name = "data-encoding-macro-internal" +version = "0.1.13" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "332d754c0af53bc87c108fed664d121ecf59207ec4196041f04d6ab9002ad33f" dependencies = [ - "data-encoding", - "syn 1.0.109", + "data-encoding", + "syn 1.0.109", ] -name = "data-encoding-macro-internal" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.13" [[package]] +name = "der" +version = "0.7.9" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0" dependencies = [ - "const-oid", - "zeroize", + "const-oid", + "zeroize", ] -name = "der" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.7.9" [[package]] +name = "der-parser" +version = "8.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dbd676fbbab537128ef0278adb5576cf363cff6aa22a7b24effe97347cfab61e" dependencies = [ - "asn1-rs 0.5.2", - "displaydoc", - "nom", - "num-bigint", - "num-traits", - "rusticata-macros", + "asn1-rs 0.5.2", + "displaydoc", + "nom", + "num-bigint", + "num-traits", + "rusticata-macros", ] -name = "der-parser" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "8.2.0" [[package]] +name = "der-parser" +version = "9.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5cd0a5c643689626bec213c4d8bd4d96acc8ffdb4ad4bb6bc16abf27d5f4b553" dependencies = [ - "asn1-rs 0.6.2", - "displaydoc", - "nom", - "num-bigint", - "num-traits", - "rusticata-macros", + "asn1-rs 0.6.2", + "displaydoc", + "nom", + "num-bigint", + "num-traits", + "rusticata-macros", ] -name = "der-parser" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "9.0.0" [[package]] +name = "deranged" +version = "0.3.11" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" dependencies = [ - "powerfmt", + "powerfmt", ] -name = "deranged" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.11" [[package]] +name = "derivative" +version = "2.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b" dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", + "proc-macro2", + "quote", + "syn 1.0.109", ] -name = "derivative" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "2.2.0" [[package]] +name = "derive-syn-parse" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d65d7ce8132b7c0e54497a4d9a55a1c2a0912a0d786cf894472ba818fba45762" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro2", + "quote", + "syn 2.0.76", ] -name = "derive-syn-parse" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.0" [[package]] +name = "derive_more" +version = "0.99.18" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce" dependencies = [ - "convert_case", - "proc-macro2", - "quote", - "rustc_version", - "syn 2.0.76", + "convert_case", + "proc-macro2", + "quote", + "rustc_version", + "syn 2.0.76", ] -name = "derive_more" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.99.18" [[package]] -checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" name = "difflib" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" [[package]] +name = "digest" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5" dependencies = [ - "generic-array 0.12.4", + "generic-array 0.12.4", ] -name = "digest" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.8.1" [[package]] +name = "digest" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" dependencies = [ - "generic-array 0.14.7", + "generic-array 0.14.7", ] -name = "digest" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.9.0" [[package]] +name = "digest" +version = "0.10.7" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" dependencies = [ - "block-buffer 0.10.4", - "const-oid", - "crypto-common", - "subtle 2.6.1", + "block-buffer 0.10.4", + "const-oid", + "crypto-common", + "subtle 2.6.1", ] -name = "digest" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.10.7" [[package]] +name = "directories" +version = "5.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35" dependencies = [ - "dirs-sys", + "dirs-sys", ] -name = "directories" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "5.0.1" [[package]] +name = "directories-next" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc" dependencies = [ - "cfg-if", - "dirs-sys-next", + "cfg-if", + "dirs-sys-next", ] -name = "directories-next" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "2.0.0" [[package]] +name = "dirs-sys" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" dependencies = [ - "libc", - "option-ext", - "redox_users", - "windows-sys 0.48.0", + "libc", + "option-ext", + "redox_users", + "windows-sys 0.48.0", ] -name = "dirs-sys" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.1" [[package]] +name = "dirs-sys-next" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" dependencies = [ - "libc", - "redox_users", - "winapi", + "libc", + "redox_users", + "winapi", ] -name = "dirs-sys-next" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.2" [[package]] +name = "displaydoc" +version = "0.2.5" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro2", + "quote", + "syn 2.0.76", ] -name = "displaydoc" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.5" [[package]] -checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" name = "doc-comment" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" [[package]] +name = "docify" +version = "0.2.8" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "43a2f138ad521dc4a2ced1a4576148a6a610b4c5923933b062a263130a6802ce" dependencies = [ - "docify_macros", + "docify_macros", ] -name = "docify" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.8" [[package]] -checksum = "1a081e51fb188742f5a7a1164ad752121abcb22874b21e2c3b0dd040c515fdad" -dependencies = [ - "common-path", - "derive-syn-parse", - "once_cell", - "proc-macro2", - "quote", - "regex", - "syn 2.0.76", - "termcolor", - "toml 0.8.19", - "walkdir", -] name = "docify_macros" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.2.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1a081e51fb188742f5a7a1164ad752121abcb22874b21e2c3b0dd040c515fdad" +dependencies = [ + "common-path", + "derive-syn-parse", + "once_cell", + "proc-macro2", + "quote", + "regex", + "syn 2.0.76", + "termcolor", + "toml 0.8.19", + "walkdir", +] [[package]] -checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" name = "dotenvy" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.15.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" [[package]] -checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1" name = "downcast" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1" [[package]] -checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" name = "downcast-rs" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" [[package]] -checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653" name = "dtoa" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.0.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653" [[package]] +name = "dyn-clonable" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4" dependencies = [ - "dyn-clonable-impl", - "dyn-clone", + "dyn-clonable-impl", + "dyn-clone", ] -name = "dyn-clonable" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.9.0" [[package]] +name = "dyn-clonable-impl" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5" dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", + "proc-macro2", + "quote", + "syn 1.0.109", ] -name = "dyn-clonable-impl" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.9.0" [[package]] -checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125" name = "dyn-clone" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.0.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125" [[package]] +name = "ecdsa" +version = "0.16.9" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" dependencies = [ - "der", - "digest 0.10.7", - "elliptic-curve", - "rfc6979", - "serdect", - "signature", - "spki", + "der", + "digest 0.10.7", + "elliptic-curve", + "rfc6979", + "serdect", + "signature", + "spki", ] -name = "ecdsa" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.16.9" [[package]] +name = "ed25519" +version = "2.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" dependencies = [ - "pkcs8", - "signature", + "pkcs8", + "signature", ] -name = "ed25519" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "2.2.3" [[package]] +name = "ed25519-dalek" +version = "2.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871" dependencies = [ - "curve25519-dalek", - "ed25519", - "rand_core 0.6.4", - "serde", - "sha2 0.10.8", - "subtle 2.6.1", - "zeroize", + "curve25519-dalek", + "ed25519", + "rand_core 0.6.4", + "serde", + "sha2 0.10.8", + "subtle 2.6.1", + "zeroize", ] -name = "ed25519-dalek" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "2.1.1" [[package]] +name = "ed25519-zebra" +version = "4.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7d9ce6874da5d4415896cd45ffbc4d1cfc0c4f9c079427bd870742c30f2f65a9" dependencies = [ - "curve25519-dalek", - "ed25519", - "hashbrown 0.14.5", - "hex", - "rand_core 0.6.4", - "sha2 0.10.8", - "zeroize", + "curve25519-dalek", + "ed25519", + "hashbrown 0.14.5", + "hex", + "rand_core 0.6.4", + "sha2 0.10.8", + "zeroize", ] -name = "ed25519-zebra" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "4.0.3" [[package]] +name = "either" +version = "1.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" dependencies = [ - "serde", + "serde", ] -name = "either" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.13.0" [[package]] +name = "elliptic-curve" +version = "0.13.8" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" dependencies = [ - "base16ct", - "crypto-bigint", - "digest 0.10.7", - "ff", - "generic-array 0.14.7", - "group", - "pkcs8", - "rand_core 0.6.4", - "sec1", - "serdect", - "subtle 2.6.1", - "zeroize", + "base16ct", + "crypto-bigint", + "digest 0.10.7", + "ff", + "generic-array 0.14.7", + "group", + "pkcs8", + "rand_core 0.6.4", + "sec1", + "serdect", + "subtle 2.6.1", + "zeroize", ] -name = "elliptic-curve" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.13.8" [[package]] -checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" name = "encode_unicode" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" [[package]] +name = "enum-as-inner" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c9720bba047d567ffc8a3cba48bf19126600e249ab7f128e9233e6376976a116" dependencies = [ - "heck 0.4.1", - "proc-macro2", - "quote", - "syn 1.0.109", + "heck 0.4.1", + "proc-macro2", + "quote", + "syn 1.0.109", ] -name = "enum-as-inner" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.5.1" [[package]] +name = "enum-as-inner" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5ffccbb6966c05b32ef8fbac435df276c4ae4d3dc55a8cd0eb9745e6c12f546a" dependencies = [ - "heck 0.4.1", - "proc-macro2", - "quote", - "syn 2.0.76", + "heck 0.4.1", + "proc-macro2", + "quote", + "syn 2.0.76", ] -name = "enum-as-inner" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.6.0" [[package]] +name = "enumflags2" +version = "0.7.10" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d" dependencies = [ - "enumflags2_derive", + "enumflags2_derive", ] -name = "enumflags2" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.7.10" [[package]] +name = "enumflags2_derive" +version = "0.7.10" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro2", + "quote", + "syn 2.0.76", ] -name = "enumflags2_derive" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.7.10" [[package]] +name = "enumn" +version = "0.1.14" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2f9ed6b3789237c8a0c1c505af1c7eb2c560df6186f01b098c3a1064ea532f38" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro2", + "quote", + "syn 2.0.76", ] -name = "enumn" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.14" [[package]] +name = "env_logger" +version = "0.10.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580" dependencies = [ - "humantime", - "is-terminal", - "log", - "regex", - "termcolor", + "humantime", + "is-terminal", + "log", + "regex", + "termcolor", ] -name = "env_logger" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.10.2" [[package]] -checksum = "e48c92028aaa870e83d51c64e5d4e0b6981b360c522198c23959f219a4e1b15b" name = "environmental" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e48c92028aaa870e83d51c64e5d4e0b6981b360c522198c23959f219a4e1b15b" [[package]] -checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" name = "equivalent" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" [[package]] +name = "errno" +version = "0.3.9" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" dependencies = [ - "libc", - "windows-sys 0.52.0", + "libc", + "windows-sys 0.52.0", ] -name = "errno" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.9" [[package]] +name = "ethbloom" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c22d4b5885b6aa2fe5e8b9329fb8d232bf739e434e6b87347c63bdd00c120f60" dependencies = [ - "crunchy", - "fixed-hash", - "impl-codec", - "impl-rlp", - "impl-serde", - "scale-info", - "tiny-keccak", + "crunchy", + "fixed-hash", + "impl-codec", + "impl-rlp", + "impl-serde", + "scale-info", + "tiny-keccak", ] -name = "ethbloom" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.13.0" [[package]] +name = "ethereum" +version = "0.15.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2e04d24d20b8ff2235cffbf242d5092de3aa45f77c5270ddbfadd2778ca13fea" dependencies = [ - "bytes", - "ethereum-types", - "hash-db", - "hash256-std-hasher", - "parity-scale-codec", - "rlp", - "scale-info", - "serde", - "sha3", - "trie-root", + "bytes", + "ethereum-types", + "hash-db", + "hash256-std-hasher", + "parity-scale-codec", + "rlp", + "scale-info", + "serde", + "sha3", + "trie-root", ] -name = "ethereum" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.15.0" [[package]] +name = "ethereum-types" +version = "0.14.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "02d215cbf040552efcbe99a38372fe80ab9d00268e20012b79fcd0f073edd8ee" dependencies = [ - "ethbloom", - "fixed-hash", - "impl-codec", - "impl-rlp", - "impl-serde", - "primitive-types", - "scale-info", - "uint", + "ethbloom", + "fixed-hash", + "impl-codec", + "impl-rlp", + "impl-serde", + "primitive-types", + "scale-info", + "uint", ] -name = "ethereum-types" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.14.1" [[package]] -checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" name = "event-listener" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "2.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" [[package]] +name = "event-listener" +version = "3.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2" dependencies = [ - "concurrent-queue", - "parking", - "pin-project-lite", + "concurrent-queue", + "parking", + "pin-project-lite", ] -name = "event-listener" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "3.1.0" [[package]] +name = "event-listener" +version = "5.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba" dependencies = [ - "concurrent-queue", - "parking", - "pin-project-lite", + "concurrent-queue", + "parking", + "pin-project-lite", ] -name = "event-listener" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "5.3.1" [[package]] +name = "event-listener-strategy" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1" dependencies = [ - "event-listener 5.3.1", - "pin-project-lite", + "event-listener 5.3.1", + "pin-project-lite", ] -name = "event-listener-strategy" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.5.2" [[package]] -dependencies = [ - "auto_impl", - "environmental", - "ethereum", - "evm-core", - "evm-gasometer", - "evm-runtime", - "log", - "parity-scale-codec", - "primitive-types", - "rlp", - "scale-info", - "serde", - "sha3", -] name = "evm" -source = "git+https://github.com/moonbeam-foundation/evm?branch=moonbeam-polkadot-stable2407#7a5c26a120b99a6680035b6812087dc5c2e6d377" version = "0.41.2" - -[[package]] +source = "git+https://github.com/moonbeam-foundation/evm?branch=moonbeam-polkadot-stable2407#b2b2498eff3e14f3a4792a155b1001f50ffffcb0" dependencies = [ - "parity-scale-codec", - "primitive-types", - "scale-info", - "serde", + "auto_impl", + "environmental", + "ethereum", + "evm-core", + "evm-gasometer", + "evm-runtime", + "log", + "parity-scale-codec", + "primitive-types", + "rlp", + "scale-info", + "serde", + "sha3", ] -name = "evm-core" -source = "git+https://github.com/moonbeam-foundation/evm?branch=moonbeam-polkadot-stable2407#7a5c26a120b99a6680035b6812087dc5c2e6d377" -version = "0.41.0" [[package]] +name = "evm-core" +version = "0.41.0" +source = "git+https://github.com/moonbeam-foundation/evm?branch=moonbeam-polkadot-stable2407#b2b2498eff3e14f3a4792a155b1001f50ffffcb0" dependencies = [ - "environmental", - "evm-core", - "evm-runtime", - "primitive-types", + "parity-scale-codec", + "primitive-types", + "scale-info", + "serde", ] -name = "evm-gasometer" -source = "git+https://github.com/moonbeam-foundation/evm?branch=moonbeam-polkadot-stable2407#7a5c26a120b99a6680035b6812087dc5c2e6d377" -version = "0.41.0" [[package]] +name = "evm-gasometer" +version = "0.41.0" +source = "git+https://github.com/moonbeam-foundation/evm?branch=moonbeam-polkadot-stable2407#b2b2498eff3e14f3a4792a155b1001f50ffffcb0" dependencies = [ - "auto_impl", - "environmental", - "evm-core", - "primitive-types", - "sha3", + "environmental", + "evm-core", + "evm-runtime", + "primitive-types", ] -name = "evm-runtime" -source = "git+https://github.com/moonbeam-foundation/evm?branch=moonbeam-polkadot-stable2407#7a5c26a120b99a6680035b6812087dc5c2e6d377" -version = "0.41.0" [[package]] +name = "evm-runtime" +version = "0.41.0" +source = "git+https://github.com/moonbeam-foundation/evm?branch=moonbeam-polkadot-stable2407#b2b2498eff3e14f3a4792a155b1001f50ffffcb0" dependencies = [ - "environmental", - "ethereum", - "ethereum-types", - "evm", - "evm-gasometer", - "evm-runtime", - "parity-scale-codec", - "sp-runtime-interface", + "auto_impl", + "environmental", + "evm-core", + "primitive-types", + "sha3", ] + +[[package]] name = "evm-tracing-events" version = "0.1.0" +dependencies = [ + "environmental", + "ethereum", + "ethereum-types", + "evm", + "evm-gasometer", + "evm-runtime", + "parity-scale-codec", + "sp-runtime-interface", +] [[package]] +name = "exit-future" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5" dependencies = [ - "futures 0.3.30", + "futures 0.3.30", ] -name = "exit-future" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.0" [[package]] +name = "expander" +version = "2.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e2c470c71d91ecbd179935b24170459e926382eaaa86b590b78814e180d8a8e2" dependencies = [ - "blake2 0.10.6", - "file-guard", - "fs-err", - "prettyplease 0.2.22", - "proc-macro2", - "quote", - "syn 2.0.76", + "blake2 0.10.6", + "file-guard", + "fs-err", + "prettyplease 0.2.22", + "proc-macro2", + "quote", + "syn 2.0.76", ] -name = "expander" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "2.2.1" [[package]] -checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" name = "fallible-iterator" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" [[package]] -checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" name = "fallible-iterator" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649" [[package]] -checksum = "51e2ce894d53b295cf97b05685aa077950ff3e8541af83217fc720a6437169f8" name = "faster-hex" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "51e2ce894d53b295cf97b05685aa077950ff3e8541af83217fc720a6437169f8" [[package]] +name = "fastrand" +version = "1.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" dependencies = [ - "instant", + "instant", ] -name = "fastrand" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.9.0" [[package]] -checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6" name = "fastrand" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "2.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6" [[package]] +name = "fatality" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec6f82451ff7f0568c6181287189126d492b5654e30a788add08027b6363d019" dependencies = [ - "fatality-proc-macro", - "thiserror", + "fatality-proc-macro", + "thiserror", ] -name = "fatality" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.1" [[package]] +name = "fatality-proc-macro" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eb42427514b063d97ce21d5199f36c0c307d981434a6be32582bc79fe5bd2303" dependencies = [ - "expander", - "indexmap 2.4.0", - "proc-macro-crate 3.2.0", - "proc-macro2", - "quote", - "syn 2.0.76", + "expander", + "indexmap 2.4.0", + "proc-macro-crate 3.2.0", + "proc-macro2", + "quote", + "syn 2.0.76", ] -name = "fatality-proc-macro" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.1" [[package]] -dependencies = [ - "async-trait", - "fp-storage", - "parity-scale-codec", - "sp-core", - "sp-runtime", -] name = "fc-api" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" version = "1.0.0-dev" - -[[package]] +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ - "async-trait", - "fp-consensus", - "fp-rpc", - "sc-consensus", - "sp-api", - "sp-block-builder", - "sp-consensus", - "sp-runtime", - "thiserror", + "async-trait", + "fp-storage", + "parity-scale-codec", + "sp-core", + "sp-runtime", ] -name = "fc-consensus" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" -version = "2.0.0-dev" [[package]] +name = "fc-consensus" +version = "2.0.0-dev" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ - "async-trait", - "ethereum", - "fc-api", - "fc-storage", - "fp-consensus", - "fp-rpc", - "fp-storage", - "futures 0.3.30", - "kvdb-rocksdb", - "log", - "parity-db", - "parity-scale-codec", - "parking_lot 0.12.3", - "sc-client-api", - "sc-client-db", - "smallvec", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-database", - "sp-runtime", - "sqlx", - "tokio", + "async-trait", + "fp-consensus", + "fp-rpc", + "sc-consensus", + "sp-api", + "sp-block-builder", + "sp-consensus", + "sp-runtime", + "thiserror", ] -name = "fc-db" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" -version = "2.0.0-dev" [[package]] +name = "fc-db" +version = "2.0.0-dev" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ - "fc-db", - "fc-storage", - "fp-consensus", - "fp-rpc", - "futures 0.3.30", - "futures-timer", - "log", - "parking_lot 0.12.3", - "sc-client-api", - "sc-utils", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-runtime", - "tokio", + "async-trait", + "ethereum", + "fc-api", + "fc-storage", + "fp-consensus", + "fp-rpc", + "fp-storage", + "futures 0.3.30", + "kvdb-rocksdb", + "log", + "parity-db", + "parity-scale-codec", + "parking_lot 0.12.3", + "sc-client-api", + "sc-client-db", + "smallvec", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-database", + "sp-runtime", + "sqlx", + "tokio", ] -name = "fc-mapping-sync" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" -version = "2.0.0-dev" [[package]] -dependencies = [ - "ethereum", - "ethereum-types", - "evm", - "fc-api", - "fc-mapping-sync", - "fc-rpc-core", - "fc-storage", - "fp-evm", - "fp-rpc", - "fp-storage", - "futures 0.3.30", - "hex", - "jsonrpsee", - "libsecp256k1", - "log", - "pallet-evm", - "parity-scale-codec", - "prometheus", - "rand 0.8.5", - "rlp", - "sc-client-api", - "sc-consensus-aura", - "sc-network", - "sc-network-sync", - "sc-rpc", - "sc-service", - "sc-transaction-pool", - "sc-transaction-pool-api", - "sc-utils", - "schnellru", - "serde", - "sp-api", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", - "sp-consensus-aura", - "sp-core", - "sp-externalities", - "sp-inherents", - "sp-io", - "sp-runtime", - "sp-state-machine", - "sp-storage", - "sp-timestamp", - "substrate-prometheus-endpoint", - "thiserror", - "tokio", -] -name = "fc-rpc" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +name = "fc-mapping-sync" version = "2.0.0-dev" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +dependencies = [ + "fc-db", + "fc-storage", + "fp-consensus", + "fp-rpc", + "futures 0.3.30", + "futures-timer", + "log", + "parking_lot 0.12.3", + "sc-client-api", + "sc-utils", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-runtime", + "tokio", +] [[package]] +name = "fc-rpc" +version = "2.0.0-dev" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ - "ethereum", - "ethereum-types", - "jsonrpsee", - "rlp", - "rustc-hex", - "serde", - "serde_json", - "sp-crypto-hashing", + "ethereum", + "ethereum-types", + "evm", + "fc-api", + "fc-mapping-sync", + "fc-rpc-core", + "fc-storage", + "fp-evm", + "fp-rpc", + "fp-storage", + "futures 0.3.30", + "hex", + "jsonrpsee", + "libsecp256k1", + "log", + "pallet-evm", + "parity-scale-codec", + "prometheus", + "rand 0.8.5", + "rlp", + "sc-client-api", + "sc-consensus-aura", + "sc-network", + "sc-network-sync", + "sc-rpc", + "sc-service", + "sc-transaction-pool", + "sc-transaction-pool-api", + "sc-utils", + "schnellru", + "serde", + "sp-api", + "sp-block-builder", + "sp-blockchain", + "sp-consensus", + "sp-consensus-aura", + "sp-core", + "sp-externalities", + "sp-inherents", + "sp-io", + "sp-runtime", + "sp-state-machine", + "sp-storage", + "sp-timestamp", + "substrate-prometheus-endpoint", + "thiserror", + "tokio", ] -name = "fc-rpc-core" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" -version = "1.1.0-dev" [[package]] +name = "fc-rpc-core" +version = "1.1.0-dev" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ - "ethereum", - "ethereum-types", - "fp-rpc", - "fp-storage", - "parity-scale-codec", - "sc-client-api", - "sp-api", - "sp-io", - "sp-runtime", - "sp-storage", + "ethereum", + "ethereum-types", + "jsonrpsee", + "rlp", + "rustc-hex", + "serde", + "serde_json", + "sp-crypto-hashing", ] + +[[package]] name = "fc-storage" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" version = "1.0.0-dev" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +dependencies = [ + "ethereum", + "ethereum-types", + "fp-rpc", + "fp-storage", + "parity-scale-codec", + "sc-client-api", + "sp-api", + "sp-io", + "sp-runtime", + "sp-storage", +] [[package]] +name = "fdlimit" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e182f7dbc2ef73d9ef67351c5fbbea084729c48362d3ce9dd44c28e32e277fe5" dependencies = [ - "libc", - "thiserror", + "libc", + "thiserror", ] -name = "fdlimit" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.0" [[package]] +name = "ff" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449" dependencies = [ - "rand_core 0.6.4", - "subtle 2.6.1", + "rand_core 0.6.4", + "subtle 2.6.1", ] -name = "ff" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.13.0" [[package]] -checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" name = "fiat-crypto" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.2.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" [[package]] +name = "file-guard" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "21ef72acf95ec3d7dbf61275be556299490a245f017cf084bd23b4f68cf9407c" dependencies = [ - "libc", - "winapi", + "libc", + "winapi", ] -name = "file-guard" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.0" [[package]] +name = "file-per-thread-logger" +version = "0.1.6" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "84f2e425d9790201ba4af4630191feac6dcc98765b118d4d18e91d23c2353866" dependencies = [ - "env_logger", - "log", + "env_logger", + "log", ] -name = "file-per-thread-logger" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.6" [[package]] +name = "filetime" +version = "0.2.25" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586" dependencies = [ - "cfg-if", - "libc", - "libredox", - "windows-sys 0.59.0", + "cfg-if", + "libc", + "libredox", + "windows-sys 0.59.0", ] -name = "filetime" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.25" [[package]] +name = "finality-grandpa" +version = "0.16.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "36530797b9bf31cd4ff126dcfee8170f86b00cfdcea3269d73133cc0415945c3" dependencies = [ - "either", - "futures 0.3.30", - "futures-timer", - "log", - "num-traits", - "parity-scale-codec", - "parking_lot 0.12.3", - "scale-info", + "either", + "futures 0.3.30", + "futures-timer", + "log", + "num-traits", + "parity-scale-codec", + "parking_lot 0.12.3", + "scale-info", ] -name = "finality-grandpa" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.16.2" [[package]] +name = "fixed-hash" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "835c052cb0c08c1acf6ffd71c022172e18723949c8282f2b9f27efbc51e64534" dependencies = [ - "byteorder", - "rand 0.8.5", - "rustc-hex", - "static_assertions", + "byteorder", + "rand 0.8.5", + "rustc-hex", + "static_assertions", ] -name = "fixed-hash" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.8.0" [[package]] -checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" name = "fixedbitset" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" [[package]] +name = "float-cmp" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4" dependencies = [ - "num-traits", + "num-traits", ] -name = "float-cmp" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.9.0" [[package]] +name = "flume" +version = "0.10.14" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577" dependencies = [ - "futures-core", - "futures-sink", - "nanorand", - "pin-project", - "spin 0.9.8", + "futures-core", + "futures-sink", + "nanorand", + "pin-project", + "spin 0.9.8", ] -name = "flume" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.10.14" [[package]] +name = "flume" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181" dependencies = [ - "futures-core", - "futures-sink", - "spin 0.9.8", + "futures-core", + "futures-sink", + "spin 0.9.8", ] -name = "flume" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.11.0" [[package]] -checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" name = "fnv" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.0.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] +name = "foreign-types" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" dependencies = [ - "foreign-types-shared", + "foreign-types-shared", ] -name = "foreign-types" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.2" [[package]] -checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" name = "foreign-types-shared" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] -dependencies = [ - "parity-scale-codec", -] name = "fork-tree" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" version = "13.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +dependencies = [ + "parity-scale-codec", +] [[package]] +name = "form_urlencoded" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" dependencies = [ - "percent-encoding", + "percent-encoding", ] -name = "form_urlencoded" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.2.1" [[package]] +name = "forwarded-header-value" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8835f84f38484cc86f110a805655697908257fb9a7af005234060891557198e9" dependencies = [ - "nonempty", - "thiserror", + "nonempty", + "thiserror", ] -name = "forwarded-header-value" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.1" [[package]] -dependencies = [ - "hex", - "impl-serde", - "libsecp256k1", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-runtime-interface", - "staging-xcm", -] name = "fp-account" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" version = "1.0.0-dev" - -[[package]] +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ - "ethereum", - "parity-scale-codec", - "sp-core", - "sp-runtime", + "hex", + "impl-serde", + "libsecp256k1", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core", + "sp-io", + "sp-runtime", + "sp-runtime-interface", + "staging-xcm", ] -name = "fp-consensus" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" -version = "2.0.0-dev" [[package]] +name = "fp-consensus" +version = "2.0.0-dev" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ - "ethereum", - "ethereum-types", - "fp-evm", - "frame-support", - "parity-scale-codec", + "ethereum", + "parity-scale-codec", + "sp-core", + "sp-runtime", ] -name = "fp-ethereum" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" -version = "1.0.0-dev" [[package]] +name = "fp-ethereum" +version = "1.0.0-dev" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ - "cumulus-primitives-storage-weight-reclaim", - "evm", - "frame-support", - "num_enum 0.7.3", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-runtime", + "ethereum", + "ethereum-types", + "fp-evm", + "frame-support", + "parity-scale-codec", ] -name = "fp-evm" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" -version = "3.0.0-dev" [[package]] +name = "fp-evm" +version = "3.0.0-dev" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ - "ethereum", - "ethereum-types", - "fp-evm", - "parity-scale-codec", - "scale-info", - "sp-api", - "sp-core", - "sp-runtime", - "sp-state-machine", + "cumulus-primitives-storage-weight-reclaim", + "evm", + "frame-support", + "num_enum 0.7.3", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core", + "sp-runtime", ] -name = "fp-rpc" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" -version = "3.0.0-dev" [[package]] +name = "fp-rpc" +version = "3.0.0-dev" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ - "frame-support", - "parity-scale-codec", - "scale-info", - "serde", - "sp-runtime", + "ethereum", + "ethereum-types", + "fp-evm", + "parity-scale-codec", + "scale-info", + "sp-api", + "sp-core", + "sp-runtime", + "sp-state-machine", ] -name = "fp-self-contained" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" -version = "1.0.0-dev" [[package]] +name = "fp-self-contained" +version = "1.0.0-dev" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ - "parity-scale-codec", - "serde", + "frame-support", + "parity-scale-codec", + "scale-info", + "serde", + "sp-runtime", ] + +[[package]] name = "fp-storage" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" version = "2.0.0" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +dependencies = [ + "parity-scale-codec", + "serde", +] [[package]] -checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" name = "fragile" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] -dependencies = [ - "frame-support", - "frame-support-procedural", - "frame-system", - "linregress", - "log", - "parity-scale-codec", - "paste", - "scale-info", - "serde", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-io", - "sp-runtime", - "sp-runtime-interface", - "sp-storage", - "static_assertions", -] name = "frame-benchmarking" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" version = "37.0.0" - -[[package]] +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "Inflector", - "array-bytes", - "chrono", - "clap", - "comfy-table", - "frame-benchmarking", - "frame-support", - "frame-system", - "gethostname", - "handlebars", - "itertools 0.11.0", - "lazy_static", - "linked-hash-map", - "log", - "parity-scale-codec", - "rand 0.8.5", - "rand_pcg", - "sc-block-builder", - "sc-chain-spec", - "sc-cli", - "sc-client-api", - "sc-client-db", - "sc-executor", - "sc-service", - "sc-sysinfo", - "serde", - "serde_json", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-database", - "sp-externalities", - "sp-genesis-builder", - "sp-inherents", - "sp-io", - "sp-keystore", - "sp-runtime", - "sp-state-machine", - "sp-storage", - "sp-trie", - "sp-wasm-interface", - "thiserror", - "thousands", + "frame-support", + "frame-support-procedural", + "frame-system", + "linregress", + "log", + "parity-scale-codec", + "paste", + "scale-info", + "serde", + "sp-api", + "sp-application-crypto", + "sp-core", + "sp-io", + "sp-runtime", + "sp-runtime-interface", + "sp-storage", + "static_assertions", ] -name = "frame-benchmarking-cli" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "42.0.0" [[package]] +name = "frame-benchmarking-cli" +version = "42.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "proc-macro-crate 3.2.0", - "proc-macro2", - "quote", - "syn 2.0.76", + "Inflector", + "array-bytes", + "chrono", + "clap", + "comfy-table", + "frame-benchmarking", + "frame-support", + "frame-system", + "gethostname", + "handlebars", + "itertools 0.11.0", + "lazy_static", + "linked-hash-map", + "log", + "parity-scale-codec", + "rand 0.8.5", + "rand_pcg", + "sc-block-builder", + "sc-chain-spec", + "sc-cli", + "sc-client-api", + "sc-client-db", + "sc-executor", + "sc-service", + "sc-sysinfo", + "serde", + "serde_json", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-database", + "sp-externalities", + "sp-genesis-builder", + "sp-inherents", + "sp-io", + "sp-keystore", + "sp-runtime", + "sp-state-machine", + "sp-storage", + "sp-trie", + "sp-wasm-interface", + "thiserror", + "thousands", ] -name = "frame-election-provider-solution-type" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "14.0.1" [[package]] +name = "frame-election-provider-solution-type" +version = "14.0.1" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-election-provider-solution-type", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-arithmetic", - "sp-core", - "sp-npos-elections", - "sp-runtime", + "proc-macro-crate 3.2.0", + "proc-macro2", + "quote", + "syn 2.0.76", ] -name = "frame-election-provider-support" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "37.0.0" [[package]] +name = "frame-election-provider-support" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "aquamarine", - "frame-support", - "frame-system", - "frame-try-runtime", - "log", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-tracing", + "frame-election-provider-solution-type", + "frame-support", + "frame-system", + "parity-scale-codec", + "scale-info", + "sp-arithmetic", + "sp-core", + "sp-npos-elections", + "sp-runtime", ] + +[[package]] name = "frame-executive" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +dependencies = [ + "aquamarine", + "frame-support", + "frame-system", + "frame-try-runtime", + "log", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-io", + "sp-runtime", + "sp-tracing", +] [[package]] +name = "frame-metadata" +version = "16.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "87cf1549fba25a6fcac22785b61698317d958e96cac72a59102ea45b9ae64692" dependencies = [ - "cfg-if", - "parity-scale-codec", - "scale-info", - "serde", + "cfg-if", + "parity-scale-codec", + "scale-info", + "serde", ] -name = "frame-metadata" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "16.0.0" [[package]] -dependencies = [ - "array-bytes", - "docify", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime", -] name = "frame-metadata-hash-extension" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" version = "0.5.0" - -[[package]] +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "aquamarine", - "array-bytes", - "bitflags 1.3.2", - "docify", - "environmental", - "frame-metadata", - "frame-support-procedural", - "impl-trait-for-tuples", - "k256", - "log", - "macro_magic", - "parity-scale-codec", - "paste", - "scale-info", - "serde", - "serde_json", - "smallvec", - "sp-api", - "sp-arithmetic", - "sp-core", - "sp-crypto-hashing-proc-macro", - "sp-debug-derive", - "sp-genesis-builder", - "sp-inherents", - "sp-io", - "sp-metadata-ir", - "sp-runtime", - "sp-staking", - "sp-state-machine", - "sp-std", - "sp-tracing", - "sp-weights", - "static_assertions", - "tt-call", + "array-bytes", + "docify", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "sp-runtime", ] -name = "frame-support" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "37.0.0" [[package]] +name = "frame-support" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "Inflector", - "cfg-expr", - "derive-syn-parse", - "expander", - "frame-support-procedural-tools", - "itertools 0.11.0", - "macro_magic", - "proc-macro-warning 1.0.2", - "proc-macro2", - "quote", - "sp-crypto-hashing", - "syn 2.0.76", + "aquamarine", + "array-bytes", + "bitflags 1.3.2", + "docify", + "environmental", + "frame-metadata", + "frame-support-procedural", + "impl-trait-for-tuples", + "k256", + "log", + "macro_magic", + "parity-scale-codec", + "paste", + "scale-info", + "serde", + "serde_json", + "smallvec", + "sp-api", + "sp-arithmetic", + "sp-core", + "sp-crypto-hashing-proc-macro", + "sp-debug-derive", + "sp-genesis-builder", + "sp-inherents", + "sp-io", + "sp-metadata-ir", + "sp-runtime", + "sp-staking", + "sp-state-machine", + "sp-std", + "sp-tracing", + "sp-weights", + "static_assertions", + "tt-call", ] -name = "frame-support-procedural" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "30.0.2" [[package]] +name = "frame-support-procedural" +version = "30.0.2" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-support-procedural-tools-derive", - "proc-macro-crate 3.2.0", - "proc-macro2", - "quote", - "syn 2.0.76", + "Inflector", + "cfg-expr", + "derive-syn-parse", + "expander", + "frame-support-procedural-tools", + "itertools 0.11.0", + "macro_magic", + "proc-macro-warning 1.0.2", + "proc-macro2", + "quote", + "sp-crypto-hashing", + "syn 2.0.76", ] -name = "frame-support-procedural-tools" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "13.0.0" [[package]] +name = "frame-support-procedural-tools" +version = "13.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "frame-support-procedural-tools-derive", + "proc-macro-crate 3.2.0", + "proc-macro2", + "quote", + "syn 2.0.76", ] -name = "frame-support-procedural-tools-derive" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "12.0.0" [[package]] +name = "frame-support-procedural-tools-derive" +version = "12.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "cfg-if", - "docify", - "frame-support", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-version", - "sp-weights", + "proc-macro2", + "quote", + "syn 2.0.76", ] -name = "frame-system" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "37.0.0" [[package]] +name = "frame-system" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-runtime", + "cfg-if", + "docify", + "frame-support", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "sp-version", + "sp-weights", ] -name = "frame-system-benchmarking" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "37.0.0" [[package]] +name = "frame-system-benchmarking" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "docify", - "parity-scale-codec", - "sp-api", + "frame-benchmarking", + "frame-support", + "frame-system", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-runtime", ] -name = "frame-system-rpc-runtime-api" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "34.0.0" [[package]] +name = "frame-system-rpc-runtime-api" +version = "34.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-support", - "parity-scale-codec", - "sp-api", - "sp-runtime", + "docify", + "parity-scale-codec", + "sp-api", ] -name = "frame-try-runtime" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.43.0" [[package]] -checksum = "88a41f105fe1d5b6b34b2055e3dc59bb79b46b48b2040b9e6c7b4b5de097aa41" +name = "frame-try-runtime" +version = "0.43.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "autocfg", + "frame-support", + "parity-scale-codec", + "sp-api", + "sp-runtime", ] + +[[package]] name = "fs-err" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "2.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "88a41f105fe1d5b6b34b2055e3dc59bb79b46b48b2040b9e6c7b4b5de097aa41" +dependencies = [ + "autocfg", +] [[package]] +name = "fs2" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213" dependencies = [ - "libc", - "winapi", + "libc", + "winapi", ] -name = "fs2" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.3" [[package]] +name = "fs4" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "29f9df8a11882c4e3335eb2d18a0137c505d9ca927470b0cac9c6f0ae07d28f7" dependencies = [ - "rustix 0.38.35", - "windows-sys 0.48.0", + "rustix 0.38.35", + "windows-sys 0.48.0", ] -name = "fs4" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.7.0" [[package]] -checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" name = "funty" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" [[package]] -checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678" name = "futures" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.1.31" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678" [[package]] +name = "futures" +version = "0.3.30" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" dependencies = [ - "futures-channel", - "futures-core", - "futures-executor", - "futures-io", - "futures-sink", - "futures-task", - "futures-util", + "futures-channel", + "futures-core", + "futures-executor", + "futures-io", + "futures-sink", + "futures-task", + "futures-util", ] -name = "futures" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.30" [[package]] +name = "futures-bounded" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b07bbbe7d7e78809544c6f718d875627addc73a7c3582447abc052cd3dc67e0" dependencies = [ - "futures-timer", - "futures-util", + "futures-timer", + "futures-util", ] -name = "futures-bounded" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.0" [[package]] +name = "futures-channel" +version = "0.3.30" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" dependencies = [ - "futures-core", - "futures-sink", + "futures-core", + "futures-sink", ] -name = "futures-channel" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.30" [[package]] -checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" name = "futures-core" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.3.30" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" [[package]] +name = "futures-executor" +version = "0.3.30" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" dependencies = [ - "futures-core", - "futures-task", - "futures-util", - "num_cpus", + "futures-core", + "futures-task", + "futures-util", + "num_cpus", ] -name = "futures-executor" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.30" [[package]] +name = "futures-intrusive" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f" dependencies = [ - "futures-core", - "lock_api", - "parking_lot 0.12.3", + "futures-core", + "lock_api", + "parking_lot 0.12.3", ] -name = "futures-intrusive" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.5.0" [[package]] -checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" name = "futures-io" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.3.30" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" [[package]] +name = "futures-lite" +version = "1.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce" dependencies = [ - "fastrand 1.9.0", - "futures-core", - "futures-io", - "memchr", - "parking", - "pin-project-lite", - "waker-fn", + "fastrand 1.9.0", + "futures-core", + "futures-io", + "memchr", + "parking", + "pin-project-lite", + "waker-fn", ] -name = "futures-lite" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.13.0" [[package]] +name = "futures-lite" +version = "2.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5" dependencies = [ - "fastrand 2.1.1", - "futures-core", - "futures-io", - "parking", - "pin-project-lite", + "fastrand 2.1.1", + "futures-core", + "futures-io", + "parking", + "pin-project-lite", ] -name = "futures-lite" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "2.3.0" [[package]] +name = "futures-macro" +version = "0.3.30" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro2", + "quote", + "syn 2.0.76", ] -name = "futures-macro" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.30" [[package]] +name = "futures-rustls" +version = "0.24.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "35bd3cf68c183738046838e300353e4716c674dc5e56890de4826801a6622a28" dependencies = [ - "futures-io", - "rustls 0.21.12", + "futures-io", + "rustls 0.21.12", ] -name = "futures-rustls" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.24.0" [[package]] -checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" name = "futures-sink" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.3.30" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" [[package]] -checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" name = "futures-task" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.3.30" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" [[package]] -checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24" name = "futures-timer" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "3.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24" [[package]] +name = "futures-util" +version = "0.3.30" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" dependencies = [ - "futures 0.1.31", - "futures-channel", - "futures-core", - "futures-io", - "futures-macro", - "futures-sink", - "futures-task", - "memchr", - "pin-project-lite", - "pin-utils", - "slab", + "futures 0.1.31", + "futures-channel", + "futures-core", + "futures-io", + "futures-macro", + "futures-sink", + "futures-task", + "memchr", + "pin-project-lite", + "pin-utils", + "slab", ] -name = "futures-util" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.30" [[package]] +name = "fxhash" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" dependencies = [ - "byteorder", + "byteorder", ] -name = "fxhash" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.1" [[package]] +name = "generic-array" +version = "0.12.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd" dependencies = [ - "typenum", + "typenum", ] -name = "generic-array" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.12.4" [[package]] +name = "generic-array" +version = "0.14.7" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" dependencies = [ - "typenum", - "version_check", - "zeroize", + "typenum", + "version_check", + "zeroize", ] -name = "generic-array" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.14.7" [[package]] +name = "gethostname" +version = "0.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e" dependencies = [ - "libc", - "winapi", + "libc", + "winapi", ] -name = "gethostname" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.3" [[package]] +name = "getrandom" +version = "0.1.16" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" dependencies = [ - "cfg-if", - "js-sys", - "libc", - "wasi 0.9.0+wasi-snapshot-preview1", - "wasm-bindgen", + "cfg-if", + "js-sys", + "libc", + "wasi 0.9.0+wasi-snapshot-preview1", + "wasm-bindgen", ] -name = "getrandom" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.16" [[package]] +name = "getrandom" +version = "0.2.15" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" dependencies = [ - "cfg-if", - "js-sys", - "libc", - "wasi 0.11.0+wasi-snapshot-preview1", - "wasm-bindgen", + "cfg-if", + "js-sys", + "libc", + "wasi 0.11.0+wasi-snapshot-preview1", + "wasm-bindgen", ] -name = "getrandom" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.15" [[package]] +name = "getrandom_or_panic" +version = "0.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6ea1015b5a70616b688dc230cfe50c8af89d972cb132d5a622814d29773b10b9" dependencies = [ - "rand 0.8.5", - "rand_core 0.6.4", + "rand 0.8.5", + "rand_core 0.6.4", ] -name = "getrandom_or_panic" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.0.3" [[package]] +name = "ghash" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1" dependencies = [ - "opaque-debug 0.3.1", - "polyval", + "opaque-debug 0.3.1", + "polyval", ] -name = "ghash" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.5.1" [[package]] +name = "gimli" +version = "0.27.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e" dependencies = [ - "fallible-iterator 0.2.0", - "indexmap 1.9.3", - "stable_deref_trait", + "fallible-iterator 0.2.0", + "indexmap 1.9.3", + "stable_deref_trait", ] -name = "gimli" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.27.3" [[package]] +name = "gimli" +version = "0.28.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" dependencies = [ - "fallible-iterator 0.3.0", - "stable_deref_trait", + "fallible-iterator 0.3.0", + "stable_deref_trait", ] -name = "gimli" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.28.1" [[package]] -checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd" name = "gimli" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.29.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd" [[package]] -checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" name = "glob" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" [[package]] +name = "governor" +version = "0.6.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "68a7f542ee6b35af73b06abc0dad1c1bae89964e4e253bc4b587b91c9637867b" dependencies = [ - "cfg-if", - "dashmap", - "futures 0.3.30", - "futures-timer", - "no-std-compat", - "nonzero_ext", - "parking_lot 0.12.3", - "portable-atomic", - "quanta", - "rand 0.8.5", - "smallvec", - "spinning_top", + "cfg-if", + "dashmap", + "futures 0.3.30", + "futures-timer", + "no-std-compat", + "nonzero_ext", + "parking_lot 0.12.3", + "portable-atomic", + "quanta", + "rand 0.8.5", + "smallvec", + "spinning_top", ] -name = "governor" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.6.3" [[package]] +name = "group" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" dependencies = [ - "ff", - "rand_core 0.6.4", - "subtle 2.6.1", + "ff", + "rand_core 0.6.4", + "subtle 2.6.1", ] -name = "group" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.13.0" [[package]] +name = "h2" +version = "0.3.26" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8" dependencies = [ - "bytes", - "fnv", - "futures-core", - "futures-sink", - "futures-util", - "http 0.2.12", - "indexmap 2.4.0", - "slab", - "tokio", - "tokio-util", - "tracing", + "bytes", + "fnv", + "futures-core", + "futures-sink", + "futures-util", + "http 0.2.12", + "indexmap 2.4.0", + "slab", + "tokio", + "tokio-util", + "tracing", ] -name = "h2" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.26" [[package]] +name = "h2" +version = "0.4.6" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205" dependencies = [ - "atomic-waker", - "bytes", - "fnv", - "futures-core", - "futures-sink", - "http 1.1.0", - "indexmap 2.4.0", - "slab", - "tokio", - "tokio-util", - "tracing", + "atomic-waker", + "bytes", + "fnv", + "futures-core", + "futures-sink", + "http 1.1.0", + "indexmap 2.4.0", + "slab", + "tokio", + "tokio-util", + "tracing", ] -name = "h2" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.6" [[package]] +name = "handlebars" +version = "5.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b" dependencies = [ - "log", - "pest", - "pest_derive", - "serde", - "serde_json", - "thiserror", + "log", + "pest", + "pest_derive", + "serde", + "serde_json", + "thiserror", ] -name = "handlebars" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "5.1.2" [[package]] -checksum = "8e7d7786361d7425ae2fe4f9e407eb0efaa0840f5212d109cc018c40c35c6ab4" name = "hash-db" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.16.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e7d7786361d7425ae2fe4f9e407eb0efaa0840f5212d109cc018c40c35c6ab4" [[package]] +name = "hash256-std-hasher" +version = "0.15.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2" dependencies = [ - "crunchy", + "crunchy", ] -name = "hash256-std-hasher" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.15.2" [[package]] -checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" name = "hashbrown" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.12.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" [[package]] +name = "hashbrown" +version = "0.13.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" dependencies = [ - "ahash", + "ahash", ] -name = "hashbrown" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.13.2" [[package]] +name = "hashbrown" +version = "0.14.5" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" dependencies = [ - "ahash", - "allocator-api2", - "serde", + "ahash", + "allocator-api2", + "serde", ] -name = "hashbrown" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.14.5" [[package]] +name = "hashlink" +version = "0.8.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7" dependencies = [ - "hashbrown 0.14.5", + "hashbrown 0.14.5", ] -name = "hashlink" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.8.4" [[package]] +name = "heck" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" dependencies = [ - "unicode-segmentation", + "unicode-segmentation", ] -name = "heck" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.1" [[package]] -checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" name = "heck" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] -checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" name = "hermit-abi" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.3.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" [[package]] -checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" name = "hermit-abi" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" [[package]] +name = "hex" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" dependencies = [ - "serde", + "serde", ] -name = "hex" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.3" [[package]] -checksum = "212ab92002354b4819390025006c897e8140934349e8635c9b077f47b4dcbd20" name = "hex-conservative" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "212ab92002354b4819390025006c897e8140934349e8635c9b077f47b4dcbd20" [[package]] -checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0" name = "hex-literal" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.3.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7ebdb29d2ea9ed0083cd8cece49bbd968021bd99b0849edb4a9a7ee0fdf6a4e0" [[package]] -checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46" name = "hex-literal" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46" [[package]] +name = "hkdf" +version = "0.12.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" dependencies = [ - "hmac 0.12.1", + "hmac 0.12.1", ] -name = "hkdf" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.12.4" [[package]] +name = "hmac" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840" dependencies = [ - "crypto-mac 0.8.0", - "digest 0.9.0", + "crypto-mac 0.8.0", + "digest 0.9.0", ] -name = "hmac" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.8.1" [[package]] +name = "hmac" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" dependencies = [ - "digest 0.10.7", + "digest 0.10.7", ] -name = "hmac" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.12.1" [[package]] +name = "hmac-drbg" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1" dependencies = [ - "digest 0.9.0", - "generic-array 0.14.7", - "hmac 0.8.1", + "digest 0.9.0", + "generic-array 0.14.7", + "hmac 0.8.1", ] -name = "hmac-drbg" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.0" [[package]] +name = "home" +version = "0.5.9" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.52.0", ] -name = "home" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.5.9" [[package]] +name = "hostname" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867" dependencies = [ - "libc", - "match_cfg", - "winapi", + "libc", + "match_cfg", + "winapi", ] -name = "hostname" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.1" [[package]] +name = "http" +version = "0.2.12" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" dependencies = [ - "bytes", - "fnv", - "itoa", + "bytes", + "fnv", + "itoa", ] -name = "http" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.12" [[package]] +name = "http" +version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" dependencies = [ - "bytes", - "fnv", - "itoa", + "bytes", + "fnv", + "itoa", ] -name = "http" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.1.0" [[package]] +name = "http-body" +version = "0.4.6" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" dependencies = [ - "bytes", - "http 0.2.12", - "pin-project-lite", + "bytes", + "http 0.2.12", + "pin-project-lite", ] -name = "http-body" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.6" [[package]] +name = "http-body" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" dependencies = [ - "bytes", - "http 1.1.0", + "bytes", + "http 1.1.0", ] -name = "http-body" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.0.1" [[package]] +name = "http-body-util" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" dependencies = [ - "bytes", - "futures-util", - "http 1.1.0", - "http-body 1.0.1", - "pin-project-lite", + "bytes", + "futures-util", + "http 1.1.0", + "http-body 1.0.1", + "pin-project-lite", ] -name = "http-body-util" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.2" [[package]] -checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9" name = "httparse" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.9.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9" [[package]] -checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" name = "httpdate" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" [[package]] -checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" name = "humantime" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "2.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] +name = "hyper" +version = "0.14.30" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a152ddd61dfaec7273fe8419ab357f33aee0d914c5f4efbf0d96fa749eea5ec9" dependencies = [ - "bytes", - "futures-channel", - "futures-core", - "futures-util", - "h2 0.3.26", - "http 0.2.12", - "http-body 0.4.6", - "httparse", - "httpdate", - "itoa", - "pin-project-lite", - "socket2 0.5.7", - "tokio", - "tower-service", - "tracing", - "want", + "bytes", + "futures-channel", + "futures-core", + "futures-util", + "h2 0.3.26", + "http 0.2.12", + "http-body 0.4.6", + "httparse", + "httpdate", + "itoa", + "pin-project-lite", + "socket2 0.5.7", + "tokio", + "tower-service", + "tracing", + "want", ] -name = "hyper" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.14.30" [[package]] +name = "hyper" +version = "1.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05" dependencies = [ - "bytes", - "futures-channel", - "futures-util", - "h2 0.4.6", - "http 1.1.0", - "http-body 1.0.1", - "httparse", - "httpdate", - "itoa", - "pin-project-lite", - "smallvec", - "tokio", + "bytes", + "futures-channel", + "futures-util", + "h2 0.4.6", + "http 1.1.0", + "http-body 1.0.1", + "httparse", + "httpdate", + "itoa", + "pin-project-lite", + "smallvec", + "tokio", ] -name = "hyper" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.4.1" [[package]] +name = "hyper-rustls" +version = "0.24.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" dependencies = [ - "futures-util", - "http 0.2.12", - "hyper 0.14.30", - "log", - "rustls 0.21.12", - "rustls-native-certs 0.6.3", - "tokio", - "tokio-rustls 0.24.1", + "futures-util", + "http 0.2.12", + "hyper 0.14.30", + "log", + "rustls 0.21.12", + "rustls-native-certs 0.6.3", + "tokio", + "tokio-rustls 0.24.1", ] -name = "hyper-rustls" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.24.2" [[package]] +name = "hyper-util" +version = "0.1.7" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cde7055719c54e36e95e8719f95883f22072a48ede39db7fc17a4e1d5281e9b9" dependencies = [ - "bytes", - "futures-util", - "http 1.1.0", - "http-body 1.0.1", - "hyper 1.4.1", - "pin-project-lite", - "tokio", - "tower", - "tower-service", + "bytes", + "futures-util", + "http 1.1.0", + "http-body 1.0.1", + "hyper 1.4.1", + "pin-project-lite", + "tokio", + "tower", + "tower-service", ] -name = "hyper-util" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.7" [[package]] +name = "iana-time-zone" +version = "0.1.60" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" dependencies = [ - "android_system_properties", - "core-foundation-sys", - "iana-time-zone-haiku", - "js-sys", - "wasm-bindgen", - "windows-core 0.52.0", + "android_system_properties", + "core-foundation-sys", + "iana-time-zone-haiku", + "js-sys", + "wasm-bindgen", + "windows-core 0.52.0", ] -name = "iana-time-zone" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.60" [[package]] +name = "iana-time-zone-haiku" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" dependencies = [ - "cc", + "cc", ] -name = "iana-time-zone-haiku" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.2" [[package]] +name = "idna" +version = "0.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8" dependencies = [ - "matches", - "unicode-bidi", - "unicode-normalization", + "matches", + "unicode-bidi", + "unicode-normalization", ] -name = "idna" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.3" [[package]] +name = "idna" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" dependencies = [ - "unicode-bidi", - "unicode-normalization", + "unicode-bidi", + "unicode-normalization", ] -name = "idna" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.0" [[package]] +name = "idna" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" dependencies = [ - "unicode-bidi", - "unicode-normalization", + "unicode-bidi", + "unicode-normalization", ] -name = "idna" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.5.0" [[package]] +name = "if-addrs" +version = "0.10.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cabb0019d51a643781ff15c9c8a3e5dedc365c47211270f4e8f82812fedd8f0a" dependencies = [ - "libc", - "windows-sys 0.48.0", + "libc", + "windows-sys 0.48.0", ] -name = "if-addrs" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.10.2" [[package]] +name = "if-watch" +version = "3.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d6b0422c86d7ce0e97169cc42e04ae643caf278874a7a3c87b8150a220dc7e1e" dependencies = [ - "async-io 2.3.4", - "core-foundation", - "fnv", - "futures 0.3.30", - "if-addrs", - "ipnet", - "log", - "rtnetlink", - "system-configuration", - "tokio", - "windows", + "async-io 2.3.4", + "core-foundation", + "fnv", + "futures 0.3.30", + "if-addrs", + "ipnet", + "log", + "rtnetlink", + "system-configuration", + "tokio", + "windows", ] -name = "if-watch" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "3.2.0" [[package]] +name = "igd-next" +version = "0.14.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "064d90fec10d541084e7b39ead8875a5a80d9114a2b18791565253bae25f49e4" dependencies = [ - "async-trait", - "attohttpc", - "bytes", - "futures 0.3.30", - "http 0.2.12", - "hyper 0.14.30", - "log", - "rand 0.8.5", - "tokio", - "url", - "xmltree", + "async-trait", + "attohttpc", + "bytes", + "futures 0.3.30", + "http 0.2.12", + "hyper 0.14.30", + "log", + "rand 0.8.5", + "tokio", + "url", + "xmltree", ] -name = "igd-next" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.14.3" [[package]] +name = "impl-codec" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f" dependencies = [ - "parity-scale-codec", + "parity-scale-codec", ] -name = "impl-codec" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.6.0" [[package]] +name = "impl-rlp" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f28220f89297a075ddc7245cd538076ee98b01f2a9c23a53a4f1105d5a322808" dependencies = [ - "rlp", + "rlp", ] -name = "impl-rlp" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.0" [[package]] +name = "impl-serde" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ebc88fc67028ae3db0c853baa36269d398d5f45b6982f95549ff5def78c935cd" dependencies = [ - "serde", + "serde", ] -name = "impl-serde" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.0" [[package]] +name = "impl-trait-for-tuples" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "11d7a9f6330b71fea57921c9b61c47ee6e84f72d394754eff6163ae67e7395eb" dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", + "proc-macro2", + "quote", + "syn 1.0.109", ] -name = "impl-trait-for-tuples" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.2" [[package]] +name = "include_dir" +version = "0.7.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "923d117408f1e49d914f1a379a309cffe4f18c05cf4e3d12e613a15fc81bd0dd" dependencies = [ - "include_dir_macros", + "include_dir_macros", ] -name = "include_dir" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.7.4" [[package]] +name = "include_dir_macros" +version = "0.7.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7cab85a7ed0bd5f0e76d93846e0147172bed2e2d3f859bcc33a8d9699cad1a75" dependencies = [ - "proc-macro2", - "quote", + "proc-macro2", + "quote", ] -name = "include_dir_macros" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.7.4" [[package]] +name = "indexmap" +version = "1.9.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" dependencies = [ - "autocfg", - "hashbrown 0.12.3", - "serde", + "autocfg", + "hashbrown 0.12.3", + "serde", ] -name = "indexmap" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.9.3" [[package]] +name = "indexmap" +version = "2.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93ead53efc7ea8ed3cfb0c79fc8023fbb782a5432b52830b6518941cebe6505c" dependencies = [ - "equivalent", - "hashbrown 0.14.5", + "equivalent", + "hashbrown 0.14.5", ] -name = "indexmap" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "2.4.0" [[package]] -checksum = "8e04e2fd2b8188ea827b32ef11de88377086d690286ab35747ef7f9bf3ccb590" name = "indexmap-nostd" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e04e2fd2b8188ea827b32ef11de88377086d690286ab35747ef7f9bf3ccb590" [[package]] +name = "inout" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" dependencies = [ - "generic-array 0.14.7", + "generic-array 0.14.7", ] -name = "inout" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.3" [[package]] +name = "instant" +version = "0.1.13" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" dependencies = [ - "cfg-if", + "cfg-if", ] -name = "instant" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.13" [[package]] -checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02" name = "integer-encoding" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "3.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02" [[package]] +name = "integer-sqrt" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "276ec31bcb4a9ee45f58bec6f9ec700ae4cf4f4f8f2fa7e06cb406bd5ffdd770" dependencies = [ - "num-traits", + "num-traits", ] -name = "integer-sqrt" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.5" [[package]] +name = "io-lifetimes" +version = "1.0.11" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" dependencies = [ - "hermit-abi 0.3.9", - "libc", - "windows-sys 0.48.0", + "hermit-abi 0.3.9", + "libc", + "windows-sys 0.48.0", ] -name = "io-lifetimes" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.0.11" [[package]] -checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1" name = "ip_network" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "aa2f047c0a98b2f299aa5d6d7088443570faae494e9ae1305e48be000c9e0eb1" [[package]] -checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" -dependencies = [ - "socket2 0.5.7", - "widestring", - "windows-sys 0.48.0", - "winreg", -] name = "ipconfig" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" +dependencies = [ + "socket2 0.5.7", + "widestring", + "windows-sys 0.48.0", + "winreg", +] [[package]] -checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" name = "ipnet" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "2.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" [[package]] +name = "is-terminal" +version = "0.4.13" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b" dependencies = [ - "hermit-abi 0.4.0", - "libc", - "windows-sys 0.52.0", + "hermit-abi 0.4.0", + "libc", + "windows-sys 0.52.0", ] -name = "is-terminal" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.13" [[package]] +name = "is_executable" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fa9acdc6d67b75e626ad644734e8bc6df893d9cd2a834129065d3dd6158ea9c8" dependencies = [ - "winapi", + "winapi", ] -name = "is_executable" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.0.1" [[package]] -checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" name = "is_terminal_polyfill" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.70.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" [[package]] +name = "itertools" +version = "0.10.5" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" dependencies = [ - "either", + "either", ] -name = "itertools" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.10.5" [[package]] +name = "itertools" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" dependencies = [ - "either", + "either", ] -name = "itertools" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.11.0" [[package]] +name = "itertools" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" dependencies = [ - "either", + "either", ] -name = "itertools" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.12.1" [[package]] -checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" name = "itoa" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.0.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" [[package]] +name = "jni" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec" dependencies = [ - "cesu8", - "combine", - "jni-sys", - "log", - "thiserror", - "walkdir", + "cesu8", + "combine", + "jni-sys", + "log", + "thiserror", + "walkdir", ] -name = "jni" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.19.0" [[package]] -checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" name = "jni-sys" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" [[package]] +name = "jobserver" +version = "0.1.32" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" dependencies = [ - "libc", + "libc", ] -name = "jobserver" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.32" [[package]] +name = "js-sys" +version = "0.3.70" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a" dependencies = [ - "wasm-bindgen", + "wasm-bindgen", ] -name = "js-sys" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.70" [[package]] +name = "jsonrpsee" +version = "0.23.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "62b089779ad7f80768693755a031cc14a7766aba707cbe886674e3f79e9b7e47" dependencies = [ - "jsonrpsee-core", - "jsonrpsee-proc-macros", - "jsonrpsee-server", - "jsonrpsee-types", - "jsonrpsee-ws-client", - "tokio", - "tracing", + "jsonrpsee-core", + "jsonrpsee-proc-macros", + "jsonrpsee-server", + "jsonrpsee-types", + "jsonrpsee-ws-client", + "tokio", + "tracing", ] -name = "jsonrpsee" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.23.2" [[package]] +name = "jsonrpsee-client-transport" +version = "0.23.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "08163edd8bcc466c33d79e10f695cdc98c00d1e6ddfb95cec41b6b0279dd5432" dependencies = [ - "base64 0.22.1", - "futures-util", - "http 1.1.0", - "jsonrpsee-core", - "pin-project", - "rustls 0.23.12", - "rustls-pki-types", - "rustls-platform-verifier", - "soketto 0.8.0", - "thiserror", - "tokio", - "tokio-rustls 0.26.0", - "tokio-util", - "tracing", - "url", + "base64 0.22.1", + "futures-util", + "http 1.1.0", + "jsonrpsee-core", + "pin-project", + "rustls 0.23.12", + "rustls-pki-types", + "rustls-platform-verifier", + "soketto 0.8.0", + "thiserror", + "tokio", + "tokio-rustls 0.26.0", + "tokio-util", + "tracing", + "url", ] -name = "jsonrpsee-client-transport" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.23.2" [[package]] +name = "jsonrpsee-core" +version = "0.23.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "79712302e737d23ca0daa178e752c9334846b08321d439fd89af9a384f8c830b" dependencies = [ - "anyhow", - "async-trait", - "beef", - "bytes", - "futures-timer", - "futures-util", - "http 1.1.0", - "http-body 1.0.1", - "http-body-util", - "jsonrpsee-types", - "parking_lot 0.12.3", - "pin-project", - "rand 0.8.5", - "rustc-hash", - "serde", - "serde_json", - "thiserror", - "tokio", - "tokio-stream", - "tracing", + "anyhow", + "async-trait", + "beef", + "bytes", + "futures-timer", + "futures-util", + "http 1.1.0", + "http-body 1.0.1", + "http-body-util", + "jsonrpsee-types", + "parking_lot 0.12.3", + "pin-project", + "rand 0.8.5", + "rustc-hash", + "serde", + "serde_json", + "thiserror", + "tokio", + "tokio-stream", + "tracing", ] -name = "jsonrpsee-core" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.23.2" [[package]] +name = "jsonrpsee-proc-macros" +version = "0.23.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7895f186d5921065d96e16bd795e5ca89ac8356ec423fafc6e3d7cf8ec11aee4" dependencies = [ - "heck 0.5.0", - "proc-macro-crate 3.2.0", - "proc-macro2", - "quote", - "syn 2.0.76", + "heck 0.5.0", + "proc-macro-crate 3.2.0", + "proc-macro2", + "quote", + "syn 2.0.76", ] -name = "jsonrpsee-proc-macros" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.23.2" [[package]] +name = "jsonrpsee-server" +version = "0.23.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "654afab2e92e5d88ebd8a39d6074483f3f2bfdf91c5ac57fe285e7127cdd4f51" dependencies = [ - "anyhow", - "futures-util", - "http 1.1.0", - "http-body 1.0.1", - "http-body-util", - "hyper 1.4.1", - "hyper-util", - "jsonrpsee-core", - "jsonrpsee-types", - "pin-project", - "route-recognizer", - "serde", - "serde_json", - "soketto 0.8.0", - "thiserror", - "tokio", - "tokio-stream", - "tokio-util", - "tower", - "tracing", + "anyhow", + "futures-util", + "http 1.1.0", + "http-body 1.0.1", + "http-body-util", + "hyper 1.4.1", + "hyper-util", + "jsonrpsee-core", + "jsonrpsee-types", + "pin-project", + "route-recognizer", + "serde", + "serde_json", + "soketto 0.8.0", + "thiserror", + "tokio", + "tokio-stream", + "tokio-util", + "tower", + "tracing", ] -name = "jsonrpsee-server" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.23.2" [[package]] +name = "jsonrpsee-types" +version = "0.23.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d9c465fbe385238e861fdc4d1c85e04ada6c1fd246161d26385c1b311724d2af" dependencies = [ - "beef", - "http 1.1.0", - "serde", - "serde_json", - "thiserror", + "beef", + "http 1.1.0", + "serde", + "serde_json", + "thiserror", ] -name = "jsonrpsee-types" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.23.2" [[package]] +name = "jsonrpsee-ws-client" +version = "0.23.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1c28759775f5cb2f1ea9667672d3fe2b0e701d1f4b7b67954e60afe7fd058b5e" dependencies = [ - "http 1.1.0", - "jsonrpsee-client-transport", - "jsonrpsee-core", - "jsonrpsee-types", - "url", + "http 1.1.0", + "jsonrpsee-client-transport", + "jsonrpsee-core", + "jsonrpsee-types", + "url", ] -name = "jsonrpsee-ws-client" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.23.2" [[package]] +name = "k256" +version = "0.13.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "956ff9b67e26e1a6a866cb758f12c6f8746208489e3e4a4b5580802f2f0a587b" dependencies = [ - "cfg-if", - "ecdsa", - "elliptic-curve", - "once_cell", - "serdect", - "sha2 0.10.8", + "cfg-if", + "ecdsa", + "elliptic-curve", + "once_cell", + "serdect", + "sha2 0.10.8", ] -name = "k256" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.13.3" [[package]] +name = "keccak" +version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654" dependencies = [ - "cpufeatures", + "cpufeatures", ] -name = "keccak" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.5" [[package]] -checksum = "c33070833c9ee02266356de0c43f723152bd38bd96ddf52c82b3af10c9138b28" name = "keystream" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c33070833c9ee02266356de0c43f723152bd38bd96ddf52c82b3af10c9138b28" [[package]] +name = "kvdb" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e7d770dcb02bf6835887c3a979b5107a04ff4bbde97a5f0928d27404a155add9" dependencies = [ - "smallvec", + "smallvec", ] -name = "kvdb" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.13.0" [[package]] +name = "kvdb-memorydb" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bf7a85fe66f9ff9cd74e169fdd2c94c6e1e74c412c99a73b4df3200b5d3760b2" dependencies = [ - "kvdb", - "parking_lot 0.12.3", + "kvdb", + "parking_lot 0.12.3", ] -name = "kvdb-memorydb" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.13.0" [[package]] +name = "kvdb-rocksdb" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b644c70b92285f66bfc2032922a79000ea30af7bc2ab31902992a5dcb9b434f6" dependencies = [ - "kvdb", - "num_cpus", - "parking_lot 0.12.3", - "regex", - "rocksdb", - "smallvec", + "kvdb", + "num_cpus", + "parking_lot 0.12.3", + "regex", + "rocksdb", + "smallvec", ] -name = "kvdb-rocksdb" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.19.0" [[package]] +name = "landlock" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9baa9eeb6e315942429397e617a190f4fdc696ef1ee0342939d641029cbb4ea7" dependencies = [ - "enumflags2", - "libc", - "thiserror", + "enumflags2", + "libc", + "thiserror", ] -name = "landlock" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.1" [[package]] +name = "lazy_static" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" dependencies = [ - "spin 0.9.8", + "spin 0.9.8", ] -name = "lazy_static" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.5.0" [[package]] -checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" name = "lazycell" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] -checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439" name = "libc" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.2.158" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439" [[package]] +name = "libloading" +version = "0.8.5" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4" dependencies = [ - "cfg-if", - "windows-targets 0.52.6", + "cfg-if", + "windows-targets 0.52.6", ] -name = "libloading" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.8.5" [[package]] -checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" name = "libm" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.2.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" [[package]] +name = "libp2p" +version = "0.52.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e94495eb319a85b70a68b85e2389a95bb3555c71c49025b78c691a854a7e6464" dependencies = [ - "bytes", - "either", - "futures 0.3.30", - "futures-timer", - "getrandom 0.2.15", - "instant", - "libp2p-allow-block-list", - "libp2p-connection-limits", - "libp2p-core", - "libp2p-dns", - "libp2p-identify", - "libp2p-identity", - "libp2p-kad", - "libp2p-mdns", - "libp2p-metrics", - "libp2p-noise", - "libp2p-ping", - "libp2p-quic", - "libp2p-request-response", - "libp2p-swarm", - "libp2p-tcp", - "libp2p-upnp", - "libp2p-wasm-ext", - "libp2p-websocket", - "libp2p-yamux", - "multiaddr 0.18.1", - "pin-project", - "rw-stream-sink", - "thiserror", + "bytes", + "either", + "futures 0.3.30", + "futures-timer", + "getrandom 0.2.15", + "instant", + "libp2p-allow-block-list", + "libp2p-connection-limits", + "libp2p-core", + "libp2p-dns", + "libp2p-identify", + "libp2p-identity", + "libp2p-kad", + "libp2p-mdns", + "libp2p-metrics", + "libp2p-noise", + "libp2p-ping", + "libp2p-quic", + "libp2p-request-response", + "libp2p-swarm", + "libp2p-tcp", + "libp2p-upnp", + "libp2p-wasm-ext", + "libp2p-websocket", + "libp2p-yamux", + "multiaddr 0.18.1", + "pin-project", + "rw-stream-sink", + "thiserror", ] -name = "libp2p" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.52.4" [[package]] +name = "libp2p-allow-block-list" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "55b46558c5c0bf99d3e2a1a38fd54ff5476ca66dd1737b12466a1824dd219311" dependencies = [ - "libp2p-core", - "libp2p-identity", - "libp2p-swarm", - "void", + "libp2p-core", + "libp2p-identity", + "libp2p-swarm", + "void", ] -name = "libp2p-allow-block-list" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.0" [[package]] +name = "libp2p-connection-limits" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2f5107ad45cb20b2f6c3628c7b6014b996fcb13a88053f4569c872c6e30abf58" dependencies = [ - "libp2p-core", - "libp2p-identity", - "libp2p-swarm", - "void", + "libp2p-core", + "libp2p-identity", + "libp2p-swarm", + "void", ] -name = "libp2p-connection-limits" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.1" [[package]] +name = "libp2p-core" +version = "0.40.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dd44289ab25e4c9230d9246c475a22241e301b23e8f4061d3bdef304a1a99713" dependencies = [ - "either", - "fnv", - "futures 0.3.30", - "futures-timer", - "instant", - "libp2p-identity", - "log", - "multiaddr 0.18.1", - "multihash 0.19.1", - "multistream-select", - "once_cell", - "parking_lot 0.12.3", - "pin-project", - "quick-protobuf", - "rand 0.8.5", - "rw-stream-sink", - "smallvec", - "thiserror", - "unsigned-varint 0.7.2", - "void", + "either", + "fnv", + "futures 0.3.30", + "futures-timer", + "instant", + "libp2p-identity", + "log", + "multiaddr 0.18.1", + "multihash 0.19.1", + "multistream-select", + "once_cell", + "parking_lot 0.12.3", + "pin-project", + "quick-protobuf", + "rand 0.8.5", + "rw-stream-sink", + "smallvec", + "thiserror", + "unsigned-varint 0.7.2", + "void", ] -name = "libp2p-core" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.40.1" [[package]] +name = "libp2p-dns" +version = "0.40.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e6a18db73084b4da2871438f6239fef35190b05023de7656e877c18a00541a3b" dependencies = [ - "async-trait", - "futures 0.3.30", - "libp2p-core", - "libp2p-identity", - "log", - "parking_lot 0.12.3", - "smallvec", - "trust-dns-resolver", + "async-trait", + "futures 0.3.30", + "libp2p-core", + "libp2p-identity", + "log", + "parking_lot 0.12.3", + "smallvec", + "trust-dns-resolver", ] -name = "libp2p-dns" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.40.1" [[package]] +name = "libp2p-identify" +version = "0.43.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "45a96638a0a176bec0a4bcaebc1afa8cf909b114477209d7456ade52c61cd9cd" dependencies = [ - "asynchronous-codec", - "either", - "futures 0.3.30", - "futures-bounded", - "futures-timer", - "libp2p-core", - "libp2p-identity", - "libp2p-swarm", - "log", - "lru 0.12.4", - "quick-protobuf", - "quick-protobuf-codec", - "smallvec", - "thiserror", - "void", + "asynchronous-codec", + "either", + "futures 0.3.30", + "futures-bounded", + "futures-timer", + "libp2p-core", + "libp2p-identity", + "libp2p-swarm", + "log", + "lru 0.12.4", + "quick-protobuf", + "quick-protobuf-codec", + "smallvec", + "thiserror", + "void", ] -name = "libp2p-identify" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.43.1" [[package]] +name = "libp2p-identity" +version = "0.2.9" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "55cca1eb2bc1fd29f099f3daaab7effd01e1a54b7c577d0ed082521034d912e8" dependencies = [ - "bs58 0.5.1", - "ed25519-dalek", - "hkdf", - "multihash 0.19.1", - "quick-protobuf", - "rand 0.8.5", - "sha2 0.10.8", - "thiserror", - "tracing", - "zeroize", + "bs58 0.5.1", + "ed25519-dalek", + "hkdf", + "multihash 0.19.1", + "quick-protobuf", + "rand 0.8.5", + "sha2 0.10.8", + "thiserror", + "tracing", + "zeroize", ] -name = "libp2p-identity" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.9" [[package]] +name = "libp2p-kad" +version = "0.44.6" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "16ea178dabba6dde6ffc260a8e0452ccdc8f79becf544946692fff9d412fc29d" dependencies = [ - "arrayvec 0.7.6", - "asynchronous-codec", - "bytes", - "either", - "fnv", - "futures 0.3.30", - "futures-timer", - "instant", - "libp2p-core", - "libp2p-identity", - "libp2p-swarm", - "log", - "quick-protobuf", - "quick-protobuf-codec", - "rand 0.8.5", - "sha2 0.10.8", - "smallvec", - "thiserror", - "uint", - "unsigned-varint 0.7.2", - "void", + "arrayvec 0.7.6", + "asynchronous-codec", + "bytes", + "either", + "fnv", + "futures 0.3.30", + "futures-timer", + "instant", + "libp2p-core", + "libp2p-identity", + "libp2p-swarm", + "log", + "quick-protobuf", + "quick-protobuf-codec", + "rand 0.8.5", + "sha2 0.10.8", + "smallvec", + "thiserror", + "uint", + "unsigned-varint 0.7.2", + "void", ] -name = "libp2p-kad" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.44.6" [[package]] +name = "libp2p-mdns" +version = "0.44.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "42a2567c305232f5ef54185e9604579a894fd0674819402bb0ac0246da82f52a" dependencies = [ - "data-encoding", - "futures 0.3.30", - "if-watch", - "libp2p-core", - "libp2p-identity", - "libp2p-swarm", - "log", - "rand 0.8.5", - "smallvec", - "socket2 0.5.7", - "tokio", - "trust-dns-proto 0.22.0", - "void", + "data-encoding", + "futures 0.3.30", + "if-watch", + "libp2p-core", + "libp2p-identity", + "libp2p-swarm", + "log", + "rand 0.8.5", + "smallvec", + "socket2 0.5.7", + "tokio", + "trust-dns-proto 0.22.0", + "void", ] -name = "libp2p-mdns" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.44.0" [[package]] +name = "libp2p-metrics" +version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "239ba7d28f8d0b5d77760dc6619c05c7e88e74ec8fbbe97f856f20a56745e620" dependencies = [ - "instant", - "libp2p-core", - "libp2p-identify", - "libp2p-identity", - "libp2p-kad", - "libp2p-ping", - "libp2p-swarm", - "once_cell", - "prometheus-client", + "instant", + "libp2p-core", + "libp2p-identify", + "libp2p-identity", + "libp2p-kad", + "libp2p-ping", + "libp2p-swarm", + "once_cell", + "prometheus-client", ] -name = "libp2p-metrics" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.13.1" [[package]] +name = "libp2p-noise" +version = "0.43.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d2eeec39ad3ad0677551907dd304b2f13f17208ccebe333bef194076cd2e8921" dependencies = [ - "bytes", - "curve25519-dalek", - "futures 0.3.30", - "libp2p-core", - "libp2p-identity", - "log", - "multiaddr 0.18.1", - "multihash 0.19.1", - "once_cell", - "quick-protobuf", - "rand 0.8.5", - "sha2 0.10.8", - "snow", - "static_assertions", - "thiserror", - "x25519-dalek", - "zeroize", + "bytes", + "curve25519-dalek", + "futures 0.3.30", + "libp2p-core", + "libp2p-identity", + "log", + "multiaddr 0.18.1", + "multihash 0.19.1", + "once_cell", + "quick-protobuf", + "rand 0.8.5", + "sha2 0.10.8", + "snow", + "static_assertions", + "thiserror", + "x25519-dalek", + "zeroize", ] -name = "libp2p-noise" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.43.2" [[package]] +name = "libp2p-ping" +version = "0.43.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e702d75cd0827dfa15f8fd92d15b9932abe38d10d21f47c50438c71dd1b5dae3" dependencies = [ - "either", - "futures 0.3.30", - "futures-timer", - "instant", - "libp2p-core", - "libp2p-identity", - "libp2p-swarm", - "log", - "rand 0.8.5", - "void", + "either", + "futures 0.3.30", + "futures-timer", + "instant", + "libp2p-core", + "libp2p-identity", + "libp2p-swarm", + "log", + "rand 0.8.5", + "void", ] -name = "libp2p-ping" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.43.1" [[package]] +name = "libp2p-quic" +version = "0.9.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "130d451d83f21b81eb7b35b360bc7972aeafb15177784adc56528db082e6b927" dependencies = [ - "bytes", - "futures 0.3.30", - "futures-timer", - "if-watch", - "libp2p-core", - "libp2p-identity", - "libp2p-tls", - "log", - "parking_lot 0.12.3", - "quinn 0.10.2", - "rand 0.8.5", - "ring 0.16.20", - "rustls 0.21.12", - "socket2 0.5.7", - "thiserror", - "tokio", + "bytes", + "futures 0.3.30", + "futures-timer", + "if-watch", + "libp2p-core", + "libp2p-identity", + "libp2p-tls", + "log", + "parking_lot 0.12.3", + "quinn 0.10.2", + "rand 0.8.5", + "ring 0.16.20", + "rustls 0.21.12", + "socket2 0.5.7", + "thiserror", + "tokio", ] -name = "libp2p-quic" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.9.3" [[package]] -checksum = "d8e3b4d67870478db72bac87bfc260ee6641d0734e0e3e275798f089c3fecfd4" -dependencies = [ - "async-trait", - "futures 0.3.30", - "instant", - "libp2p-core", - "libp2p-identity", - "libp2p-swarm", - "log", - "rand 0.8.5", - "smallvec", - "void", -] name = "libp2p-request-response" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.25.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d8e3b4d67870478db72bac87bfc260ee6641d0734e0e3e275798f089c3fecfd4" +dependencies = [ + "async-trait", + "futures 0.3.30", + "instant", + "libp2p-core", + "libp2p-identity", + "libp2p-swarm", + "log", + "rand 0.8.5", + "smallvec", + "void", +] [[package]] +name = "libp2p-swarm" +version = "0.43.7" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "580189e0074af847df90e75ef54f3f30059aedda37ea5a1659e8b9fca05c0141" dependencies = [ - "either", - "fnv", - "futures 0.3.30", - "futures-timer", - "instant", - "libp2p-core", - "libp2p-identity", - "libp2p-swarm-derive", - "log", - "multistream-select", - "once_cell", - "rand 0.8.5", - "smallvec", - "tokio", - "void", + "either", + "fnv", + "futures 0.3.30", + "futures-timer", + "instant", + "libp2p-core", + "libp2p-identity", + "libp2p-swarm-derive", + "log", + "multistream-select", + "once_cell", + "rand 0.8.5", + "smallvec", + "tokio", + "void", ] -name = "libp2p-swarm" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.43.7" [[package]] +name = "libp2p-swarm-derive" +version = "0.33.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c4d5ec2a3df00c7836d7696c136274c9c59705bac69133253696a6c932cd1d74" dependencies = [ - "heck 0.4.1", - "proc-macro-warning 0.4.2", - "proc-macro2", - "quote", - "syn 2.0.76", + "heck 0.4.1", + "proc-macro-warning 0.4.2", + "proc-macro2", + "quote", + "syn 2.0.76", ] -name = "libp2p-swarm-derive" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.33.0" [[package]] +name = "libp2p-tcp" +version = "0.40.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b558dd40d1bcd1aaaed9de898e9ec6a436019ecc2420dd0016e712fbb61c5508" dependencies = [ - "futures 0.3.30", - "futures-timer", - "if-watch", - "libc", - "libp2p-core", - "libp2p-identity", - "log", - "socket2 0.5.7", - "tokio", + "futures 0.3.30", + "futures-timer", + "if-watch", + "libc", + "libp2p-core", + "libp2p-identity", + "log", + "socket2 0.5.7", + "tokio", ] -name = "libp2p-tcp" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.40.1" [[package]] +name = "libp2p-tls" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8218d1d5482b122ccae396bbf38abdcb283ecc96fa54760e1dfd251f0546ac61" dependencies = [ - "futures 0.3.30", - "futures-rustls", - "libp2p-core", - "libp2p-identity", - "rcgen", - "ring 0.16.20", - "rustls 0.21.12", - "rustls-webpki 0.101.7", - "thiserror", - "x509-parser 0.15.1", - "yasna", + "futures 0.3.30", + "futures-rustls", + "libp2p-core", + "libp2p-identity", + "rcgen", + "ring 0.16.20", + "rustls 0.21.12", + "rustls-webpki 0.101.7", + "thiserror", + "x509-parser 0.15.1", + "yasna", ] -name = "libp2p-tls" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.1" [[package]] +name = "libp2p-upnp" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "82775a47b34f10f787ad3e2a22e2c1541e6ebef4fe9f28f3ac553921554c94c1" dependencies = [ - "futures 0.3.30", - "futures-timer", - "igd-next", - "libp2p-core", - "libp2p-swarm", - "log", - "tokio", - "void", + "futures 0.3.30", + "futures-timer", + "igd-next", + "libp2p-core", + "libp2p-swarm", + "log", + "tokio", + "void", ] -name = "libp2p-upnp" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.1" [[package]] +name = "libp2p-wasm-ext" +version = "0.40.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e5d8e3a9e07da0ef5b55a9f26c009c8fb3c725d492d8bb4b431715786eea79c" dependencies = [ - "futures 0.3.30", - "js-sys", - "libp2p-core", - "send_wrapper", - "wasm-bindgen", - "wasm-bindgen-futures", + "futures 0.3.30", + "js-sys", + "libp2p-core", + "send_wrapper", + "wasm-bindgen", + "wasm-bindgen-futures", ] -name = "libp2p-wasm-ext" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.40.0" [[package]] +name = "libp2p-websocket" +version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "004ee9c4a4631435169aee6aad2f62e3984dc031c43b6d29731e8e82a016c538" dependencies = [ - "either", - "futures 0.3.30", - "futures-rustls", - "libp2p-core", - "libp2p-identity", - "log", - "parking_lot 0.12.3", - "pin-project-lite", - "rw-stream-sink", - "soketto 0.8.0", - "thiserror", - "url", - "webpki-roots 0.25.4", + "either", + "futures 0.3.30", + "futures-rustls", + "libp2p-core", + "libp2p-identity", + "log", + "parking_lot 0.12.3", + "pin-project-lite", + "rw-stream-sink", + "soketto 0.8.0", + "thiserror", + "url", + "webpki-roots 0.25.4", ] -name = "libp2p-websocket" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.42.2" [[package]] +name = "libp2p-yamux" +version = "0.44.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8eedcb62824c4300efb9cfd4e2a6edaf3ca097b9e68b36dabe45a44469fd6a85" dependencies = [ - "futures 0.3.30", - "libp2p-core", - "log", - "thiserror", - "yamux", + "futures 0.3.30", + "libp2p-core", + "log", + "thiserror", + "yamux", ] -name = "libp2p-yamux" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.44.1" [[package]] +name = "libredox" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" dependencies = [ - "bitflags 2.6.0", - "libc", - "redox_syscall 0.5.3", + "bitflags 2.6.0", + "libc", + "redox_syscall 0.5.3", ] -name = "libredox" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.3" [[package]] +name = "librocksdb-sys" +version = "0.11.0+8.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3386f101bcb4bd252d8e9d2fb41ec3b0862a15a62b478c355b2982efa469e3e" dependencies = [ - "bindgen", - "bzip2-sys", - "cc", - "glob", - "libc", - "libz-sys", - "tikv-jemalloc-sys", + "bindgen", + "bzip2-sys", + "cc", + "glob", + "libc", + "libz-sys", + "tikv-jemalloc-sys", ] -name = "librocksdb-sys" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.11.0+8.1.1" [[package]] +name = "libsecp256k1" +version = "0.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1" dependencies = [ - "arrayref", - "base64 0.13.1", - "digest 0.9.0", - "hmac-drbg", - "libsecp256k1-core", - "libsecp256k1-gen-ecmult", - "libsecp256k1-gen-genmult", - "rand 0.8.5", - "serde", - "sha2 0.9.9", - "typenum", + "arrayref", + "base64 0.13.1", + "digest 0.9.0", + "hmac-drbg", + "libsecp256k1-core", + "libsecp256k1-gen-ecmult", + "libsecp256k1-gen-genmult", + "rand 0.8.5", + "serde", + "sha2 0.9.9", + "typenum", ] -name = "libsecp256k1" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.7.1" [[package]] +name = "libsecp256k1-core" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451" dependencies = [ - "crunchy", - "digest 0.9.0", - "subtle 2.6.1", + "crunchy", + "digest 0.9.0", + "subtle 2.6.1", ] -name = "libsecp256k1-core" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.0" [[package]] +name = "libsecp256k1-gen-ecmult" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809" dependencies = [ - "libsecp256k1-core", + "libsecp256k1-core", ] -name = "libsecp256k1-gen-ecmult" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.0" [[package]] +name = "libsecp256k1-gen-genmult" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c" dependencies = [ - "libsecp256k1-core", + "libsecp256k1-core", ] -name = "libsecp256k1-gen-genmult" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.0" [[package]] +name = "libsqlite3-sys" +version = "0.27.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf4e226dcd58b4be396f7bd3c20da8fdee2911400705297ba7d2d7cc2c30f716" dependencies = [ - "cc", - "pkg-config", - "vcpkg", + "cc", + "pkg-config", + "vcpkg", ] -name = "libsqlite3-sys" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.27.0" [[package]] +name = "libz-sys" +version = "1.1.20" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472" dependencies = [ - "cc", - "pkg-config", - "vcpkg", + "cc", + "pkg-config", + "vcpkg", ] -name = "libz-sys" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.1.20" [[package]] +name = "link-cplusplus" +version = "1.0.9" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9" dependencies = [ - "cc", + "cc", ] -name = "link-cplusplus" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.0.9" [[package]] -checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" name = "linked-hash-map" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.5.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" [[package]] +name = "linked_hash_set" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588" dependencies = [ - "linked-hash-map", + "linked-hash-map", ] -name = "linked_hash_set" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.4" [[package]] +name = "linregress" +version = "0.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4de04dcecc58d366391f9920245b85ffa684558a5ef6e7736e754347c3aea9c2" dependencies = [ - "nalgebra", + "nalgebra", ] -name = "linregress" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.5.3" [[package]] -checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4" name = "linux-raw-sys" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4" [[package]] -checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" name = "linux-raw-sys" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.3.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" [[package]] -checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" name = "linux-raw-sys" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.4.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" [[package]] +name = "lioness" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ae926706ba42c425c9457121178330d75e273df2e82e28b758faf3de3a9acb9" dependencies = [ - "arrayref", - "blake2 0.8.1", - "chacha", - "keystream", + "arrayref", + "blake2 0.8.1", + "chacha", + "keystream", ] -name = "lioness" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.2" [[package]] +name = "litep2p" +version = "0.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0f46c51c205264b834ceed95c8b195026e700494bc3991aaba3b4ea9e20626d9" dependencies = [ - "async-trait", - "bs58 0.4.0", - "bytes", - "cid 0.10.1", - "ed25519-dalek", - "futures 0.3.30", - "futures-timer", - "hex-literal 0.4.1", - "indexmap 2.4.0", - "libc", - "mockall 0.12.1", - "multiaddr 0.17.1", - "multihash 0.17.0", - "network-interface", - "nohash-hasher", - "parking_lot 0.12.3", - "pin-project", - "prost 0.12.6", - "prost-build 0.11.9", - "quinn 0.9.4", - "rand 0.8.5", - "rcgen", - "ring 0.16.20", - "rustls 0.20.9", - "serde", - "sha2 0.10.8", - "simple-dns", - "smallvec", - "snow", - "socket2 0.5.7", - "static_assertions", - "str0m", - "thiserror", - "tokio", - "tokio-stream", - "tokio-tungstenite", - "tokio-util", - "tracing", - "trust-dns-resolver", - "uint", - "unsigned-varint 0.8.0", - "url", - "webpki", - "x25519-dalek", - "x509-parser 0.16.0", - "yasna", - "zeroize", + "async-trait", + "bs58 0.4.0", + "bytes", + "cid 0.10.1", + "ed25519-dalek", + "futures 0.3.30", + "futures-timer", + "hex-literal 0.4.1", + "indexmap 2.4.0", + "libc", + "mockall 0.12.1", + "multiaddr 0.17.1", + "multihash 0.17.0", + "network-interface", + "nohash-hasher", + "parking_lot 0.12.3", + "pin-project", + "prost 0.12.6", + "prost-build 0.11.9", + "quinn 0.9.4", + "rand 0.8.5", + "rcgen", + "ring 0.16.20", + "rustls 0.20.9", + "serde", + "sha2 0.10.8", + "simple-dns", + "smallvec", + "snow", + "socket2 0.5.7", + "static_assertions", + "str0m", + "thiserror", + "tokio", + "tokio-stream", + "tokio-tungstenite", + "tokio-util", + "tracing", + "trust-dns-resolver", + "uint", + "unsigned-varint 0.8.0", + "url", + "webpki", + "x25519-dalek", + "x509-parser 0.16.0", + "yasna", + "zeroize", ] -name = "litep2p" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.6.2" [[package]] +name = "lock_api" +version = "0.4.12" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" dependencies = [ - "autocfg", - "scopeguard", + "autocfg", + "scopeguard", ] -name = "lock_api" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.12" [[package]] -checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" name = "log" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.4.22" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] -checksum = "a4a83fb7698b3643a0e34f9ae6f2e8f0178c0fd42f8b59d493aa271ff3a5bf21" name = "lru" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.11.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4a83fb7698b3643a0e34f9ae6f2e8f0178c0fd42f8b59d493aa271ff3a5bf21" [[package]] +name = "lru" +version = "0.12.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "37ee39891760e7d94734f6f63fedc29a2e4a152f836120753a72503f09fcf904" dependencies = [ - "hashbrown 0.14.5", + "hashbrown 0.14.5", ] -name = "lru" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.12.4" [[package]] +name = "lru-cache" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c" dependencies = [ - "linked-hash-map", + "linked-hash-map", ] -name = "lru-cache" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.2" [[package]] +name = "lz4" +version = "1.26.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "958b4caa893816eea05507c20cfe47574a43d9a697138a7872990bba8a0ece68" dependencies = [ - "libc", - "lz4-sys", + "libc", + "lz4-sys", ] -name = "lz4" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.26.0" [[package]] +name = "lz4-sys" +version = "1.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "109de74d5d2353660401699a4174a4ff23fcc649caf553df71933c7fb45ad868" dependencies = [ - "cc", - "libc", + "cc", + "libc", ] -name = "lz4-sys" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.10.0" [[package]] +name = "mach" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa" dependencies = [ - "libc", + "libc", ] -name = "mach" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.2" [[package]] +name = "macro_magic" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cc33f9f0351468d26fbc53d9ce00a096c8522ecb42f19b50f34f2c422f76d21d" dependencies = [ - "macro_magic_core", - "macro_magic_macros", - "quote", - "syn 2.0.76", + "macro_magic_core", + "macro_magic_macros", + "quote", + "syn 2.0.76", ] -name = "macro_magic" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.5.1" [[package]] +name = "macro_magic_core" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1687dc887e42f352865a393acae7cf79d98fab6351cde1f58e9e057da89bf150" dependencies = [ - "const-random", - "derive-syn-parse", - "macro_magic_core_macros", - "proc-macro2", - "quote", - "syn 2.0.76", + "const-random", + "derive-syn-parse", + "macro_magic_core_macros", + "proc-macro2", + "quote", + "syn 2.0.76", ] -name = "macro_magic_core" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.5.1" [[package]] +name = "macro_magic_core_macros" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b02abfe41815b5bd98dbd4260173db2c116dda171dc0fe7838cb206333b83308" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro2", + "quote", + "syn 2.0.76", ] -name = "macro_magic_core_macros" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.5.1" [[package]] -checksum = "73ea28ee64b88876bf45277ed9a5817c1817df061a74f2b988971a12570e5869" -dependencies = [ - "macro_magic_core", - "quote", - "syn 2.0.76", -] name = "macro_magic_macros" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.5.1" - -[[package]] +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "73ea28ee64b88876bf45277ed9a5817c1817df061a74f2b988971a12570e5869" dependencies = [ - "cumulus-primitives-core", - "flume 0.10.14", - "futures 0.3.30", - "hex-literal 0.4.1", - "jsonrpsee", - "parity-scale-codec", - "staging-xcm", - "tokio", - "xcm-primitives 0.1.1", + "macro_magic_core", + "quote", + "syn 2.0.76", ] -name = "manual-xcm-rpc" -version = "0.1.0" [[package]] -checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" name = "maplit" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" [[package]] -checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" name = "match_cfg" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" [[package]] +name = "matchers" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" dependencies = [ - "regex-automata 0.1.10", + "regex-automata 0.1.10", ] -name = "matchers" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.0" [[package]] -checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" name = "matches" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.1.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" [[package]] +name = "matrixmultiply" +version = "0.3.9" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9380b911e3e96d10c1f415da0876389aaf1b56759054eeb0de7df940c456ba1a" dependencies = [ - "autocfg", - "rawpointer", + "autocfg", + "rawpointer", ] -name = "matrixmultiply" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.9" [[package]] -checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" name = "memchr" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "2.7.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" [[package]] +name = "memfd" +version = "0.6.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64" dependencies = [ - "rustix 0.38.35", + "rustix 0.38.35", ] -name = "memfd" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.6.4" [[package]] +name = "memmap2" +version = "0.5.10" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327" dependencies = [ - "libc", + "libc", ] -name = "memmap2" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.5.10" [[package]] +name = "memmap2" +version = "0.9.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322" dependencies = [ - "libc", + "libc", ] -name = "memmap2" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.9.4" [[package]] +name = "memoffset" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1" dependencies = [ - "autocfg", + "autocfg", ] -name = "memoffset" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.8.0" [[package]] +name = "memory-db" +version = "0.32.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "808b50db46293432a45e63bc15ea51e0ab4c0a1647b8eb114e31a3e698dd6fbe" dependencies = [ - "hash-db", + "hash-db", ] -name = "memory-db" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.32.0" [[package]] +name = "merkleized-metadata" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f313fcff1d2a4bcaa2deeaa00bf7530d77d5f7bd0467a117dde2e29a75a7a17a" dependencies = [ - "array-bytes", - "blake3", - "frame-metadata", - "parity-scale-codec", - "scale-decode", - "scale-info", + "array-bytes", + "blake3", + "frame-metadata", + "parity-scale-codec", + "scale-decode", + "scale-info", ] -name = "merkleized-metadata" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.0" [[package]] +name = "merlin" +version = "3.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "58c38e2799fc0978b65dfff8023ec7843e2330bb462f19198840b34b6582397d" dependencies = [ - "byteorder", - "keccak", - "rand_core 0.6.4", - "zeroize", + "byteorder", + "keccak", + "rand_core 0.6.4", + "zeroize", ] -name = "merlin" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "3.0.0" [[package]] +name = "mick-jaeger" +version = "0.1.8" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "69672161530e8aeca1d1400fbf3f1a1747ff60ea604265a4e906c2442df20532" dependencies = [ - "futures 0.3.30", - "rand 0.8.5", - "thrift", + "futures 0.3.30", + "rand 0.8.5", + "thrift", ] -name = "mick-jaeger" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.8" [[package]] -checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" name = "minimal-lexical" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" [[package]] +name = "miniz_oxide" +version = "0.7.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08" dependencies = [ - "adler", + "adler", ] -name = "miniz_oxide" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.7.4" [[package]] +name = "mio" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec" dependencies = [ - "hermit-abi 0.3.9", - "libc", - "wasi 0.11.0+wasi-snapshot-preview1", - "windows-sys 0.52.0", + "hermit-abi 0.3.9", + "libc", + "wasi 0.11.0+wasi-snapshot-preview1", + "windows-sys 0.52.0", ] -name = "mio" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.0.2" [[package]] +name = "mixnet" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "daa3eb39495d8e2e2947a1d862852c90cc6a4a8845f8b41c8829cb9fcc047f4a" dependencies = [ - "arrayref", - "arrayvec 0.7.6", - "bitflags 1.3.2", - "blake2 0.10.6", - "c2-chacha", - "curve25519-dalek", - "either", - "hashlink", - "lioness", - "log", - "parking_lot 0.12.3", - "rand 0.8.5", - "rand_chacha 0.3.1", - "rand_distr", - "subtle 2.6.1", - "thiserror", - "zeroize", + "arrayref", + "arrayvec 0.7.6", + "bitflags 1.3.2", + "blake2 0.10.6", + "c2-chacha", + "curve25519-dalek", + "either", + "hashlink", + "lioness", + "log", + "parking_lot 0.12.3", + "rand 0.8.5", + "rand_chacha 0.3.1", + "rand_distr", + "subtle 2.6.1", + "thiserror", + "zeroize", ] -name = "mixnet" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.7.0" [[package]] -dependencies = [ - "futures 0.3.30", - "log", - "parity-scale-codec", - "sc-client-api", - "sc-offchain", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-consensus-beefy", - "sp-core", - "sp-mmr-primitives", - "sp-runtime", -] name = "mmr-gadget" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" version = "39.0.0" - -[[package]] +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "jsonrpsee", - "parity-scale-codec", - "serde", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-mmr-primitives", - "sp-runtime", + "futures 0.3.30", + "log", + "parity-scale-codec", + "sc-client-api", + "sc-offchain", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-consensus-beefy", + "sp-core", + "sp-mmr-primitives", + "sp-runtime", ] + +[[package]] name = "mmr-rpc" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +dependencies = [ + "jsonrpsee", + "parity-scale-codec", + "serde", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-mmr-primitives", + "sp-runtime", +] [[package]] +name = "mockall" +version = "0.11.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4c84490118f2ee2d74570d114f3d0493cbf02790df303d2707606c3e14e07c96" dependencies = [ - "cfg-if", - "downcast", - "fragile", - "lazy_static", - "mockall_derive 0.11.4", - "predicates 2.1.5", - "predicates-tree", + "cfg-if", + "downcast", + "fragile", + "lazy_static", + "mockall_derive 0.11.4", + "predicates 2.1.5", + "predicates-tree", ] -name = "mockall" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.11.4" [[package]] +name = "mockall" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "43766c2b5203b10de348ffe19f7e54564b64f3d6018ff7648d1e2d6d3a0f0a48" dependencies = [ - "cfg-if", - "downcast", - "fragile", - "lazy_static", - "mockall_derive 0.12.1", - "predicates 3.1.2", - "predicates-tree", + "cfg-if", + "downcast", + "fragile", + "lazy_static", + "mockall_derive 0.12.1", + "predicates 3.1.2", + "predicates-tree", ] -name = "mockall" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.12.1" [[package]] +name = "mockall_derive" +version = "0.11.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "22ce75669015c4f47b289fd4d4f56e894e4c96003ffdf3ac51313126f94c6cbb" dependencies = [ - "cfg-if", - "proc-macro2", - "quote", - "syn 1.0.109", + "cfg-if", + "proc-macro2", + "quote", + "syn 1.0.109", ] -name = "mockall_derive" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.11.4" [[package]] +name = "mockall_derive" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "af7cbce79ec385a1d4f54baa90a76401eb15d9cab93685f62e7e9f942aa00ae2" dependencies = [ - "cfg-if", - "proc-macro2", - "quote", - "syn 2.0.76", + "cfg-if", + "proc-macro2", + "quote", + "syn 2.0.76", ] -name = "mockall_derive" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.12.1" [[package]] -dependencies = [ - "account", - "async-backing-primitives", - "cumulus-pallet-dmp-queue", - "cumulus-pallet-parachain-system", - "cumulus-pallet-xcm", - "cumulus-pallet-xcmp-queue", - "cumulus-primitives-core", - "cumulus-primitives-parachain-inherent", - "cumulus-primitives-timestamp", - "cumulus-primitives-utility", - "cumulus-test-relay-sproof-builder", - "ethereum", - "evm-tracing-events", - "fp-evm", - "fp-rpc", - "fp-self-contained", - "frame-benchmarking", - "frame-executive", - "frame-metadata", - "frame-support", - "frame-system", - "frame-system-benchmarking", - "frame-system-rpc-runtime-api", - "frame-try-runtime", - "hex", - "hex-literal 0.4.1", - "log", - "moonbeam-core-primitives", - "moonbeam-evm-tracer", - "moonbeam-relay-encoder", - "moonbeam-rpc-primitives-debug", - "moonbeam-rpc-primitives-txpool", - "moonbeam-runtime-common", - "moonbeam-xcm-benchmarks", - "nimbus-primitives", - "num_enum 0.5.11", - "orml-traits", - "orml-xcm-support", - "orml-xtokens", - "pallet-asset-manager", - "pallet-assets", - "pallet-async-backing", - "pallet-author-inherent", - "pallet-author-mapping", - "pallet-author-slot-filter", - "pallet-balances", - "pallet-collective", - "pallet-conviction-voting", - "pallet-crowdloan-rewards", - "pallet-emergency-para-xcm", - "pallet-erc20-xcm-bridge", - "pallet-ethereum", - "pallet-ethereum-xcm", - "pallet-evm", - "pallet-evm-chain-id", - "pallet-evm-precompile-author-mapping", - "pallet-evm-precompile-balances-erc20", - "pallet-evm-precompile-batch", - "pallet-evm-precompile-blake2", - "pallet-evm-precompile-bn128", - "pallet-evm-precompile-call-permit", - "pallet-evm-precompile-collective", - "pallet-evm-precompile-conviction-voting", - "pallet-evm-precompile-crowdloan-rewards", - "pallet-evm-precompile-dispatch", - "pallet-evm-precompile-gmp", - "pallet-evm-precompile-identity", - "pallet-evm-precompile-modexp", - "pallet-evm-precompile-p256verify", - "pallet-evm-precompile-parachain-staking", - "pallet-evm-precompile-preimage", - "pallet-evm-precompile-proxy", - "pallet-evm-precompile-randomness", - "pallet-evm-precompile-referenda", - "pallet-evm-precompile-registry", - "pallet-evm-precompile-relay-encoder", - "pallet-evm-precompile-relay-verifier", - "pallet-evm-precompile-sha3fips", - "pallet-evm-precompile-simple", - "pallet-evm-precompile-storage-cleaner", - "pallet-evm-precompile-xcm", - "pallet-evm-precompile-xcm-transactor", - "pallet-evm-precompile-xcm-utils", - "pallet-evm-precompile-xtokens", - "pallet-evm-precompileset-assets-erc20", - "pallet-identity", - "pallet-maintenance-mode", - "pallet-message-queue", - "pallet-migrations", - "pallet-moonbeam-foreign-assets", - "pallet-moonbeam-lazy-migrations", - "pallet-moonbeam-orbiters", - "pallet-multisig", - "pallet-parachain-staking", - "pallet-precompile-benchmarks", - "pallet-preimage", - "pallet-proxy", - "pallet-proxy-genesis-companion", - "pallet-randomness", - "pallet-referenda", - "pallet-relay-storage-roots", - "pallet-root-testing", - "pallet-scheduler", - "pallet-society", - "pallet-sudo", - "pallet-timestamp", - "pallet-transaction-payment", - "pallet-transaction-payment-rpc-runtime-api", - "pallet-treasury", - "pallet-utility", - "pallet-whitelist", - "pallet-xcm", - "pallet-xcm-benchmarks", - "pallet-xcm-transactor", - "parachains-common", - "parity-scale-codec", - "polkadot-core-primitives", - "polkadot-parachain-primitives", - "polkadot-runtime-common", - "polkadot-runtime-parachains", - "precompile-foreign-asset-migrator", - "precompile-utils", - "rlp", - "scale-info", - "serde", - "session-keys-primitives", - "sha3", - "smallvec", - "sp-api", - "sp-block-builder", - "sp-consensus-slots", - "sp-core", - "sp-debug-derive", - "sp-genesis-builder", - "sp-inherents", - "sp-io", - "sp-offchain", - "sp-runtime", - "sp-session", - "sp-std", - "sp-timestamp", - "sp-transaction-pool", - "sp-version", - "sp-weights", - "staging-parachain-info", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", - "strum 0.26.3", - "strum_macros 0.24.3", - "substrate-wasm-builder", - "xcm-primitives 0.1.0", - "xcm-primitives 0.1.1", - "xcm-runtime-apis", - "xcm-simulator", -] name = "moonbase-runtime" version = "0.8.4" - -[[package]] dependencies = [ - "assert_cmd", - "futures 0.3.30", - "hex", - "moonbeam-cli", - "moonbeam-service", - "nix 0.28.0", - "pallet-xcm", - "serde", - "serde_json", - "staging-xcm-builder", - "tempfile", - "tracing-core", + "account", + "async-backing-primitives", + "cumulus-pallet-dmp-queue", + "cumulus-pallet-parachain-system", + "cumulus-pallet-xcm", + "cumulus-pallet-xcmp-queue", + "cumulus-primitives-core", + "cumulus-primitives-parachain-inherent", + "cumulus-primitives-timestamp", + "cumulus-primitives-utility", + "cumulus-test-relay-sproof-builder", + "ethereum", + "evm-tracing-events", + "fp-evm", + "fp-rpc", + "fp-self-contained", + "frame-benchmarking", + "frame-executive", + "frame-metadata", + "frame-support", + "frame-system", + "frame-system-benchmarking", + "frame-system-rpc-runtime-api", + "frame-try-runtime", + "hex", + "hex-literal 0.4.1", + "log", + "moonbeam-core-primitives", + "moonbeam-evm-tracer", + "moonbeam-relay-encoder", + "moonbeam-rpc-primitives-debug", + "moonbeam-rpc-primitives-txpool", + "moonbeam-runtime-common", + "moonbeam-xcm-benchmarks", + "nimbus-primitives", + "num_enum 0.5.11", + "orml-traits", + "orml-xcm-support", + "orml-xtokens", + "pallet-asset-manager", + "pallet-assets", + "pallet-async-backing", + "pallet-author-inherent", + "pallet-author-mapping", + "pallet-author-slot-filter", + "pallet-balances", + "pallet-collective", + "pallet-conviction-voting", + "pallet-crowdloan-rewards", + "pallet-emergency-para-xcm", + "pallet-erc20-xcm-bridge", + "pallet-ethereum", + "pallet-ethereum-xcm", + "pallet-evm", + "pallet-evm-chain-id", + "pallet-evm-precompile-author-mapping", + "pallet-evm-precompile-balances-erc20", + "pallet-evm-precompile-batch", + "pallet-evm-precompile-blake2", + "pallet-evm-precompile-bn128", + "pallet-evm-precompile-call-permit", + "pallet-evm-precompile-collective", + "pallet-evm-precompile-conviction-voting", + "pallet-evm-precompile-crowdloan-rewards", + "pallet-evm-precompile-dispatch", + "pallet-evm-precompile-gmp", + "pallet-evm-precompile-identity", + "pallet-evm-precompile-modexp", + "pallet-evm-precompile-p256verify", + "pallet-evm-precompile-parachain-staking", + "pallet-evm-precompile-preimage", + "pallet-evm-precompile-proxy", + "pallet-evm-precompile-randomness", + "pallet-evm-precompile-referenda", + "pallet-evm-precompile-registry", + "pallet-evm-precompile-relay-encoder", + "pallet-evm-precompile-relay-verifier", + "pallet-evm-precompile-sha3fips", + "pallet-evm-precompile-simple", + "pallet-evm-precompile-storage-cleaner", + "pallet-evm-precompile-xcm", + "pallet-evm-precompile-xcm-transactor", + "pallet-evm-precompile-xcm-utils", + "pallet-evm-precompile-xtokens", + "pallet-evm-precompileset-assets-erc20", + "pallet-identity", + "pallet-maintenance-mode", + "pallet-message-queue", + "pallet-migrations", + "pallet-moonbeam-foreign-assets", + "pallet-moonbeam-lazy-migrations", + "pallet-moonbeam-orbiters", + "pallet-multisig", + "pallet-parachain-staking", + "pallet-parameters", + "pallet-precompile-benchmarks", + "pallet-preimage", + "pallet-proxy", + "pallet-proxy-genesis-companion", + "pallet-randomness", + "pallet-referenda", + "pallet-relay-storage-roots", + "pallet-root-testing", + "pallet-scheduler", + "pallet-society", + "pallet-sudo", + "pallet-timestamp", + "pallet-transaction-payment", + "pallet-transaction-payment-rpc-runtime-api", + "pallet-treasury", + "pallet-utility", + "pallet-whitelist", + "pallet-xcm", + "pallet-xcm-benchmarks", + "pallet-xcm-transactor", + "parachains-common", + "parity-scale-codec", + "polkadot-core-primitives", + "polkadot-parachain-primitives", + "polkadot-runtime-common", + "polkadot-runtime-parachains", + "precompile-foreign-asset-migrator", + "precompile-utils", + "rlp", + "scale-info", + "serde", + "session-keys-primitives", + "sha3", + "smallvec", + "sp-api", + "sp-block-builder", + "sp-consensus-slots", + "sp-core", + "sp-debug-derive", + "sp-genesis-builder", + "sp-inherents", + "sp-io", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-std", + "sp-timestamp", + "sp-transaction-pool", + "sp-version", + "sp-weights", + "staging-parachain-info", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", + "strum 0.26.3", + "strum_macros 0.24.3", + "substrate-wasm-builder", + "xcm-primitives 0.1.0", + "xcm-primitives 0.1.1", + "xcm-runtime-apis", + "xcm-simulator", ] -name = "moonbeam" -version = "0.12.3" [[package]] +name = "moonbeam" +version = "0.12.3" dependencies = [ - "clap", - "clap-num", - "cumulus-client-cli", - "cumulus-client-service", - "cumulus-primitives-core", - "frame-benchmarking-cli", - "log", - "moonbeam-cli-opt", - "moonbeam-service", - "nimbus-primitives", - "parity-scale-codec", - "polkadot-cli", - "polkadot-parachain-primitives", - "polkadot-primitives", - "polkadot-service", - "sc-chain-spec", - "sc-cli", - "sc-client-api", - "sc-consensus-grandpa", - "sc-network", - "sc-service", - "sc-sysinfo", - "sc-telemetry", - "sc-tracing", - "sp-core", - "sp-io", - "sp-runtime", - "sp-wasm-interface", - "substrate-build-script-utils", - "substrate-prometheus-endpoint", + "assert_cmd", + "futures 0.3.30", + "hex", + "moonbeam-cli", + "moonbeam-service", + "nix 0.28.0", + "pallet-xcm", + "serde", + "serde_json", + "staging-xcm-builder", + "tempfile", + "tracing-core", ] -name = "moonbeam-cli" -version = "0.40.0" [[package]] +name = "moonbeam-cli" +version = "0.40.0" dependencies = [ - "account", - "bip32", - "clap", - "libsecp256k1", - "primitive-types", - "sha3", - "sp-runtime", - "tiny-bip39", - "url", + "clap", + "clap-num", + "cumulus-client-cli", + "cumulus-client-service", + "cumulus-primitives-core", + "frame-benchmarking-cli", + "log", + "moonbeam-cli-opt", + "moonbeam-service", + "nimbus-primitives", + "parity-scale-codec", + "polkadot-cli", + "polkadot-parachain-primitives", + "polkadot-primitives", + "polkadot-service", + "sc-chain-spec", + "sc-cli", + "sc-client-api", + "sc-consensus-grandpa", + "sc-network", + "sc-service", + "sc-sysinfo", + "sc-telemetry", + "sc-tracing", + "sp-core", + "sp-io", + "sp-runtime", + "sp-wasm-interface", + "substrate-build-script-utils", + "substrate-prometheus-endpoint", ] -name = "moonbeam-cli-opt" -version = "0.40.0" [[package]] +name = "moonbeam-cli-opt" +version = "0.40.0" dependencies = [ - "ethereum-types", - "evm-tracing-events", - "hex", - "moonbeam-rpc-primitives-debug", - "parity-scale-codec", - "serde", - "serde_json", - "sp-runtime", - "sp-std", + "account", + "bip32", + "clap", + "libsecp256k1", + "primitive-types", + "sha3", + "sp-runtime", + "tiny-bip39", + "url", ] -name = "moonbeam-client-evm-tracing" -version = "0.1.0" [[package]] +name = "moonbeam-client-evm-tracing" +version = "0.1.0" dependencies = [ - "account", - "fp-self-contained", - "hex-literal 0.4.1", - "sp-core", - "sp-runtime", + "ethereum-types", + "evm-tracing-events", + "hex", + "moonbeam-rpc-primitives-debug", + "parity-scale-codec", + "serde", + "serde_json", + "sp-runtime", + "sp-std", ] + +[[package]] name = "moonbeam-core-primitives" version = "0.1.1" +dependencies = [ + "account", + "fp-self-contained", + "hex-literal 0.4.1", + "sp-core", + "sp-runtime", +] [[package]] +name = "moonbeam-dev-rpc" +version = "0.1.0" dependencies = [ - "ethereum-types", - "evm", - "evm-gasometer", - "evm-runtime", - "evm-tracing-events", - "fp-evm", - "moonbeam-primitives-ext", - "pallet-evm", - "parity-scale-codec", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "cumulus-primitives-core", + "flume 0.10.14", + "futures 0.3.30", + "hex-literal 0.4.1", + "jsonrpsee", + "parity-scale-codec", + "staging-xcm", + "tokio", + "xcm-primitives 0.1.1", ] -name = "moonbeam-evm-tracer" -version = "0.1.0" [[package]] +name = "moonbeam-evm-tracer" +version = "0.1.0" dependencies = [ - "async-trait", - "fc-api", - "fc-db", - "fc-rpc", - "jsonrpsee", - "parity-scale-codec", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-runtime", - "tokio", + "ethereum-types", + "evm", + "evm-gasometer", + "evm-runtime", + "evm-tracing-events", + "fp-evm", + "moonbeam-primitives-ext", + "pallet-evm", + "parity-scale-codec", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] -name = "moonbeam-finality-rpc" -version = "0.1.0" [[package]] +name = "moonbeam-finality-rpc" +version = "0.1.0" dependencies = [ - "ethereum-types", - "evm-tracing-events", - "parity-scale-codec", - "sp-externalities", - "sp-runtime-interface", - "sp-std", + "async-trait", + "fc-api", + "fc-db", + "fc-rpc", + "jsonrpsee", + "parity-scale-codec", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-runtime", + "tokio", ] -name = "moonbeam-primitives-ext" -version = "0.1.0" [[package]] +name = "moonbeam-primitives-ext" +version = "0.1.0" dependencies = [ - "cumulus-primitives-core", - "frame-support", - "frame-system", - "moonbase-runtime", - "moonbeam-runtime", - "moonriver-runtime", - "pallet-evm-precompile-relay-encoder", - "pallet-proxy", - "pallet-staking", - "pallet-utility", - "pallet-xcm-transactor", - "parity-scale-codec", - "polkadot-runtime-parachains", - "rococo-runtime", - "sp-io", - "sp-runtime", - "sp-std", - "staging-xcm", - "westend-runtime", - "xcm-primitives 0.1.1", + "ethereum-types", + "evm-tracing-events", + "parity-scale-codec", + "sp-externalities", + "sp-runtime-interface", + "sp-std", ] -name = "moonbeam-relay-encoder" -version = "0.1.0" [[package]] +name = "moonbeam-relay-encoder" +version = "0.1.0" dependencies = [ - "ethereum", - "ethereum-types", - "fc-rpc-core", - "futures 0.3.30", - "jsonrpsee", - "moonbeam-client-evm-tracing", - "moonbeam-rpc-core-types", - "serde", - "serde_json", - "sp-core", + "cumulus-primitives-core", + "frame-support", + "frame-system", + "moonbase-runtime", + "moonbeam-runtime", + "moonriver-runtime", + "pallet-evm-precompile-relay-encoder", + "pallet-proxy", + "pallet-staking", + "pallet-utility", + "pallet-xcm-transactor", + "parity-scale-codec", + "polkadot-runtime-parachains", + "rococo-runtime", + "sp-io", + "sp-runtime", + "sp-std", + "staging-xcm", + "westend-runtime", + "xcm-primitives 0.1.1", ] -name = "moonbeam-rpc-core-debug" -version = "0.1.0" [[package]] +name = "moonbeam-rpc-core-debug" +version = "0.1.0" dependencies = [ - "ethereum-types", - "futures 0.3.30", - "jsonrpsee", - "moonbeam-client-evm-tracing", - "moonbeam-rpc-core-types", - "serde", - "serde_json", + "ethereum", + "ethereum-types", + "fc-rpc-core", + "futures 0.3.30", + "jsonrpsee", + "moonbeam-client-evm-tracing", + "moonbeam-rpc-core-types", + "serde", + "serde_json", + "sp-core", ] -name = "moonbeam-rpc-core-trace" -version = "0.6.0" [[package]] +name = "moonbeam-rpc-core-trace" +version = "0.6.0" dependencies = [ - "ethereum", - "ethereum-types", - "fc-rpc-core", - "jsonrpsee", - "serde", - "serde_json", + "ethereum-types", + "futures 0.3.30", + "jsonrpsee", + "moonbeam-client-evm-tracing", + "moonbeam-rpc-core-types", + "serde", + "serde_json", ] -name = "moonbeam-rpc-core-txpool" -version = "0.6.0" [[package]] +name = "moonbeam-rpc-core-txpool" +version = "0.6.0" dependencies = [ - "ethereum-types", - "serde", - "serde_json", + "ethereum", + "ethereum-types", + "fc-rpc-core", + "jsonrpsee", + "serde", + "serde_json", ] -name = "moonbeam-rpc-core-types" -version = "0.1.0" [[package]] +name = "moonbeam-rpc-core-types" +version = "0.1.0" dependencies = [ - "ethereum", - "ethereum-types", - "fc-api", - "fc-consensus", - "fc-db", - "fc-rpc", - "fc-rpc-core", - "fc-storage", - "fp-rpc", - "futures 0.3.30", - "hex-literal 0.4.1", - "jsonrpsee", - "moonbeam-client-evm-tracing", - "moonbeam-rpc-core-debug", - "moonbeam-rpc-core-types", - "moonbeam-rpc-primitives-debug", - "sc-client-api", - "sc-utils", - "sp-api", - "sp-block-builder", - "sp-blockchain", - "sp-core", - "sp-io", - "sp-runtime", - "tokio", + "ethereum-types", + "serde", + "serde_json", ] -name = "moonbeam-rpc-debug" -version = "0.1.0" [[package]] +name = "moonbeam-rpc-debug" +version = "0.1.0" dependencies = [ - "environmental", - "ethereum", - "ethereum-types", - "hex", - "parity-scale-codec", - "serde", - "sp-api", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "ethereum", + "ethereum-types", + "fc-api", + "fc-consensus", + "fc-db", + "fc-rpc", + "fc-rpc-core", + "fc-storage", + "fp-rpc", + "futures 0.3.30", + "hex-literal 0.4.1", + "jsonrpsee", + "moonbeam-client-evm-tracing", + "moonbeam-rpc-core-debug", + "moonbeam-rpc-core-types", + "moonbeam-rpc-primitives-debug", + "sc-client-api", + "sc-utils", + "sp-api", + "sp-block-builder", + "sp-blockchain", + "sp-core", + "sp-io", + "sp-runtime", + "tokio", ] -name = "moonbeam-rpc-primitives-debug" -version = "0.1.0" [[package]] +name = "moonbeam-rpc-primitives-debug" +version = "0.1.0" dependencies = [ - "ethereum", - "parity-scale-codec", - "scale-info", - "sp-api", - "sp-io", - "sp-runtime", - "sp-std", + "environmental", + "ethereum", + "ethereum-types", + "hex", + "parity-scale-codec", + "serde", + "sp-api", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] -name = "moonbeam-rpc-primitives-txpool" -version = "0.6.0" [[package]] +name = "moonbeam-rpc-primitives-txpool" +version = "0.6.0" dependencies = [ - "ethereum", - "ethereum-types", - "fc-consensus", - "fc-rpc", - "fc-rpc-core", - "fc-storage", - "fp-rpc", - "futures 0.3.30", - "jsonrpsee", - "log", - "moonbeam-client-evm-tracing", - "moonbeam-rpc-core-trace", - "moonbeam-rpc-core-types", - "moonbeam-rpc-primitives-debug", - "sc-client-api", - "sc-network", - "sc-utils", - "serde", - "sha3", - "sp-api", - "sp-block-builder", - "sp-blockchain", - "sp-io", - "sp-runtime", - "sp-std", - "sp-transaction-pool", - "substrate-prometheus-endpoint", - "tokio", - "tracing", + "ethereum", + "parity-scale-codec", + "scale-info", + "sp-api", + "sp-io", + "sp-runtime", + "sp-std", ] -name = "moonbeam-rpc-trace" -version = "0.6.0" [[package]] +name = "moonbeam-rpc-trace" +version = "0.6.0" dependencies = [ - "ethereum-types", - "fc-rpc", - "frame-system", - "jsonrpsee", - "moonbeam-rpc-core-txpool", - "moonbeam-rpc-primitives-txpool", - "rlp", - "sc-transaction-pool", - "sc-transaction-pool-api", - "serde", - "sha3", - "sp-api", - "sp-blockchain", - "sp-io", - "sp-runtime", - "sp-std", + "ethereum", + "ethereum-types", + "fc-consensus", + "fc-rpc", + "fc-rpc-core", + "fc-storage", + "fp-rpc", + "futures 0.3.30", + "jsonrpsee", + "log", + "moonbeam-client-evm-tracing", + "moonbeam-rpc-core-trace", + "moonbeam-rpc-core-types", + "moonbeam-rpc-primitives-debug", + "sc-client-api", + "sc-network", + "sc-utils", + "serde", + "sha3", + "sp-api", + "sp-block-builder", + "sp-blockchain", + "sp-io", + "sp-runtime", + "sp-std", + "sp-transaction-pool", + "substrate-prometheus-endpoint", + "tokio", + "tracing", ] -name = "moonbeam-rpc-txpool" -version = "0.6.0" [[package]] +name = "moonbeam-rpc-txpool" +version = "0.6.0" dependencies = [ - "account", - "async-backing-primitives", - "cumulus-pallet-dmp-queue", - "cumulus-pallet-parachain-system", - "cumulus-pallet-xcm", - "cumulus-pallet-xcmp-queue", - "cumulus-primitives-core", - "cumulus-primitives-parachain-inherent", - "cumulus-primitives-timestamp", - "cumulus-primitives-utility", - "cumulus-test-relay-sproof-builder", - "ethereum", - "evm-tracing-events", - "fp-evm", - "fp-rpc", - "fp-self-contained", - "frame-benchmarking", - "frame-executive", - "frame-metadata", - "frame-support", - "frame-system", - "frame-system-benchmarking", - "frame-system-rpc-runtime-api", - "frame-try-runtime", - "hex", - "hex-literal 0.4.1", - "log", - "moonbeam-core-primitives", - "moonbeam-evm-tracer", - "moonbeam-relay-encoder", - "moonbeam-rpc-primitives-debug", - "moonbeam-rpc-primitives-txpool", - "moonbeam-runtime-common", - "moonbeam-xcm-benchmarks", - "nimbus-primitives", - "num_enum 0.5.11", - "orml-traits", - "orml-xcm-support", - "orml-xtokens", - "pallet-asset-manager", - "pallet-assets", - "pallet-async-backing", - "pallet-author-inherent", - "pallet-author-mapping", - "pallet-author-slot-filter", - "pallet-balances", - "pallet-collective", - "pallet-conviction-voting", - "pallet-crowdloan-rewards", - "pallet-erc20-xcm-bridge", - "pallet-ethereum", - "pallet-ethereum-xcm", - "pallet-evm", - "pallet-evm-chain-id", - "pallet-evm-precompile-author-mapping", - "pallet-evm-precompile-balances-erc20", - "pallet-evm-precompile-batch", - "pallet-evm-precompile-blake2", - "pallet-evm-precompile-bn128", - "pallet-evm-precompile-call-permit", - "pallet-evm-precompile-collective", - "pallet-evm-precompile-conviction-voting", - "pallet-evm-precompile-crowdloan-rewards", - "pallet-evm-precompile-dispatch", - "pallet-evm-precompile-gmp", - "pallet-evm-precompile-identity", - "pallet-evm-precompile-modexp", - "pallet-evm-precompile-p256verify", - "pallet-evm-precompile-parachain-staking", - "pallet-evm-precompile-preimage", - "pallet-evm-precompile-proxy", - "pallet-evm-precompile-randomness", - "pallet-evm-precompile-referenda", - "pallet-evm-precompile-registry", - "pallet-evm-precompile-relay-encoder", - "pallet-evm-precompile-relay-verifier", - "pallet-evm-precompile-sha3fips", - "pallet-evm-precompile-simple", - "pallet-evm-precompile-xcm-transactor", - "pallet-evm-precompile-xcm-utils", - "pallet-evm-precompile-xtokens", - "pallet-evm-precompileset-assets-erc20", - "pallet-identity", - "pallet-maintenance-mode", - "pallet-message-queue", - "pallet-migrations", - "pallet-moonbeam-foreign-assets", - "pallet-moonbeam-lazy-migrations", - "pallet-moonbeam-orbiters", - "pallet-multisig", - "pallet-parachain-staking", - "pallet-precompile-benchmarks", - "pallet-preimage", - "pallet-proxy", - "pallet-proxy-genesis-companion", - "pallet-randomness", - "pallet-referenda", - "pallet-relay-storage-roots", - "pallet-root-testing", - "pallet-scheduler", - "pallet-society", - "pallet-timestamp", - "pallet-transaction-payment", - "pallet-transaction-payment-rpc-runtime-api", - "pallet-treasury", - "pallet-utility", - "pallet-whitelist", - "pallet-xcm", - "pallet-xcm-benchmarks", - "pallet-xcm-transactor", - "parachains-common", - "parity-scale-codec", - "polkadot-core-primitives", - "polkadot-parachain-primitives", - "polkadot-runtime-common", - "polkadot-runtime-parachains", - "precompile-utils", - "rlp", - "scale-info", - "serde", - "session-keys-primitives", - "sha3", - "smallvec", - "sp-api", - "sp-block-builder", - "sp-consensus-slots", - "sp-core", - "sp-genesis-builder", - "sp-inherents", - "sp-io", - "sp-offchain", - "sp-runtime", - "sp-session", - "sp-std", - "sp-timestamp", - "sp-transaction-pool", - "sp-version", - "sp-weights", - "staging-parachain-info", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", - "strum 0.26.3", - "strum_macros 0.24.3", - "substrate-wasm-builder", - "xcm-primitives 0.1.0", - "xcm-primitives 0.1.1", - "xcm-runtime-apis", - "xcm-simulator", + "ethereum-types", + "fc-rpc", + "frame-system", + "jsonrpsee", + "moonbeam-rpc-core-txpool", + "moonbeam-rpc-primitives-txpool", + "rlp", + "sc-transaction-pool", + "sc-transaction-pool-api", + "serde", + "sha3", + "sp-api", + "sp-blockchain", + "sp-io", + "sp-runtime", + "sp-std", ] -name = "moonbeam-runtime" -version = "0.8.4" [[package]] +name = "moonbeam-runtime" +version = "0.8.4" dependencies = [ - "account", - "cumulus-pallet-parachain-system", - "cumulus-pallet-xcmp-queue", - "fp-ethereum", - "fp-evm", - "frame-benchmarking", - "frame-support", - "frame-system", - "frame-try-runtime", - "hex-literal 0.3.4", - "impl-trait-for-tuples", - "log", - "moonbeam-core-primitives", - "moonbeam-xcm-benchmarks", - "nimbus-primitives", - "pallet-asset-manager", - "pallet-assets", - "pallet-async-backing", - "pallet-author-inherent", - "pallet-author-mapping", - "pallet-author-slot-filter", - "pallet-balances", - "pallet-collective", - "pallet-conviction-voting", - "pallet-crowdloan-rewards", - "pallet-ethereum-xcm", - "pallet-evm", - "pallet-evm-chain-id", - "pallet-identity", - "pallet-message-queue", - "pallet-migrations", - "pallet-moonbeam-foreign-assets", - "pallet-moonbeam-lazy-migrations", - "pallet-moonbeam-orbiters", - "pallet-multisig", - "pallet-parachain-staking", - "pallet-precompile-benchmarks", - "pallet-preimage", - "pallet-proxy", - "pallet-randomness", - "pallet-referenda", - "pallet-relay-storage-roots", - "pallet-scheduler", - "pallet-sudo", - "pallet-timestamp", - "pallet-treasury", - "pallet-utility", - "pallet-whitelist", - "pallet-xcm", - "pallet-xcm-transactor", - "parity-scale-codec", - "precompile-utils", - "sp-api", - "sp-consensus-slots", - "sp-core", - "sp-genesis-builder", - "sp-runtime", - "sp-std", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", - "xcm-primitives 0.1.1", - "xcm-runtime-apis", + "account", + "async-backing-primitives", + "cumulus-pallet-dmp-queue", + "cumulus-pallet-parachain-system", + "cumulus-pallet-xcm", + "cumulus-pallet-xcmp-queue", + "cumulus-primitives-core", + "cumulus-primitives-parachain-inherent", + "cumulus-primitives-timestamp", + "cumulus-primitives-utility", + "cumulus-test-relay-sproof-builder", + "ethereum", + "evm-tracing-events", + "fp-evm", + "fp-rpc", + "fp-self-contained", + "frame-benchmarking", + "frame-executive", + "frame-metadata", + "frame-support", + "frame-system", + "frame-system-benchmarking", + "frame-system-rpc-runtime-api", + "frame-try-runtime", + "hex", + "hex-literal 0.4.1", + "log", + "moonbeam-core-primitives", + "moonbeam-evm-tracer", + "moonbeam-relay-encoder", + "moonbeam-rpc-primitives-debug", + "moonbeam-rpc-primitives-txpool", + "moonbeam-runtime-common", + "moonbeam-xcm-benchmarks", + "nimbus-primitives", + "num_enum 0.5.11", + "orml-traits", + "orml-xcm-support", + "orml-xtokens", + "pallet-asset-manager", + "pallet-assets", + "pallet-async-backing", + "pallet-author-inherent", + "pallet-author-mapping", + "pallet-author-slot-filter", + "pallet-balances", + "pallet-collective", + "pallet-conviction-voting", + "pallet-crowdloan-rewards", + "pallet-emergency-para-xcm", + "pallet-erc20-xcm-bridge", + "pallet-ethereum", + "pallet-ethereum-xcm", + "pallet-evm", + "pallet-evm-chain-id", + "pallet-evm-precompile-author-mapping", + "pallet-evm-precompile-balances-erc20", + "pallet-evm-precompile-batch", + "pallet-evm-precompile-blake2", + "pallet-evm-precompile-bn128", + "pallet-evm-precompile-call-permit", + "pallet-evm-precompile-collective", + "pallet-evm-precompile-conviction-voting", + "pallet-evm-precompile-crowdloan-rewards", + "pallet-evm-precompile-dispatch", + "pallet-evm-precompile-gmp", + "pallet-evm-precompile-identity", + "pallet-evm-precompile-modexp", + "pallet-evm-precompile-p256verify", + "pallet-evm-precompile-parachain-staking", + "pallet-evm-precompile-preimage", + "pallet-evm-precompile-proxy", + "pallet-evm-precompile-randomness", + "pallet-evm-precompile-referenda", + "pallet-evm-precompile-registry", + "pallet-evm-precompile-relay-encoder", + "pallet-evm-precompile-relay-verifier", + "pallet-evm-precompile-sha3fips", + "pallet-evm-precompile-simple", + "pallet-evm-precompile-xcm-transactor", + "pallet-evm-precompile-xcm-utils", + "pallet-evm-precompile-xtokens", + "pallet-evm-precompileset-assets-erc20", + "pallet-identity", + "pallet-maintenance-mode", + "pallet-message-queue", + "pallet-migrations", + "pallet-moonbeam-foreign-assets", + "pallet-moonbeam-lazy-migrations", + "pallet-moonbeam-orbiters", + "pallet-multisig", + "pallet-parachain-staking", + "pallet-precompile-benchmarks", + "pallet-preimage", + "pallet-proxy", + "pallet-proxy-genesis-companion", + "pallet-randomness", + "pallet-referenda", + "pallet-relay-storage-roots", + "pallet-root-testing", + "pallet-scheduler", + "pallet-society", + "pallet-timestamp", + "pallet-transaction-payment", + "pallet-transaction-payment-rpc-runtime-api", + "pallet-treasury", + "pallet-utility", + "pallet-whitelist", + "pallet-xcm", + "pallet-xcm-benchmarks", + "pallet-xcm-transactor", + "parachains-common", + "parity-scale-codec", + "polkadot-core-primitives", + "polkadot-parachain-primitives", + "polkadot-runtime-common", + "polkadot-runtime-parachains", + "precompile-utils", + "rlp", + "scale-info", + "serde", + "session-keys-primitives", + "sha3", + "smallvec", + "sp-api", + "sp-block-builder", + "sp-consensus-slots", + "sp-core", + "sp-genesis-builder", + "sp-inherents", + "sp-io", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-std", + "sp-timestamp", + "sp-transaction-pool", + "sp-version", + "sp-weights", + "staging-parachain-info", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", + "strum 0.26.3", + "strum_macros 0.24.3", + "substrate-wasm-builder", + "xcm-primitives 0.1.0", + "xcm-primitives 0.1.1", + "xcm-runtime-apis", + "xcm-simulator", ] -name = "moonbeam-runtime-common" -version = "0.8.0-dev" [[package]] +name = "moonbeam-runtime-common" +version = "0.8.0-dev" dependencies = [ - "async-backing-primitives", - "async-io 1.13.0", - "async-trait", - "bip32", - "cumulus-client-cli", - "cumulus-client-collator", - "cumulus-client-consensus-common", - "cumulus-client-consensus-proposer", - "cumulus-client-consensus-relay-chain", - "cumulus-client-network", - "cumulus-client-parachain-inherent", - "cumulus-client-service", - "cumulus-primitives-core", - "cumulus-primitives-parachain-inherent", - "cumulus-relay-chain-inprocess-interface", - "cumulus-relay-chain-interface", - "cumulus-relay-chain-minimal-node", - "cumulus-relay-chain-rpc-interface", - "cumulus-test-relay-sproof-builder", - "derive_more", - "exit-future", - "fc-api", - "fc-consensus", - "fc-db", - "fc-mapping-sync", - "fc-rpc", - "fc-rpc-core", - "flume 0.10.14", - "fp-consensus", - "fp-rpc", - "fp-storage", - "frame-benchmarking", - "frame-benchmarking-cli", - "frame-system-rpc-runtime-api", - "futures 0.3.30", - "hex-literal 0.4.1", - "jsonrpsee", - "libsecp256k1", - "log", - "manual-xcm-rpc", - "maplit", - "moonbase-runtime", - "moonbeam-cli-opt", - "moonbeam-core-primitives", - "moonbeam-finality-rpc", - "moonbeam-primitives-ext", - "moonbeam-relay-encoder", - "moonbeam-rpc-debug", - "moonbeam-rpc-primitives-debug", - "moonbeam-rpc-primitives-txpool", - "moonbeam-rpc-trace", - "moonbeam-rpc-txpool", - "moonbeam-runtime", - "moonbeam-runtime-common", - "moonbeam-vrf", - "moonriver-runtime", - "nimbus-consensus", - "nimbus-primitives", - "nix 0.28.0", - "pallet-author-inherent", - "pallet-ethereum", - "pallet-parachain-staking", - "pallet-sudo", - "pallet-transaction-payment", - "pallet-transaction-payment-rpc", - "pallet-transaction-payment-rpc-runtime-api", - "pallet-xcm-transactor", - "parity-scale-codec", - "parking_lot 0.12.3", - "polkadot-cli", - "polkadot-parachain-primitives", - "polkadot-primitives", - "polkadot-runtime-common", - "polkadot-service", - "prometheus", - "rand 0.8.5", - "sc-basic-authorship", - "sc-block-builder", - "sc-chain-spec", - "sc-cli", - "sc-client-api", - "sc-client-db", - "sc-consensus", - "sc-consensus-grandpa", - "sc-consensus-manual-seal", - "sc-executor", - "sc-informant", - "sc-network", - "sc-network-common", - "sc-network-sync", - "sc-offchain", - "sc-rpc", - "sc-rpc-api", - "sc-service", - "sc-sysinfo", - "sc-telemetry", - "sc-tracing", - "sc-transaction-pool", - "sc-transaction-pool-api", - "serde", - "serde_json", - "session-keys-primitives", - "sha3", - "sp-api", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-inherents", - "sp-io", - "sp-keystore", - "sp-offchain", - "sp-runtime", - "sp-session", - "sp-storage", - "sp-timestamp", - "sp-transaction-pool", - "sp-trie", - "staging-xcm", - "substrate-build-script-utils", - "substrate-frame-rpc-system", - "substrate-prometheus-endpoint", - "substrate-test-client", - "substrate-test-runtime", - "substrate-test-runtime-client", - "tempfile", - "tiny-bip39", - "tokio", - "trie-root", - "xcm-runtime-apis", + "account", + "cumulus-pallet-parachain-system", + "cumulus-pallet-xcmp-queue", + "fp-ethereum", + "fp-evm", + "frame-benchmarking", + "frame-support", + "frame-system", + "frame-try-runtime", + "hex-literal 0.3.4", + "impl-trait-for-tuples", + "log", + "moonbeam-core-primitives", + "moonbeam-xcm-benchmarks", + "nimbus-primitives", + "pallet-asset-manager", + "pallet-assets", + "pallet-async-backing", + "pallet-author-inherent", + "pallet-author-mapping", + "pallet-author-slot-filter", + "pallet-balances", + "pallet-collective", + "pallet-conviction-voting", + "pallet-crowdloan-rewards", + "pallet-ethereum-xcm", + "pallet-evm", + "pallet-evm-chain-id", + "pallet-identity", + "pallet-message-queue", + "pallet-migrations", + "pallet-moonbeam-foreign-assets", + "pallet-moonbeam-lazy-migrations", + "pallet-moonbeam-orbiters", + "pallet-multisig", + "pallet-parachain-staking", + "pallet-parameters", + "pallet-precompile-benchmarks", + "pallet-preimage", + "pallet-proxy", + "pallet-randomness", + "pallet-referenda", + "pallet-relay-storage-roots", + "pallet-scheduler", + "pallet-sudo", + "pallet-timestamp", + "pallet-treasury", + "pallet-utility", + "pallet-whitelist", + "pallet-xcm", + "pallet-xcm-transactor", + "parity-scale-codec", + "precompile-utils", + "sp-api", + "sp-consensus-slots", + "sp-core", + "sp-genesis-builder", + "sp-runtime", + "sp-std", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", + "xcm-primitives 0.1.1", + "xcm-runtime-apis", ] -name = "moonbeam-service" -version = "0.40.0" [[package]] +name = "moonbeam-service" +version = "0.40.0" dependencies = [ - "nimbus-primitives", - "parity-scale-codec", - "polkadot-primitives", - "schnorrkel 0.11.4", - "session-keys-primitives", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-keystore", - "sp-runtime", + "async-backing-primitives", + "async-io 1.13.0", + "async-trait", + "bip32", + "cumulus-client-cli", + "cumulus-client-collator", + "cumulus-client-consensus-common", + "cumulus-client-consensus-proposer", + "cumulus-client-consensus-relay-chain", + "cumulus-client-network", + "cumulus-client-parachain-inherent", + "cumulus-client-service", + "cumulus-primitives-core", + "cumulus-primitives-parachain-inherent", + "cumulus-relay-chain-inprocess-interface", + "cumulus-relay-chain-interface", + "cumulus-relay-chain-minimal-node", + "cumulus-relay-chain-rpc-interface", + "cumulus-test-relay-sproof-builder", + "derive_more", + "exit-future", + "fc-api", + "fc-consensus", + "fc-db", + "fc-mapping-sync", + "fc-rpc", + "fc-rpc-core", + "flume 0.10.14", + "fp-consensus", + "fp-rpc", + "fp-storage", + "frame-benchmarking", + "frame-benchmarking-cli", + "frame-system-rpc-runtime-api", + "futures 0.3.30", + "hex-literal 0.4.1", + "jsonrpsee", + "libsecp256k1", + "log", + "maplit", + "moonbase-runtime", + "moonbeam-cli-opt", + "moonbeam-core-primitives", + "moonbeam-dev-rpc", + "moonbeam-finality-rpc", + "moonbeam-primitives-ext", + "moonbeam-relay-encoder", + "moonbeam-rpc-debug", + "moonbeam-rpc-primitives-debug", + "moonbeam-rpc-primitives-txpool", + "moonbeam-rpc-trace", + "moonbeam-rpc-txpool", + "moonbeam-runtime", + "moonbeam-runtime-common", + "moonbeam-vrf", + "moonriver-runtime", + "nimbus-consensus", + "nimbus-primitives", + "nix 0.28.0", + "pallet-author-inherent", + "pallet-ethereum", + "pallet-parachain-staking", + "pallet-sudo", + "pallet-transaction-payment", + "pallet-transaction-payment-rpc", + "pallet-transaction-payment-rpc-runtime-api", + "pallet-xcm-transactor", + "parity-scale-codec", + "parking_lot 0.12.3", + "polkadot-cli", + "polkadot-parachain-primitives", + "polkadot-primitives", + "polkadot-runtime-common", + "polkadot-service", + "prometheus", + "rand 0.8.5", + "sc-basic-authorship", + "sc-block-builder", + "sc-chain-spec", + "sc-cli", + "sc-client-api", + "sc-client-db", + "sc-consensus", + "sc-consensus-grandpa", + "sc-consensus-manual-seal", + "sc-executor", + "sc-informant", + "sc-network", + "sc-network-common", + "sc-network-sync", + "sc-offchain", + "sc-rpc", + "sc-rpc-api", + "sc-service", + "sc-sysinfo", + "sc-telemetry", + "sc-tracing", + "sc-transaction-pool", + "sc-transaction-pool-api", + "serde", + "serde_json", + "session-keys-primitives", + "sha3", + "sp-api", + "sp-block-builder", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-inherents", + "sp-io", + "sp-keystore", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-storage", + "sp-timestamp", + "sp-transaction-pool", + "sp-trie", + "staging-xcm", + "substrate-build-script-utils", + "substrate-frame-rpc-system", + "substrate-prometheus-endpoint", + "substrate-test-client", + "substrate-test-runtime", + "substrate-test-runtime-client", + "tempfile", + "tiny-bip39", + "tokio", + "trie-root", + "xcm-runtime-apis", ] -name = "moonbeam-vrf" -version = "0.1.0" [[package]] +name = "moonbeam-vrf" +version = "0.1.0" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-balances", - "pallet-erc20-xcm-bridge", - "pallet-moonbeam-foreign-assets", - "pallet-xcm-benchmarks", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", - "xcm-primitives 0.1.1", + "nimbus-primitives", + "parity-scale-codec", + "polkadot-primitives", + "schnorrkel 0.11.4", + "session-keys-primitives", + "sp-api", + "sp-application-crypto", + "sp-core", + "sp-keystore", + "sp-runtime", ] -name = "moonbeam-xcm-benchmarks" -version = "0.2.0" [[package]] +name = "moonbeam-xcm-benchmarks" +version = "0.2.0" dependencies = [ - "clap", - "moonbeam-cli-opt", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "pallet-balances", + "pallet-erc20-xcm-bridge", + "pallet-moonbeam-foreign-assets", + "pallet-xcm-benchmarks", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", + "xcm-primitives 0.1.1", ] -name = "moonkey" -version = "0.1.1" [[package]] +name = "moonkey" +version = "0.1.1" dependencies = [ - "account", - "async-backing-primitives", - "cumulus-pallet-dmp-queue", - "cumulus-pallet-parachain-system", - "cumulus-pallet-xcm", - "cumulus-pallet-xcmp-queue", - "cumulus-primitives-core", - "cumulus-primitives-parachain-inherent", - "cumulus-primitives-timestamp", - "cumulus-primitives-utility", - "cumulus-test-relay-sproof-builder", - "ethereum", - "evm-tracing-events", - "fp-evm", - "fp-rpc", - "fp-self-contained", - "frame-benchmarking", - "frame-executive", - "frame-metadata", - "frame-support", - "frame-system", - "frame-system-benchmarking", - "frame-system-rpc-runtime-api", - "frame-try-runtime", - "hex", - "hex-literal 0.4.1", - "log", - "moonbeam-core-primitives", - "moonbeam-evm-tracer", - "moonbeam-relay-encoder", - "moonbeam-rpc-primitives-debug", - "moonbeam-rpc-primitives-txpool", - "moonbeam-runtime-common", - "moonbeam-xcm-benchmarks", - "nimbus-primitives", - "num_enum 0.5.11", - "orml-traits", - "orml-xcm-support", - "orml-xtokens", - "pallet-asset-manager", - "pallet-assets", - "pallet-async-backing", - "pallet-author-inherent", - "pallet-author-mapping", - "pallet-author-slot-filter", - "pallet-balances", - "pallet-collective", - "pallet-conviction-voting", - "pallet-crowdloan-rewards", - "pallet-erc20-xcm-bridge", - "pallet-ethereum", - "pallet-ethereum-xcm", - "pallet-evm", - "pallet-evm-chain-id", - "pallet-evm-precompile-author-mapping", - "pallet-evm-precompile-balances-erc20", - "pallet-evm-precompile-batch", - "pallet-evm-precompile-blake2", - "pallet-evm-precompile-bn128", - "pallet-evm-precompile-call-permit", - "pallet-evm-precompile-collective", - "pallet-evm-precompile-conviction-voting", - "pallet-evm-precompile-crowdloan-rewards", - "pallet-evm-precompile-dispatch", - "pallet-evm-precompile-gmp", - "pallet-evm-precompile-identity", - "pallet-evm-precompile-modexp", - "pallet-evm-precompile-p256verify", - "pallet-evm-precompile-parachain-staking", - "pallet-evm-precompile-preimage", - "pallet-evm-precompile-proxy", - "pallet-evm-precompile-randomness", - "pallet-evm-precompile-referenda", - "pallet-evm-precompile-registry", - "pallet-evm-precompile-relay-encoder", - "pallet-evm-precompile-relay-verifier", - "pallet-evm-precompile-sha3fips", - "pallet-evm-precompile-simple", - "pallet-evm-precompile-xcm-transactor", - "pallet-evm-precompile-xcm-utils", - "pallet-evm-precompile-xtokens", - "pallet-evm-precompileset-assets-erc20", - "pallet-identity", - "pallet-maintenance-mode", - "pallet-message-queue", - "pallet-migrations", - "pallet-moonbeam-foreign-assets", - "pallet-moonbeam-lazy-migrations", - "pallet-moonbeam-orbiters", - "pallet-multisig", - "pallet-parachain-staking", - "pallet-precompile-benchmarks", - "pallet-preimage", - "pallet-proxy", - "pallet-proxy-genesis-companion", - "pallet-randomness", - "pallet-referenda", - "pallet-relay-storage-roots", - "pallet-root-testing", - "pallet-scheduler", - "pallet-society", - "pallet-timestamp", - "pallet-transaction-payment", - "pallet-transaction-payment-rpc-runtime-api", - "pallet-treasury", - "pallet-utility", - "pallet-whitelist", - "pallet-xcm", - "pallet-xcm-benchmarks", - "pallet-xcm-transactor", - "parachains-common", - "parity-scale-codec", - "polkadot-core-primitives", - "polkadot-parachain-primitives", - "polkadot-runtime-common", - "polkadot-runtime-parachains", - "precompile-utils", - "rlp", - "scale-info", - "serde", - "session-keys-primitives", - "sha3", - "smallvec", - "sp-api", - "sp-block-builder", - "sp-consensus-slots", - "sp-core", - "sp-debug-derive", - "sp-genesis-builder", - "sp-inherents", - "sp-io", - "sp-offchain", - "sp-runtime", - "sp-session", - "sp-std", - "sp-timestamp", - "sp-transaction-pool", - "sp-version", - "sp-weights", - "staging-parachain-info", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", - "strum 0.26.3", - "strum_macros 0.24.3", - "substrate-wasm-builder", - "xcm-primitives 0.1.0", - "xcm-primitives 0.1.1", - "xcm-runtime-apis", - "xcm-simulator", + "clap", + "moonbeam-cli-opt", ] + +[[package]] name = "moonriver-runtime" version = "0.8.4" +dependencies = [ + "account", + "async-backing-primitives", + "cumulus-pallet-dmp-queue", + "cumulus-pallet-parachain-system", + "cumulus-pallet-xcm", + "cumulus-pallet-xcmp-queue", + "cumulus-primitives-core", + "cumulus-primitives-parachain-inherent", + "cumulus-primitives-timestamp", + "cumulus-primitives-utility", + "cumulus-test-relay-sproof-builder", + "ethereum", + "evm-tracing-events", + "fp-evm", + "fp-rpc", + "fp-self-contained", + "frame-benchmarking", + "frame-executive", + "frame-metadata", + "frame-support", + "frame-system", + "frame-system-benchmarking", + "frame-system-rpc-runtime-api", + "frame-try-runtime", + "hex", + "hex-literal 0.4.1", + "log", + "moonbeam-core-primitives", + "moonbeam-evm-tracer", + "moonbeam-relay-encoder", + "moonbeam-rpc-primitives-debug", + "moonbeam-rpc-primitives-txpool", + "moonbeam-runtime-common", + "moonbeam-xcm-benchmarks", + "nimbus-primitives", + "num_enum 0.5.11", + "orml-traits", + "orml-xcm-support", + "orml-xtokens", + "pallet-asset-manager", + "pallet-assets", + "pallet-async-backing", + "pallet-author-inherent", + "pallet-author-mapping", + "pallet-author-slot-filter", + "pallet-balances", + "pallet-collective", + "pallet-conviction-voting", + "pallet-crowdloan-rewards", + "pallet-emergency-para-xcm", + "pallet-erc20-xcm-bridge", + "pallet-ethereum", + "pallet-ethereum-xcm", + "pallet-evm", + "pallet-evm-chain-id", + "pallet-evm-precompile-author-mapping", + "pallet-evm-precompile-balances-erc20", + "pallet-evm-precompile-batch", + "pallet-evm-precompile-blake2", + "pallet-evm-precompile-bn128", + "pallet-evm-precompile-call-permit", + "pallet-evm-precompile-collective", + "pallet-evm-precompile-conviction-voting", + "pallet-evm-precompile-crowdloan-rewards", + "pallet-evm-precompile-dispatch", + "pallet-evm-precompile-gmp", + "pallet-evm-precompile-identity", + "pallet-evm-precompile-modexp", + "pallet-evm-precompile-p256verify", + "pallet-evm-precompile-parachain-staking", + "pallet-evm-precompile-preimage", + "pallet-evm-precompile-proxy", + "pallet-evm-precompile-randomness", + "pallet-evm-precompile-referenda", + "pallet-evm-precompile-registry", + "pallet-evm-precompile-relay-encoder", + "pallet-evm-precompile-relay-verifier", + "pallet-evm-precompile-sha3fips", + "pallet-evm-precompile-simple", + "pallet-evm-precompile-xcm-transactor", + "pallet-evm-precompile-xcm-utils", + "pallet-evm-precompile-xtokens", + "pallet-evm-precompileset-assets-erc20", + "pallet-identity", + "pallet-maintenance-mode", + "pallet-message-queue", + "pallet-migrations", + "pallet-moonbeam-foreign-assets", + "pallet-moonbeam-lazy-migrations", + "pallet-moonbeam-orbiters", + "pallet-multisig", + "pallet-parachain-staking", + "pallet-precompile-benchmarks", + "pallet-preimage", + "pallet-proxy", + "pallet-proxy-genesis-companion", + "pallet-randomness", + "pallet-referenda", + "pallet-relay-storage-roots", + "pallet-root-testing", + "pallet-scheduler", + "pallet-society", + "pallet-timestamp", + "pallet-transaction-payment", + "pallet-transaction-payment-rpc-runtime-api", + "pallet-treasury", + "pallet-utility", + "pallet-whitelist", + "pallet-xcm", + "pallet-xcm-benchmarks", + "pallet-xcm-transactor", + "parachains-common", + "parity-scale-codec", + "polkadot-core-primitives", + "polkadot-parachain-primitives", + "polkadot-runtime-common", + "polkadot-runtime-parachains", + "precompile-utils", + "rlp", + "scale-info", + "serde", + "session-keys-primitives", + "sha3", + "smallvec", + "sp-api", + "sp-block-builder", + "sp-consensus-slots", + "sp-core", + "sp-debug-derive", + "sp-genesis-builder", + "sp-inherents", + "sp-io", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-std", + "sp-timestamp", + "sp-transaction-pool", + "sp-version", + "sp-weights", + "staging-parachain-info", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", + "strum 0.26.3", + "strum_macros 0.24.3", + "substrate-wasm-builder", + "xcm-primitives 0.1.0", + "xcm-primitives 0.1.1", + "xcm-runtime-apis", + "xcm-simulator", +] [[package]] +name = "multiaddr" +version = "0.17.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2b36f567c7099511fa8612bbbb52dda2419ce0bdbacf31714e3a5ffdb766d3bd" dependencies = [ - "arrayref", - "byteorder", - "data-encoding", - "log", - "multibase", - "multihash 0.17.0", - "percent-encoding", - "serde", - "static_assertions", - "unsigned-varint 0.7.2", - "url", + "arrayref", + "byteorder", + "data-encoding", + "log", + "multibase", + "multihash 0.17.0", + "percent-encoding", + "serde", + "static_assertions", + "unsigned-varint 0.7.2", + "url", ] -name = "multiaddr" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.17.1" [[package]] +name = "multiaddr" +version = "0.18.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b852bc02a2da5feed68cd14fa50d0774b92790a5bdbfa932a813926c8472070" dependencies = [ - "arrayref", - "byteorder", - "data-encoding", - "libp2p-identity", - "multibase", - "multihash 0.19.1", - "percent-encoding", - "serde", - "static_assertions", - "unsigned-varint 0.7.2", - "url", + "arrayref", + "byteorder", + "data-encoding", + "libp2p-identity", + "multibase", + "multihash 0.19.1", + "percent-encoding", + "serde", + "static_assertions", + "unsigned-varint 0.7.2", + "url", ] -name = "multiaddr" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.18.1" [[package]] +name = "multibase" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404" dependencies = [ - "base-x", - "data-encoding", - "data-encoding-macro", + "base-x", + "data-encoding", + "data-encoding-macro", ] -name = "multibase" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.9.1" [[package]] +name = "multihash" +version = "0.17.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "835d6ff01d610179fbce3de1694d007e500bf33a7f29689838941d6bf783ae40" dependencies = [ - "blake2b_simd", - "blake2s_simd", - "blake3", - "core2", - "digest 0.10.7", - "multihash-derive", - "sha2 0.10.8", - "sha3", - "unsigned-varint 0.7.2", + "blake2b_simd", + "blake2s_simd", + "blake3", + "core2", + "digest 0.10.7", + "multihash-derive", + "sha2 0.10.8", + "sha3", + "unsigned-varint 0.7.2", ] -name = "multihash" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.17.0" [[package]] +name = "multihash" +version = "0.18.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cfd8a792c1694c6da4f68db0a9d707c72bd260994da179e6030a5dcee00bb815" dependencies = [ - "blake2b_simd", - "blake2s_simd", - "blake3", - "core2", - "digest 0.10.7", - "multihash-derive", - "sha2 0.10.8", - "sha3", - "unsigned-varint 0.7.2", + "blake2b_simd", + "blake2s_simd", + "blake3", + "core2", + "digest 0.10.7", + "multihash-derive", + "sha2 0.10.8", + "sha3", + "unsigned-varint 0.7.2", ] -name = "multihash" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.18.1" [[package]] +name = "multihash" +version = "0.19.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "076d548d76a0e2a0d4ab471d0b1c36c577786dfc4471242035d97a12a735c492" dependencies = [ - "core2", - "unsigned-varint 0.7.2", + "core2", + "unsigned-varint 0.7.2", ] -name = "multihash" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.19.1" [[package]] +name = "multihash-derive" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1d6d4752e6230d8ef7adf7bd5d8c4b1f6561c1014c5ba9a37445ccefe18aa1db" dependencies = [ - "proc-macro-crate 1.1.3", - "proc-macro-error", - "proc-macro2", - "quote", - "syn 1.0.109", - "synstructure 0.12.6", + "proc-macro-crate 1.1.3", + "proc-macro-error", + "proc-macro2", + "quote", + "syn 1.0.109", + "synstructure 0.12.6", ] -name = "multihash-derive" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.8.1" [[package]] -checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a" name = "multimap" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.8.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a" [[package]] -checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03" name = "multimap" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03" [[package]] +name = "multistream-select" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ea0df8e5eec2298a62b326ee4f0d7fe1a6b90a09dfcf9df37b38f947a8c42f19" dependencies = [ - "bytes", - "futures 0.3.30", - "log", - "pin-project", - "smallvec", - "unsigned-varint 0.7.2", + "bytes", + "futures 0.3.30", + "log", + "pin-project", + "smallvec", + "unsigned-varint 0.7.2", ] -name = "multistream-select" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.13.0" [[package]] +name = "nalgebra" +version = "0.32.6" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7b5c17de023a86f59ed79891b2e5d5a94c705dbe904a5b5c9c952ea6221b03e4" dependencies = [ - "approx", - "matrixmultiply", - "nalgebra-macros", - "num-complex", - "num-rational", - "num-traits", - "simba", - "typenum", + "approx", + "matrixmultiply", + "nalgebra-macros", + "num-complex", + "num-rational", + "num-traits", + "simba", + "typenum", ] -name = "nalgebra" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.32.6" [[package]] +name = "nalgebra-macros" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "254a5372af8fc138e36684761d3c0cdb758a4410e938babcff1c860ce14ddbfc" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro2", + "quote", + "syn 2.0.76", ] -name = "nalgebra-macros" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.2" [[package]] +name = "names" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7bddcd3bf5144b6392de80e04c347cd7fab2508f6df16a85fc496ecd5cec39bc" dependencies = [ - "rand 0.8.5", + "rand 0.8.5", ] -name = "names" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.14.0" [[package]] +name = "nanorand" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3" dependencies = [ - "getrandom 0.2.15", + "getrandom 0.2.15", ] -name = "nanorand" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.7.0" [[package]] +name = "native-tls" +version = "0.2.12" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466" dependencies = [ - "libc", - "log", - "openssl", - "openssl-probe", - "openssl-sys", - "schannel", - "security-framework", - "security-framework-sys", - "tempfile", + "libc", + "log", + "openssl", + "openssl-probe", + "openssl-sys", + "schannel", + "security-framework", + "security-framework-sys", + "tempfile", ] -name = "native-tls" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.12" [[package]] +name = "netlink-packet-core" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "345b8ab5bd4e71a2986663e88c56856699d060e78e152e6e9d7966fcd5491297" dependencies = [ - "anyhow", - "byteorder", - "libc", - "netlink-packet-utils", + "anyhow", + "byteorder", + "libc", + "netlink-packet-utils", ] -name = "netlink-packet-core" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.2" [[package]] +name = "netlink-packet-route" +version = "0.12.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d9ea4302b9759a7a88242299225ea3688e63c85ea136371bb6cf94fd674efaab" dependencies = [ - "anyhow", - "bitflags 1.3.2", - "byteorder", - "libc", - "netlink-packet-core", - "netlink-packet-utils", + "anyhow", + "bitflags 1.3.2", + "byteorder", + "libc", + "netlink-packet-core", + "netlink-packet-utils", ] -name = "netlink-packet-route" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.12.0" [[package]] +name = "netlink-packet-utils" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ede8a08c71ad5a95cdd0e4e52facd37190977039a4704eb82a283f713747d34" dependencies = [ - "anyhow", - "byteorder", - "paste", - "thiserror", + "anyhow", + "byteorder", + "paste", + "thiserror", ] -name = "netlink-packet-utils" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.5.2" [[package]] +name = "netlink-proto" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "65b4b14489ab424703c092062176d52ba55485a89c076b4f9db05092b7223aa6" dependencies = [ - "bytes", - "futures 0.3.30", - "log", - "netlink-packet-core", - "netlink-sys", - "thiserror", - "tokio", + "bytes", + "futures 0.3.30", + "log", + "netlink-packet-core", + "netlink-sys", + "thiserror", + "tokio", ] -name = "netlink-proto" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.10.0" [[package]] +name = "netlink-sys" +version = "0.8.6" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "416060d346fbaf1f23f9512963e3e878f1a78e707cb699ba9215761754244307" dependencies = [ - "bytes", - "futures 0.3.30", - "libc", - "log", - "tokio", + "bytes", + "futures 0.3.30", + "libc", + "log", + "tokio", ] -name = "netlink-sys" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.8.6" [[package]] +name = "network-interface" +version = "1.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a4a43439bf756eed340bdf8feba761e2d50c7d47175d87545cd5cbe4a137c4d1" dependencies = [ - "cc", - "libc", - "thiserror", - "winapi", + "cc", + "libc", + "thiserror", + "winapi", ] -name = "network-interface" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.1.4" [[package]] -dependencies = [ - "async-backing-primitives", - "async-trait", - "cumulus-client-collator", - "cumulus-client-consensus-common", - "cumulus-client-consensus-proposer", - "cumulus-client-parachain-inherent", - "cumulus-primitives-core", - "cumulus-primitives-parachain-inherent", - "cumulus-relay-chain-interface", - "futures 0.3.30", - "log", - "nimbus-primitives", - "parity-scale-codec", - "parking_lot 0.12.3", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-primitives", - "sc-client-api", - "sc-consensus", - "sc-consensus-manual-seal", - "sp-api", - "sp-application-crypto", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", - "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-keystore", - "sp-runtime", - "sp-version", - "substrate-prometheus-endpoint", - "tracing", -] name = "nimbus-consensus" -source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" version = "0.9.0" - -[[package]] +source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" dependencies = [ - "async-trait", - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-api", - "sp-application-crypto", - "sp-inherents", - "sp-runtime", - "sp-std", + "async-backing-primitives", + "async-trait", + "cumulus-client-collator", + "cumulus-client-consensus-common", + "cumulus-client-consensus-proposer", + "cumulus-client-parachain-inherent", + "cumulus-primitives-core", + "cumulus-primitives-parachain-inherent", + "cumulus-relay-chain-interface", + "futures 0.3.30", + "log", + "nimbus-primitives", + "parity-scale-codec", + "parking_lot 0.12.3", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-primitives", + "sc-client-api", + "sc-consensus", + "sc-consensus-manual-seal", + "sp-api", + "sp-application-crypto", + "sp-block-builder", + "sp-blockchain", + "sp-consensus", + "sp-consensus-slots", + "sp-core", + "sp-inherents", + "sp-keystore", + "sp-runtime", + "sp-version", + "substrate-prometheus-endpoint", + "tracing", ] + +[[package]] name = "nimbus-primitives" -source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" version = "0.9.0" +source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" +dependencies = [ + "async-trait", + "frame-benchmarking", + "frame-support", + "frame-system", + "parity-scale-codec", + "scale-info", + "sp-api", + "sp-application-crypto", + "sp-inherents", + "sp-runtime", + "sp-std", +] [[package]] +name = "nix" +version = "0.24.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069" dependencies = [ - "bitflags 1.3.2", - "cfg-if", - "libc", + "bitflags 1.3.2", + "cfg-if", + "libc", ] -name = "nix" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.24.3" [[package]] +name = "nix" +version = "0.28.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4" dependencies = [ - "bitflags 2.6.0", - "cfg-if", - "cfg_aliases", - "libc", + "bitflags 2.6.0", + "cfg-if", + "cfg_aliases", + "libc", ] -name = "nix" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.28.0" [[package]] -checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c" name = "no-std-compat" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c" [[package]] -checksum = "43794a0ace135be66a25d3ae77d41b91615fb68ae937f904090203e81f755b65" name = "no-std-net" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "43794a0ace135be66a25d3ae77d41b91615fb68ae937f904090203e81f755b65" [[package]] -checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" name = "nodrop" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.1.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" [[package]] -checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451" name = "nohash-hasher" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451" [[package]] +name = "nom" +version = "7.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" dependencies = [ - "memchr", - "minimal-lexical", + "memchr", + "minimal-lexical", ] -name = "nom" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "7.1.3" [[package]] -checksum = "e9e591e719385e6ebaeb5ce5d3887f7d5676fceca6411d1925ccc95745f3d6f7" name = "nonempty" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e9e591e719385e6ebaeb5ce5d3887f7d5676fceca6411d1925ccc95745f3d6f7" [[package]] -checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21" name = "nonzero_ext" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21" [[package]] -checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" name = "normalize-line-endings" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" [[package]] +name = "nu-ansi-term" +version = "0.46.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" dependencies = [ - "overload", - "winapi", + "overload", + "winapi", ] -name = "nu-ansi-term" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.46.0" [[package]] +name = "num" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23" dependencies = [ - "num-bigint", - "num-complex", - "num-integer", - "num-iter", - "num-rational", - "num-traits", + "num-bigint", + "num-complex", + "num-integer", + "num-iter", + "num-rational", + "num-traits", ] -name = "num" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.3" [[package]] +name = "num-bigint" +version = "0.4.6" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" dependencies = [ - "num-integer", - "num-traits", + "num-integer", + "num-traits", ] -name = "num-bigint" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.6" [[package]] +name = "num-complex" +version = "0.4.6" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" dependencies = [ - "num-traits", + "num-traits", ] -name = "num-complex" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.6" [[package]] -checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" name = "num-conv" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" [[package]] +name = "num-format" +version = "0.4.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3" dependencies = [ - "arrayvec 0.7.6", - "itoa", + "arrayvec 0.7.6", + "itoa", ] -name = "num-format" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.4" [[package]] +name = "num-integer" +version = "0.1.46" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" dependencies = [ - "num-traits", + "num-traits", ] -name = "num-integer" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.46" [[package]] +name = "num-iter" +version = "0.1.45" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" dependencies = [ - "autocfg", - "num-integer", - "num-traits", + "autocfg", + "num-integer", + "num-traits", ] -name = "num-iter" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.45" [[package]] +name = "num-rational" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" dependencies = [ - "num-bigint", - "num-integer", - "num-traits", + "num-bigint", + "num-integer", + "num-traits", ] -name = "num-rational" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.2" [[package]] +name = "num-traits" +version = "0.2.19" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" dependencies = [ - "autocfg", - "libm", + "autocfg", + "libm", ] -name = "num-traits" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.19" [[package]] +name = "num_cpus" +version = "1.16.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" dependencies = [ - "hermit-abi 0.3.9", - "libc", + "hermit-abi 0.3.9", + "libc", ] -name = "num_cpus" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.16.0" [[package]] +name = "num_enum" +version = "0.5.11" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9" dependencies = [ - "num_enum_derive 0.5.11", + "num_enum_derive 0.5.11", ] -name = "num_enum" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.5.11" [[package]] +name = "num_enum" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179" dependencies = [ - "num_enum_derive 0.7.3", + "num_enum_derive 0.7.3", ] -name = "num_enum" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.7.3" [[package]] +name = "num_enum_derive" +version = "0.5.11" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799" dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", + "proc-macro2", + "quote", + "syn 1.0.109", ] -name = "num_enum_derive" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.5.11" [[package]] +name = "num_enum_derive" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56" dependencies = [ - "proc-macro-crate 3.2.0", - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro-crate 3.2.0", + "proc-macro2", + "quote", + "syn 2.0.76", ] -name = "num_enum_derive" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.7.3" [[package]] +name = "object" +version = "0.30.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "03b4680b86d9cfafba8fc491dc9b6df26b68cf40e9e6cd73909194759a63c385" dependencies = [ - "crc32fast", - "hashbrown 0.13.2", - "indexmap 1.9.3", - "memchr", + "crc32fast", + "hashbrown 0.13.2", + "indexmap 1.9.3", + "memchr", ] -name = "object" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.30.4" [[package]] +name = "object" +version = "0.32.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" dependencies = [ - "memchr", + "memchr", ] -name = "object" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.32.2" [[package]] +name = "object" +version = "0.36.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "27b64972346851a39438c60b341ebc01bba47464ae329e55cf343eb93964efd9" dependencies = [ - "memchr", + "memchr", ] -name = "object" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.36.3" [[package]] +name = "oid-registry" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9bedf36ffb6ba96c2eb7144ef6270557b52e54b20c0a8e1eb2ff99a6c6959bff" dependencies = [ - "asn1-rs 0.5.2", + "asn1-rs 0.5.2", ] -name = "oid-registry" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.6.1" [[package]] +name = "oid-registry" +version = "0.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a8d8034d9489cdaf79228eb9f6a3b8d7bb32ba00d6645ebd48eef4077ceb5bd9" dependencies = [ - "asn1-rs 0.6.2", + "asn1-rs 0.6.2", ] -name = "oid-registry" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.7.1" [[package]] -checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" name = "once_cell" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] -checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" name = "opaque-debug" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" [[package]] -checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" name = "opaque-debug" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" [[package]] +name = "openssl" +version = "0.10.66" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1" dependencies = [ - "bitflags 2.6.0", - "cfg-if", - "foreign-types", - "libc", - "once_cell", - "openssl-macros", - "openssl-sys", + "bitflags 2.6.0", + "cfg-if", + "foreign-types", + "libc", + "once_cell", + "openssl-macros", + "openssl-sys", ] -name = "openssl" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.10.66" [[package]] +name = "openssl-macros" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro2", + "quote", + "syn 2.0.76", ] -name = "openssl-macros" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.1" [[package]] -checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" name = "openssl-probe" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" [[package]] +name = "openssl-src" +version = "300.3.1+3.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7259953d42a81bf137fbbd73bd30a8e1914d6dce43c2b90ed575783a22608b91" dependencies = [ - "cc", + "cc", ] -name = "openssl-src" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "300.3.1+3.3.1" [[package]] +name = "openssl-sys" +version = "0.9.103" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6" dependencies = [ - "cc", - "libc", - "openssl-src", - "pkg-config", - "vcpkg", + "cc", + "libc", + "openssl-src", + "pkg-config", + "vcpkg", ] -name = "openssl-sys" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.9.103" [[package]] -checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" name = "option-ext" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] +name = "orchestra" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "41f6bbacc8c189a3f2e45e0fd0436e5d97f194db888e721bdbc3973e7dbed4c2" dependencies = [ - "async-trait", - "dyn-clonable", - "futures 0.3.30", - "futures-timer", - "orchestra-proc-macro", - "pin-project", - "prioritized-metered-channel", - "thiserror", - "tracing", + "async-trait", + "dyn-clonable", + "futures 0.3.30", + "futures-timer", + "orchestra-proc-macro", + "pin-project", + "prioritized-metered-channel", + "thiserror", + "tracing", ] -name = "orchestra" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.0" [[package]] +name = "orchestra-proc-macro" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f7b1d40dd8f367db3c65bec8d3dd47d4a604ee8874480738f93191bddab4e0e0" dependencies = [ - "expander", - "indexmap 2.4.0", - "itertools 0.11.0", - "petgraph", - "proc-macro-crate 3.2.0", - "proc-macro2", - "quote", - "syn 1.0.109", + "expander", + "indexmap 2.4.0", + "itertools 0.11.0", + "petgraph", + "proc-macro-crate 3.2.0", + "proc-macro2", + "quote", + "syn 1.0.109", ] -name = "orchestra-proc-macro" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.0" [[package]] +name = "ordered-float" +version = "1.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7" dependencies = [ - "num-traits", + "num-traits", ] -name = "ordered-float" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.1.1" [[package]] -dependencies = [ - "frame-support", - "impl-trait-for-tuples", - "num-traits", - "orml-utilities", - "parity-scale-codec", - "paste", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "staging-xcm", -] name = "orml-traits" -source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=moonbeam-polkadot-stable2407#c8803cb5a000f13504d567440965e1682ea9534d" version = "1.0.0" - -[[package]] +source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=moonbeam-polkadot-stable2407#c8803cb5a000f13504d567440965e1682ea9534d" dependencies = [ - "frame-support", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "frame-support", + "impl-trait-for-tuples", + "num-traits", + "orml-utilities", + "parity-scale-codec", + "paste", + "scale-info", + "serde", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "staging-xcm", ] -name = "orml-utilities" -source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=moonbeam-polkadot-stable2407#c8803cb5a000f13504d567440965e1682ea9534d" -version = "1.0.0" [[package]] +name = "orml-utilities" +version = "1.0.0" +source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=moonbeam-polkadot-stable2407#c8803cb5a000f13504d567440965e1682ea9534d" dependencies = [ - "frame-support", - "orml-traits", - "parity-scale-codec", - "sp-runtime", - "sp-std", - "staging-xcm", - "staging-xcm-executor", + "frame-support", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] -name = "orml-xcm-support" -source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=moonbeam-polkadot-stable2407#c8803cb5a000f13504d567440965e1682ea9534d" -version = "1.0.0" [[package]] +name = "orml-xcm-support" +version = "1.0.0" +source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=moonbeam-polkadot-stable2407#c8803cb5a000f13504d567440965e1682ea9534d" dependencies = [ - "frame-support", - "frame-system", - "log", - "orml-traits", - "orml-xcm-support", - "pallet-xcm", - "parity-scale-codec", - "scale-info", - "serde", - "sp-io", - "sp-runtime", - "sp-std", - "staging-xcm", - "staging-xcm-executor", + "frame-support", + "orml-traits", + "parity-scale-codec", + "sp-runtime", + "sp-std", + "staging-xcm", + "staging-xcm-executor", ] + +[[package]] name = "orml-xtokens" -source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=moonbeam-polkadot-stable2407#c8803cb5a000f13504d567440965e1682ea9534d" version = "1.0.0" +source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=moonbeam-polkadot-stable2407#c8803cb5a000f13504d567440965e1682ea9534d" +dependencies = [ + "frame-support", + "frame-system", + "log", + "orml-traits", + "orml-xcm-support", + "pallet-xcm", + "parity-scale-codec", + "scale-info", + "serde", + "sp-io", + "sp-runtime", + "sp-std", + "staging-xcm", + "staging-xcm-executor", +] [[package]] -checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" name = "overload" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] +name = "p256" +version = "0.13.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" dependencies = [ - "ecdsa", - "elliptic-curve", - "primeorder", - "sha2 0.10.8", + "ecdsa", + "elliptic-curve", + "primeorder", + "sha2 0.10.8", ] -name = "p256" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.13.2" [[package]] -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-api", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", -] name = "pallet-asset-conversion" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" version = "19.0.0" - -[[package]] +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-balances", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "staging-xcm", - "xcm-primitives 0.1.1", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "sp-api", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", ] -name = "pallet-asset-manager" -version = "0.1.0" [[package]] +name = "pallet-asset-manager" +version = "0.1.0" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-runtime", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "pallet-balances", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "staging-xcm", + "xcm-primitives 0.1.1", ] -name = "pallet-asset-rate" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "16.0.0" [[package]] +name = "pallet-asset-rate" +version = "16.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "pallet-transaction-payment", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", + "frame-benchmarking", + "frame-support", + "frame-system", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-runtime", ] -name = "pallet-asset-tx-payment" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "37.0.0" [[package]] +name = "pallet-asset-tx-payment" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-runtime", + "frame-benchmarking", + "frame-support", + "frame-system", + "pallet-transaction-payment", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core", + "sp-io", + "sp-runtime", ] -name = "pallet-assets" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "39.0.0" [[package]] +name = "pallet-assets" +version = "39.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "cumulus-pallet-parachain-system", - "cumulus-primitives-core", - "frame-support", - "frame-system", - "log", - "nimbus-primitives", - "pallet-timestamp", - "parity-scale-codec", - "scale-info", - "sp-consensus-slots", - "sp-core", - "sp-runtime", - "sp-std", + "frame-benchmarking", + "frame-support", + "frame-system", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-runtime", ] -name = "pallet-async-backing" -source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" -version = "0.9.0" [[package]] +name = "pallet-async-backing" +version = "0.9.0" +source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "nimbus-primitives", - "parity-scale-codec", - "scale-info", - "sp-api", - "sp-application-crypto", - "sp-inherents", - "sp-runtime", - "sp-std", + "cumulus-pallet-parachain-system", + "cumulus-primitives-core", + "frame-support", + "frame-system", + "log", + "nimbus-primitives", + "pallet-timestamp", + "parity-scale-codec", + "scale-info", + "sp-consensus-slots", + "sp-core", + "sp-runtime", + "sp-std", ] -name = "pallet-author-inherent" -source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" -version = "0.9.0" [[package]] +name = "pallet-author-inherent" +version = "0.9.0" +source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "nimbus-primitives", - "pallet-balances", - "parity-scale-codec", - "scale-info", - "serde", - "session-keys-primitives", - "sp-runtime", - "sp-std", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "nimbus-primitives", + "parity-scale-codec", + "scale-info", + "sp-api", + "sp-application-crypto", + "sp-inherents", + "sp-runtime", + "sp-std", ] -name = "pallet-author-mapping" -source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" -version = "2.0.5" [[package]] +name = "pallet-author-mapping" +version = "2.0.5" +source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "nimbus-primitives", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-runtime", - "sp-std", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "nimbus-primitives", + "pallet-balances", + "parity-scale-codec", + "scale-info", + "serde", + "session-keys-primitives", + "sp-runtime", + "sp-std", ] -name = "pallet-author-slot-filter" -source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" -version = "0.9.0" [[package]] +name = "pallet-author-slot-filter" +version = "0.9.0" +source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" dependencies = [ - "frame-support", - "frame-system", - "pallet-session", - "parity-scale-codec", - "scale-info", - "sp-application-crypto", - "sp-authority-discovery", - "sp-runtime", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "nimbus-primitives", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core", + "sp-runtime", + "sp-std", ] -name = "pallet-authority-discovery" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "37.0.0" [[package]] +name = "pallet-authority-discovery" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-support", - "frame-system", - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "sp-runtime", + "frame-support", + "frame-system", + "pallet-session", + "parity-scale-codec", + "scale-info", + "sp-application-crypto", + "sp-authority-discovery", + "sp-runtime", ] -name = "pallet-authorship" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "37.0.0" [[package]] +name = "pallet-authorship" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-authorship", - "pallet-session", - "pallet-timestamp", - "parity-scale-codec", - "scale-info", - "sp-application-crypto", - "sp-consensus-babe", - "sp-core", - "sp-io", - "sp-runtime", - "sp-session", - "sp-staking", + "frame-support", + "frame-system", + "impl-trait-for-tuples", + "parity-scale-codec", + "scale-info", + "sp-runtime", ] -name = "pallet-babe" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "37.0.0" [[package]] +name = "pallet-babe" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "aquamarine", - "docify", - "frame-benchmarking", - "frame-election-provider-support", - "frame-support", - "frame-system", - "log", - "pallet-balances", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-tracing", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "pallet-authorship", + "pallet-session", + "pallet-timestamp", + "parity-scale-codec", + "scale-info", + "sp-application-crypto", + "sp-consensus-babe", + "sp-core", + "sp-io", + "sp-runtime", + "sp-session", + "sp-staking", ] -name = "pallet-bags-list" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "36.0.0" [[package]] +name = "pallet-bags-list" +version = "36.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "docify", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime", + "aquamarine", + "docify", + "frame-benchmarking", + "frame-election-provider-support", + "frame-support", + "frame-system", + "log", + "pallet-balances", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-io", + "sp-runtime", + "sp-tracing", ] -name = "pallet-balances" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "38.0.0" [[package]] +name = "pallet-balances" +version = "38.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-support", - "frame-system", - "log", - "pallet-authorship", - "pallet-session", - "parity-scale-codec", - "scale-info", - "serde", - "sp-consensus-beefy", - "sp-runtime", - "sp-session", - "sp-staking", + "docify", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "sp-runtime", ] -name = "pallet-beefy" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "38.0.0" [[package]] +name = "pallet-beefy" +version = "38.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "array-bytes", - "binary-merkle-tree", - "frame-support", - "frame-system", - "log", - "pallet-beefy", - "pallet-mmr", - "pallet-session", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api", - "sp-consensus-beefy", - "sp-core", - "sp-io", - "sp-runtime", - "sp-state-machine", + "frame-support", + "frame-system", + "log", + "pallet-authorship", + "pallet-session", + "parity-scale-codec", + "scale-info", + "serde", + "sp-consensus-beefy", + "sp-runtime", + "sp-session", + "sp-staking", ] -name = "pallet-beefy-mmr" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "38.0.0" [[package]] +name = "pallet-beefy-mmr" +version = "38.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-treasury", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "array-bytes", + "binary-merkle-tree", + "frame-support", + "frame-system", + "log", + "pallet-beefy", + "pallet-mmr", + "pallet-session", + "parity-scale-codec", + "scale-info", + "serde", + "sp-api", + "sp-consensus-beefy", + "sp-core", + "sp-io", + "sp-runtime", + "sp-state-machine", ] -name = "pallet-bounties" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "36.0.0" [[package]] +name = "pallet-bounties" +version = "36.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "bitvec", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-api", - "sp-arithmetic", - "sp-core", - "sp-runtime", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "pallet-treasury", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-io", + "sp-runtime", ] -name = "pallet-broker" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.16.0" [[package]] +name = "pallet-broker" +version = "0.16.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-bounties", - "pallet-treasury", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "bitvec", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "sp-api", + "sp-arithmetic", + "sp-core", + "sp-runtime", ] -name = "pallet-child-bounties" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "36.0.0" [[package]] +name = "pallet-child-bounties" +version = "36.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-authorship", - "pallet-balances", - "pallet-session", - "parity-scale-codec", - "rand 0.8.5", - "scale-info", - "sp-runtime", - "sp-staking", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "pallet-bounties", + "pallet-treasury", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-io", + "sp-runtime", ] -name = "pallet-collator-selection" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "18.0.0" [[package]] +name = "pallet-collator-selection" +version = "18.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "pallet-authorship", + "pallet-balances", + "pallet-session", + "parity-scale-codec", + "rand 0.8.5", + "scale-info", + "sp-runtime", + "sp-staking", ] -name = "pallet-collective" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "37.0.0" [[package]] +name = "pallet-collective" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "assert_matches", - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "serde", - "sp-io", - "sp-runtime", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-io", + "sp-runtime", ] -name = "pallet-conviction-voting" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "37.0.0" [[package]] +name = "pallet-conviction-voting" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "ed25519-dalek", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-balances", - "pallet-utility", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-trie", + "assert_matches", + "frame-benchmarking", + "frame-support", + "frame-system", + "parity-scale-codec", + "scale-info", + "serde", + "sp-io", + "sp-runtime", ] -name = "pallet-crowdloan-rewards" -source = "git+https://github.com/moonbeam-foundation/crowdloan-rewards?branch=moonbeam-polkadot-stable2407#3c0135e87804b7ba3efadb0d053086cca5e66b54" -version = "0.6.0" [[package]] +name = "pallet-crowdloan-rewards" +version = "0.6.0" +source = "git+https://github.com/moonbeam-foundation/crowdloan-rewards?branch=moonbeam-polkadot-stable2407#3c0135e87804b7ba3efadb0d053086cca5e66b54" dependencies = [ - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-runtime", - "sp-staking", + "ed25519-dalek", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "pallet-balances", + "pallet-utility", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "sp-trie", ] -name = "pallet-delegated-staking" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "4.0.0" [[package]] +name = "pallet-delegated-staking" +version = "4.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", + "frame-support", + "frame-system", + "parity-scale-codec", + "scale-info", + "sp-runtime", + "sp-staking", ] -name = "pallet-democracy" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "37.0.0" [[package]] +name = "pallet-democracy" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-election-provider-support", - "frame-support", - "frame-system", - "log", - "pallet-election-provider-support-benchmarking", - "parity-scale-codec", - "rand 0.8.5", - "scale-info", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-npos-elections", - "sp-runtime", - "strum 0.26.3", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core", + "sp-io", + "sp-runtime", ] -name = "pallet-election-provider-multi-phase" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "36.0.0" [[package]] +name = "pallet-election-provider-multi-phase" +version = "36.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-election-provider-support", - "frame-system", - "parity-scale-codec", - "sp-npos-elections", - "sp-runtime", + "frame-benchmarking", + "frame-election-provider-support", + "frame-support", + "frame-system", + "log", + "pallet-election-provider-support-benchmarking", + "parity-scale-codec", + "rand 0.8.5", + "scale-info", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-npos-elections", + "sp-runtime", + "strum 0.26.3", ] -name = "pallet-election-provider-support-benchmarking" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "36.0.0" [[package]] +name = "pallet-election-provider-support-benchmarking" +version = "36.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-npos-elections", - "sp-runtime", - "sp-staking", + "frame-benchmarking", + "frame-election-provider-support", + "frame-system", + "parity-scale-codec", + "sp-npos-elections", + "sp-runtime", ] -name = "pallet-elections-phragmen" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "38.0.0" [[package]] +name = "pallet-elections-phragmen" +version = "38.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "cumulus-pallet-parachain-system", - "cumulus-primitives-core", - "frame-support", - "frame-system", - "log", - "pallet-message-queue", - "parity-scale-codec", - "polkadot-parachain-primitives", - "scale-info", - "sp-runtime", - "sp-std", - "xcm-primitives 0.1.0", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-io", + "sp-npos-elections", + "sp-runtime", + "sp-staking", ] -name = "pallet-emergency-para-xcm" -source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" -version = "0.1.0" [[package]] +name = "pallet-emergency-para-xcm" +version = "0.1.0" +source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" dependencies = [ - "environmental", - "ethereum-types", - "fp-evm", - "frame-support", - "frame-system", - "log", - "pallet-balances", - "pallet-evm", - "pallet-timestamp", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "staging-xcm", - "staging-xcm-executor", + "cumulus-pallet-parachain-system", + "cumulus-primitives-core", + "frame-support", + "frame-system", + "log", + "pallet-message-queue", + "parity-scale-codec", + "polkadot-parachain-primitives", + "scale-info", + "sp-runtime", + "sp-std", + "xcm-primitives 0.1.0", ] -name = "pallet-erc20-xcm-bridge" -version = "1.0.0" [[package]] +name = "pallet-erc20-xcm-bridge" +version = "1.0.0" dependencies = [ - "cumulus-primitives-storage-weight-reclaim", - "environmental", - "ethereum", - "ethereum-types", - "evm", - "fp-consensus", - "fp-ethereum", - "fp-evm", - "fp-rpc", - "fp-storage", - "frame-support", - "frame-system", - "pallet-evm", - "parity-scale-codec", - "scale-info", - "sp-io", - "sp-runtime", + "environmental", + "ethereum-types", + "fp-evm", + "frame-support", + "frame-system", + "log", + "pallet-balances", + "pallet-evm", + "pallet-timestamp", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "staging-xcm", + "staging-xcm-executor", ] -name = "pallet-ethereum" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" -version = "4.0.0-dev" [[package]] +name = "pallet-ethereum" +version = "4.0.0-dev" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ - "environmental", - "ethereum", - "ethereum-types", - "fp-ethereum", - "fp-evm", - "fp-rpc", - "fp-self-contained", - "frame-benchmarking", - "frame-support", - "frame-system", - "hex", - "libsecp256k1", - "pallet-balances", - "pallet-ethereum", - "pallet-evm", - "pallet-evm-precompile-proxy", - "pallet-proxy", - "pallet-timestamp", - "parity-scale-codec", - "rlp", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "xcm-primitives 0.1.1", + "cumulus-primitives-storage-weight-reclaim", + "environmental", + "ethereum", + "ethereum-types", + "evm", + "fp-consensus", + "fp-ethereum", + "fp-evm", + "fp-rpc", + "fp-storage", + "frame-support", + "frame-system", + "pallet-evm", + "parity-scale-codec", + "scale-info", + "sp-io", + "sp-runtime", ] -name = "pallet-ethereum-xcm" -version = "1.0.0-dev" [[package]] +name = "pallet-ethereum-xcm" +version = "1.0.0-dev" dependencies = [ - "environmental", - "evm", - "fp-account", - "fp-evm", - "frame-benchmarking", - "frame-support", - "frame-system", - "hash-db", - "hex-literal 0.4.1", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "environmental", + "ethereum", + "ethereum-types", + "fp-ethereum", + "fp-evm", + "fp-rpc", + "fp-self-contained", + "frame-benchmarking", + "frame-support", + "frame-system", + "hex", + "libsecp256k1", + "pallet-balances", + "pallet-ethereum", + "pallet-evm", + "pallet-evm-precompile-proxy", + "pallet-proxy", + "pallet-timestamp", + "parity-scale-codec", + "rlp", + "scale-info", + "serde", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "xcm-primitives 0.1.1", ] -name = "pallet-evm" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" -version = "6.0.0-dev" [[package]] +name = "pallet-evm" +version = "6.0.0-dev" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", + "environmental", + "evm", + "fp-account", + "fp-evm", + "frame-benchmarking", + "frame-support", + "frame-system", + "hash-db", + "hex-literal 0.4.1", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-io", + "sp-runtime", ] -name = "pallet-evm-chain-id" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" -version = "1.0.0-dev" [[package]] +name = "pallet-evm-chain-id" +version = "1.0.0-dev" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ - "derive_more", - "fp-evm", - "frame-support", - "frame-system", - "hex-literal 0.4.1", - "log", - "nimbus-primitives", - "num_enum 0.5.11", - "pallet-author-mapping", - "pallet-balances", - "pallet-evm", - "pallet-scheduler", - "pallet-timestamp", - "parity-scale-codec", - "precompile-utils", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "frame-support", + "frame-system", + "parity-scale-codec", + "scale-info", ] -name = "pallet-evm-precompile-author-mapping" -version = "0.2.0" [[package]] +name = "pallet-evm-precompile-author-mapping" +version = "0.2.0" dependencies = [ - "account", - "derive_more", - "fp-evm", - "frame-support", - "frame-system", - "hex-literal 0.4.1", - "libsecp256k1", - "log", - "num_enum 0.5.11", - "pallet-balances", - "pallet-evm", - "pallet-timestamp", - "parity-scale-codec", - "paste", - "precompile-utils", - "scale-info", - "serde", - "sha3", - "slices", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "derive_more", + "fp-evm", + "frame-support", + "frame-system", + "hex-literal 0.4.1", + "log", + "nimbus-primitives", + "num_enum 0.5.11", + "pallet-author-mapping", + "pallet-balances", + "pallet-evm", + "pallet-scheduler", + "pallet-timestamp", + "parity-scale-codec", + "precompile-utils", + "scale-info", + "serde", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] -name = "pallet-evm-precompile-balances-erc20" -version = "0.1.0" [[package]] +name = "pallet-evm-precompile-balances-erc20" +version = "0.1.0" dependencies = [ - "derive_more", - "evm", - "fp-evm", - "frame-support", - "frame-system", - "hex-literal 0.4.1", - "log", - "num_enum 0.5.11", - "pallet-balances", - "pallet-evm", - "pallet-timestamp", - "parity-scale-codec", - "paste", - "precompile-utils", - "scale-info", - "serde", - "sha3", - "slices", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "account", + "derive_more", + "fp-evm", + "frame-support", + "frame-system", + "hex-literal 0.4.1", + "libsecp256k1", + "log", + "num_enum 0.5.11", + "pallet-balances", + "pallet-evm", + "pallet-timestamp", + "parity-scale-codec", + "paste", + "precompile-utils", + "scale-info", + "serde", + "sha3", + "slices", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] -name = "pallet-evm-precompile-batch" -version = "0.1.0" [[package]] +name = "pallet-evm-precompile-batch" +version = "0.1.0" dependencies = [ - "fp-evm", + "derive_more", + "evm", + "fp-evm", + "frame-support", + "frame-system", + "hex-literal 0.4.1", + "log", + "num_enum 0.5.11", + "pallet-balances", + "pallet-evm", + "pallet-timestamp", + "parity-scale-codec", + "paste", + "precompile-utils", + "scale-info", + "serde", + "sha3", + "slices", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] -name = "pallet-evm-precompile-blake2" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" -version = "2.0.0-dev" [[package]] +name = "pallet-evm-precompile-blake2" +version = "2.0.0-dev" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ - "fp-evm", - "sp-core", - "substrate-bn", + "fp-evm", ] -name = "pallet-evm-precompile-bn128" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" -version = "2.0.0-dev" [[package]] +name = "pallet-evm-precompile-bn128" +version = "2.0.0-dev" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ - "derive_more", - "evm", - "fp-evm", - "frame-support", - "frame-system", - "hex-literal 0.4.1", - "libsecp256k1", - "log", - "num_enum 0.5.11", - "pallet-balances", - "pallet-evm", - "pallet-timestamp", - "parity-scale-codec", - "paste", - "precompile-utils", - "scale-info", - "serde", - "sha3", - "slices", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "fp-evm", + "sp-core", + "substrate-bn", ] -name = "pallet-evm-precompile-call-permit" -version = "0.1.0" [[package]] +name = "pallet-evm-precompile-call-permit" +version = "0.1.0" dependencies = [ - "account", - "derive_more", - "evm", - "fp-evm", - "frame-support", - "frame-system", - "hex-literal 0.4.1", - "log", - "num_enum 0.5.11", - "pallet-balances", - "pallet-collective", - "pallet-evm", - "pallet-timestamp", - "pallet-treasury", - "parity-scale-codec", - "paste", - "precompile-utils", - "scale-info", - "serde", - "sha3", - "similar-asserts", - "slices", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "xcm-primitives 0.1.1", + "derive_more", + "evm", + "fp-evm", + "frame-support", + "frame-system", + "hex-literal 0.4.1", + "libsecp256k1", + "log", + "num_enum 0.5.11", + "pallet-balances", + "pallet-evm", + "pallet-timestamp", + "parity-scale-codec", + "paste", + "precompile-utils", + "scale-info", + "serde", + "sha3", + "slices", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] -name = "pallet-evm-precompile-collective" -version = "0.1.0" [[package]] +name = "pallet-evm-precompile-collective" +version = "0.1.0" dependencies = [ - "account", - "derive_more", - "fp-evm", - "frame-support", - "frame-system", - "hex-literal 0.4.1", - "log", - "num_enum 0.5.11", - "pallet-balances", - "pallet-conviction-voting", - "pallet-evm", - "pallet-timestamp", - "parity-scale-codec", - "precompile-utils", - "rustc-hex", - "scale-info", - "serde", - "sha3", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "account", + "derive_more", + "evm", + "fp-evm", + "frame-support", + "frame-system", + "hex-literal 0.4.1", + "log", + "num_enum 0.5.11", + "pallet-balances", + "pallet-collective", + "pallet-evm", + "pallet-timestamp", + "pallet-treasury", + "parity-scale-codec", + "paste", + "precompile-utils", + "scale-info", + "serde", + "sha3", + "similar-asserts", + "slices", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "xcm-primitives 0.1.1", ] -name = "pallet-evm-precompile-conviction-voting" -version = "0.1.0" [[package]] +name = "pallet-evm-precompile-conviction-voting" +version = "0.1.0" dependencies = [ - "cumulus-pallet-parachain-system", - "cumulus-primitives-core", - "cumulus-primitives-parachain-inherent", - "cumulus-test-relay-sproof-builder", - "derive_more", - "fp-evm", - "frame-support", - "frame-system", - "log", - "num_enum 0.5.11", - "pallet-balances", - "pallet-crowdloan-rewards", - "pallet-evm", - "pallet-message-queue", - "pallet-scheduler", - "pallet-timestamp", - "parity-scale-codec", - "precompile-utils", - "rustc-hex", - "scale-info", - "serde", - "sha3", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "account", + "derive_more", + "fp-evm", + "frame-support", + "frame-system", + "hex-literal 0.4.1", + "log", + "num_enum 0.5.11", + "pallet-balances", + "pallet-conviction-voting", + "pallet-evm", + "pallet-timestamp", + "parity-scale-codec", + "precompile-utils", + "rustc-hex", + "scale-info", + "serde", + "sha3", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] -name = "pallet-evm-precompile-crowdloan-rewards" -version = "0.6.0" [[package]] +name = "pallet-evm-precompile-crowdloan-rewards" +version = "0.6.0" dependencies = [ - "fp-evm", - "frame-support", - "pallet-evm", - "parity-scale-codec", - "sp-runtime", + "cumulus-pallet-parachain-system", + "cumulus-primitives-core", + "cumulus-primitives-parachain-inherent", + "cumulus-test-relay-sproof-builder", + "derive_more", + "fp-evm", + "frame-support", + "frame-system", + "log", + "num_enum 0.5.11", + "pallet-balances", + "pallet-crowdloan-rewards", + "pallet-evm", + "pallet-message-queue", + "pallet-scheduler", + "pallet-timestamp", + "parity-scale-codec", + "precompile-utils", + "rustc-hex", + "scale-info", + "serde", + "sha3", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] -name = "pallet-evm-precompile-dispatch" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" -version = "2.0.0-dev" [[package]] +name = "pallet-evm-precompile-dispatch" +version = "2.0.0-dev" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ - "account", - "cumulus-primitives-core", - "derive_more", - "evm", - "fp-evm", - "frame-support", - "frame-system", - "hex", - "hex-literal 0.4.1", - "log", - "num_enum 0.5.11", - "orml-traits", - "orml-xtokens", - "pallet-balances", - "pallet-evm", - "pallet-timestamp", - "pallet-xcm", - "parity-scale-codec", - "paste", - "precompile-utils", - "scale-info", - "serde", - "sha3", - "slices", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", - "xcm-primitives 0.1.1", + "fp-evm", + "frame-support", + "pallet-evm", + "parity-scale-codec", + "sp-runtime", ] -name = "pallet-evm-precompile-gmp" -version = "0.1.0" [[package]] +name = "pallet-evm-precompile-gmp" +version = "0.1.0" dependencies = [ - "enumflags2", - "evm", - "fp-evm", - "frame-support", - "frame-system", - "hex", - "hex-literal 0.4.1", - "log", - "pallet-balances", - "pallet-evm", - "pallet-identity", - "pallet-timestamp", - "parity-scale-codec", - "precompile-utils", - "scale-info", - "serde", - "sha3", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "account", + "cumulus-primitives-core", + "derive_more", + "evm", + "fp-evm", + "frame-support", + "frame-system", + "hex", + "hex-literal 0.4.1", + "log", + "num_enum 0.5.11", + "orml-traits", + "orml-xtokens", + "pallet-balances", + "pallet-evm", + "pallet-timestamp", + "pallet-xcm", + "parity-scale-codec", + "paste", + "precompile-utils", + "scale-info", + "serde", + "sha3", + "slices", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", + "xcm-primitives 0.1.1", ] -name = "pallet-evm-precompile-identity" -version = "0.1.0" [[package]] +name = "pallet-evm-precompile-identity" +version = "0.1.0" dependencies = [ - "fp-evm", - "num", + "enumflags2", + "evm", + "fp-evm", + "frame-support", + "frame-system", + "hex", + "hex-literal 0.4.1", + "log", + "pallet-balances", + "pallet-evm", + "pallet-identity", + "pallet-timestamp", + "parity-scale-codec", + "precompile-utils", + "scale-info", + "serde", + "sha3", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] -name = "pallet-evm-precompile-modexp" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" -version = "2.0.0-dev" [[package]] +name = "pallet-evm-precompile-modexp" +version = "2.0.0-dev" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ - "fp-evm", - "frame-support", - "hex-literal 0.4.1", - "p256", - "precompile-utils", + "fp-evm", + "num", ] -name = "pallet-evm-precompile-p256verify" -version = "0.1.0" [[package]] +name = "pallet-evm-precompile-p256verify" +version = "0.1.0" dependencies = [ - "derive_more", - "fp-evm", - "frame-support", - "frame-system", - "log", - "num_enum 0.5.11", - "pallet-balances", - "pallet-evm", - "pallet-parachain-staking", - "pallet-timestamp", - "parity-scale-codec", - "precompile-utils", - "rustc-hex", - "scale-info", - "serde", - "sha3", - "sp-consensus-slots", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "fp-evm", + "frame-support", + "hex-literal 0.4.1", + "p256", + "precompile-utils", ] -name = "pallet-evm-precompile-parachain-staking" -version = "1.0.0" [[package]] +name = "pallet-evm-precompile-parachain-staking" +version = "1.0.0" dependencies = [ - "derive_more", - "fp-evm", - "frame-support", - "frame-system", - "hex-literal 0.4.1", - "log", - "num_enum 0.5.11", - "pallet-balances", - "pallet-evm", - "pallet-preimage", - "pallet-timestamp", - "parity-scale-codec", - "precompile-utils", - "rustc-hex", - "scale-info", - "serde", - "sha3", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "derive_more", + "fp-evm", + "frame-support", + "frame-system", + "log", + "num_enum 0.5.11", + "pallet-balances", + "pallet-evm", + "pallet-parachain-staking", + "pallet-timestamp", + "parity-scale-codec", + "precompile-utils", + "rustc-hex", + "scale-info", + "serde", + "sha3", + "sp-consensus-slots", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] -name = "pallet-evm-precompile-preimage" -version = "0.1.0" [[package]] +name = "pallet-evm-precompile-preimage" +version = "0.1.0" dependencies = [ - "account", - "derive_more", - "evm", - "fp-evm", - "frame-support", - "frame-system", - "hex-literal 0.4.1", - "log", - "num_enum 0.5.11", - "pallet-balances", - "pallet-evm", - "pallet-proxy", - "pallet-timestamp", - "parity-scale-codec", - "precompile-utils", - "rustc-hex", - "scale-info", - "serde", - "sha3", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "derive_more", + "fp-evm", + "frame-support", + "frame-system", + "hex-literal 0.4.1", + "log", + "num_enum 0.5.11", + "pallet-balances", + "pallet-evm", + "pallet-preimage", + "pallet-timestamp", + "parity-scale-codec", + "precompile-utils", + "rustc-hex", + "scale-info", + "serde", + "sha3", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] -name = "pallet-evm-precompile-proxy" -version = "0.1.0" [[package]] +name = "pallet-evm-precompile-proxy" +version = "0.1.0" dependencies = [ - "derive_more", - "fp-evm", - "frame-support", - "frame-system", - "hex-literal 0.4.1", - "log", - "nimbus-primitives", - "num_enum 0.5.11", - "pallet-author-mapping", - "pallet-balances", - "pallet-evm", - "pallet-randomness", - "pallet-scheduler", - "pallet-timestamp", - "parity-scale-codec", - "precompile-utils", - "scale-info", - "session-keys-primitives", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "account", + "derive_more", + "evm", + "fp-evm", + "frame-support", + "frame-system", + "hex-literal 0.4.1", + "log", + "num_enum 0.5.11", + "pallet-balances", + "pallet-evm", + "pallet-proxy", + "pallet-timestamp", + "parity-scale-codec", + "precompile-utils", + "rustc-hex", + "scale-info", + "serde", + "sha3", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] -name = "pallet-evm-precompile-randomness" -version = "0.1.0" [[package]] +name = "pallet-evm-precompile-randomness" +version = "0.1.0" dependencies = [ - "derive_more", - "fp-evm", - "frame-support", - "frame-system", - "hex-literal 0.4.1", - "log", - "num_enum 0.5.11", - "pallet-balances", - "pallet-evm", - "pallet-preimage", - "pallet-referenda", - "pallet-scheduler", - "pallet-timestamp", - "parity-scale-codec", - "precompile-utils", - "rustc-hex", - "scale-info", - "serde", - "sha3", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "derive_more", + "fp-evm", + "frame-support", + "frame-system", + "hex-literal 0.4.1", + "log", + "nimbus-primitives", + "num_enum 0.5.11", + "pallet-author-mapping", + "pallet-balances", + "pallet-evm", + "pallet-randomness", + "pallet-scheduler", + "pallet-timestamp", + "parity-scale-codec", + "precompile-utils", + "scale-info", + "session-keys-primitives", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] -name = "pallet-evm-precompile-referenda" -version = "0.1.0" [[package]] +name = "pallet-evm-precompile-referenda" +version = "0.1.0" dependencies = [ - "derive_more", - "fp-evm", - "frame-support", - "frame-system", - "hex-literal 0.4.1", - "log", - "pallet-balances", - "pallet-evm", - "pallet-scheduler", - "pallet-timestamp", - "parity-scale-codec", - "precompile-utils", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "derive_more", + "fp-evm", + "frame-support", + "frame-system", + "hex-literal 0.4.1", + "log", + "num_enum 0.5.11", + "pallet-balances", + "pallet-evm", + "pallet-preimage", + "pallet-referenda", + "pallet-scheduler", + "pallet-timestamp", + "parity-scale-codec", + "precompile-utils", + "rustc-hex", + "scale-info", + "serde", + "sha3", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] -name = "pallet-evm-precompile-registry" -version = "0.1.0" [[package]] +name = "pallet-evm-precompile-registry" +version = "0.1.0" dependencies = [ - "cumulus-pallet-parachain-system", - "cumulus-primitives-core", - "derive_more", - "fp-evm", - "frame-support", - "frame-system", - "hex-literal 0.4.1", - "log", - "num_enum 0.5.11", - "orml-traits", - "pallet-balances", - "pallet-evm", - "pallet-message-queue", - "pallet-staking", - "pallet-timestamp", - "pallet-xcm-transactor", - "parity-scale-codec", - "precompile-utils", - "rustc-hex", - "scale-info", - "serde", - "sha3", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", - "xcm-primitives 0.1.1", + "derive_more", + "fp-evm", + "frame-support", + "frame-system", + "hex-literal 0.4.1", + "log", + "pallet-balances", + "pallet-evm", + "pallet-scheduler", + "pallet-timestamp", + "parity-scale-codec", + "precompile-utils", + "scale-info", + "serde", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] -name = "pallet-evm-precompile-relay-encoder" -version = "0.1.0" [[package]] +name = "pallet-evm-precompile-relay-encoder" +version = "0.1.0" dependencies = [ - "cumulus-pallet-parachain-system", - "cumulus-primitives-core", - "fp-evm", - "frame-support", - "frame-system", - "hex", - "moonbeam-runtime-common", - "pallet-balances", - "pallet-evm", - "pallet-precompile-benchmarks", - "pallet-relay-storage-roots", - "pallet-timestamp", - "parity-scale-codec", - "precompile-utils", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "storage-proof-primitives", + "cumulus-pallet-parachain-system", + "cumulus-primitives-core", + "derive_more", + "fp-evm", + "frame-support", + "frame-system", + "hex-literal 0.4.1", + "log", + "num_enum 0.5.11", + "orml-traits", + "pallet-balances", + "pallet-evm", + "pallet-message-queue", + "pallet-staking", + "pallet-timestamp", + "pallet-xcm-transactor", + "parity-scale-codec", + "precompile-utils", + "rustc-hex", + "scale-info", + "serde", + "sha3", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", + "xcm-primitives 0.1.1", ] -name = "pallet-evm-precompile-relay-verifier" -version = "0.1.0" [[package]] +name = "pallet-evm-precompile-relay-verifier" +version = "0.1.0" dependencies = [ - "fp-evm", - "tiny-keccak", + "cumulus-pallet-parachain-system", + "cumulus-primitives-core", + "fp-evm", + "frame-support", + "frame-system", + "hex", + "moonbeam-runtime-common", + "pallet-balances", + "pallet-evm", + "pallet-precompile-benchmarks", + "pallet-relay-storage-roots", + "pallet-timestamp", + "parity-scale-codec", + "precompile-utils", + "scale-info", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "storage-proof-primitives", ] -name = "pallet-evm-precompile-sha3fips" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" -version = "2.0.0-dev" [[package]] +name = "pallet-evm-precompile-sha3fips" +version = "2.0.0-dev" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ - "fp-evm", - "ripemd", - "sp-io", + "fp-evm", + "tiny-keccak", ] -name = "pallet-evm-precompile-simple" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" -version = "2.0.0-dev" [[package]] +name = "pallet-evm-precompile-simple" +version = "2.0.0-dev" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ - "fp-evm", - "frame-support", - "frame-system", - "log", - "pallet-evm", - "parity-scale-codec", - "precompile-utils", - "sp-core", - "sp-runtime", + "fp-evm", + "ripemd", + "sp-io", ] -name = "pallet-evm-precompile-storage-cleaner" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" -version = "0.1.0" [[package]] +name = "pallet-evm-precompile-storage-cleaner" +version = "0.1.0" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ - "cumulus-primitives-core", - "evm", - "fp-evm", - "frame-support", - "frame-system", - "log", - "num_enum 0.7.3", - "pallet-evm", - "pallet-xcm", - "precompile-utils", - "sp-core", - "sp-runtime", - "sp-std", - "sp-weights", - "staging-xcm", - "xcm-primitives 0.1.0", + "fp-evm", + "frame-support", + "frame-system", + "log", + "pallet-evm", + "parity-scale-codec", + "precompile-utils", + "sp-core", + "sp-runtime", ] -name = "pallet-evm-precompile-xcm" -source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" -version = "0.1.0" [[package]] +name = "pallet-evm-precompile-xcm" +version = "0.1.0" +source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" dependencies = [ - "cumulus-primitives-core", - "derive_more", - "evm", - "fp-evm", - "frame-support", - "frame-system", - "log", - "num_enum 0.5.11", - "orml-traits", - "pallet-balances", - "pallet-evm", - "pallet-timestamp", - "pallet-xcm", - "pallet-xcm-transactor", - "parity-scale-codec", - "precompile-utils", - "rustc-hex", - "scale-info", - "serde", - "sha3", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-weights", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", - "xcm-primitives 0.1.1", + "cumulus-primitives-core", + "evm", + "fp-evm", + "frame-support", + "frame-system", + "log", + "num_enum 0.7.3", + "pallet-evm", + "pallet-xcm", + "precompile-utils", + "sp-core", + "sp-runtime", + "sp-std", + "sp-weights", + "staging-xcm", + "xcm-primitives 0.1.0", ] -name = "pallet-evm-precompile-xcm-transactor" -version = "0.2.0" [[package]] +name = "pallet-evm-precompile-xcm-transactor" +version = "0.2.0" dependencies = [ - "cumulus-primitives-core", - "derive_more", - "fp-evm", - "frame-support", - "frame-system", - "num_enum 0.5.11", - "orml-traits", - "pallet-balances", - "pallet-evm", - "pallet-timestamp", - "pallet-xcm", - "parity-scale-codec", - "polkadot-parachain-primitives", - "precompile-utils", - "scale-info", - "serde", - "sha3", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-weights", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", - "xcm-primitives 0.1.1", + "cumulus-primitives-core", + "derive_more", + "evm", + "fp-evm", + "frame-support", + "frame-system", + "log", + "num_enum 0.5.11", + "orml-traits", + "pallet-balances", + "pallet-evm", + "pallet-timestamp", + "pallet-xcm", + "pallet-xcm-transactor", + "parity-scale-codec", + "precompile-utils", + "rustc-hex", + "scale-info", + "serde", + "sha3", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "sp-weights", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", + "xcm-primitives 0.1.1", ] -name = "pallet-evm-precompile-xcm-utils" -version = "0.1.0" [[package]] +name = "pallet-evm-precompile-xcm-utils" +version = "0.1.0" dependencies = [ - "account", - "cumulus-primitives-core", - "derive_more", - "fp-evm", - "frame-support", - "frame-system", - "log", - "num_enum 0.5.11", - "orml-traits", - "orml-xtokens", - "pallet-balances", - "pallet-evm", - "pallet-timestamp", - "pallet-xcm", - "parity-scale-codec", - "precompile-utils", - "rustc-hex", - "scale-info", - "serde", - "sha3", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-weights", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", - "xcm-primitives 0.1.1", + "cumulus-primitives-core", + "derive_more", + "fp-evm", + "frame-support", + "frame-system", + "num_enum 0.5.11", + "orml-traits", + "pallet-balances", + "pallet-evm", + "pallet-timestamp", + "pallet-xcm", + "parity-scale-codec", + "polkadot-parachain-primitives", + "precompile-utils", + "scale-info", + "serde", + "sha3", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "sp-weights", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", + "xcm-primitives 0.1.1", ] -name = "pallet-evm-precompile-xtokens" -version = "0.1.0" [[package]] +name = "pallet-evm-precompile-xtokens" +version = "0.1.0" dependencies = [ - "account", - "derive_more", - "fp-evm", - "frame-support", - "frame-system", - "hex-literal 0.4.1", - "libsecp256k1", - "log", - "num_enum 0.5.11", - "pallet-assets", - "pallet-balances", - "pallet-evm", - "pallet-timestamp", - "parity-scale-codec", - "paste", - "precompile-utils", - "scale-info", - "serde", - "sha3", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "xcm-primitives 0.1.0", + "account", + "cumulus-primitives-core", + "derive_more", + "fp-evm", + "frame-support", + "frame-system", + "log", + "num_enum 0.5.11", + "orml-traits", + "orml-xtokens", + "pallet-balances", + "pallet-evm", + "pallet-timestamp", + "pallet-xcm", + "parity-scale-codec", + "precompile-utils", + "rustc-hex", + "scale-info", + "serde", + "sha3", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "sp-weights", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", + "xcm-primitives 0.1.1", ] -name = "pallet-evm-precompileset-assets-erc20" -version = "0.1.0" [[package]] +name = "pallet-evm-precompileset-assets-erc20" +version = "0.1.0" dependencies = [ - "docify", - "frame-benchmarking", - "frame-election-provider-support", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-io", - "sp-runtime", - "sp-staking", + "account", + "derive_more", + "fp-evm", + "frame-support", + "frame-system", + "hex-literal 0.4.1", + "libsecp256k1", + "log", + "num_enum 0.5.11", + "pallet-assets", + "pallet-balances", + "pallet-evm", + "pallet-timestamp", + "parity-scale-codec", + "paste", + "precompile-utils", + "scale-info", + "serde", + "sha3", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "xcm-primitives 0.1.0", ] -name = "pallet-fast-unstake" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "36.0.0" [[package]] +name = "pallet-fast-unstake" +version = "36.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-authorship", - "pallet-session", - "parity-scale-codec", - "scale-info", - "sp-application-crypto", - "sp-consensus-grandpa", - "sp-core", - "sp-io", - "sp-runtime", - "sp-session", - "sp-staking", + "docify", + "frame-benchmarking", + "frame-election-provider-support", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "sp-io", + "sp-runtime", + "sp-staking", ] -name = "pallet-grandpa" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "37.0.0" [[package]] +name = "pallet-grandpa" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "enumflags2", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "pallet-authorship", + "pallet-session", + "parity-scale-codec", + "scale-info", + "sp-application-crypto", + "sp-consensus-grandpa", + "sp-core", + "sp-io", + "sp-runtime", + "sp-session", + "sp-staking", ] -name = "pallet-identity" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "37.0.0" [[package]] +name = "pallet-identity" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-authorship", - "parity-scale-codec", - "scale-info", - "sp-application-crypto", - "sp-core", - "sp-io", - "sp-runtime", - "sp-staking", + "enumflags2", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] -name = "pallet-im-online" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "36.0.0" [[package]] +name = "pallet-im-online" +version = "36.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-keyring", - "sp-runtime", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "pallet-authorship", + "parity-scale-codec", + "scale-info", + "sp-application-crypto", + "sp-core", + "sp-io", + "sp-runtime", + "sp-staking", ] -name = "pallet-indices" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "37.0.0" [[package]] +name = "pallet-indices" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "cumulus-primitives-core", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime", - "sp-std", - "xcm-primitives 0.1.0", + "frame-benchmarking", + "frame-support", + "frame-system", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-io", + "sp-keyring", + "sp-runtime", ] -name = "pallet-maintenance-mode" -source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" -version = "0.1.0" [[package]] +name = "pallet-maintenance-mode" +version = "0.1.0" +source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "cumulus-primitives-core", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "sp-runtime", + "sp-std", + "xcm-primitives 0.1.0", ] -name = "pallet-membership" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "37.0.0" [[package]] +name = "pallet-membership" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "environmental", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", - "sp-weights", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-io", + "sp-runtime", ] -name = "pallet-message-queue" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "40.0.0" [[package]] +name = "pallet-message-queue" +version = "40.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "xcm-primitives 0.1.0", + "environmental", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", + "sp-weights", ] -name = "pallet-migrations" -source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" -version = "0.1.0" [[package]] +name = "pallet-migrations" +version = "0.1.0" +source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-mmr-primitives", - "sp-runtime", + "frame-benchmarking", + "frame-support", + "frame-system", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "xcm-primitives 0.1.0", ] -name = "pallet-mmr" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "37.0.0" [[package]] +name = "pallet-mmr" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "ethereum-types", - "fp-evm", - "frame-benchmarking", - "frame-support", - "frame-system", - "hex", - "log", - "pallet-balances", - "pallet-evm", - "pallet-timestamp", - "parity-scale-codec", - "precompile-utils", - "precompile-utils-macro", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "staging-xcm", - "staging-xcm-executor", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-io", + "sp-mmr-primitives", + "sp-runtime", ] -name = "pallet-moonbeam-foreign-assets" -version = "0.1.0" [[package]] +name = "pallet-moonbeam-foreign-assets" +version = "0.1.0" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-assets", - "pallet-balances", - "pallet-evm", - "pallet-scheduler", - "pallet-timestamp", - "parity-scale-codec", - "rlp", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "ethereum-types", + "fp-evm", + "frame-benchmarking", + "frame-support", + "frame-system", + "hex", + "log", + "pallet-balances", + "pallet-evm", + "pallet-timestamp", + "parity-scale-codec", + "precompile-utils", + "precompile-utils-macro", + "scale-info", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "staging-xcm", + "staging-xcm-executor", ] -name = "pallet-moonbeam-lazy-migrations" -version = "0.1.0" [[package]] +name = "pallet-moonbeam-lazy-migrations" +version = "0.1.0" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "nimbus-primitives", - "pallet-balances", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "pallet-assets", + "pallet-balances", + "pallet-evm", + "pallet-scheduler", + "pallet-timestamp", + "parity-scale-codec", + "rlp", + "scale-info", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] -name = "pallet-moonbeam-orbiters" -version = "0.1.0" [[package]] +name = "pallet-moonbeam-orbiters" +version = "0.1.0" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-io", - "sp-runtime", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "nimbus-primitives", + "pallet-balances", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] -name = "pallet-multisig" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "37.0.0" [[package]] +name = "pallet-multisig" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-arithmetic", - "sp-core", - "sp-runtime", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "sp-io", + "sp-runtime", ] -name = "pallet-nis" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "37.0.0" [[package]] +name = "pallet-nis" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-support", - "frame-system", - "log", - "pallet-balances", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-staking", - "sp-tracing", + "frame-benchmarking", + "frame-support", + "frame-system", + "parity-scale-codec", + "scale-info", + "sp-arithmetic", + "sp-core", + "sp-runtime", ] -name = "pallet-nomination-pools" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "34.0.0" [[package]] +name = "pallet-nomination-pools" +version = "34.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-election-provider-support", - "frame-support", - "frame-system", - "pallet-bags-list", - "pallet-delegated-staking", - "pallet-nomination-pools", - "pallet-staking", - "parity-scale-codec", - "scale-info", - "sp-runtime", - "sp-runtime-interface", - "sp-staking", + "frame-support", + "frame-system", + "log", + "pallet-balances", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-io", + "sp-runtime", + "sp-staking", + "sp-tracing", ] -name = "pallet-nomination-pools-benchmarking" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "35.0.0" [[package]] -dependencies = [ - "pallet-nomination-pools", - "parity-scale-codec", - "sp-api", -] -name = "pallet-nomination-pools-runtime-api" +name = "pallet-nomination-pools-benchmarking" +version = "35.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "32.0.0" +dependencies = [ + "frame-benchmarking", + "frame-election-provider-support", + "frame-support", + "frame-system", + "pallet-bags-list", + "pallet-delegated-staking", + "pallet-nomination-pools", + "pallet-staking", + "parity-scale-codec", + "scale-info", + "sp-runtime", + "sp-runtime-interface", + "sp-staking", +] [[package]] +name = "pallet-nomination-pools-runtime-api" +version = "32.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-support", - "frame-system", - "log", - "pallet-balances", - "parity-scale-codec", - "scale-info", - "serde", - "sp-runtime", - "sp-staking", + "pallet-nomination-pools", + "parity-scale-codec", + "sp-api", ] -name = "pallet-offences" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "36.0.0" [[package]] +name = "pallet-offences" +version = "36.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-election-provider-support", - "frame-support", - "frame-system", - "log", - "pallet-babe", - "pallet-balances", - "pallet-grandpa", - "pallet-im-online", - "pallet-offences", - "pallet-session", - "pallet-staking", - "parity-scale-codec", - "scale-info", - "sp-runtime", - "sp-staking", + "frame-support", + "frame-system", + "log", + "pallet-balances", + "parity-scale-codec", + "scale-info", + "serde", + "sp-runtime", + "sp-staking", ] -name = "pallet-offences-benchmarking" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "37.0.0" [[package]] +name = "pallet-offences-benchmarking" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "nimbus-primitives", - "pallet-balances", - "parity-scale-codec", - "scale-info", - "serde", - "similar-asserts", - "sp-consensus-slots", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "substrate-fixed", + "frame-benchmarking", + "frame-election-provider-support", + "frame-support", + "frame-system", + "log", + "pallet-babe", + "pallet-balances", + "pallet-grandpa", + "pallet-im-online", + "pallet-offences", + "pallet-session", + "pallet-staking", + "parity-scale-codec", + "scale-info", + "sp-runtime", + "sp-staking", ] -name = "pallet-parachain-staking" -version = "3.0.0" [[package]] +name = "pallet-parachain-staking" +version = "3.0.0" dependencies = [ - "cumulus-primitives-storage-weight-reclaim", - "docify", - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "paste", - "scale-info", - "serde", - "sp-core", - "sp-runtime", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "nimbus-primitives", + "pallet-balances", + "parity-scale-codec", + "scale-info", + "serde", + "similar-asserts", + "sp-consensus-slots", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "substrate-fixed", ] -name = "pallet-parameters" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.8.0" [[package]] +name = "pallet-parameters" +version = "0.8.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "cumulus-primitives-core", - "evm", - "fp-evm", - "frame-benchmarking", - "frame-support", - "frame-system", - "pallet-evm-precompile-p256verify", - "pallet-relay-storage-roots", - "parity-scale-codec", - "precompile-utils", - "scale-info", - "sp-core", - "sp-std", - "storage-proof-primitives", + "cumulus-primitives-storage-weight-reclaim", + "docify", + "frame-benchmarking", + "frame-support", + "frame-system", + "parity-scale-codec", + "paste", + "scale-info", + "serde", + "sp-core", + "sp-runtime", ] -name = "pallet-precompile-benchmarks" -version = "0.1.0" [[package]] +name = "pallet-precompile-benchmarks" +version = "0.1.0" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "cumulus-primitives-core", + "evm", + "fp-evm", + "frame-benchmarking", + "frame-support", + "frame-system", + "pallet-evm-precompile-p256verify", + "pallet-relay-storage-roots", + "parity-scale-codec", + "precompile-utils", + "scale-info", + "sp-core", + "sp-std", + "storage-proof-primitives", ] -name = "pallet-preimage" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "37.0.0" [[package]] +name = "pallet-preimage" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-io", - "sp-runtime", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-io", + "sp-runtime", ] -name = "pallet-proxy" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "37.0.0" [[package]] +name = "pallet-proxy" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-support", - "frame-system", - "pallet-balances", - "pallet-evm-precompile-proxy", - "pallet-proxy", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "frame-benchmarking", + "frame-support", + "frame-system", + "parity-scale-codec", + "scale-info", + "sp-io", + "sp-runtime", ] -name = "pallet-proxy-genesis-companion" -version = "0.1.0" [[package]] +name = "pallet-proxy-genesis-companion" +version = "0.1.0" dependencies = [ - "environmental", - "frame-benchmarking", - "frame-support", - "frame-system", - "hex", - "log", - "nimbus-primitives", - "pallet-balances", - "parity-scale-codec", - "scale-info", - "schnorrkel 0.11.4", - "serde", - "session-keys-primitives", - "sp-consensus-babe", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "frame-support", + "frame-system", + "pallet-balances", + "pallet-evm-precompile-proxy", + "pallet-proxy", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] -name = "pallet-randomness" -source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" -version = "0.1.0" [[package]] +name = "pallet-randomness" +version = "0.1.0" +source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "scale-info", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", + "environmental", + "frame-benchmarking", + "frame-support", + "frame-system", + "hex", + "log", + "nimbus-primitives", + "pallet-balances", + "parity-scale-codec", + "scale-info", + "schnorrkel 0.11.4", + "serde", + "session-keys-primitives", + "sp-consensus-babe", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] -name = "pallet-ranked-collective" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "37.0.0" [[package]] +name = "pallet-ranked-collective" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-io", - "sp-runtime", + "frame-benchmarking", + "frame-support", + "frame-system", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "scale-info", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", ] -name = "pallet-recovery" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "37.0.0" [[package]] +name = "pallet-recovery" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "assert_matches", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-arithmetic", - "sp-io", - "sp-runtime", + "frame-benchmarking", + "frame-support", + "frame-system", + "parity-scale-codec", + "scale-info", + "sp-io", + "sp-runtime", ] -name = "pallet-referenda" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "37.0.0" [[package]] +name = "pallet-referenda" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "cumulus-pallet-parachain-system", - "cumulus-primitives-core", - "environmental", - "frame-benchmarking", - "frame-support", - "frame-system", - "hex", - "log", - "nimbus-primitives", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "assert_matches", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-arithmetic", + "sp-io", + "sp-runtime", ] -name = "pallet-relay-storage-roots" -source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" -version = "0.1.0" [[package]] +name = "pallet-relay-storage-roots" +version = "0.1.0" +source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" dependencies = [ - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "cumulus-pallet-parachain-system", + "cumulus-primitives-core", + "environmental", + "frame-benchmarking", + "frame-support", + "frame-system", + "hex", + "log", + "nimbus-primitives", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] -name = "pallet-root-testing" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "13.0.0" [[package]] +name = "pallet-root-testing" +version = "13.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "docify", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-io", - "sp-runtime", - "sp-weights", + "frame-support", + "frame-system", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-io", + "sp-runtime", ] -name = "pallet-scheduler" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "38.0.0" [[package]] +name = "pallet-scheduler" +version = "38.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-support", - "frame-system", - "impl-trait-for-tuples", - "log", - "pallet-timestamp", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-session", - "sp-staking", - "sp-state-machine", - "sp-trie", + "docify", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "sp-io", + "sp-runtime", + "sp-weights", ] -name = "pallet-session" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "37.0.0" [[package]] +name = "pallet-session" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "pallet-session", - "pallet-staking", - "parity-scale-codec", - "rand 0.8.5", - "sp-runtime", - "sp-session", + "frame-support", + "frame-system", + "impl-trait-for-tuples", + "log", + "pallet-timestamp", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-io", + "sp-runtime", + "sp-session", + "sp-staking", + "sp-state-machine", + "sp-trie", ] -name = "pallet-session-benchmarking" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "37.0.0" [[package]] +name = "pallet-session-benchmarking" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "rand_chacha 0.3.1", - "scale-info", - "sp-arithmetic", - "sp-io", - "sp-runtime", + "frame-benchmarking", + "frame-support", + "frame-system", + "pallet-session", + "pallet-staking", + "parity-scale-codec", + "rand 0.8.5", + "sp-runtime", + "sp-session", ] -name = "pallet-society" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "37.0.0" [[package]] +name = "pallet-society" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-election-provider-support", - "frame-support", - "frame-system", - "log", - "pallet-authorship", - "pallet-session", - "parity-scale-codec", - "rand_chacha 0.3.1", - "scale-info", - "serde", - "sp-application-crypto", - "sp-io", - "sp-runtime", - "sp-staking", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "rand_chacha 0.3.1", + "scale-info", + "sp-arithmetic", + "sp-io", + "sp-runtime", ] -name = "pallet-staking" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "37.0.0" [[package]] +name = "pallet-staking" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "proc-macro-crate 3.2.0", - "proc-macro2", - "quote", - "syn 2.0.76", + "frame-benchmarking", + "frame-election-provider-support", + "frame-support", + "frame-system", + "log", + "pallet-authorship", + "pallet-session", + "parity-scale-codec", + "rand_chacha 0.3.1", + "scale-info", + "serde", + "sp-application-crypto", + "sp-io", + "sp-runtime", + "sp-staking", ] -name = "pallet-staking-reward-curve" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "12.0.0" [[package]] +name = "pallet-staking-reward-curve" +version = "12.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "log", - "sp-arithmetic", + "proc-macro-crate 3.2.0", + "proc-macro2", + "quote", + "syn 2.0.76", ] -name = "pallet-staking-reward-fn" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "22.0.0" [[package]] +name = "pallet-staking-reward-fn" +version = "22.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "parity-scale-codec", - "sp-api", - "sp-staking", + "log", + "sp-arithmetic", ] -name = "pallet-staking-runtime-api" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "22.0.0" [[package]] +name = "pallet-staking-runtime-api" +version = "22.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "parity-scale-codec", + "sp-api", + "sp-staking", ] -name = "pallet-state-trie-migration" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "39.0.0" [[package]] +name = "pallet-state-trie-migration" +version = "39.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "docify", - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-io", - "sp-runtime", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-io", + "sp-runtime", ] -name = "pallet-sudo" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "37.0.0" [[package]] +name = "pallet-sudo" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "docify", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-inherents", - "sp-io", - "sp-runtime", - "sp-storage", - "sp-timestamp", + "docify", + "frame-benchmarking", + "frame-support", + "frame-system", + "parity-scale-codec", + "scale-info", + "sp-io", + "sp-runtime", ] -name = "pallet-timestamp" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "36.0.0" [[package]] +name = "pallet-timestamp" +version = "36.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-treasury", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", + "docify", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "sp-inherents", + "sp-io", + "sp-runtime", + "sp-storage", + "sp-timestamp", ] -name = "pallet-tips" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "36.0.0" [[package]] +name = "pallet-tips" +version = "36.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "pallet-treasury", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core", + "sp-io", + "sp-runtime", ] -name = "pallet-transaction-payment" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "37.0.0" [[package]] +name = "pallet-transaction-payment" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "jsonrpsee", - "pallet-transaction-payment-rpc-runtime-api", - "parity-scale-codec", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-rpc", - "sp-runtime", - "sp-weights", + "frame-support", + "frame-system", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core", + "sp-io", + "sp-runtime", ] -name = "pallet-transaction-payment-rpc" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "40.0.0" [[package]] +name = "pallet-transaction-payment-rpc" +version = "40.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "pallet-transaction-payment", - "parity-scale-codec", - "sp-api", - "sp-runtime", - "sp-weights", + "jsonrpsee", + "pallet-transaction-payment-rpc-runtime-api", + "parity-scale-codec", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-rpc", + "sp-runtime", + "sp-weights", ] -name = "pallet-transaction-payment-rpc-runtime-api" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "37.0.0" [[package]] +name = "pallet-transaction-payment-rpc-runtime-api" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "docify", - "frame-benchmarking", - "frame-support", - "frame-system", - "impl-trait-for-tuples", - "pallet-balances", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-runtime", + "pallet-transaction-payment", + "parity-scale-codec", + "sp-api", + "sp-runtime", + "sp-weights", ] -name = "pallet-treasury" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "36.0.0" [[package]] +name = "pallet-treasury" +version = "36.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "docify", + "frame-benchmarking", + "frame-support", + "frame-system", + "impl-trait-for-tuples", + "pallet-balances", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core", + "sp-runtime", ] -name = "pallet-utility" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "37.0.0" [[package]] +name = "pallet-utility" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-runtime", + "frame-benchmarking", + "frame-support", + "frame-system", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-io", + "sp-runtime", ] -name = "pallet-vesting" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "37.0.0" [[package]] +name = "pallet-vesting" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-api", - "sp-runtime", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "sp-runtime", ] -name = "pallet-whitelist" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "36.0.0" [[package]] +name = "pallet-whitelist" +version = "36.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "bounded-collections", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "pallet-balances", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", - "xcm-runtime-apis", + "frame-benchmarking", + "frame-support", + "frame-system", + "parity-scale-codec", + "scale-info", + "sp-api", + "sp-runtime", ] -name = "pallet-xcm" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "16.0.0" [[package]] +name = "pallet-xcm" +version = "16.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "sp-io", - "sp-runtime", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", + "bounded-collections", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "pallet-balances", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core", + "sp-io", + "sp-runtime", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", + "xcm-runtime-apis", ] -name = "pallet-xcm-benchmarks" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "16.0.0" [[package]] +name = "pallet-xcm-benchmarks" +version = "16.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "cumulus-primitives-core", - "frame-benchmarking", - "frame-support", - "frame-system", - "log", - "orml-traits", - "pallet-balances", - "pallet-timestamp", - "pallet-xcm", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", - "xcm-primitives 0.1.1", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "sp-io", + "sp-runtime", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", ] -name = "pallet-xcm-transactor" -version = "0.2.0" [[package]] +name = "pallet-xcm-transactor" +version = "0.2.0" dependencies = [ - "cumulus-primitives-core", - "cumulus-primitives-utility", - "frame-support", - "frame-system", - "log", - "pallet-asset-tx-payment", - "pallet-assets", - "pallet-authorship", - "pallet-balances", - "pallet-collator-selection", - "pallet-message-queue", - "pallet-xcm", - "parity-scale-codec", - "polkadot-primitives", - "scale-info", - "sp-consensus-aura", - "sp-core", - "sp-io", - "sp-runtime", - "staging-parachain-info", - "staging-xcm", - "staging-xcm-executor", - "substrate-wasm-builder", + "cumulus-primitives-core", + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "orml-traits", + "pallet-balances", + "pallet-timestamp", + "pallet-xcm", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", + "xcm-primitives 0.1.1", ] + +[[package]] name = "parachains-common" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +dependencies = [ + "cumulus-primitives-core", + "cumulus-primitives-utility", + "frame-support", + "frame-system", + "log", + "pallet-asset-tx-payment", + "pallet-assets", + "pallet-authorship", + "pallet-balances", + "pallet-collator-selection", + "pallet-message-queue", + "pallet-xcm", + "parity-scale-codec", + "polkadot-primitives", + "scale-info", + "sp-consensus-aura", + "sp-core", + "sp-io", + "sp-runtime", + "staging-parachain-info", + "staging-xcm", + "staging-xcm-executor", + "substrate-wasm-builder", +] [[package]] +name = "parity-bip39" +version = "2.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4e69bf016dc406eff7d53a7d3f7cf1c2e72c82b9088aac1118591e36dd2cd3e9" dependencies = [ - "bitcoin_hashes 0.13.0", - "rand 0.8.5", - "rand_core 0.6.4", - "serde", - "unicode-normalization", + "bitcoin_hashes 0.13.0", + "rand 0.8.5", + "rand_core 0.6.4", + "serde", + "unicode-normalization", ] -name = "parity-bip39" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "2.0.1" [[package]] +name = "parity-db" +version = "0.4.13" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "592a28a24b09c9dc20ac8afaa6839abc417c720afe42c12e1e4a9d6aa2508d2e" dependencies = [ - "blake2 0.10.6", - "crc32fast", - "fs2", - "hex", - "libc", - "log", - "lz4", - "memmap2 0.5.10", - "parking_lot 0.12.3", - "rand 0.8.5", - "siphasher", - "snap", - "winapi", + "blake2 0.10.6", + "crc32fast", + "fs2", + "hex", + "libc", + "log", + "lz4", + "memmap2 0.5.10", + "parking_lot 0.12.3", + "rand 0.8.5", + "siphasher", + "snap", + "winapi", ] -name = "parity-db" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.13" [[package]] +name = "parity-scale-codec" +version = "3.6.12" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "306800abfa29c7f16596b5970a588435e3d5b3149683d00c12b699cc19f895ee" dependencies = [ - "arrayvec 0.7.6", - "bitvec", - "byte-slice-cast", - "bytes", - "impl-trait-for-tuples", - "parity-scale-codec-derive", - "serde", + "arrayvec 0.7.6", + "bitvec", + "byte-slice-cast", + "bytes", + "impl-trait-for-tuples", + "parity-scale-codec-derive", + "serde", ] -name = "parity-scale-codec" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "3.6.12" [[package]] +name = "parity-scale-codec-derive" +version = "3.6.12" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d830939c76d294956402033aee57a6da7b438f2294eb94864c37b0569053a42c" dependencies = [ - "proc-macro-crate 3.2.0", - "proc-macro2", - "quote", - "syn 1.0.109", + "proc-macro-crate 3.2.0", + "proc-macro2", + "quote", + "syn 1.0.109", ] -name = "parity-scale-codec-derive" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "3.6.12" [[package]] -checksum = "e1ad0aff30c1da14b1254fcb2af73e1fa9a28670e584a626f53a369d0e157304" name = "parity-wasm" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.45.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e1ad0aff30c1da14b1254fcb2af73e1fa9a28670e584a626f53a369d0e157304" [[package]] -checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae" name = "parking" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "2.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae" [[package]] +name = "parking_lot" +version = "0.11.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" dependencies = [ - "instant", - "lock_api", - "parking_lot_core 0.8.6", + "instant", + "lock_api", + "parking_lot_core 0.8.6", ] -name = "parking_lot" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.11.2" [[package]] +name = "parking_lot" +version = "0.12.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" dependencies = [ - "lock_api", - "parking_lot_core 0.9.10", + "lock_api", + "parking_lot_core 0.9.10", ] -name = "parking_lot" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.12.3" [[package]] +name = "parking_lot_core" +version = "0.8.6" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc" dependencies = [ - "cfg-if", - "instant", - "libc", - "redox_syscall 0.2.16", - "smallvec", - "winapi", + "cfg-if", + "instant", + "libc", + "redox_syscall 0.2.16", + "smallvec", + "winapi", ] -name = "parking_lot_core" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.8.6" [[package]] +name = "parking_lot_core" +version = "0.9.10" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" dependencies = [ - "cfg-if", - "libc", - "redox_syscall 0.5.3", - "smallvec", - "windows-targets 0.52.6", + "cfg-if", + "libc", + "redox_syscall 0.5.3", + "smallvec", + "windows-targets 0.52.6", ] -name = "parking_lot_core" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.9.10" [[package]] -checksum = "7924d1d0ad836f665c9065e26d016c673ece3993f30d340068b16f282afc1156" name = "partial_sort" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7924d1d0ad836f665c9065e26d016c673ece3993f30d340068b16f282afc1156" [[package]] +name = "password-hash" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166" dependencies = [ - "base64ct", - "rand_core 0.6.4", - "subtle 2.6.1", + "base64ct", + "rand_core 0.6.4", + "subtle 2.6.1", ] -name = "password-hash" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.5.0" [[package]] -checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" name = "paste" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.0.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" [[package]] +name = "pbkdf2" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd" dependencies = [ - "crypto-mac 0.8.0", + "crypto-mac 0.8.0", ] -name = "pbkdf2" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.0" [[package]] +name = "pbkdf2" +version = "0.12.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2" dependencies = [ - "digest 0.10.7", - "hmac 0.12.1", - "password-hash", + "digest 0.10.7", + "hmac 0.12.1", + "password-hash", ] -name = "pbkdf2" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.12.2" [[package]] -checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" name = "peeking_take_while" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" [[package]] +name = "pem" +version = "1.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8" dependencies = [ - "base64 0.13.1", + "base64 0.13.1", ] -name = "pem" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.1.1" [[package]] -checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" name = "percent-encoding" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "2.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] +name = "pest" +version = "2.7.11" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cd53dff83f26735fdc1ca837098ccf133605d794cdae66acfc2bfac3ec809d95" dependencies = [ - "memchr", - "thiserror", - "ucd-trie", + "memchr", + "thiserror", + "ucd-trie", ] -name = "pest" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "2.7.11" [[package]] +name = "pest_derive" +version = "2.7.11" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2a548d2beca6773b1c244554d36fcf8548a8a58e74156968211567250e48e49a" dependencies = [ - "pest", - "pest_generator", + "pest", + "pest_generator", ] -name = "pest_derive" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "2.7.11" [[package]] +name = "pest_generator" +version = "2.7.11" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3c93a82e8d145725dcbaf44e5ea887c8a869efdcc28706df2d08c69e17077183" dependencies = [ - "pest", - "pest_meta", - "proc-macro2", - "quote", - "syn 2.0.76", + "pest", + "pest_meta", + "proc-macro2", + "quote", + "syn 2.0.76", ] -name = "pest_generator" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "2.7.11" [[package]] +name = "pest_meta" +version = "2.7.11" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a941429fea7e08bedec25e4f6785b6ffaacc6b755da98df5ef3e7dcf4a124c4f" dependencies = [ - "once_cell", - "pest", - "sha2 0.10.8", + "once_cell", + "pest", + "sha2 0.10.8", ] -name = "pest_meta" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "2.7.11" [[package]] +name = "petgraph" +version = "0.6.5" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" dependencies = [ - "fixedbitset", - "indexmap 2.4.0", + "fixedbitset", + "indexmap 2.4.0", ] -name = "petgraph" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.6.5" [[package]] +name = "pin-project" +version = "1.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3" dependencies = [ - "pin-project-internal", + "pin-project-internal", ] -name = "pin-project" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.1.5" [[package]] +name = "pin-project-internal" +version = "1.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro2", + "quote", + "syn 2.0.76", ] -name = "pin-project-internal" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.1.5" [[package]] -checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" name = "pin-project-lite" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.2.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" [[package]] -checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" name = "pin-utils" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] +name = "piper" +version = "0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" dependencies = [ - "atomic-waker", - "fastrand 2.1.1", - "futures-io", + "atomic-waker", + "fastrand 2.1.1", + "futures-io", ] -name = "piper" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.4" [[package]] +name = "pkcs8" +version = "0.10.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" dependencies = [ - "der", - "spki", + "der", + "spki", ] -name = "pkcs8" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.10.2" [[package]] -checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" name = "pkg-config" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.3.30" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" [[package]] -dependencies = [ - "bitvec", - "futures 0.3.30", - "futures-timer", - "itertools 0.11.0", - "polkadot-node-jaeger", - "polkadot-node-metrics", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "rand 0.8.5", - "tracing-gum", -] name = "polkadot-approval-distribution" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" version = "17.0.0" - -[[package]] +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "always-assert", - "futures 0.3.30", - "futures-timer", - "polkadot-node-network-protocol", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "rand 0.8.5", - "tracing-gum", + "bitvec", + "futures 0.3.30", + "futures-timer", + "itertools 0.11.0", + "polkadot-node-jaeger", + "polkadot-node-metrics", + "polkadot-node-network-protocol", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "rand 0.8.5", + "tracing-gum", ] -name = "polkadot-availability-bitfield-distribution" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "17.0.0" [[package]] +name = "polkadot-availability-bitfield-distribution" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "derive_more", - "fatality", - "futures 0.3.30", - "parity-scale-codec", - "polkadot-erasure-coding", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "rand 0.8.5", - "sc-network", - "schnellru", - "sp-core", - "sp-keystore", - "thiserror", - "tracing-gum", + "always-assert", + "futures 0.3.30", + "futures-timer", + "polkadot-node-network-protocol", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "rand 0.8.5", + "tracing-gum", ] -name = "polkadot-availability-distribution" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "17.0.0" [[package]] +name = "polkadot-availability-distribution" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "fatality", - "futures 0.3.30", - "parity-scale-codec", - "polkadot-erasure-coding", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "rand 0.8.5", - "sc-network", - "schnellru", - "thiserror", - "tokio", - "tracing-gum", + "derive_more", + "fatality", + "futures 0.3.30", + "parity-scale-codec", + "polkadot-erasure-coding", + "polkadot-node-network-protocol", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "rand 0.8.5", + "sc-network", + "schnellru", + "sp-core", + "sp-keystore", + "thiserror", + "tracing-gum", ] + +[[package]] name = "polkadot-availability-recovery" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +dependencies = [ + "async-trait", + "fatality", + "futures 0.3.30", + "parity-scale-codec", + "polkadot-erasure-coding", + "polkadot-node-network-protocol", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "rand 0.8.5", + "sc-network", + "schnellru", + "thiserror", + "tokio", + "tracing-gum", +] [[package]] +name = "polkadot-ckb-merkle-mountain-range" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a4b44320e5f7ce2c18227537a3032ae5b2c476a7e8eddba45333e1011fc31b92" dependencies = [ - "cfg-if", - "itertools 0.10.5", + "cfg-if", + "itertools 0.10.5", ] -name = "polkadot-ckb-merkle-mountain-range" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.7.0" [[package]] -dependencies = [ - "cfg-if", - "clap", - "frame-benchmarking-cli", - "futures 0.3.30", - "log", - "polkadot-node-metrics", - "polkadot-node-primitives", - "polkadot-service", - "sc-cli", - "sc-executor", - "sc-service", - "sc-storage-monitor", - "sc-sysinfo", - "sc-tracing", - "sp-core", - "sp-io", - "sp-keyring", - "sp-maybe-compressed-blob", - "sp-runtime", - "substrate-build-script-utils", - "thiserror", -] name = "polkadot-cli" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" version = "17.0.0" - -[[package]] +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "bitvec", - "fatality", - "futures 0.3.30", - "futures-timer", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "sp-core", - "sp-keystore", - "sp-runtime", - "thiserror", - "tokio-util", - "tracing-gum", + "cfg-if", + "clap", + "frame-benchmarking-cli", + "futures 0.3.30", + "log", + "polkadot-node-metrics", + "polkadot-node-primitives", + "polkadot-service", + "sc-cli", + "sc-executor", + "sc-service", + "sc-storage-monitor", + "sc-sysinfo", + "sc-tracing", + "sp-core", + "sp-io", + "sp-keyring", + "sp-maybe-compressed-blob", + "sp-runtime", + "substrate-build-script-utils", + "thiserror", ] -name = "polkadot-collator-protocol" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "17.0.0" [[package]] +name = "polkadot-collator-protocol" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-runtime", + "bitvec", + "fatality", + "futures 0.3.30", + "futures-timer", + "polkadot-node-network-protocol", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "sp-core", + "sp-keystore", + "sp-runtime", + "thiserror", + "tokio-util", + "tracing-gum", ] -name = "polkadot-core-primitives" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "15.0.0" [[package]] +name = "polkadot-core-primitives" +version = "15.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "derive_more", - "fatality", - "futures 0.3.30", - "futures-timer", - "indexmap 2.4.0", - "parity-scale-codec", - "polkadot-erasure-coding", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "sc-network", - "schnellru", - "sp-application-crypto", - "sp-keystore", - "thiserror", - "tracing-gum", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-runtime", ] -name = "polkadot-dispute-distribution" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "17.0.0" [[package]] +name = "polkadot-dispute-distribution" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "parity-scale-codec", - "polkadot-node-primitives", - "polkadot-primitives", - "reed-solomon-novelpoly", - "sp-core", - "sp-trie", - "thiserror", + "derive_more", + "fatality", + "futures 0.3.30", + "futures-timer", + "indexmap 2.4.0", + "parity-scale-codec", + "polkadot-erasure-coding", + "polkadot-node-network-protocol", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "sc-network", + "schnellru", + "sp-application-crypto", + "sp-keystore", + "thiserror", + "tracing-gum", ] -name = "polkadot-erasure-coding" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "15.0.0" [[package]] +name = "polkadot-erasure-coding" +version = "15.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "futures 0.3.30", - "futures-timer", - "polkadot-node-network-protocol", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "rand 0.8.5", - "rand_chacha 0.3.1", - "sc-network", - "sc-network-common", - "sp-application-crypto", - "sp-core", - "sp-crypto-hashing", - "sp-keystore", - "tracing-gum", + "parity-scale-codec", + "polkadot-node-primitives", + "polkadot-primitives", + "reed-solomon-novelpoly", + "sp-core", + "sp-trie", + "thiserror", ] -name = "polkadot-gossip-support" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "17.0.0" [[package]] +name = "polkadot-gossip-support" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "always-assert", - "async-trait", - "bytes", - "fatality", - "futures 0.3.30", - "parity-scale-codec", - "parking_lot 0.12.3", - "polkadot-node-metrics", - "polkadot-node-network-protocol", - "polkadot-node-subsystem", - "polkadot-overseer", - "polkadot-primitives", - "sc-network", - "sp-consensus", - "thiserror", - "tracing-gum", + "futures 0.3.30", + "futures-timer", + "polkadot-node-network-protocol", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "rand 0.8.5", + "rand_chacha 0.3.1", + "sc-network", + "sc-network-common", + "sp-application-crypto", + "sp-core", + "sp-crypto-hashing", + "sp-keystore", + "tracing-gum", ] -name = "polkadot-network-bridge" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "17.0.0" [[package]] +name = "polkadot-network-bridge" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "futures 0.3.30", - "parity-scale-codec", - "polkadot-erasure-coding", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "sp-core", - "sp-maybe-compressed-blob", - "thiserror", - "tracing-gum", + "always-assert", + "async-trait", + "bytes", + "fatality", + "futures 0.3.30", + "parity-scale-codec", + "parking_lot 0.12.3", + "polkadot-node-metrics", + "polkadot-node-network-protocol", + "polkadot-node-subsystem", + "polkadot-overseer", + "polkadot-primitives", + "sc-network", + "sp-consensus", + "thiserror", + "tracing-gum", ] -name = "polkadot-node-collation-generation" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "17.0.0" [[package]] +name = "polkadot-node-collation-generation" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "bitvec", - "derive_more", - "futures 0.3.30", - "futures-timer", - "itertools 0.11.0", - "kvdb", - "merlin", - "parity-scale-codec", - "polkadot-node-jaeger", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-overseer", - "polkadot-primitives", - "rand 0.8.5", - "rand_chacha 0.3.1", - "rand_core 0.6.4", - "sc-keystore", - "schnellru", - "schnorrkel 0.11.4", - "sp-application-crypto", - "sp-consensus", - "sp-consensus-slots", - "sp-runtime", - "thiserror", - "tracing-gum", + "futures 0.3.30", + "parity-scale-codec", + "polkadot-erasure-coding", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "sp-core", + "sp-maybe-compressed-blob", + "thiserror", + "tracing-gum", ] -name = "polkadot-node-core-approval-voting" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "17.0.0" [[package]] +name = "polkadot-node-core-approval-voting" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "bitvec", - "futures 0.3.30", - "futures-timer", - "kvdb", - "parity-scale-codec", - "polkadot-erasure-coding", - "polkadot-node-jaeger", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-overseer", - "polkadot-primitives", - "sp-consensus", - "thiserror", - "tracing-gum", + "bitvec", + "derive_more", + "futures 0.3.30", + "futures-timer", + "itertools 0.11.0", + "kvdb", + "merlin", + "parity-scale-codec", + "polkadot-node-jaeger", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-overseer", + "polkadot-primitives", + "rand 0.8.5", + "rand_chacha 0.3.1", + "rand_core 0.6.4", + "sc-keystore", + "schnellru", + "schnorrkel 0.11.4", + "sp-application-crypto", + "sp-consensus", + "sp-consensus-slots", + "sp-runtime", + "thiserror", + "tracing-gum", ] -name = "polkadot-node-core-av-store" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "17.0.0" [[package]] +name = "polkadot-node-core-av-store" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "bitvec", - "fatality", - "futures 0.3.30", - "polkadot-erasure-coding", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "polkadot-statement-table", - "schnellru", - "sp-keystore", - "thiserror", - "tracing-gum", + "bitvec", + "futures 0.3.30", + "futures-timer", + "kvdb", + "parity-scale-codec", + "polkadot-erasure-coding", + "polkadot-node-jaeger", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-overseer", + "polkadot-primitives", + "sp-consensus", + "thiserror", + "tracing-gum", ] -name = "polkadot-node-core-backing" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "17.0.0" [[package]] +name = "polkadot-node-core-backing" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "futures 0.3.30", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "sp-keystore", - "thiserror", - "tracing-gum", - "wasm-timer", + "bitvec", + "fatality", + "futures 0.3.30", + "polkadot-erasure-coding", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "polkadot-statement-table", + "schnellru", + "sp-keystore", + "thiserror", + "tracing-gum", ] -name = "polkadot-node-core-bitfield-signing" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "17.0.0" [[package]] +name = "polkadot-node-core-bitfield-signing" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "futures 0.3.30", - "futures-timer", - "parity-scale-codec", - "polkadot-node-core-pvf", - "polkadot-node-metrics", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-overseer", - "polkadot-parachain-primitives", - "polkadot-primitives", - "sp-maybe-compressed-blob", - "tracing-gum", + "futures 0.3.30", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "sp-keystore", + "thiserror", + "tracing-gum", + "wasm-timer", ] -name = "polkadot-node-core-candidate-validation" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "17.0.0" [[package]] +name = "polkadot-node-core-candidate-validation" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "futures 0.3.30", - "polkadot-node-metrics", - "polkadot-node-subsystem", - "polkadot-node-subsystem-types", - "sc-client-api", - "sc-consensus-babe", - "tracing-gum", + "async-trait", + "futures 0.3.30", + "futures-timer", + "parity-scale-codec", + "polkadot-node-core-pvf", + "polkadot-node-metrics", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-overseer", + "polkadot-parachain-primitives", + "polkadot-primitives", + "sp-maybe-compressed-blob", + "tracing-gum", ] -name = "polkadot-node-core-chain-api" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "17.0.0" [[package]] +name = "polkadot-node-core-chain-api" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "futures 0.3.30", - "futures-timer", - "kvdb", - "parity-scale-codec", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "thiserror", - "tracing-gum", + "futures 0.3.30", + "polkadot-node-metrics", + "polkadot-node-subsystem", + "polkadot-node-subsystem-types", + "sc-client-api", + "sc-consensus-babe", + "tracing-gum", ] -name = "polkadot-node-core-chain-selection" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "17.0.0" [[package]] +name = "polkadot-node-core-chain-selection" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "fatality", - "futures 0.3.30", - "kvdb", - "parity-scale-codec", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "sc-keystore", - "schnellru", - "thiserror", - "tracing-gum", + "futures 0.3.30", + "futures-timer", + "kvdb", + "parity-scale-codec", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "thiserror", + "tracing-gum", ] -name = "polkadot-node-core-dispute-coordinator" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "17.0.0" [[package]] +name = "polkadot-node-core-dispute-coordinator" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "futures 0.3.30", - "futures-timer", - "polkadot-node-subsystem", - "polkadot-overseer", - "polkadot-primitives", - "sp-blockchain", - "sp-inherents", - "thiserror", - "tracing-gum", + "fatality", + "futures 0.3.30", + "kvdb", + "parity-scale-codec", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "sc-keystore", + "schnellru", + "thiserror", + "tracing-gum", ] -name = "polkadot-node-core-parachains-inherent" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "17.0.0" [[package]] +name = "polkadot-node-core-parachains-inherent" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "bitvec", - "fatality", - "futures 0.3.30", - "parity-scale-codec", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "thiserror", - "tracing-gum", + "async-trait", + "futures 0.3.30", + "futures-timer", + "polkadot-node-subsystem", + "polkadot-overseer", + "polkadot-primitives", + "sp-blockchain", + "sp-inherents", + "thiserror", + "tracing-gum", ] -name = "polkadot-node-core-prospective-parachains" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "16.0.0" [[package]] +name = "polkadot-node-core-prospective-parachains" +version = "16.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "bitvec", - "fatality", - "futures 0.3.30", - "futures-timer", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "schnellru", - "thiserror", - "tracing-gum", + "bitvec", + "fatality", + "futures 0.3.30", + "parity-scale-codec", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "thiserror", + "tracing-gum", ] -name = "polkadot-node-core-provisioner" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "17.0.0" [[package]] +name = "polkadot-node-core-provisioner" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "always-assert", - "array-bytes", - "blake3", - "cfg-if", - "futures 0.3.30", - "futures-timer", - "parity-scale-codec", - "pin-project", - "polkadot-core-primitives", - "polkadot-node-core-pvf-common", - "polkadot-node-metrics", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-parachain-primitives", - "polkadot-primitives", - "rand 0.8.5", - "slotmap", - "sp-core", - "tempfile", - "thiserror", - "tokio", - "tracing-gum", + "bitvec", + "fatality", + "futures 0.3.30", + "futures-timer", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "schnellru", + "thiserror", + "tracing-gum", ] -name = "polkadot-node-core-pvf" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "17.0.0" [[package]] +name = "polkadot-node-core-pvf" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "futures 0.3.30", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-overseer", - "polkadot-primitives", - "sp-keystore", - "thiserror", - "tracing-gum", + "always-assert", + "array-bytes", + "blake3", + "cfg-if", + "futures 0.3.30", + "futures-timer", + "parity-scale-codec", + "pin-project", + "polkadot-core-primitives", + "polkadot-node-core-pvf-common", + "polkadot-node-metrics", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-parachain-primitives", + "polkadot-primitives", + "rand 0.8.5", + "slotmap", + "sp-core", + "tempfile", + "thiserror", + "tokio", + "tracing-gum", ] -name = "polkadot-node-core-pvf-checker" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "17.0.0" [[package]] +name = "polkadot-node-core-pvf-checker" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "cpu-time", - "futures 0.3.30", - "landlock", - "libc", - "nix 0.28.0", - "parity-scale-codec", - "polkadot-parachain-primitives", - "polkadot-primitives", - "sc-executor", - "sc-executor-common", - "sc-executor-wasmtime", - "seccompiler", - "sp-core", - "sp-crypto-hashing", - "sp-externalities", - "sp-io", - "sp-tracing", - "thiserror", - "tracing-gum", + "futures 0.3.30", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-overseer", + "polkadot-primitives", + "sp-keystore", + "thiserror", + "tracing-gum", ] -name = "polkadot-node-core-pvf-common" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "15.0.0" [[package]] +name = "polkadot-node-core-pvf-common" +version = "15.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "futures 0.3.30", - "polkadot-node-metrics", - "polkadot-node-subsystem", - "polkadot-node-subsystem-types", - "polkadot-primitives", - "schnellru", - "sp-consensus-babe", - "tracing-gum", + "cpu-time", + "futures 0.3.30", + "landlock", + "libc", + "nix 0.28.0", + "parity-scale-codec", + "polkadot-parachain-primitives", + "polkadot-primitives", + "sc-executor", + "sc-executor-common", + "sc-executor-wasmtime", + "seccompiler", + "sp-core", + "sp-crypto-hashing", + "sp-externalities", + "sp-io", + "sp-tracing", + "thiserror", + "tracing-gum", ] -name = "polkadot-node-core-runtime-api" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "17.0.0" [[package]] +name = "polkadot-node-core-runtime-api" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "lazy_static", - "log", - "mick-jaeger", - "parity-scale-codec", - "parking_lot 0.12.3", - "polkadot-node-primitives", - "polkadot-primitives", - "sc-network", - "sc-network-types", - "sp-core", - "thiserror", - "tokio", + "futures 0.3.30", + "polkadot-node-metrics", + "polkadot-node-subsystem", + "polkadot-node-subsystem-types", + "polkadot-primitives", + "schnellru", + "sp-consensus-babe", + "tracing-gum", ] -name = "polkadot-node-jaeger" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "17.0.0" [[package]] +name = "polkadot-node-jaeger" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "bs58 0.5.1", - "futures 0.3.30", - "futures-timer", - "log", - "parity-scale-codec", - "polkadot-primitives", - "prioritized-metered-channel", - "sc-cli", - "sc-service", - "sc-tracing", - "substrate-prometheus-endpoint", - "tracing-gum", + "lazy_static", + "log", + "mick-jaeger", + "parity-scale-codec", + "parking_lot 0.12.3", + "polkadot-node-primitives", + "polkadot-primitives", + "sc-network", + "sc-network-types", + "sp-core", + "thiserror", + "tokio", ] -name = "polkadot-node-metrics" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "17.0.0" [[package]] +name = "polkadot-node-metrics" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-channel 1.9.0", - "async-trait", - "bitvec", - "derive_more", - "fatality", - "futures 0.3.30", - "hex", - "parity-scale-codec", - "polkadot-node-jaeger", - "polkadot-node-primitives", - "polkadot-primitives", - "rand 0.8.5", - "sc-authority-discovery", - "sc-network", - "sc-network-types", - "sp-runtime", - "strum 0.26.3", - "thiserror", - "tracing-gum", + "bs58 0.5.1", + "futures 0.3.30", + "futures-timer", + "log", + "parity-scale-codec", + "polkadot-primitives", + "prioritized-metered-channel", + "sc-cli", + "sc-service", + "sc-tracing", + "substrate-prometheus-endpoint", + "tracing-gum", ] -name = "polkadot-node-network-protocol" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "17.0.0" [[package]] +name = "polkadot-node-network-protocol" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "bitvec", - "bounded-vec", - "futures 0.3.30", - "parity-scale-codec", - "polkadot-parachain-primitives", - "polkadot-primitives", - "schnorrkel 0.11.4", - "serde", - "sp-application-crypto", - "sp-consensus-babe", - "sp-core", - "sp-keystore", - "sp-maybe-compressed-blob", - "sp-runtime", - "thiserror", - "zstd 0.12.4", + "async-channel 1.9.0", + "async-trait", + "bitvec", + "derive_more", + "fatality", + "futures 0.3.30", + "hex", + "parity-scale-codec", + "polkadot-node-jaeger", + "polkadot-node-primitives", + "polkadot-primitives", + "rand 0.8.5", + "sc-authority-discovery", + "sc-network", + "sc-network-types", + "sp-runtime", + "strum 0.26.3", + "thiserror", + "tracing-gum", ] -name = "polkadot-node-primitives" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "15.0.0" [[package]] +name = "polkadot-node-primitives" +version = "15.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "polkadot-node-jaeger", - "polkadot-node-subsystem-types", - "polkadot-overseer", + "bitvec", + "bounded-vec", + "futures 0.3.30", + "parity-scale-codec", + "polkadot-parachain-primitives", + "polkadot-primitives", + "schnorrkel 0.11.4", + "serde", + "sp-application-crypto", + "sp-consensus-babe", + "sp-core", + "sp-keystore", + "sp-maybe-compressed-blob", + "sp-runtime", + "thiserror", + "zstd 0.12.4", ] -name = "polkadot-node-subsystem" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "17.0.0" [[package]] +name = "polkadot-node-subsystem" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "bitvec", - "derive_more", - "fatality", - "futures 0.3.30", - "orchestra", - "polkadot-node-jaeger", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-primitives", - "polkadot-statement-table", - "sc-client-api", - "sc-network", - "sc-network-types", - "sc-transaction-pool-api", - "smallvec", - "sp-api", - "sp-authority-discovery", - "sp-blockchain", - "sp-consensus-babe", - "sp-runtime", - "substrate-prometheus-endpoint", - "thiserror", + "polkadot-node-jaeger", + "polkadot-node-subsystem-types", + "polkadot-overseer", ] -name = "polkadot-node-subsystem-types" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "17.0.0" [[package]] +name = "polkadot-node-subsystem-types" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "derive_more", - "fatality", - "futures 0.3.30", - "futures-channel", - "itertools 0.11.0", - "kvdb", - "parity-db", - "parity-scale-codec", - "parking_lot 0.12.3", - "pin-project", - "polkadot-erasure-coding", - "polkadot-node-jaeger", - "polkadot-node-metrics", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-types", - "polkadot-overseer", - "polkadot-primitives", - "prioritized-metered-channel", - "rand 0.8.5", - "sc-client-api", - "schnellru", - "sp-application-crypto", - "sp-core", - "sp-keystore", - "thiserror", - "tracing-gum", + "async-trait", + "bitvec", + "derive_more", + "fatality", + "futures 0.3.30", + "orchestra", + "polkadot-node-jaeger", + "polkadot-node-network-protocol", + "polkadot-node-primitives", + "polkadot-primitives", + "polkadot-statement-table", + "sc-client-api", + "sc-network", + "sc-network-types", + "sc-transaction-pool-api", + "smallvec", + "sp-api", + "sp-authority-discovery", + "sp-blockchain", + "sp-consensus-babe", + "sp-runtime", + "substrate-prometheus-endpoint", + "thiserror", ] -name = "polkadot-node-subsystem-util" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "17.0.0" [[package]] +name = "polkadot-node-subsystem-util" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "futures 0.3.30", - "futures-timer", - "orchestra", - "parking_lot 0.12.3", - "polkadot-node-metrics", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem-types", - "polkadot-primitives", - "sc-client-api", - "sp-api", - "sp-core", - "tikv-jemalloc-ctl", - "tracing-gum", + "async-trait", + "derive_more", + "fatality", + "futures 0.3.30", + "futures-channel", + "itertools 0.11.0", + "kvdb", + "parity-db", + "parity-scale-codec", + "parking_lot 0.12.3", + "pin-project", + "polkadot-erasure-coding", + "polkadot-node-jaeger", + "polkadot-node-metrics", + "polkadot-node-network-protocol", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-types", + "polkadot-overseer", + "polkadot-primitives", + "prioritized-metered-channel", + "rand 0.8.5", + "sc-client-api", + "schnellru", + "sp-application-crypto", + "sp-core", + "sp-keystore", + "thiserror", + "tracing-gum", ] -name = "polkadot-overseer" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "17.0.0" [[package]] +name = "polkadot-overseer" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "bounded-collections", - "derive_more", - "parity-scale-codec", - "polkadot-core-primitives", - "scale-info", - "serde", - "sp-core", - "sp-runtime", - "sp-weights", + "async-trait", + "futures 0.3.30", + "futures-timer", + "orchestra", + "parking_lot 0.12.3", + "polkadot-node-metrics", + "polkadot-node-network-protocol", + "polkadot-node-primitives", + "polkadot-node-subsystem-types", + "polkadot-primitives", + "sc-client-api", + "sp-api", + "sp-core", + "tikv-jemalloc-ctl", + "tracing-gum", ] -name = "polkadot-parachain-primitives" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "14.0.0" [[package]] +name = "polkadot-parachain-primitives" +version = "14.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "bitvec", - "hex-literal 0.4.1", - "log", - "parity-scale-codec", - "polkadot-core-primitives", - "polkadot-parachain-primitives", - "scale-info", - "serde", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", - "sp-authority-discovery", - "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-io", - "sp-keystore", - "sp-runtime", - "sp-staking", + "bounded-collections", + "derive_more", + "parity-scale-codec", + "polkadot-core-primitives", + "scale-info", + "serde", + "sp-core", + "sp-runtime", + "sp-weights", ] -name = "polkadot-primitives" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "15.0.0" [[package]] +name = "polkadot-primitives" +version = "15.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "jsonrpsee", - "mmr-rpc", - "pallet-transaction-payment-rpc", - "polkadot-primitives", - "sc-chain-spec", - "sc-client-api", - "sc-consensus-babe", - "sc-consensus-babe-rpc", - "sc-consensus-beefy", - "sc-consensus-beefy-rpc", - "sc-consensus-epochs", - "sc-consensus-grandpa", - "sc-consensus-grandpa-rpc", - "sc-rpc", - "sc-rpc-spec-v2", - "sc-sync-state-rpc", - "sc-transaction-pool-api", - "sp-api", - "sp-application-crypto", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", - "sp-consensus-babe", - "sp-consensus-beefy", - "sp-keystore", - "sp-runtime", - "substrate-frame-rpc-system", - "substrate-state-trie-migration-rpc", + "bitvec", + "hex-literal 0.4.1", + "log", + "parity-scale-codec", + "polkadot-core-primitives", + "polkadot-parachain-primitives", + "scale-info", + "serde", + "sp-api", + "sp-application-crypto", + "sp-arithmetic", + "sp-authority-discovery", + "sp-consensus-slots", + "sp-core", + "sp-inherents", + "sp-io", + "sp-keystore", + "sp-runtime", + "sp-staking", ] -name = "polkadot-rpc" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "17.0.0" [[package]] +name = "polkadot-rpc" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "bitvec", - "frame-benchmarking", - "frame-election-provider-support", - "frame-support", - "frame-system", - "impl-trait-for-tuples", - "libsecp256k1", - "log", - "pallet-asset-rate", - "pallet-authorship", - "pallet-babe", - "pallet-balances", - "pallet-broker", - "pallet-election-provider-multi-phase", - "pallet-fast-unstake", - "pallet-identity", - "pallet-session", - "pallet-staking", - "pallet-staking-reward-fn", - "pallet-timestamp", - "pallet-transaction-payment", - "pallet-treasury", - "pallet-vesting", - "parity-scale-codec", - "polkadot-primitives", - "polkadot-runtime-parachains", - "rustc-hex", - "scale-info", - "serde", - "serde_derive", - "slot-range-helper", - "sp-api", - "sp-core", - "sp-inherents", - "sp-io", - "sp-npos-elections", - "sp-runtime", - "sp-session", - "sp-staking", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", - "static_assertions", + "jsonrpsee", + "mmr-rpc", + "pallet-transaction-payment-rpc", + "polkadot-primitives", + "sc-chain-spec", + "sc-client-api", + "sc-consensus-babe", + "sc-consensus-babe-rpc", + "sc-consensus-beefy", + "sc-consensus-beefy-rpc", + "sc-consensus-epochs", + "sc-consensus-grandpa", + "sc-consensus-grandpa-rpc", + "sc-rpc", + "sc-rpc-spec-v2", + "sc-sync-state-rpc", + "sc-transaction-pool-api", + "sp-api", + "sp-application-crypto", + "sp-block-builder", + "sp-blockchain", + "sp-consensus", + "sp-consensus-babe", + "sp-consensus-beefy", + "sp-keystore", + "sp-runtime", + "substrate-frame-rpc-system", + "substrate-state-trie-migration-rpc", ] -name = "polkadot-runtime-common" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "16.0.0" [[package]] +name = "polkadot-runtime-common" +version = "16.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "bs58 0.5.1", - "frame-benchmarking", - "parity-scale-codec", - "polkadot-primitives", - "sp-tracing", + "bitvec", + "frame-benchmarking", + "frame-election-provider-support", + "frame-support", + "frame-system", + "impl-trait-for-tuples", + "libsecp256k1", + "log", + "pallet-asset-rate", + "pallet-authorship", + "pallet-babe", + "pallet-balances", + "pallet-broker", + "pallet-election-provider-multi-phase", + "pallet-fast-unstake", + "pallet-identity", + "pallet-session", + "pallet-staking", + "pallet-staking-reward-fn", + "pallet-timestamp", + "pallet-transaction-payment", + "pallet-treasury", + "pallet-vesting", + "parity-scale-codec", + "polkadot-primitives", + "polkadot-runtime-parachains", + "rustc-hex", + "scale-info", + "serde", + "serde_derive", + "slot-range-helper", + "sp-api", + "sp-core", + "sp-inherents", + "sp-io", + "sp-npos-elections", + "sp-runtime", + "sp-session", + "sp-staking", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", + "static_assertions", ] -name = "polkadot-runtime-metrics" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "16.0.0" [[package]] +name = "polkadot-runtime-metrics" +version = "16.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "bitflags 1.3.2", - "bitvec", - "derive_more", - "frame-benchmarking", - "frame-support", - "frame-system", - "impl-trait-for-tuples", - "log", - "pallet-authority-discovery", - "pallet-authorship", - "pallet-babe", - "pallet-balances", - "pallet-broker", - "pallet-message-queue", - "pallet-session", - "pallet-staking", - "pallet-timestamp", - "pallet-vesting", - "parity-scale-codec", - "polkadot-core-primitives", - "polkadot-parachain-primitives", - "polkadot-primitives", - "polkadot-runtime-metrics", - "rand 0.8.5", - "rand_chacha 0.3.1", - "scale-info", - "serde", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", - "sp-core", - "sp-inherents", - "sp-io", - "sp-keystore", - "sp-runtime", - "sp-session", - "sp-staking", - "staging-xcm", - "staging-xcm-executor", - "static_assertions", + "bs58 0.5.1", + "frame-benchmarking", + "parity-scale-codec", + "polkadot-primitives", + "sp-tracing", ] -name = "polkadot-runtime-parachains" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "16.0.0" [[package]] +name = "polkadot-runtime-parachains" +version = "16.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "bitvec", - "frame-benchmarking", - "frame-benchmarking-cli", - "frame-metadata-hash-extension", - "frame-support", - "frame-system", - "frame-system-rpc-runtime-api", - "futures 0.3.30", - "hex-literal 0.4.1", - "is_executable", - "kvdb", - "kvdb-rocksdb", - "log", - "mmr-gadget", - "pallet-babe", - "pallet-staking", - "pallet-transaction-payment", - "pallet-transaction-payment-rpc-runtime-api", - "parity-db", - "parity-scale-codec", - "parking_lot 0.12.3", - "polkadot-approval-distribution", - "polkadot-availability-bitfield-distribution", - "polkadot-availability-distribution", - "polkadot-availability-recovery", - "polkadot-collator-protocol", - "polkadot-core-primitives", - "polkadot-dispute-distribution", - "polkadot-gossip-support", - "polkadot-network-bridge", - "polkadot-node-collation-generation", - "polkadot-node-core-approval-voting", - "polkadot-node-core-av-store", - "polkadot-node-core-backing", - "polkadot-node-core-bitfield-signing", - "polkadot-node-core-candidate-validation", - "polkadot-node-core-chain-api", - "polkadot-node-core-chain-selection", - "polkadot-node-core-dispute-coordinator", - "polkadot-node-core-parachains-inherent", - "polkadot-node-core-prospective-parachains", - "polkadot-node-core-provisioner", - "polkadot-node-core-pvf", - "polkadot-node-core-pvf-checker", - "polkadot-node-core-runtime-api", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-types", - "polkadot-node-subsystem-util", - "polkadot-overseer", - "polkadot-parachain-primitives", - "polkadot-primitives", - "polkadot-rpc", - "polkadot-runtime-parachains", - "polkadot-statement-distribution", - "rococo-runtime", - "rococo-runtime-constants", - "sc-authority-discovery", - "sc-basic-authorship", - "sc-block-builder", - "sc-chain-spec", - "sc-client-api", - "sc-client-db", - "sc-consensus", - "sc-consensus-babe", - "sc-consensus-beefy", - "sc-consensus-grandpa", - "sc-consensus-slots", - "sc-executor", - "sc-keystore", - "sc-network", - "sc-network-common", - "sc-network-sync", - "sc-offchain", - "sc-service", - "sc-sync-state-rpc", - "sc-sysinfo", - "sc-telemetry", - "sc-transaction-pool", - "sc-transaction-pool-api", - "schnellru", - "serde", - "serde_json", - "sp-api", - "sp-authority-discovery", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", - "sp-consensus-babe", - "sp-consensus-beefy", - "sp-consensus-grandpa", - "sp-core", - "sp-inherents", - "sp-io", - "sp-keyring", - "sp-keystore", - "sp-mmr-primitives", - "sp-offchain", - "sp-runtime", - "sp-session", - "sp-state-machine", - "sp-storage", - "sp-timestamp", - "sp-transaction-pool", - "sp-version", - "sp-weights", - "staging-xcm", - "substrate-prometheus-endpoint", - "thiserror", - "tracing-gum", - "westend-runtime", - "westend-runtime-constants", - "xcm-runtime-apis", + "bitflags 1.3.2", + "bitvec", + "derive_more", + "frame-benchmarking", + "frame-support", + "frame-system", + "impl-trait-for-tuples", + "log", + "pallet-authority-discovery", + "pallet-authorship", + "pallet-babe", + "pallet-balances", + "pallet-broker", + "pallet-message-queue", + "pallet-session", + "pallet-staking", + "pallet-timestamp", + "pallet-vesting", + "parity-scale-codec", + "polkadot-core-primitives", + "polkadot-parachain-primitives", + "polkadot-primitives", + "polkadot-runtime-metrics", + "rand 0.8.5", + "rand_chacha 0.3.1", + "scale-info", + "serde", + "sp-api", + "sp-application-crypto", + "sp-arithmetic", + "sp-core", + "sp-inherents", + "sp-io", + "sp-keystore", + "sp-runtime", + "sp-session", + "sp-staking", + "staging-xcm", + "staging-xcm-executor", + "static_assertions", ] -name = "polkadot-service" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "17.0.0" [[package]] +name = "polkadot-service" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "arrayvec 0.7.6", - "bitvec", - "fatality", - "futures 0.3.30", - "futures-timer", - "indexmap 2.4.0", - "parity-scale-codec", - "polkadot-node-network-protocol", - "polkadot-node-primitives", - "polkadot-node-subsystem", - "polkadot-node-subsystem-util", - "polkadot-primitives", - "sp-keystore", - "sp-staking", - "thiserror", - "tracing-gum", + "async-trait", + "bitvec", + "frame-benchmarking", + "frame-benchmarking-cli", + "frame-metadata-hash-extension", + "frame-support", + "frame-system", + "frame-system-rpc-runtime-api", + "futures 0.3.30", + "hex-literal 0.4.1", + "is_executable", + "kvdb", + "kvdb-rocksdb", + "log", + "mmr-gadget", + "pallet-babe", + "pallet-staking", + "pallet-transaction-payment", + "pallet-transaction-payment-rpc-runtime-api", + "parity-db", + "parity-scale-codec", + "parking_lot 0.12.3", + "polkadot-approval-distribution", + "polkadot-availability-bitfield-distribution", + "polkadot-availability-distribution", + "polkadot-availability-recovery", + "polkadot-collator-protocol", + "polkadot-core-primitives", + "polkadot-dispute-distribution", + "polkadot-gossip-support", + "polkadot-network-bridge", + "polkadot-node-collation-generation", + "polkadot-node-core-approval-voting", + "polkadot-node-core-av-store", + "polkadot-node-core-backing", + "polkadot-node-core-bitfield-signing", + "polkadot-node-core-candidate-validation", + "polkadot-node-core-chain-api", + "polkadot-node-core-chain-selection", + "polkadot-node-core-dispute-coordinator", + "polkadot-node-core-parachains-inherent", + "polkadot-node-core-prospective-parachains", + "polkadot-node-core-provisioner", + "polkadot-node-core-pvf", + "polkadot-node-core-pvf-checker", + "polkadot-node-core-runtime-api", + "polkadot-node-network-protocol", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-types", + "polkadot-node-subsystem-util", + "polkadot-overseer", + "polkadot-parachain-primitives", + "polkadot-primitives", + "polkadot-rpc", + "polkadot-runtime-parachains", + "polkadot-statement-distribution", + "rococo-runtime", + "rococo-runtime-constants", + "sc-authority-discovery", + "sc-basic-authorship", + "sc-block-builder", + "sc-chain-spec", + "sc-client-api", + "sc-client-db", + "sc-consensus", + "sc-consensus-babe", + "sc-consensus-beefy", + "sc-consensus-grandpa", + "sc-consensus-slots", + "sc-executor", + "sc-keystore", + "sc-network", + "sc-network-common", + "sc-network-sync", + "sc-offchain", + "sc-service", + "sc-sync-state-rpc", + "sc-sysinfo", + "sc-telemetry", + "sc-transaction-pool", + "sc-transaction-pool-api", + "schnellru", + "serde", + "serde_json", + "sp-api", + "sp-authority-discovery", + "sp-block-builder", + "sp-blockchain", + "sp-consensus", + "sp-consensus-babe", + "sp-consensus-beefy", + "sp-consensus-grandpa", + "sp-core", + "sp-inherents", + "sp-io", + "sp-keyring", + "sp-keystore", + "sp-mmr-primitives", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-state-machine", + "sp-storage", + "sp-timestamp", + "sp-transaction-pool", + "sp-version", + "sp-weights", + "staging-xcm", + "substrate-prometheus-endpoint", + "thiserror", + "tracing-gum", + "westend-runtime", + "westend-runtime-constants", + "xcm-runtime-apis", ] -name = "polkadot-statement-distribution" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "17.0.0" [[package]] +name = "polkadot-statement-distribution" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "parity-scale-codec", - "polkadot-primitives", - "sp-core", - "tracing-gum", + "arrayvec 0.7.6", + "bitvec", + "fatality", + "futures 0.3.30", + "futures-timer", + "indexmap 2.4.0", + "parity-scale-codec", + "polkadot-node-network-protocol", + "polkadot-node-primitives", + "polkadot-node-subsystem", + "polkadot-node-subsystem-util", + "polkadot-primitives", + "sp-keystore", + "sp-staking", + "thiserror", + "tracing-gum", ] + +[[package]] name = "polkadot-statement-table" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" version = "15.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +dependencies = [ + "parity-scale-codec", + "polkadot-primitives", + "sp-core", + "tracing-gum", +] [[package]] +name = "polkavm" +version = "0.9.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a3693e5efdb2bf74e449cd25fd777a28bd7ed87e41f5d5da75eb31b4de48b94" dependencies = [ - "libc", - "log", - "polkavm-assembler", - "polkavm-common", - "polkavm-linux-raw", + "libc", + "log", + "polkavm-assembler", + "polkavm-common", + "polkavm-linux-raw", ] -name = "polkavm" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.9.3" [[package]] +name = "polkavm-assembler" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1fa96d6d868243acc12de813dd48e756cbadcc8e13964c70d272753266deadc1" dependencies = [ - "log", + "log", ] -name = "polkavm-assembler" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.9.0" [[package]] +name = "polkavm-common" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1d9428a5cfcc85c5d7b9fc4b6a18c4b802d0173d768182a51cc7751640f08b92" dependencies = [ - "log", + "log", ] -name = "polkavm-common" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.9.0" [[package]] +name = "polkavm-derive" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ae8c4bea6f3e11cd89bb18bcdddac10bd9a24015399bd1c485ad68a985a19606" dependencies = [ - "polkavm-derive-impl-macro", + "polkavm-derive-impl-macro", ] -name = "polkavm-derive" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.9.1" [[package]] +name = "polkavm-derive-impl" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c4fdfc49717fb9a196e74a5d28e0bc764eb394a2c803eb11133a31ac996c60c" dependencies = [ - "polkavm-common", - "proc-macro2", - "quote", - "syn 2.0.76", + "polkavm-common", + "proc-macro2", + "quote", + "syn 2.0.76", ] -name = "polkavm-derive-impl" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.9.0" [[package]] +name = "polkavm-derive-impl-macro" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ba81f7b5faac81e528eb6158a6f3c9e0bb1008e0ffa19653bc8dea925ecb429" dependencies = [ - "polkavm-derive-impl", - "syn 2.0.76", + "polkavm-derive-impl", + "syn 2.0.76", ] -name = "polkavm-derive-impl-macro" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.9.0" [[package]] +name = "polkavm-linker" +version = "0.9.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c7be503e60cf56c0eb785f90aaba4b583b36bff00e93997d93fef97f9553c39" dependencies = [ - "gimli 0.28.1", - "hashbrown 0.14.5", - "log", - "object 0.32.2", - "polkavm-common", - "regalloc2 0.9.3", - "rustc-demangle", + "gimli 0.28.1", + "hashbrown 0.14.5", + "log", + "object 0.32.2", + "polkavm-common", + "regalloc2 0.9.3", + "rustc-demangle", ] -name = "polkavm-linker" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.9.2" [[package]] -checksum = "26e85d3456948e650dff0cfc85603915847faf893ed1e66b020bb82ef4557120" name = "polkavm-linux-raw" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26e85d3456948e650dff0cfc85603915847faf893ed1e66b020bb82ef4557120" [[package]] +name = "polling" +version = "2.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce" dependencies = [ - "autocfg", - "bitflags 1.3.2", - "cfg-if", - "concurrent-queue", - "libc", - "log", - "pin-project-lite", - "windows-sys 0.48.0", + "autocfg", + "bitflags 1.3.2", + "cfg-if", + "concurrent-queue", + "libc", + "log", + "pin-project-lite", + "windows-sys 0.48.0", ] -name = "polling" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "2.8.0" [[package]] +name = "polling" +version = "3.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cc2790cd301dec6cd3b7a025e4815cf825724a51c98dccfe6a3e55f05ffb6511" dependencies = [ - "cfg-if", - "concurrent-queue", - "hermit-abi 0.4.0", - "pin-project-lite", - "rustix 0.38.35", - "tracing", - "windows-sys 0.59.0", + "cfg-if", + "concurrent-queue", + "hermit-abi 0.4.0", + "pin-project-lite", + "rustix 0.38.35", + "tracing", + "windows-sys 0.59.0", ] -name = "polling" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "3.7.3" [[package]] +name = "poly1305" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf" dependencies = [ - "cpufeatures", - "opaque-debug 0.3.1", - "universal-hash", + "cpufeatures", + "opaque-debug 0.3.1", + "universal-hash", ] -name = "poly1305" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.8.0" [[package]] +name = "polyval" +version = "0.6.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25" dependencies = [ - "cfg-if", - "cpufeatures", - "opaque-debug 0.3.1", - "universal-hash", + "cfg-if", + "cpufeatures", + "opaque-debug 0.3.1", + "universal-hash", ] -name = "polyval" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.6.2" [[package]] -checksum = "da544ee218f0d287a911e9c99a39a8c9bc8fcad3cb8db5959940044ecfc67265" name = "portable-atomic" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "da544ee218f0d287a911e9c99a39a8c9bc8fcad3cb8db5959940044ecfc67265" [[package]] -checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" name = "powerfmt" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" [[package]] +name = "ppv-lite86" +version = "0.2.20" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" dependencies = [ - "zerocopy", + "zerocopy", ] -name = "ppv-lite86" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.20" [[package]] -dependencies = [ - "account", - "derive_more", - "fp-evm", - "frame-support", - "frame-system", - "hex-literal 0.4.1", - "libsecp256k1", - "log", - "num_enum 0.5.11", - "pallet-asset-manager", - "pallet-assets", - "pallet-balances", - "pallet-evm", - "pallet-moonbeam-foreign-assets", - "pallet-timestamp", - "parity-scale-codec", - "paste", - "precompile-utils", - "scale-info", - "serde", - "sha3", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "staging-xcm", - "xcm-primitives 0.1.0", -] name = "precompile-foreign-asset-migrator" version = "0.1.0" - -[[package]] dependencies = [ - "derive_more", - "environmental", - "evm", - "fp-evm", - "frame-support", - "frame-system", - "hex", - "hex-literal 0.4.1", - "impl-trait-for-tuples", - "log", - "num_enum 0.7.3", - "pallet-evm", - "parity-scale-codec", - "precompile-utils-macro", - "scale-info", - "serde", - "similar-asserts", - "sp-core", - "sp-io", - "sp-runtime", - "sp-weights", - "staging-xcm", + "account", + "derive_more", + "fp-evm", + "frame-support", + "frame-system", + "hex-literal 0.4.1", + "libsecp256k1", + "log", + "num_enum 0.5.11", + "pallet-asset-manager", + "pallet-assets", + "pallet-balances", + "pallet-evm", + "pallet-moonbeam-foreign-assets", + "pallet-timestamp", + "parity-scale-codec", + "paste", + "precompile-utils", + "scale-info", + "serde", + "sha3", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "staging-xcm", + "xcm-primitives 0.1.0", ] -name = "precompile-utils" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" -version = "0.1.0" [[package]] +name = "precompile-utils" +version = "0.1.0" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" dependencies = [ - "case", - "num_enum 0.7.3", - "prettyplease 0.2.22", - "proc-macro2", - "quote", - "sp-crypto-hashing", - "syn 1.0.109", + "derive_more", + "environmental", + "evm", + "fp-evm", + "frame-support", + "frame-system", + "hex", + "hex-literal 0.4.1", + "impl-trait-for-tuples", + "log", + "num_enum 0.7.3", + "pallet-evm", + "parity-scale-codec", + "precompile-utils-macro", + "scale-info", + "serde", + "similar-asserts", + "sp-core", + "sp-io", + "sp-runtime", + "sp-weights", + "staging-xcm", ] + +[[package]] name = "precompile-utils-macro" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" version = "0.1.0" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +dependencies = [ + "case", + "num_enum 0.7.3", + "prettyplease 0.2.22", + "proc-macro2", + "quote", + "sp-crypto-hashing", + "syn 1.0.109", +] [[package]] +name = "predicates" +version = "2.1.5" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd" dependencies = [ - "difflib", - "float-cmp", - "itertools 0.10.5", - "normalize-line-endings", - "predicates-core", - "regex", + "difflib", + "float-cmp", + "itertools 0.10.5", + "normalize-line-endings", + "predicates-core", + "regex", ] -name = "predicates" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "2.1.5" [[package]] +name = "predicates" +version = "3.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7e9086cc7640c29a356d1a29fd134380bee9d8f79a17410aa76e7ad295f42c97" dependencies = [ - "anstyle", - "difflib", - "predicates-core", + "anstyle", + "difflib", + "predicates-core", ] -name = "predicates" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "3.1.2" [[package]] -checksum = "ae8177bee8e75d6846599c6b9ff679ed51e882816914eec639944d7c9aa11931" name = "predicates-core" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.0.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ae8177bee8e75d6846599c6b9ff679ed51e882816914eec639944d7c9aa11931" [[package]] +name = "predicates-tree" +version = "1.0.11" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "41b740d195ed3166cd147c8047ec98db0e22ec019eb8eeb76d343b795304fb13" dependencies = [ - "predicates-core", - "termtree", + "predicates-core", + "termtree", ] -name = "predicates-tree" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.0.11" [[package]] +name = "prettyplease" +version = "0.1.25" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6c8646e95016a7a6c4adea95bafa8a16baab64b583356217f2c85db4a39d9a86" dependencies = [ - "proc-macro2", - "syn 1.0.109", + "proc-macro2", + "syn 1.0.109", ] -name = "prettyplease" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.25" [[package]] +name = "prettyplease" +version = "0.2.22" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba" dependencies = [ - "proc-macro2", - "syn 2.0.76", + "proc-macro2", + "syn 2.0.76", ] -name = "prettyplease" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.22" [[package]] +name = "primeorder" +version = "0.13.6" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6" dependencies = [ - "elliptic-curve", + "elliptic-curve", ] -name = "primeorder" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.13.6" [[package]] +name = "primitive-types" +version = "0.12.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0b34d9fd68ae0b74a41b21c03c2f62847aa0ffea044eee893b4c140b37e244e2" dependencies = [ - "fixed-hash", - "impl-codec", - "impl-rlp", - "impl-serde", - "scale-info", - "uint", + "fixed-hash", + "impl-codec", + "impl-rlp", + "impl-serde", + "scale-info", + "uint", ] -name = "primitive-types" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.12.2" [[package]] +name = "prioritized-metered-channel" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a172e6cc603231f2cf004232eabcecccc0da53ba576ab286ef7baa0cfc7927ad" dependencies = [ - "coarsetime", - "crossbeam-queue", - "derive_more", - "futures 0.3.30", - "futures-timer", - "nanorand", - "thiserror", - "tracing", + "coarsetime", + "crossbeam-queue", + "derive_more", + "futures 0.3.30", + "futures-timer", + "nanorand", + "thiserror", + "tracing", ] -name = "prioritized-metered-channel" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.6.1" [[package]] +name = "proc-macro-crate" +version = "1.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a" dependencies = [ - "thiserror", - "toml 0.5.11", + "thiserror", + "toml 0.5.11", ] -name = "proc-macro-crate" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.1.3" [[package]] +name = "proc-macro-crate" +version = "3.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b" dependencies = [ - "toml_edit", + "toml_edit", ] -name = "proc-macro-crate" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "3.2.0" [[package]] +name = "proc-macro-error" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" dependencies = [ - "proc-macro-error-attr", - "proc-macro2", - "quote", - "syn 1.0.109", - "version_check", + "proc-macro-error-attr", + "proc-macro2", + "quote", + "syn 1.0.109", + "version_check", ] -name = "proc-macro-error" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.0.4" [[package]] +name = "proc-macro-error-attr" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" dependencies = [ - "proc-macro2", - "quote", - "version_check", + "proc-macro2", + "quote", + "version_check", ] -name = "proc-macro-error-attr" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.0.4" [[package]] +name = "proc-macro-warning" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3d1eaa7fa0aa1929ffdf7eeb6eac234dde6268914a14ad44d23521ab6a9b258e" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro2", + "quote", + "syn 2.0.76", ] -name = "proc-macro-warning" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.2" [[package]] +name = "proc-macro-warning" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "834da187cfe638ae8abb0203f0b33e5ccdb02a28e7199f2f47b3e2754f50edca" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro2", + "quote", + "syn 2.0.76", ] -name = "proc-macro-warning" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.0.2" [[package]] +name = "proc-macro2" +version = "1.0.86" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" dependencies = [ - "unicode-ident", + "unicode-ident", ] -name = "proc-macro2" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.0.86" [[package]] +name = "prometheus" +version = "0.13.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1" dependencies = [ - "cfg-if", - "fnv", - "lazy_static", - "memchr", - "parking_lot 0.12.3", - "thiserror", + "cfg-if", + "fnv", + "lazy_static", + "memchr", + "parking_lot 0.12.3", + "thiserror", ] -name = "prometheus" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.13.4" [[package]] +name = "prometheus-client" +version = "0.21.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3c99afa9a01501019ac3a14d71d9f94050346f55ca471ce90c799a15c58f61e2" dependencies = [ - "dtoa", - "itoa", - "parking_lot 0.12.3", - "prometheus-client-derive-encode", + "dtoa", + "itoa", + "parking_lot 0.12.3", + "prometheus-client-derive-encode", ] -name = "prometheus-client" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.21.2" [[package]] +name = "prometheus-client-derive-encode" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "440f724eba9f6996b75d63681b0a92b06947f1457076d503a4d2e2c8f56442b8" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro2", + "quote", + "syn 2.0.76", ] -name = "prometheus-client-derive-encode" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.2" [[package]] +name = "prost" +version = "0.11.9" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd" dependencies = [ - "bytes", - "prost-derive 0.11.9", + "bytes", + "prost-derive 0.11.9", ] -name = "prost" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.11.9" [[package]] +name = "prost" +version = "0.12.6" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29" dependencies = [ - "bytes", - "prost-derive 0.12.6", + "bytes", + "prost-derive 0.12.6", ] -name = "prost" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.12.6" [[package]] +name = "prost-build" +version = "0.11.9" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "119533552c9a7ffacc21e099c24a0ac8bb19c2a2a3f363de84cd9b844feab270" dependencies = [ - "bytes", - "heck 0.4.1", - "itertools 0.10.5", - "lazy_static", - "log", - "multimap 0.8.3", - "petgraph", - "prettyplease 0.1.25", - "prost 0.11.9", - "prost-types 0.11.9", - "regex", - "syn 1.0.109", - "tempfile", - "which", + "bytes", + "heck 0.4.1", + "itertools 0.10.5", + "lazy_static", + "log", + "multimap 0.8.3", + "petgraph", + "prettyplease 0.1.25", + "prost 0.11.9", + "prost-types 0.11.9", + "regex", + "syn 1.0.109", + "tempfile", + "which", ] -name = "prost-build" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.11.9" [[package]] +name = "prost-build" +version = "0.12.6" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4" dependencies = [ - "bytes", - "heck 0.5.0", - "itertools 0.12.1", - "log", - "multimap 0.10.0", - "once_cell", - "petgraph", - "prettyplease 0.2.22", - "prost 0.12.6", - "prost-types 0.12.6", - "regex", - "syn 2.0.76", - "tempfile", + "bytes", + "heck 0.5.0", + "itertools 0.12.1", + "log", + "multimap 0.10.0", + "once_cell", + "petgraph", + "prettyplease 0.2.22", + "prost 0.12.6", + "prost-types 0.12.6", + "regex", + "syn 2.0.76", + "tempfile", ] -name = "prost-build" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.12.6" [[package]] +name = "prost-derive" +version = "0.11.9" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4" dependencies = [ - "anyhow", - "itertools 0.10.5", - "proc-macro2", - "quote", - "syn 1.0.109", + "anyhow", + "itertools 0.10.5", + "proc-macro2", + "quote", + "syn 1.0.109", ] -name = "prost-derive" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.11.9" [[package]] +name = "prost-derive" +version = "0.12.6" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" dependencies = [ - "anyhow", - "itertools 0.12.1", - "proc-macro2", - "quote", - "syn 2.0.76", + "anyhow", + "itertools 0.12.1", + "proc-macro2", + "quote", + "syn 2.0.76", ] -name = "prost-derive" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.12.6" [[package]] +name = "prost-types" +version = "0.11.9" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13" dependencies = [ - "prost 0.11.9", + "prost 0.11.9", ] -name = "prost-types" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.11.9" [[package]] +name = "prost-types" +version = "0.12.6" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0" dependencies = [ - "prost 0.12.6", + "prost 0.12.6", ] -name = "prost-types" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.12.6" [[package]] +name = "psm" +version = "0.1.21" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874" dependencies = [ - "cc", + "cc", ] -name = "psm" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.21" [[package]] +name = "quanta" +version = "0.12.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e5167a477619228a0b284fac2674e3c388cba90631d7b7de620e6f1fcd08da5" dependencies = [ - "crossbeam-utils", - "libc", - "once_cell", - "raw-cpuid", - "wasi 0.11.0+wasi-snapshot-preview1", - "web-sys", - "winapi", + "crossbeam-utils", + "libc", + "once_cell", + "raw-cpuid", + "wasi 0.11.0+wasi-snapshot-preview1", + "web-sys", + "winapi", ] -name = "quanta" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.12.3" [[package]] -checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" name = "quick-error" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" [[package]] +name = "quick-protobuf" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9d6da84cc204722a989e01ba2f6e1e276e190f22263d0cb6ce8526fcdb0d2e1f" dependencies = [ - "byteorder", + "byteorder", ] -name = "quick-protobuf" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.8.1" [[package]] +name = "quick-protobuf-codec" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f8ededb1cd78531627244d51dd0c7139fbe736c7d57af0092a76f0ffb2f56e98" dependencies = [ - "asynchronous-codec", - "bytes", - "quick-protobuf", - "thiserror", - "unsigned-varint 0.7.2", + "asynchronous-codec", + "bytes", + "quick-protobuf", + "thiserror", + "unsigned-varint 0.7.2", ] -name = "quick-protobuf-codec" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.0" [[package]] +name = "quinn" +version = "0.9.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2e8b432585672228923edbbf64b8b12c14e1112f62e88737655b4a083dbcd78e" dependencies = [ - "bytes", - "pin-project-lite", - "quinn-proto 0.9.6", - "quinn-udp 0.3.2", - "rustc-hash", - "rustls 0.20.9", - "thiserror", - "tokio", - "tracing", - "webpki", + "bytes", + "pin-project-lite", + "quinn-proto 0.9.6", + "quinn-udp 0.3.2", + "rustc-hash", + "rustls 0.20.9", + "thiserror", + "tokio", + "tracing", + "webpki", ] -name = "quinn" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.9.4" [[package]] +name = "quinn" +version = "0.10.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8cc2c5017e4b43d5995dcea317bc46c1e09404c0a9664d2908f7f02dfe943d75" dependencies = [ - "bytes", - "futures-io", - "pin-project-lite", - "quinn-proto 0.10.6", - "quinn-udp 0.4.1", - "rustc-hash", - "rustls 0.21.12", - "thiserror", - "tokio", - "tracing", + "bytes", + "futures-io", + "pin-project-lite", + "quinn-proto 0.10.6", + "quinn-udp 0.4.1", + "rustc-hash", + "rustls 0.21.12", + "thiserror", + "tokio", + "tracing", ] -name = "quinn" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.10.2" [[package]] +name = "quinn-proto" +version = "0.9.6" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "94b0b33c13a79f669c85defaf4c275dc86a0c0372807d0ca3d78e0bb87274863" dependencies = [ - "bytes", - "rand 0.8.5", - "ring 0.16.20", - "rustc-hash", - "rustls 0.20.9", - "slab", - "thiserror", - "tinyvec", - "tracing", - "webpki", + "bytes", + "rand 0.8.5", + "ring 0.16.20", + "rustc-hash", + "rustls 0.20.9", + "slab", + "thiserror", + "tinyvec", + "tracing", + "webpki", ] -name = "quinn-proto" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.9.6" [[package]] +name = "quinn-proto" +version = "0.10.6" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "141bf7dfde2fbc246bfd3fe12f2455aa24b0fbd9af535d8c86c7bd1381ff2b1a" dependencies = [ - "bytes", - "rand 0.8.5", - "ring 0.16.20", - "rustc-hash", - "rustls 0.21.12", - "slab", - "thiserror", - "tinyvec", - "tracing", + "bytes", + "rand 0.8.5", + "ring 0.16.20", + "rustc-hash", + "rustls 0.21.12", + "slab", + "thiserror", + "tinyvec", + "tracing", ] -name = "quinn-proto" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.10.6" [[package]] +name = "quinn-udp" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "641538578b21f5e5c8ea733b736895576d0fe329bb883b937db6f4d163dbaaf4" dependencies = [ - "libc", - "quinn-proto 0.9.6", - "socket2 0.4.10", - "tracing", - "windows-sys 0.42.0", + "libc", + "quinn-proto 0.9.6", + "socket2 0.4.10", + "tracing", + "windows-sys 0.42.0", ] -name = "quinn-udp" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.2" [[package]] +name = "quinn-udp" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "055b4e778e8feb9f93c4e439f71dc2156ef13360b432b799e179a8c4cdf0b1d7" dependencies = [ - "bytes", - "libc", - "socket2 0.5.7", - "tracing", - "windows-sys 0.48.0", + "bytes", + "libc", + "socket2 0.5.7", + "tracing", + "windows-sys 0.48.0", ] -name = "quinn-udp" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.1" [[package]] +name = "quote" +version = "1.0.37" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" dependencies = [ - "proc-macro2", + "proc-macro2", ] -name = "quote" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.0.37" [[package]] -checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" name = "radium" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" [[package]] +name = "rand" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" dependencies = [ - "getrandom 0.1.16", - "libc", - "rand_chacha 0.2.2", - "rand_core 0.5.1", - "rand_hc", + "getrandom 0.1.16", + "libc", + "rand_chacha 0.2.2", + "rand_core 0.5.1", + "rand_hc", ] -name = "rand" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.7.3" [[package]] +name = "rand" +version = "0.8.5" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" dependencies = [ - "libc", - "rand_chacha 0.3.1", - "rand_core 0.6.4", + "libc", + "rand_chacha 0.3.1", + "rand_core 0.6.4", ] -name = "rand" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.8.5" [[package]] +name = "rand_chacha" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" dependencies = [ - "ppv-lite86", - "rand_core 0.5.1", + "ppv-lite86", + "rand_core 0.5.1", ] -name = "rand_chacha" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.2" [[package]] +name = "rand_chacha" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" dependencies = [ - "ppv-lite86", - "rand_core 0.6.4", + "ppv-lite86", + "rand_core 0.6.4", ] -name = "rand_chacha" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.1" [[package]] +name = "rand_core" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" dependencies = [ - "getrandom 0.1.16", + "getrandom 0.1.16", ] -name = "rand_core" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.5.1" [[package]] +name = "rand_core" +version = "0.6.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" dependencies = [ - "getrandom 0.2.15", + "getrandom 0.2.15", ] -name = "rand_core" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.6.4" [[package]] +name = "rand_distr" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31" dependencies = [ - "num-traits", - "rand 0.8.5", + "num-traits", + "rand 0.8.5", ] -name = "rand_distr" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.3" [[package]] +name = "rand_hc" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" dependencies = [ - "rand_core 0.5.1", + "rand_core 0.5.1", ] -name = "rand_hc" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.0" [[package]] +name = "rand_pcg" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e" dependencies = [ - "rand_core 0.6.4", + "rand_core 0.6.4", ] -name = "rand_pcg" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.1" [[package]] +name = "raw-cpuid" +version = "11.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cb9ee317cfe3fbd54b36a511efc1edd42e216903c9cd575e686dd68a2ba90d8d" dependencies = [ - "bitflags 2.6.0", + "bitflags 2.6.0", ] -name = "raw-cpuid" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "11.1.0" [[package]] -checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" name = "rawpointer" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" [[package]] +name = "rayon" +version = "1.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" dependencies = [ - "either", - "rayon-core", + "either", + "rayon-core", ] -name = "rayon" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.10.0" [[package]] +name = "rayon-core" +version = "1.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" dependencies = [ - "crossbeam-deque", - "crossbeam-utils", + "crossbeam-deque", + "crossbeam-utils", ] -name = "rayon-core" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.12.1" [[package]] +name = "rcgen" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ffbe84efe2f38dea12e9bfc1f65377fdf03e53a18cb3b995faedf7934c7e785b" dependencies = [ - "pem", - "ring 0.16.20", - "time", - "yasna", + "pem", + "ring 0.16.20", + "time", + "yasna", ] -name = "rcgen" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.10.0" [[package]] +name = "redox_syscall" +version = "0.2.16" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" dependencies = [ - "bitflags 1.3.2", + "bitflags 1.3.2", ] -name = "redox_syscall" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.16" [[package]] +name = "redox_syscall" +version = "0.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4" dependencies = [ - "bitflags 2.6.0", + "bitflags 2.6.0", ] -name = "redox_syscall" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.5.3" [[package]] +name = "redox_users" +version = "0.4.6" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" dependencies = [ - "getrandom 0.2.15", - "libredox", - "thiserror", + "getrandom 0.2.15", + "libredox", + "thiserror", ] -name = "redox_users" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.6" [[package]] +name = "reed-solomon-novelpoly" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "87413ebb313323d431e85d0afc5a68222aaed972843537cbfe5f061cf1b4bcab" dependencies = [ - "derive_more", - "fs-err", - "static_init", - "thiserror", + "derive_more", + "fs-err", + "static_init", + "thiserror", ] -name = "reed-solomon-novelpoly" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "2.0.0" [[package]] +name = "ref-cast" +version = "1.0.23" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ccf0a6f84d5f1d581da8b41b47ec8600871962f2a528115b542b362d4b744931" dependencies = [ - "ref-cast-impl", + "ref-cast-impl", ] -name = "ref-cast" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.0.23" [[package]] +name = "ref-cast-impl" +version = "1.0.23" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bcc303e793d3734489387d205e9b186fac9c6cfacedd98cbb2e8a5943595f3e6" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro2", + "quote", + "syn 2.0.76", ] -name = "ref-cast-impl" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.0.23" [[package]] +name = "regalloc2" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "80535183cae11b149d618fbd3c37e38d7cda589d82d7769e196ca9a9042d7621" dependencies = [ - "fxhash", - "log", - "slice-group-by", - "smallvec", + "fxhash", + "log", + "slice-group-by", + "smallvec", ] -name = "regalloc2" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.6.1" [[package]] +name = "regalloc2" +version = "0.9.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6" dependencies = [ - "hashbrown 0.13.2", - "log", - "rustc-hash", - "slice-group-by", - "smallvec", + "hashbrown 0.13.2", + "log", + "rustc-hash", + "slice-group-by", + "smallvec", ] -name = "regalloc2" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.9.3" [[package]] +name = "regex" +version = "1.10.6" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619" dependencies = [ - "aho-corasick", - "memchr", - "regex-automata 0.4.7", - "regex-syntax 0.8.4", + "aho-corasick", + "memchr", + "regex-automata 0.4.7", + "regex-syntax 0.8.4", ] -name = "regex" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.10.6" [[package]] +name = "regex-automata" +version = "0.1.10" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" dependencies = [ - "regex-syntax 0.6.29", + "regex-syntax 0.6.29", ] -name = "regex-automata" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.10" [[package]] +name = "regex-automata" +version = "0.4.7" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df" dependencies = [ - "aho-corasick", - "memchr", - "regex-syntax 0.8.4", + "aho-corasick", + "memchr", + "regex-syntax 0.8.4", ] -name = "regex-automata" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.7" [[package]] -checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" name = "regex-syntax" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.6.29" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" [[package]] -checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" name = "regex-syntax" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.8.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" [[package]] +name = "resolv-conf" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00" dependencies = [ - "hostname", - "quick-error", + "hostname", + "quick-error", ] -name = "resolv-conf" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.7.0" [[package]] +name = "rfc6979" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" dependencies = [ - "hmac 0.12.1", - "subtle 2.6.1", + "hmac 0.12.1", + "subtle 2.6.1", ] -name = "rfc6979" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.0" [[package]] +name = "ring" +version = "0.16.20" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" dependencies = [ - "cc", - "libc", - "once_cell", - "spin 0.5.2", - "untrusted 0.7.1", - "web-sys", - "winapi", + "cc", + "libc", + "once_cell", + "spin 0.5.2", + "untrusted 0.7.1", + "web-sys", + "winapi", ] -name = "ring" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.16.20" [[package]] +name = "ring" +version = "0.17.8" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" dependencies = [ - "cc", - "cfg-if", - "getrandom 0.2.15", - "libc", - "spin 0.9.8", - "untrusted 0.9.0", - "windows-sys 0.52.0", + "cc", + "cfg-if", + "getrandom 0.2.15", + "libc", + "spin 0.9.8", + "untrusted 0.9.0", + "windows-sys 0.52.0", ] -name = "ring" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.17.8" [[package]] +name = "ripemd" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bd124222d17ad93a644ed9d011a40f4fb64aa54275c08cc216524a9ea82fb09f" dependencies = [ - "digest 0.10.7", + "digest 0.10.7", ] -name = "ripemd" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.3" [[package]] +name = "rlp" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bb919243f34364b6bd2fc10ef797edbfa75f33c252e7998527479c6d6b47e1ec" dependencies = [ - "bytes", - "rlp-derive", - "rustc-hex", + "bytes", + "rlp-derive", + "rustc-hex", ] -name = "rlp" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.5.2" [[package]] +name = "rlp-derive" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a" dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", + "proc-macro2", + "quote", + "syn 1.0.109", ] -name = "rlp-derive" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.0" [[package]] +name = "rocksdb" +version = "0.21.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bb6f170a4041d50a0ce04b0d2e14916d6ca863ea2e422689a5b694395d299ffe" dependencies = [ - "libc", - "librocksdb-sys", + "libc", + "librocksdb-sys", ] -name = "rocksdb" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.21.0" [[package]] -dependencies = [ - "binary-merkle-tree", - "bitvec", - "frame-benchmarking", - "frame-executive", - "frame-metadata-hash-extension", - "frame-support", - "frame-system", - "frame-system-benchmarking", - "frame-system-rpc-runtime-api", - "frame-try-runtime", - "hex-literal 0.4.1", - "log", - "pallet-asset-rate", - "pallet-authority-discovery", - "pallet-authorship", - "pallet-babe", - "pallet-balances", - "pallet-beefy", - "pallet-beefy-mmr", - "pallet-bounties", - "pallet-child-bounties", - "pallet-collective", - "pallet-conviction-voting", - "pallet-democracy", - "pallet-elections-phragmen", - "pallet-grandpa", - "pallet-identity", - "pallet-indices", - "pallet-membership", - "pallet-message-queue", - "pallet-mmr", - "pallet-multisig", - "pallet-nis", - "pallet-offences", - "pallet-parameters", - "pallet-preimage", - "pallet-proxy", - "pallet-ranked-collective", - "pallet-recovery", - "pallet-referenda", - "pallet-root-testing", - "pallet-scheduler", - "pallet-session", - "pallet-society", - "pallet-staking", - "pallet-state-trie-migration", - "pallet-sudo", - "pallet-timestamp", - "pallet-tips", - "pallet-transaction-payment", - "pallet-transaction-payment-rpc-runtime-api", - "pallet-treasury", - "pallet-utility", - "pallet-vesting", - "pallet-whitelist", - "pallet-xcm", - "pallet-xcm-benchmarks", - "parity-scale-codec", - "polkadot-parachain-primitives", - "polkadot-primitives", - "polkadot-runtime-common", - "polkadot-runtime-parachains", - "rococo-runtime-constants", - "scale-info", - "serde", - "serde_derive", - "serde_json", - "smallvec", - "sp-api", - "sp-arithmetic", - "sp-authority-discovery", - "sp-block-builder", - "sp-consensus-babe", - "sp-consensus-beefy", - "sp-consensus-grandpa", - "sp-core", - "sp-genesis-builder", - "sp-inherents", - "sp-io", - "sp-mmr-primitives", - "sp-offchain", - "sp-runtime", - "sp-session", - "sp-staking", - "sp-storage", - "sp-transaction-pool", - "sp-version", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", - "static_assertions", - "substrate-wasm-builder", - "xcm-runtime-apis", -] name = "rococo-runtime" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" version = "17.0.0" - -[[package]] +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-support", - "polkadot-primitives", - "polkadot-runtime-common", - "smallvec", - "sp-core", - "sp-runtime", - "sp-weights", - "staging-xcm", - "staging-xcm-builder", + "binary-merkle-tree", + "bitvec", + "frame-benchmarking", + "frame-executive", + "frame-metadata-hash-extension", + "frame-support", + "frame-system", + "frame-system-benchmarking", + "frame-system-rpc-runtime-api", + "frame-try-runtime", + "hex-literal 0.4.1", + "log", + "pallet-asset-rate", + "pallet-authority-discovery", + "pallet-authorship", + "pallet-babe", + "pallet-balances", + "pallet-beefy", + "pallet-beefy-mmr", + "pallet-bounties", + "pallet-child-bounties", + "pallet-collective", + "pallet-conviction-voting", + "pallet-democracy", + "pallet-elections-phragmen", + "pallet-grandpa", + "pallet-identity", + "pallet-indices", + "pallet-membership", + "pallet-message-queue", + "pallet-mmr", + "pallet-multisig", + "pallet-nis", + "pallet-offences", + "pallet-parameters", + "pallet-preimage", + "pallet-proxy", + "pallet-ranked-collective", + "pallet-recovery", + "pallet-referenda", + "pallet-root-testing", + "pallet-scheduler", + "pallet-session", + "pallet-society", + "pallet-staking", + "pallet-state-trie-migration", + "pallet-sudo", + "pallet-timestamp", + "pallet-tips", + "pallet-transaction-payment", + "pallet-transaction-payment-rpc-runtime-api", + "pallet-treasury", + "pallet-utility", + "pallet-vesting", + "pallet-whitelist", + "pallet-xcm", + "pallet-xcm-benchmarks", + "parity-scale-codec", + "polkadot-parachain-primitives", + "polkadot-primitives", + "polkadot-runtime-common", + "polkadot-runtime-parachains", + "rococo-runtime-constants", + "scale-info", + "serde", + "serde_derive", + "serde_json", + "smallvec", + "sp-api", + "sp-arithmetic", + "sp-authority-discovery", + "sp-block-builder", + "sp-consensus-babe", + "sp-consensus-beefy", + "sp-consensus-grandpa", + "sp-core", + "sp-genesis-builder", + "sp-inherents", + "sp-io", + "sp-mmr-primitives", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-staking", + "sp-storage", + "sp-transaction-pool", + "sp-version", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", + "static_assertions", + "substrate-wasm-builder", + "xcm-runtime-apis", ] + +[[package]] name = "rococo-runtime-constants" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" version = "16.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +dependencies = [ + "frame-support", + "polkadot-primitives", + "polkadot-runtime-common", + "smallvec", + "sp-core", + "sp-runtime", + "sp-weights", + "staging-xcm", + "staging-xcm-builder", +] [[package]] -checksum = "afab94fb28594581f62d981211a9a4d53cc8130bbcbbb89a0440d9b8e81a7746" name = "route-recognizer" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "afab94fb28594581f62d981211a9a4d53cc8130bbcbbb89a0440d9b8e81a7746" [[package]] +name = "rpassword" +version = "7.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "80472be3c897911d0137b2d2b9055faf6eeac5b14e324073d83bc17b191d7e3f" dependencies = [ - "libc", - "rtoolbox", - "windows-sys 0.48.0", + "libc", + "rtoolbox", + "windows-sys 0.48.0", ] -name = "rpassword" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "7.3.1" [[package]] +name = "rtnetlink" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "322c53fd76a18698f1c27381d58091de3a043d356aa5bd0d510608b565f469a0" dependencies = [ - "futures 0.3.30", - "log", - "netlink-packet-route", - "netlink-proto", - "nix 0.24.3", - "thiserror", - "tokio", + "futures 0.3.30", + "log", + "netlink-packet-route", + "netlink-proto", + "nix 0.24.3", + "thiserror", + "tokio", ] -name = "rtnetlink" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.10.1" [[package]] +name = "rtoolbox" +version = "0.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c247d24e63230cdb56463ae328478bd5eac8b8faa8c69461a77e8e323afac90e" dependencies = [ - "libc", - "windows-sys 0.48.0", + "libc", + "windows-sys 0.48.0", ] -name = "rtoolbox" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.0.2" [[package]] -checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" name = "rustc-demangle" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.1.24" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" [[package]] -checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" name = "rustc-hash" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" [[package]] -checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6" name = "rustc-hex" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "2.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6" [[package]] +name = "rustc_version" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" dependencies = [ - "semver 1.0.23", + "semver 1.0.23", ] -name = "rustc_version" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.1" [[package]] +name = "rusticata-macros" +version = "4.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632" dependencies = [ - "nom", + "nom", ] -name = "rusticata-macros" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "4.1.0" [[package]] +name = "rustix" +version = "0.36.17" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "305efbd14fde4139eb501df5f136994bb520b033fa9fbdce287507dc23b8c7ed" dependencies = [ - "bitflags 1.3.2", - "errno", - "io-lifetimes", - "libc", - "linux-raw-sys 0.1.4", - "windows-sys 0.45.0", + "bitflags 1.3.2", + "errno", + "io-lifetimes", + "libc", + "linux-raw-sys 0.1.4", + "windows-sys 0.45.0", ] -name = "rustix" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.36.17" [[package]] +name = "rustix" +version = "0.37.27" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2" dependencies = [ - "bitflags 1.3.2", - "errno", - "io-lifetimes", - "libc", - "linux-raw-sys 0.3.8", - "windows-sys 0.48.0", + "bitflags 1.3.2", + "errno", + "io-lifetimes", + "libc", + "linux-raw-sys 0.3.8", + "windows-sys 0.48.0", ] -name = "rustix" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.37.27" [[package]] +name = "rustix" +version = "0.38.35" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a85d50532239da68e9addb745ba38ff4612a242c1c7ceea689c4bc7c2f43c36f" dependencies = [ - "bitflags 2.6.0", - "errno", - "libc", - "linux-raw-sys 0.4.14", - "windows-sys 0.52.0", + "bitflags 2.6.0", + "errno", + "libc", + "linux-raw-sys 0.4.14", + "windows-sys 0.52.0", ] -name = "rustix" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.38.35" [[package]] +name = "rustls" +version = "0.20.9" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99" dependencies = [ - "ring 0.16.20", - "sct", - "webpki", + "ring 0.16.20", + "sct", + "webpki", ] -name = "rustls" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.20.9" [[package]] +name = "rustls" +version = "0.21.12" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" dependencies = [ - "log", - "ring 0.17.8", - "rustls-webpki 0.101.7", - "sct", + "log", + "ring 0.17.8", + "rustls-webpki 0.101.7", + "sct", ] -name = "rustls" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.21.12" [[package]] +name = "rustls" +version = "0.23.12" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c58f8c84392efc0a126acce10fa59ff7b3d2ac06ab451a33f2741989b806b044" dependencies = [ - "log", - "once_cell", - "ring 0.17.8", - "rustls-pki-types", - "rustls-webpki 0.102.7", - "subtle 2.6.1", - "zeroize", + "log", + "once_cell", + "ring 0.17.8", + "rustls-pki-types", + "rustls-webpki 0.102.7", + "subtle 2.6.1", + "zeroize", ] -name = "rustls" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.23.12" [[package]] +name = "rustls-native-certs" +version = "0.6.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00" dependencies = [ - "openssl-probe", - "rustls-pemfile 1.0.4", - "schannel", - "security-framework", + "openssl-probe", + "rustls-pemfile 1.0.4", + "schannel", + "security-framework", ] -name = "rustls-native-certs" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.6.3" [[package]] +name = "rustls-native-certs" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e5bfb394eeed242e909609f56089eecfe5fda225042e8b171791b9c95f5931e5" dependencies = [ - "openssl-probe", - "rustls-pemfile 2.1.3", - "rustls-pki-types", - "schannel", - "security-framework", + "openssl-probe", + "rustls-pemfile 2.1.3", + "rustls-pki-types", + "schannel", + "security-framework", ] -name = "rustls-native-certs" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.7.3" [[package]] +name = "rustls-pemfile" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" dependencies = [ - "base64 0.21.7", + "base64 0.21.7", ] -name = "rustls-pemfile" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.0.4" [[package]] +name = "rustls-pemfile" +version = "2.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "196fe16b00e106300d3e45ecfcb764fa292a535d7326a29a5875c579c7417425" dependencies = [ - "base64 0.22.1", - "rustls-pki-types", + "base64 0.22.1", + "rustls-pki-types", ] -name = "rustls-pemfile" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "2.1.3" [[package]] -checksum = "fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0" name = "rustls-pki-types" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc0a2ce646f8655401bb81e7927b812614bd5d91dbc968696be50603510fcaf0" [[package]] +name = "rustls-platform-verifier" +version = "0.3.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "afbb878bdfdf63a336a5e63561b1835e7a8c91524f51621db870169eac84b490" dependencies = [ - "core-foundation", - "core-foundation-sys", - "jni", - "log", - "once_cell", - "rustls 0.23.12", - "rustls-native-certs 0.7.3", - "rustls-platform-verifier-android", - "rustls-webpki 0.102.7", - "security-framework", - "security-framework-sys", - "webpki-roots 0.26.3", - "winapi", + "core-foundation", + "core-foundation-sys", + "jni", + "log", + "once_cell", + "rustls 0.23.12", + "rustls-native-certs 0.7.3", + "rustls-platform-verifier-android", + "rustls-webpki 0.102.7", + "security-framework", + "security-framework-sys", + "webpki-roots 0.26.3", + "winapi", ] -name = "rustls-platform-verifier" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.4" [[package]] -checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" name = "rustls-platform-verifier-android" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" [[package]] +name = "rustls-webpki" +version = "0.101.7" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" dependencies = [ - "ring 0.17.8", - "untrusted 0.9.0", + "ring 0.17.8", + "untrusted 0.9.0", ] -name = "rustls-webpki" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.101.7" [[package]] +name = "rustls-webpki" +version = "0.102.7" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "84678086bd54edf2b415183ed7a94d0efb049f1b646a33e22a36f3794be6ae56" dependencies = [ - "ring 0.17.8", - "rustls-pki-types", - "untrusted 0.9.0", + "ring 0.17.8", + "rustls-pki-types", + "untrusted 0.9.0", ] -name = "rustls-webpki" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.102.7" [[package]] -checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" name = "rustversion" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.0.17" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" [[package]] +name = "ruzstd" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ac3ffab8f9715a0d455df4bbb9d21e91135aab3cd3ca187af0cd0c3c3f868fdc" dependencies = [ - "byteorder", - "thiserror-core", - "twox-hash", + "byteorder", + "thiserror-core", + "twox-hash", ] -name = "ruzstd" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.0" [[package]] +name = "rw-stream-sink" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d8c9026ff5d2f23da5e45bbc283f156383001bfb09c4e44256d02c1a685fe9a1" dependencies = [ - "futures 0.3.30", - "pin-project", - "static_assertions", + "futures 0.3.30", + "pin-project", + "static_assertions", ] -name = "rw-stream-sink" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.0" [[package]] -checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" name = "ryu" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.0.18" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" [[package]] +name = "safe_arch" +version = "0.7.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c3460605018fdc9612bce72735cba0d27efbcd9904780d44c7e3a9948f96148a" dependencies = [ - "bytemuck", + "bytemuck", ] -name = "safe_arch" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.7.2" [[package]] +name = "same-file" +version = "1.0.6" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" dependencies = [ - "winapi-util", + "winapi-util", ] -name = "same-file" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.0.6" [[package]] -dependencies = [ - "log", - "sp-core", - "sp-wasm-interface", - "thiserror", -] name = "sc-allocator" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" version = "29.0.0" - -[[package]] +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "futures 0.3.30", - "futures-timer", - "ip_network", - "libp2p", - "linked_hash_set", - "log", - "multihash 0.19.1", - "parity-scale-codec", - "prost 0.12.6", - "prost-build 0.12.6", - "rand 0.8.5", - "sc-client-api", - "sc-network", - "sc-network-types", - "sp-api", - "sp-authority-discovery", - "sp-blockchain", - "sp-core", - "sp-keystore", - "sp-runtime", - "substrate-prometheus-endpoint", - "thiserror", + "log", + "sp-core", + "sp-wasm-interface", + "thiserror", ] -name = "sc-authority-discovery" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.44.0" [[package]] +name = "sc-authority-discovery" +version = "0.44.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "futures 0.3.30", - "futures-timer", - "log", - "parity-scale-codec", - "sc-block-builder", - "sc-proposer-metrics", - "sc-telemetry", - "sc-transaction-pool-api", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-inherents", - "sp-runtime", - "substrate-prometheus-endpoint", + "async-trait", + "futures 0.3.30", + "futures-timer", + "ip_network", + "libp2p", + "linked_hash_set", + "log", + "multihash 0.19.1", + "parity-scale-codec", + "prost 0.12.6", + "prost-build 0.12.6", + "rand 0.8.5", + "sc-client-api", + "sc-network", + "sc-network-types", + "sp-api", + "sp-authority-discovery", + "sp-blockchain", + "sp-core", + "sp-keystore", + "sp-runtime", + "substrate-prometheus-endpoint", + "thiserror", ] -name = "sc-basic-authorship" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.44.0" [[package]] +name = "sc-basic-authorship" +version = "0.44.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "parity-scale-codec", - "sp-api", - "sp-block-builder", - "sp-blockchain", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-trie", + "futures 0.3.30", + "futures-timer", + "log", + "parity-scale-codec", + "sc-block-builder", + "sc-proposer-metrics", + "sc-telemetry", + "sc-transaction-pool-api", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-inherents", + "sp-runtime", + "substrate-prometheus-endpoint", ] -name = "sc-block-builder" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.42.0" [[package]] +name = "sc-block-builder" +version = "0.42.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "array-bytes", - "docify", - "log", - "memmap2 0.9.4", - "parity-scale-codec", - "sc-chain-spec-derive", - "sc-client-api", - "sc-executor", - "sc-network", - "sc-telemetry", - "serde", - "serde_json", - "sp-blockchain", - "sp-core", - "sp-crypto-hashing", - "sp-genesis-builder", - "sp-io", - "sp-runtime", - "sp-state-machine", - "sp-tracing", + "parity-scale-codec", + "sp-api", + "sp-block-builder", + "sp-blockchain", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-trie", ] -name = "sc-chain-spec" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "37.0.0" [[package]] +name = "sc-chain-spec" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "proc-macro-crate 3.2.0", - "proc-macro2", - "quote", - "syn 2.0.76", + "array-bytes", + "docify", + "log", + "memmap2 0.9.4", + "parity-scale-codec", + "sc-chain-spec-derive", + "sc-client-api", + "sc-executor", + "sc-network", + "sc-telemetry", + "serde", + "serde_json", + "sp-blockchain", + "sp-core", + "sp-crypto-hashing", + "sp-genesis-builder", + "sp-io", + "sp-runtime", + "sp-state-machine", + "sp-tracing", ] -name = "sc-chain-spec-derive" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "12.0.0" [[package]] +name = "sc-chain-spec-derive" +version = "12.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "array-bytes", - "chrono", - "clap", - "fdlimit", - "futures 0.3.30", - "itertools 0.11.0", - "libp2p-identity", - "log", - "names", - "parity-bip39", - "parity-scale-codec", - "rand 0.8.5", - "regex", - "rpassword", - "sc-client-api", - "sc-client-db", - "sc-executor", - "sc-keystore", - "sc-mixnet", - "sc-network", - "sc-service", - "sc-telemetry", - "sc-tracing", - "sc-utils", - "serde", - "serde_json", - "sp-blockchain", - "sp-core", - "sp-keyring", - "sp-keystore", - "sp-panic-handler", - "sp-runtime", - "sp-state-machine", - "sp-storage", - "sp-version", - "thiserror", - "tokio", + "proc-macro-crate 3.2.0", + "proc-macro2", + "quote", + "syn 2.0.76", ] -name = "sc-cli" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.46.0" [[package]] +name = "sc-cli" +version = "0.46.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "fnv", - "futures 0.3.30", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "sc-executor", - "sc-transaction-pool-api", - "sc-utils", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-database", - "sp-externalities", - "sp-runtime", - "sp-state-machine", - "sp-statement-store", - "sp-storage", - "sp-trie", - "substrate-prometheus-endpoint", + "array-bytes", + "chrono", + "clap", + "fdlimit", + "futures 0.3.30", + "itertools 0.11.0", + "libp2p-identity", + "log", + "names", + "parity-bip39", + "parity-scale-codec", + "rand 0.8.5", + "regex", + "rpassword", + "sc-client-api", + "sc-client-db", + "sc-executor", + "sc-keystore", + "sc-mixnet", + "sc-network", + "sc-service", + "sc-telemetry", + "sc-tracing", + "sc-utils", + "serde", + "serde_json", + "sp-blockchain", + "sp-core", + "sp-keyring", + "sp-keystore", + "sp-panic-handler", + "sp-runtime", + "sp-state-machine", + "sp-storage", + "sp-version", + "thiserror", + "tokio", ] -name = "sc-client-api" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "37.0.0" [[package]] +name = "sc-client-api" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "hash-db", - "kvdb", - "kvdb-memorydb", - "kvdb-rocksdb", - "linked-hash-map", - "log", - "parity-db", - "parity-scale-codec", - "parking_lot 0.12.3", - "sc-client-api", - "sc-state-db", - "schnellru", - "sp-arithmetic", - "sp-blockchain", - "sp-core", - "sp-database", - "sp-runtime", - "sp-state-machine", - "sp-trie", + "fnv", + "futures 0.3.30", + "log", + "parity-scale-codec", + "parking_lot 0.12.3", + "sc-executor", + "sc-transaction-pool-api", + "sc-utils", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-database", + "sp-externalities", + "sp-runtime", + "sp-state-machine", + "sp-statement-store", + "sp-storage", + "sp-trie", + "substrate-prometheus-endpoint", ] -name = "sc-client-db" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.44.0" [[package]] +name = "sc-client-db" +version = "0.44.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "futures 0.3.30", - "log", - "mockall 0.11.4", - "parking_lot 0.12.3", - "sc-client-api", - "sc-network-types", - "sc-utils", - "serde", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-runtime", - "sp-state-machine", - "substrate-prometheus-endpoint", - "thiserror", + "hash-db", + "kvdb", + "kvdb-memorydb", + "kvdb-rocksdb", + "linked-hash-map", + "log", + "parity-db", + "parity-scale-codec", + "parking_lot 0.12.3", + "sc-client-api", + "sc-state-db", + "schnellru", + "sp-arithmetic", + "sp-blockchain", + "sp-core", + "sp-database", + "sp-runtime", + "sp-state-machine", + "sp-trie", ] -name = "sc-consensus" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.43.0" [[package]] +name = "sc-consensus" +version = "0.43.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "futures 0.3.30", - "log", - "parity-scale-codec", - "sc-block-builder", - "sc-client-api", - "sc-consensus", - "sc-consensus-slots", - "sc-telemetry", - "sp-api", - "sp-application-crypto", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", - "sp-consensus-aura", - "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-keystore", - "sp-runtime", - "substrate-prometheus-endpoint", - "thiserror", + "async-trait", + "futures 0.3.30", + "log", + "mockall 0.11.4", + "parking_lot 0.12.3", + "sc-client-api", + "sc-network-types", + "sc-utils", + "serde", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-runtime", + "sp-state-machine", + "substrate-prometheus-endpoint", + "thiserror", ] -name = "sc-consensus-aura" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.44.0" [[package]] +name = "sc-consensus-aura" +version = "0.44.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "fork-tree", - "futures 0.3.30", - "log", - "num-bigint", - "num-rational", - "num-traits", - "parity-scale-codec", - "parking_lot 0.12.3", - "sc-client-api", - "sc-consensus", - "sc-consensus-epochs", - "sc-consensus-slots", - "sc-telemetry", - "sc-transaction-pool-api", - "sp-api", - "sp-application-crypto", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", - "sp-consensus-babe", - "sp-consensus-slots", - "sp-core", - "sp-crypto-hashing", - "sp-inherents", - "sp-keystore", - "sp-runtime", - "substrate-prometheus-endpoint", - "thiserror", + "async-trait", + "futures 0.3.30", + "log", + "parity-scale-codec", + "sc-block-builder", + "sc-client-api", + "sc-consensus", + "sc-consensus-slots", + "sc-telemetry", + "sp-api", + "sp-application-crypto", + "sp-block-builder", + "sp-blockchain", + "sp-consensus", + "sp-consensus-aura", + "sp-consensus-slots", + "sp-core", + "sp-inherents", + "sp-keystore", + "sp-runtime", + "substrate-prometheus-endpoint", + "thiserror", ] -name = "sc-consensus-babe" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.44.0" [[package]] +name = "sc-consensus-babe" +version = "0.44.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "futures 0.3.30", - "jsonrpsee", - "sc-consensus-babe", - "sc-consensus-epochs", - "sc-rpc-api", - "serde", - "sp-api", - "sp-application-crypto", - "sp-blockchain", - "sp-consensus", - "sp-consensus-babe", - "sp-core", - "sp-keystore", - "sp-runtime", - "thiserror", + "async-trait", + "fork-tree", + "futures 0.3.30", + "log", + "num-bigint", + "num-rational", + "num-traits", + "parity-scale-codec", + "parking_lot 0.12.3", + "sc-client-api", + "sc-consensus", + "sc-consensus-epochs", + "sc-consensus-slots", + "sc-telemetry", + "sc-transaction-pool-api", + "sp-api", + "sp-application-crypto", + "sp-block-builder", + "sp-blockchain", + "sp-consensus", + "sp-consensus-babe", + "sp-consensus-slots", + "sp-core", + "sp-crypto-hashing", + "sp-inherents", + "sp-keystore", + "sp-runtime", + "substrate-prometheus-endpoint", + "thiserror", ] -name = "sc-consensus-babe-rpc" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.44.0" [[package]] +name = "sc-consensus-babe-rpc" +version = "0.44.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "array-bytes", - "async-channel 1.9.0", - "async-trait", - "fnv", - "futures 0.3.30", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "sc-client-api", - "sc-consensus", - "sc-network", - "sc-network-gossip", - "sc-network-sync", - "sc-network-types", - "sc-utils", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", - "sp-blockchain", - "sp-consensus", - "sp-consensus-beefy", - "sp-core", - "sp-crypto-hashing", - "sp-keystore", - "sp-runtime", - "substrate-prometheus-endpoint", - "thiserror", - "tokio", - "wasm-timer", + "futures 0.3.30", + "jsonrpsee", + "sc-consensus-babe", + "sc-consensus-epochs", + "sc-rpc-api", + "serde", + "sp-api", + "sp-application-crypto", + "sp-blockchain", + "sp-consensus", + "sp-consensus-babe", + "sp-core", + "sp-keystore", + "sp-runtime", + "thiserror", ] -name = "sc-consensus-beefy" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "23.0.0" [[package]] +name = "sc-consensus-beefy" +version = "23.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "futures 0.3.30", - "jsonrpsee", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "sc-consensus-beefy", - "sc-rpc", - "serde", - "sp-application-crypto", - "sp-consensus-beefy", - "sp-core", - "sp-runtime", - "thiserror", + "array-bytes", + "async-channel 1.9.0", + "async-trait", + "fnv", + "futures 0.3.30", + "log", + "parity-scale-codec", + "parking_lot 0.12.3", + "sc-client-api", + "sc-consensus", + "sc-network", + "sc-network-gossip", + "sc-network-sync", + "sc-network-types", + "sc-utils", + "sp-api", + "sp-application-crypto", + "sp-arithmetic", + "sp-blockchain", + "sp-consensus", + "sp-consensus-beefy", + "sp-core", + "sp-crypto-hashing", + "sp-keystore", + "sp-runtime", + "substrate-prometheus-endpoint", + "thiserror", + "tokio", + "wasm-timer", ] -name = "sc-consensus-beefy-rpc" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "23.0.0" [[package]] +name = "sc-consensus-beefy-rpc" +version = "23.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "fork-tree", - "parity-scale-codec", - "sc-client-api", - "sc-consensus", - "sp-blockchain", - "sp-runtime", + "futures 0.3.30", + "jsonrpsee", + "log", + "parity-scale-codec", + "parking_lot 0.12.3", + "sc-consensus-beefy", + "sc-rpc", + "serde", + "sp-application-crypto", + "sp-consensus-beefy", + "sp-core", + "sp-runtime", + "thiserror", ] -name = "sc-consensus-epochs" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.43.0" [[package]] +name = "sc-consensus-epochs" +version = "0.43.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "ahash", - "array-bytes", - "async-trait", - "dyn-clone", - "finality-grandpa", - "fork-tree", - "futures 0.3.30", - "futures-timer", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "rand 0.8.5", - "sc-block-builder", - "sc-chain-spec", - "sc-client-api", - "sc-consensus", - "sc-network", - "sc-network-common", - "sc-network-gossip", - "sc-network-sync", - "sc-network-types", - "sc-telemetry", - "sc-transaction-pool-api", - "sc-utils", - "serde_json", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", - "sp-blockchain", - "sp-consensus", - "sp-consensus-grandpa", - "sp-core", - "sp-crypto-hashing", - "sp-keystore", - "sp-runtime", - "substrate-prometheus-endpoint", - "thiserror", + "fork-tree", + "parity-scale-codec", + "sc-client-api", + "sc-consensus", + "sp-blockchain", + "sp-runtime", ] -name = "sc-consensus-grandpa" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.29.0" [[package]] +name = "sc-consensus-grandpa" +version = "0.29.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "finality-grandpa", - "futures 0.3.30", - "jsonrpsee", - "log", - "parity-scale-codec", - "sc-client-api", - "sc-consensus-grandpa", - "sc-rpc", - "serde", - "sp-blockchain", - "sp-core", - "sp-runtime", - "thiserror", + "ahash", + "array-bytes", + "async-trait", + "dyn-clone", + "finality-grandpa", + "fork-tree", + "futures 0.3.30", + "futures-timer", + "log", + "parity-scale-codec", + "parking_lot 0.12.3", + "rand 0.8.5", + "sc-block-builder", + "sc-chain-spec", + "sc-client-api", + "sc-consensus", + "sc-network", + "sc-network-common", + "sc-network-gossip", + "sc-network-sync", + "sc-network-types", + "sc-telemetry", + "sc-transaction-pool-api", + "sc-utils", + "serde_json", + "sp-api", + "sp-application-crypto", + "sp-arithmetic", + "sp-blockchain", + "sp-consensus", + "sp-consensus-grandpa", + "sp-core", + "sp-crypto-hashing", + "sp-keystore", + "sp-runtime", + "substrate-prometheus-endpoint", + "thiserror", ] -name = "sc-consensus-grandpa-rpc" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.29.0" [[package]] +name = "sc-consensus-grandpa-rpc" +version = "0.29.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "assert_matches", - "async-trait", - "futures 0.3.30", - "futures-timer", - "jsonrpsee", - "log", - "parity-scale-codec", - "sc-client-api", - "sc-consensus", - "sc-consensus-aura", - "sc-consensus-babe", - "sc-consensus-epochs", - "sc-transaction-pool", - "sc-transaction-pool-api", - "serde", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-consensus-aura", - "sp-consensus-babe", - "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-keystore", - "sp-runtime", - "sp-timestamp", - "substrate-prometheus-endpoint", - "thiserror", + "finality-grandpa", + "futures 0.3.30", + "jsonrpsee", + "log", + "parity-scale-codec", + "sc-client-api", + "sc-consensus-grandpa", + "sc-rpc", + "serde", + "sp-blockchain", + "sp-core", + "sp-runtime", + "thiserror", ] -name = "sc-consensus-manual-seal" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.45.0" [[package]] +name = "sc-consensus-manual-seal" +version = "0.45.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "futures 0.3.30", - "futures-timer", - "log", - "parity-scale-codec", - "sc-client-api", - "sc-consensus", - "sc-telemetry", - "sp-arithmetic", - "sp-blockchain", - "sp-consensus", - "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-state-machine", + "assert_matches", + "async-trait", + "futures 0.3.30", + "futures-timer", + "jsonrpsee", + "log", + "parity-scale-codec", + "sc-client-api", + "sc-consensus", + "sc-consensus-aura", + "sc-consensus-babe", + "sc-consensus-epochs", + "sc-transaction-pool", + "sc-transaction-pool-api", + "serde", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-consensus-aura", + "sp-consensus-babe", + "sp-consensus-slots", + "sp-core", + "sp-inherents", + "sp-keystore", + "sp-runtime", + "sp-timestamp", + "substrate-prometheus-endpoint", + "thiserror", ] -name = "sc-consensus-slots" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.43.0" [[package]] +name = "sc-consensus-slots" +version = "0.43.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "sc-executor-common", - "sc-executor-polkavm", - "sc-executor-wasmtime", - "schnellru", - "sp-api", - "sp-core", - "sp-externalities", - "sp-io", - "sp-panic-handler", - "sp-runtime-interface", - "sp-trie", - "sp-version", - "sp-wasm-interface", - "tracing", + "async-trait", + "futures 0.3.30", + "futures-timer", + "log", + "parity-scale-codec", + "sc-client-api", + "sc-consensus", + "sc-telemetry", + "sp-arithmetic", + "sp-blockchain", + "sp-consensus", + "sp-consensus-slots", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-state-machine", ] -name = "sc-executor" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.40.0" [[package]] +name = "sc-executor" +version = "0.40.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "parity-scale-codec", - "polkavm", - "sc-allocator", - "sp-maybe-compressed-blob", - "sp-wasm-interface", - "thiserror", - "wasm-instrument", + "log", + "parity-scale-codec", + "parking_lot 0.12.3", + "sc-executor-common", + "sc-executor-polkavm", + "sc-executor-wasmtime", + "schnellru", + "sp-api", + "sp-core", + "sp-externalities", + "sp-io", + "sp-panic-handler", + "sp-runtime-interface", + "sp-trie", + "sp-version", + "sp-wasm-interface", + "tracing", ] -name = "sc-executor-common" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.35.0" [[package]] +name = "sc-executor-common" +version = "0.35.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "log", - "polkavm", - "sc-executor-common", - "sp-wasm-interface", + "parity-scale-codec", + "polkavm", + "sc-allocator", + "sp-maybe-compressed-blob", + "sp-wasm-interface", + "thiserror", + "wasm-instrument", ] -name = "sc-executor-polkavm" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.32.0" [[package]] +name = "sc-executor-polkavm" +version = "0.32.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "anyhow", - "cfg-if", - "libc", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "rustix 0.36.17", - "sc-allocator", - "sc-executor-common", - "sp-runtime-interface", - "sp-wasm-interface", - "wasmtime", + "log", + "polkavm", + "sc-executor-common", + "sp-wasm-interface", ] -name = "sc-executor-wasmtime" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.35.0" [[package]] +name = "sc-executor-wasmtime" +version = "0.35.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "ansi_term", - "futures 0.3.30", - "futures-timer", - "log", - "sc-client-api", - "sc-network", - "sc-network-common", - "sc-network-sync", - "sp-blockchain", - "sp-runtime", + "anyhow", + "cfg-if", + "libc", + "log", + "parity-scale-codec", + "parking_lot 0.12.3", + "rustix 0.36.17", + "sc-allocator", + "sc-executor-common", + "sp-runtime-interface", + "sp-wasm-interface", + "wasmtime", ] -name = "sc-informant" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.43.0" [[package]] +name = "sc-informant" +version = "0.43.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "array-bytes", - "parking_lot 0.12.3", - "serde_json", - "sp-application-crypto", - "sp-core", - "sp-keystore", - "thiserror", + "ansi_term", + "futures 0.3.30", + "futures-timer", + "log", + "sc-client-api", + "sc-network", + "sc-network-common", + "sc-network-sync", + "sp-blockchain", + "sp-runtime", ] -name = "sc-keystore" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "33.0.0" [[package]] +name = "sc-keystore" +version = "33.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "array-bytes", - "arrayvec 0.7.6", - "blake2 0.10.6", - "bytes", - "futures 0.3.30", - "futures-timer", - "log", - "mixnet", - "multiaddr 0.18.1", - "parity-scale-codec", - "parking_lot 0.12.3", - "sc-client-api", - "sc-network", - "sc-network-types", - "sc-transaction-pool-api", - "sp-api", - "sp-consensus", - "sp-core", - "sp-keystore", - "sp-mixnet", - "sp-runtime", - "thiserror", + "array-bytes", + "parking_lot 0.12.3", + "serde_json", + "sp-application-crypto", + "sp-core", + "sp-keystore", + "thiserror", ] -name = "sc-mixnet" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.14.0" [[package]] +name = "sc-mixnet" +version = "0.14.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "array-bytes", - "async-channel 1.9.0", - "async-trait", - "asynchronous-codec", - "bytes", - "cid 0.9.0", - "either", - "fnv", - "futures 0.3.30", - "futures-timer", - "ip_network", - "libp2p", - "linked_hash_set", - "litep2p", - "log", - "mockall 0.11.4", - "once_cell", - "parity-scale-codec", - "parking_lot 0.12.3", - "partial_sort", - "pin-project", - "prost 0.12.6", - "prost-build 0.12.6", - "rand 0.8.5", - "sc-client-api", - "sc-network-common", - "sc-network-types", - "sc-utils", - "schnellru", - "serde", - "serde_json", - "smallvec", - "sp-arithmetic", - "sp-blockchain", - "sp-core", - "sp-runtime", - "substrate-prometheus-endpoint", - "thiserror", - "tokio", - "tokio-stream", - "unsigned-varint 0.7.2", - "void", - "wasm-timer", - "zeroize", + "array-bytes", + "arrayvec 0.7.6", + "blake2 0.10.6", + "bytes", + "futures 0.3.30", + "futures-timer", + "log", + "mixnet", + "multiaddr 0.18.1", + "parity-scale-codec", + "parking_lot 0.12.3", + "sc-client-api", + "sc-network", + "sc-network-types", + "sc-transaction-pool-api", + "sp-api", + "sp-consensus", + "sp-core", + "sp-keystore", + "sp-mixnet", + "sp-runtime", + "thiserror", ] -name = "sc-network" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.44.0" [[package]] -dependencies = [ - "async-trait", - "bitflags 1.3.2", - "futures 0.3.30", - "libp2p-identity", - "parity-scale-codec", - "prost-build 0.12.6", - "sc-consensus", - "sc-network-types", - "sp-consensus", - "sp-consensus-grandpa", - "sp-runtime", -] -name = "sc-network-common" +name = "sc-network" +version = "0.44.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.43.0" +dependencies = [ + "array-bytes", + "async-channel 1.9.0", + "async-trait", + "asynchronous-codec", + "bytes", + "cid 0.9.0", + "either", + "fnv", + "futures 0.3.30", + "futures-timer", + "ip_network", + "libp2p", + "linked_hash_set", + "litep2p", + "log", + "mockall 0.11.4", + "once_cell", + "parity-scale-codec", + "parking_lot 0.12.3", + "partial_sort", + "pin-project", + "prost 0.12.6", + "prost-build 0.12.6", + "rand 0.8.5", + "sc-client-api", + "sc-network-common", + "sc-network-types", + "sc-utils", + "schnellru", + "serde", + "serde_json", + "smallvec", + "sp-arithmetic", + "sp-blockchain", + "sp-core", + "sp-runtime", + "substrate-prometheus-endpoint", + "thiserror", + "tokio", + "tokio-stream", + "unsigned-varint 0.7.2", + "void", + "wasm-timer", + "zeroize", +] [[package]] +name = "sc-network-common" +version = "0.43.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "ahash", - "futures 0.3.30", - "futures-timer", - "log", - "sc-network", - "sc-network-common", - "sc-network-sync", - "sc-network-types", - "schnellru", - "sp-runtime", - "substrate-prometheus-endpoint", - "tracing", + "async-trait", + "bitflags 1.3.2", + "futures 0.3.30", + "libp2p-identity", + "parity-scale-codec", + "prost-build 0.12.6", + "sc-consensus", + "sc-network-types", + "sp-consensus", + "sp-consensus-grandpa", + "sp-runtime", ] -name = "sc-network-gossip" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.44.0" [[package]] +name = "sc-network-gossip" +version = "0.44.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "array-bytes", - "async-channel 1.9.0", - "futures 0.3.30", - "log", - "parity-scale-codec", - "prost 0.12.6", - "prost-build 0.12.6", - "sc-client-api", - "sc-network", - "sc-network-types", - "sp-blockchain", - "sp-core", - "sp-runtime", - "thiserror", + "ahash", + "futures 0.3.30", + "futures-timer", + "log", + "sc-network", + "sc-network-common", + "sc-network-sync", + "sc-network-types", + "schnellru", + "sp-runtime", + "substrate-prometheus-endpoint", + "tracing", ] -name = "sc-network-light" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.43.0" [[package]] +name = "sc-network-light" +version = "0.43.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "array-bytes", - "async-channel 1.9.0", - "async-trait", - "fork-tree", - "futures 0.3.30", - "futures-timer", - "libp2p", - "log", - "mockall 0.11.4", - "parity-scale-codec", - "prost 0.12.6", - "prost-build 0.12.6", - "sc-client-api", - "sc-consensus", - "sc-network", - "sc-network-common", - "sc-network-types", - "sc-utils", - "schnellru", - "smallvec", - "sp-arithmetic", - "sp-blockchain", - "sp-consensus", - "sp-consensus-grandpa", - "sp-core", - "sp-runtime", - "substrate-prometheus-endpoint", - "thiserror", - "tokio", - "tokio-stream", + "array-bytes", + "async-channel 1.9.0", + "futures 0.3.30", + "log", + "parity-scale-codec", + "prost 0.12.6", + "prost-build 0.12.6", + "sc-client-api", + "sc-network", + "sc-network-types", + "sp-blockchain", + "sp-core", + "sp-runtime", + "thiserror", ] -name = "sc-network-sync" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.43.0" [[package]] +name = "sc-network-sync" +version = "0.43.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "array-bytes", - "futures 0.3.30", - "log", - "parity-scale-codec", - "sc-network", - "sc-network-common", - "sc-network-sync", - "sc-network-types", - "sc-utils", - "sp-consensus", - "sp-runtime", - "substrate-prometheus-endpoint", + "array-bytes", + "async-channel 1.9.0", + "async-trait", + "fork-tree", + "futures 0.3.30", + "futures-timer", + "libp2p", + "log", + "mockall 0.11.4", + "parity-scale-codec", + "prost 0.12.6", + "prost-build 0.12.6", + "sc-client-api", + "sc-consensus", + "sc-network", + "sc-network-common", + "sc-network-types", + "sc-utils", + "schnellru", + "smallvec", + "sp-arithmetic", + "sp-blockchain", + "sp-consensus", + "sp-consensus-grandpa", + "sp-core", + "sp-runtime", + "substrate-prometheus-endpoint", + "thiserror", + "tokio", + "tokio-stream", ] -name = "sc-network-transactions" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.43.0" [[package]] +name = "sc-network-transactions" +version = "0.43.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "bs58 0.5.1", - "ed25519-dalek", - "libp2p-identity", - "litep2p", - "log", - "multiaddr 0.18.1", - "multihash 0.19.1", - "rand 0.8.5", - "thiserror", - "zeroize", + "array-bytes", + "futures 0.3.30", + "log", + "parity-scale-codec", + "sc-network", + "sc-network-common", + "sc-network-sync", + "sc-network-types", + "sc-utils", + "sp-consensus", + "sp-runtime", + "substrate-prometheus-endpoint", ] -name = "sc-network-types" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.12.1" [[package]] +name = "sc-network-types" +version = "0.12.1" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "array-bytes", - "bytes", - "fnv", - "futures 0.3.30", - "futures-timer", - "hyper 0.14.30", - "hyper-rustls", - "log", - "num_cpus", - "once_cell", - "parity-scale-codec", - "parking_lot 0.12.3", - "rand 0.8.5", - "sc-client-api", - "sc-network", - "sc-network-common", - "sc-network-types", - "sc-transaction-pool-api", - "sc-utils", - "sp-api", - "sp-core", - "sp-externalities", - "sp-keystore", - "sp-offchain", - "sp-runtime", - "threadpool", - "tracing", + "bs58 0.5.1", + "ed25519-dalek", + "libp2p-identity", + "litep2p", + "log", + "multiaddr 0.18.1", + "multihash 0.19.1", + "rand 0.8.5", + "thiserror", + "zeroize", ] -name = "sc-offchain" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "39.0.0" [[package]] +name = "sc-offchain" +version = "39.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "log", - "substrate-prometheus-endpoint", + "array-bytes", + "bytes", + "fnv", + "futures 0.3.30", + "futures-timer", + "hyper 0.14.30", + "hyper-rustls", + "log", + "num_cpus", + "once_cell", + "parity-scale-codec", + "parking_lot 0.12.3", + "rand 0.8.5", + "sc-client-api", + "sc-network", + "sc-network-common", + "sc-network-types", + "sc-transaction-pool-api", + "sc-utils", + "sp-api", + "sp-core", + "sp-externalities", + "sp-keystore", + "sp-offchain", + "sp-runtime", + "threadpool", + "tracing", ] -name = "sc-proposer-metrics" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.18.0" [[package]] +name = "sc-proposer-metrics" +version = "0.18.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "futures 0.3.30", - "jsonrpsee", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "sc-block-builder", - "sc-chain-spec", - "sc-client-api", - "sc-mixnet", - "sc-rpc-api", - "sc-tracing", - "sc-transaction-pool-api", - "sc-utils", - "serde_json", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-keystore", - "sp-offchain", - "sp-rpc", - "sp-runtime", - "sp-session", - "sp-statement-store", - "sp-version", - "tokio", + "log", + "substrate-prometheus-endpoint", ] -name = "sc-rpc" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "39.0.0" [[package]] +name = "sc-rpc" +version = "39.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "jsonrpsee", - "parity-scale-codec", - "sc-chain-spec", - "sc-mixnet", - "sc-transaction-pool-api", - "scale-info", - "serde", - "serde_json", - "sp-core", - "sp-rpc", - "sp-runtime", - "sp-version", - "thiserror", + "futures 0.3.30", + "jsonrpsee", + "log", + "parity-scale-codec", + "parking_lot 0.12.3", + "sc-block-builder", + "sc-chain-spec", + "sc-client-api", + "sc-mixnet", + "sc-rpc-api", + "sc-tracing", + "sc-transaction-pool-api", + "sc-utils", + "serde_json", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-keystore", + "sp-offchain", + "sp-rpc", + "sp-runtime", + "sp-session", + "sp-statement-store", + "sp-version", + "tokio", ] -name = "sc-rpc-api" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.43.0" [[package]] +name = "sc-rpc-api" +version = "0.43.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "forwarded-header-value", - "futures 0.3.30", - "governor", - "http 1.1.0", - "http-body-util", - "hyper 1.4.1", - "ip_network", - "jsonrpsee", - "log", - "serde", - "serde_json", - "substrate-prometheus-endpoint", - "tokio", - "tower", - "tower-http", + "jsonrpsee", + "parity-scale-codec", + "sc-chain-spec", + "sc-mixnet", + "sc-transaction-pool-api", + "scale-info", + "serde", + "serde_json", + "sp-core", + "sp-rpc", + "sp-runtime", + "sp-version", + "thiserror", ] -name = "sc-rpc-server" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "16.0.2" [[package]] +name = "sc-rpc-server" +version = "16.0.2" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "array-bytes", - "futures 0.3.30", - "futures-util", - "hex", - "jsonrpsee", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "rand 0.8.5", - "sc-chain-spec", - "sc-client-api", - "sc-rpc", - "sc-transaction-pool-api", - "sc-utils", - "schnellru", - "serde", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-rpc", - "sp-runtime", - "sp-version", - "thiserror", - "tokio", - "tokio-stream", + "forwarded-header-value", + "futures 0.3.30", + "governor", + "http 1.1.0", + "http-body-util", + "hyper 1.4.1", + "ip_network", + "jsonrpsee", + "log", + "serde", + "serde_json", + "substrate-prometheus-endpoint", + "tokio", + "tower", + "tower-http", ] -name = "sc-rpc-spec-v2" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.44.0" [[package]] +name = "sc-rpc-spec-v2" +version = "0.44.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "directories", - "exit-future", - "futures 0.3.30", - "futures-timer", - "jsonrpsee", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "pin-project", - "rand 0.8.5", - "sc-chain-spec", - "sc-client-api", - "sc-client-db", - "sc-consensus", - "sc-executor", - "sc-informant", - "sc-keystore", - "sc-network", - "sc-network-common", - "sc-network-light", - "sc-network-sync", - "sc-network-transactions", - "sc-network-types", - "sc-rpc", - "sc-rpc-server", - "sc-rpc-spec-v2", - "sc-sysinfo", - "sc-telemetry", - "sc-tracing", - "sc-transaction-pool", - "sc-transaction-pool-api", - "sc-utils", - "schnellru", - "serde", - "serde_json", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-externalities", - "sp-keystore", - "sp-runtime", - "sp-session", - "sp-state-machine", - "sp-storage", - "sp-transaction-pool", - "sp-transaction-storage-proof", - "sp-trie", - "sp-version", - "static_init", - "substrate-prometheus-endpoint", - "tempfile", - "thiserror", - "tokio", - "tracing", - "tracing-futures", + "array-bytes", + "futures 0.3.30", + "futures-util", + "hex", + "jsonrpsee", + "log", + "parity-scale-codec", + "parking_lot 0.12.3", + "rand 0.8.5", + "sc-chain-spec", + "sc-client-api", + "sc-rpc", + "sc-transaction-pool-api", + "sc-utils", + "schnellru", + "serde", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-rpc", + "sp-runtime", + "sp-version", + "thiserror", + "tokio", + "tokio-stream", ] -name = "sc-service" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.45.0" [[package]] +name = "sc-service" +version = "0.45.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "sp-core", + "async-trait", + "directories", + "exit-future", + "futures 0.3.30", + "futures-timer", + "jsonrpsee", + "log", + "parity-scale-codec", + "parking_lot 0.12.3", + "pin-project", + "rand 0.8.5", + "sc-chain-spec", + "sc-client-api", + "sc-client-db", + "sc-consensus", + "sc-executor", + "sc-informant", + "sc-keystore", + "sc-network", + "sc-network-common", + "sc-network-light", + "sc-network-sync", + "sc-network-transactions", + "sc-network-types", + "sc-rpc", + "sc-rpc-server", + "sc-rpc-spec-v2", + "sc-sysinfo", + "sc-telemetry", + "sc-tracing", + "sc-transaction-pool", + "sc-transaction-pool-api", + "sc-utils", + "schnellru", + "serde", + "serde_json", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-externalities", + "sp-keystore", + "sp-runtime", + "sp-session", + "sp-state-machine", + "sp-storage", + "sp-transaction-pool", + "sp-transaction-storage-proof", + "sp-trie", + "sp-version", + "static_init", + "substrate-prometheus-endpoint", + "tempfile", + "thiserror", + "tokio", + "tracing", + "tracing-futures", ] -name = "sc-state-db" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.36.0" [[package]] +name = "sc-state-db" +version = "0.36.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "clap", - "fs4", - "log", - "sp-core", - "thiserror", - "tokio", + "log", + "parity-scale-codec", + "parking_lot 0.12.3", + "sp-core", ] -name = "sc-storage-monitor" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.22.0" [[package]] +name = "sc-storage-monitor" +version = "0.22.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "jsonrpsee", - "parity-scale-codec", - "sc-chain-spec", - "sc-client-api", - "sc-consensus-babe", - "sc-consensus-epochs", - "sc-consensus-grandpa", - "serde", - "serde_json", - "sp-blockchain", - "sp-runtime", - "thiserror", + "clap", + "fs4", + "log", + "sp-core", + "thiserror", + "tokio", ] -name = "sc-sync-state-rpc" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.44.0" [[package]] +name = "sc-sync-state-rpc" +version = "0.44.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "derive_more", - "futures 0.3.30", - "libc", - "log", - "rand 0.8.5", - "rand_pcg", - "regex", - "sc-telemetry", - "serde", - "serde_json", - "sp-core", - "sp-crypto-hashing", - "sp-io", - "sp-std", + "jsonrpsee", + "parity-scale-codec", + "sc-chain-spec", + "sc-client-api", + "sc-consensus-babe", + "sc-consensus-epochs", + "sc-consensus-grandpa", + "serde", + "serde_json", + "sp-blockchain", + "sp-runtime", + "thiserror", ] -name = "sc-sysinfo" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "37.0.0" [[package]] +name = "sc-sysinfo" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "chrono", - "futures 0.3.30", - "libp2p", - "log", - "parking_lot 0.12.3", - "pin-project", - "rand 0.8.5", - "sc-network", - "sc-utils", - "serde", - "serde_json", - "thiserror", - "wasm-timer", + "derive_more", + "futures 0.3.30", + "libc", + "log", + "rand 0.8.5", + "rand_pcg", + "regex", + "sc-telemetry", + "serde", + "serde_json", + "sp-core", + "sp-crypto-hashing", + "sp-io", + "sp-std", ] -name = "sc-telemetry" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "24.0.0" [[package]] +name = "sc-telemetry" +version = "24.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "ansi_term", - "chrono", - "is-terminal", - "lazy_static", - "libc", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "regex", - "rustc-hash", - "sc-client-api", - "sc-tracing-proc-macro", - "serde", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-rpc", - "sp-runtime", - "sp-tracing", - "thiserror", - "tracing", - "tracing-log", - "tracing-subscriber", + "chrono", + "futures 0.3.30", + "libp2p", + "log", + "parking_lot 0.12.3", + "pin-project", + "rand 0.8.5", + "sc-network", + "sc-utils", + "serde", + "serde_json", + "thiserror", + "wasm-timer", ] -name = "sc-tracing" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "37.0.0" [[package]] +name = "sc-tracing" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "proc-macro-crate 3.2.0", - "proc-macro2", - "quote", - "syn 2.0.76", + "ansi_term", + "chrono", + "is-terminal", + "lazy_static", + "libc", + "log", + "parity-scale-codec", + "parking_lot 0.12.3", + "regex", + "rustc-hash", + "sc-client-api", + "sc-tracing-proc-macro", + "serde", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-rpc", + "sp-runtime", + "sp-tracing", + "thiserror", + "tracing", + "tracing-log", + "tracing-subscriber", ] -name = "sc-tracing-proc-macro" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "11.0.0" [[package]] +name = "sc-tracing-proc-macro" +version = "11.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "futures 0.3.30", - "futures-timer", - "linked-hash-map", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "sc-client-api", - "sc-transaction-pool-api", - "sc-utils", - "serde", - "sp-api", - "sp-blockchain", - "sp-core", - "sp-crypto-hashing", - "sp-runtime", - "sp-tracing", - "sp-transaction-pool", - "substrate-prometheus-endpoint", - "thiserror", + "proc-macro-crate 3.2.0", + "proc-macro2", + "quote", + "syn 2.0.76", ] -name = "sc-transaction-pool" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "37.0.0" [[package]] +name = "sc-transaction-pool" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "futures 0.3.30", - "log", - "parity-scale-codec", - "serde", - "sp-blockchain", - "sp-core", - "sp-runtime", - "thiserror", + "async-trait", + "futures 0.3.30", + "futures-timer", + "linked-hash-map", + "log", + "parity-scale-codec", + "parking_lot 0.12.3", + "sc-client-api", + "sc-transaction-pool-api", + "sc-utils", + "serde", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-crypto-hashing", + "sp-runtime", + "sp-tracing", + "sp-transaction-pool", + "substrate-prometheus-endpoint", + "thiserror", ] -name = "sc-transaction-pool-api" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "37.0.0" [[package]] +name = "sc-transaction-pool-api" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-channel 1.9.0", - "futures 0.3.30", - "futures-timer", - "lazy_static", - "log", - "parking_lot 0.12.3", - "prometheus", - "sp-arithmetic", + "async-trait", + "futures 0.3.30", + "log", + "parity-scale-codec", + "serde", + "sp-blockchain", + "sp-core", + "sp-runtime", + "thiserror", ] + +[[package]] name = "sc-utils" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +dependencies = [ + "async-channel 1.9.0", + "futures 0.3.30", + "futures-timer", + "lazy_static", + "log", + "parking_lot 0.12.3", + "prometheus", + "sp-arithmetic", +] [[package]] +name = "scale-bits" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e57b1e7f6b65ed1f04e79a85a57d755ad56d76fdf1e9bddcc9ae14f71fcdcf54" dependencies = [ - "parity-scale-codec", - "scale-type-resolver", + "parity-scale-codec", + "scale-type-resolver", ] -name = "scale-bits" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.6.0" [[package]] +name = "scale-decode" +version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e98f3262c250d90e700bb802eb704e1f841e03331c2eb815e46516c4edbf5b27" dependencies = [ - "derive_more", - "parity-scale-codec", - "scale-bits", - "scale-type-resolver", - "smallvec", + "derive_more", + "parity-scale-codec", + "scale-bits", + "scale-type-resolver", + "smallvec", ] -name = "scale-decode" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.13.1" [[package]] +name = "scale-info" +version = "2.11.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eca070c12893629e2cc820a9761bedf6ce1dcddc9852984d1dc734b8bd9bd024" dependencies = [ - "bitvec", - "cfg-if", - "derive_more", - "parity-scale-codec", - "scale-info-derive", - "serde", + "bitvec", + "cfg-if", + "derive_more", + "parity-scale-codec", + "scale-info-derive", + "serde", ] -name = "scale-info" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "2.11.3" [[package]] +name = "scale-info-derive" +version = "2.11.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2d35494501194174bda522a32605929eefc9ecf7e0a326c26db1fdd85881eb62" dependencies = [ - "proc-macro-crate 3.2.0", - "proc-macro2", - "quote", - "syn 1.0.109", + "proc-macro-crate 3.2.0", + "proc-macro2", + "quote", + "syn 1.0.109", ] -name = "scale-info-derive" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "2.11.3" [[package]] -checksum = "f0cded6518aa0bd6c1be2b88ac81bf7044992f0f154bfbabd5ad34f43512abcb" name = "scale-type-resolver" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f0cded6518aa0bd6c1be2b88ac81bf7044992f0f154bfbabd5ad34f43512abcb" [[package]] +name = "schannel" +version = "0.1.23" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.52.0", ] -name = "schannel" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.23" [[package]] +name = "schnellru" +version = "0.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c9a8ef13a93c54d20580de1e5c413e624e53121d42fc7e2c11d10ef7f8b02367" dependencies = [ - "ahash", - "cfg-if", - "hashbrown 0.13.2", + "ahash", + "cfg-if", + "hashbrown 0.13.2", ] -name = "schnellru" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.3" [[package]] +name = "schnorrkel" +version = "0.10.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "844b7645371e6ecdf61ff246ba1958c29e802881a749ae3fb1993675d210d28d" dependencies = [ - "arrayref", - "arrayvec 0.7.6", - "curve25519-dalek-ng", - "merlin", - "rand_core 0.6.4", - "sha2 0.9.9", - "subtle-ng", - "zeroize", + "arrayref", + "arrayvec 0.7.6", + "curve25519-dalek-ng", + "merlin", + "rand_core 0.6.4", + "sha2 0.9.9", + "subtle-ng", + "zeroize", ] -name = "schnorrkel" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.10.2" [[package]] +name = "schnorrkel" +version = "0.11.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8de18f6d8ba0aad7045f5feae07ec29899c1112584a38509a84ad7b04451eaa0" dependencies = [ - "aead", - "arrayref", - "arrayvec 0.7.6", - "curve25519-dalek", - "getrandom_or_panic", - "merlin", - "rand_core 0.6.4", - "serde_bytes", - "sha2 0.10.8", - "subtle 2.6.1", - "zeroize", + "aead", + "arrayref", + "arrayvec 0.7.6", + "curve25519-dalek", + "getrandom_or_panic", + "merlin", + "rand_core 0.6.4", + "serde_bytes", + "sha2 0.10.8", + "subtle 2.6.1", + "zeroize", ] -name = "schnorrkel" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.11.4" [[package]] -checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" name = "scopeguard" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] -checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152" name = "scratch" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.0.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152" [[package]] +name = "sct" +version = "0.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" dependencies = [ - "ring 0.17.8", - "untrusted 0.9.0", + "ring 0.17.8", + "untrusted 0.9.0", ] -name = "sct" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.7.1" [[package]] +name = "sctp-proto" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b6220f78bb44c15f326b0596113305f6101097a18755d53727a575c97e09fb24" dependencies = [ - "bytes", - "crc", - "fxhash", - "log", - "rand 0.8.5", - "slab", - "thiserror", + "bytes", + "crc", + "fxhash", + "log", + "rand 0.8.5", + "slab", + "thiserror", ] -name = "sctp-proto" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.2" [[package]] +name = "sec1" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" dependencies = [ - "base16ct", - "der", - "generic-array 0.14.7", - "pkcs8", - "serdect", - "subtle 2.6.1", - "zeroize", + "base16ct", + "der", + "generic-array 0.14.7", + "pkcs8", + "serdect", + "subtle 2.6.1", + "zeroize", ] -name = "sec1" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.7.3" [[package]] +name = "seccompiler" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "345a3e4dddf721a478089d4697b83c6c0a8f5bf16086f6c13397e4534eb6e2e5" dependencies = [ - "libc", + "libc", ] -name = "seccompiler" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.0" [[package]] +name = "secp256k1" +version = "0.28.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d24b59d129cdadea20aea4fb2352fa053712e5d713eee47d700cd4b2bc002f10" dependencies = [ - "secp256k1-sys", + "secp256k1-sys", ] -name = "secp256k1" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.28.2" [[package]] +name = "secp256k1-sys" +version = "0.9.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e5d1746aae42c19d583c3c1a8c646bfad910498e2051c551a7f2e3c0c9fbb7eb" dependencies = [ - "cc", + "cc", ] -name = "secp256k1-sys" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.9.2" [[package]] +name = "secrecy" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e" dependencies = [ - "zeroize", + "zeroize", ] -name = "secrecy" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.8.0" [[package]] +name = "security-framework" +version = "2.11.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" dependencies = [ - "bitflags 2.6.0", - "core-foundation", - "core-foundation-sys", - "libc", - "num-bigint", - "security-framework-sys", + "bitflags 2.6.0", + "core-foundation", + "core-foundation-sys", + "libc", + "num-bigint", + "security-framework-sys", ] -name = "security-framework" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "2.11.1" [[package]] +name = "security-framework-sys" +version = "2.11.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf" dependencies = [ - "core-foundation-sys", - "libc", + "core-foundation-sys", + "libc", ] -name = "security-framework-sys" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "2.11.1" [[package]] +name = "semver" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537" dependencies = [ - "semver-parser", + "semver-parser", ] -name = "semver" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.6.0" [[package]] +name = "semver" +version = "1.0.23" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" dependencies = [ - "serde", + "serde", ] -name = "semver" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.0.23" [[package]] -checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" name = "semver-parser" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" [[package]] -checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" name = "send_wrapper" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" [[package]] +name = "serde" +version = "1.0.209" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "99fce0ffe7310761ca6bf9faf5115afbc19688edd00171d81b1bb1b116c63e09" dependencies = [ - "serde_derive", + "serde_derive", ] -name = "serde" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.0.209" [[package]] +name = "serde_bytes" +version = "0.11.15" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "387cc504cb06bb40a96c8e04e951fe01854cf6bc921053c954e4a606d9675c6a" dependencies = [ - "serde", + "serde", ] -name = "serde_bytes" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.11.15" [[package]] +name = "serde_derive" +version = "1.0.209" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a5831b979fd7b5439637af1752d535ff49f4860c0f341d1baeb6faf0f4242170" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro2", + "quote", + "syn 2.0.76", ] -name = "serde_derive" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.0.209" [[package]] +name = "serde_json" +version = "1.0.127" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8043c06d9f82bd7271361ed64f415fe5e12a77fdb52e573e7f06a516dea329ad" dependencies = [ - "itoa", - "memchr", - "ryu", - "serde", + "itoa", + "memchr", + "ryu", + "serde", ] -name = "serde_json" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.0.127" [[package]] +name = "serde_spanned" +version = "0.6.7" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d" dependencies = [ - "serde", + "serde", ] -name = "serde_spanned" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.6.7" [[package]] +name = "serdect" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a84f14a19e9a014bb9f4512488d9829a68e04ecabffb0f9904cd1ace94598177" dependencies = [ - "base16ct", - "serde", + "base16ct", + "serde", ] -name = "serdect" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.0" [[package]] -dependencies = [ - "async-trait", - "frame-support", - "nimbus-primitives", - "parity-scale-codec", - "scale-info", - "sp-api", - "sp-application-crypto", - "sp-consensus-babe", - "sp-core", - "sp-inherents", - "sp-keystore", - "sp-runtime", - "sp-std", -] name = "session-keys-primitives" -source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" version = "0.1.0" +source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" +dependencies = [ + "async-trait", + "frame-support", + "nimbus-primitives", + "parity-scale-codec", + "scale-info", + "sp-api", + "sp-application-crypto", + "sp-consensus-babe", + "sp-core", + "sp-inherents", + "sp-keystore", + "sp-runtime", + "sp-std", +] [[package]] +name = "sha-1" +version = "0.9.8" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6" dependencies = [ - "block-buffer 0.9.0", - "cfg-if", - "cpufeatures", - "digest 0.9.0", - "opaque-debug 0.3.1", + "block-buffer 0.9.0", + "cfg-if", + "cpufeatures", + "digest 0.9.0", + "opaque-debug 0.3.1", ] -name = "sha-1" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.9.8" [[package]] +name = "sha-1" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c" dependencies = [ - "cfg-if", - "cpufeatures", - "digest 0.10.7", - "sha1-asm", + "cfg-if", + "cpufeatures", + "digest 0.10.7", + "sha1-asm", ] -name = "sha-1" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.10.1" [[package]] +name = "sha1" +version = "0.10.6" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" dependencies = [ - "cfg-if", - "cpufeatures", - "digest 0.10.7", + "cfg-if", + "cpufeatures", + "digest 0.10.7", ] -name = "sha1" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.10.6" [[package]] +name = "sha1-asm" +version = "0.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "286acebaf8b67c1130aedffad26f594eff0c1292389158135327d2e23aed582b" dependencies = [ - "cc", + "cc", ] -name = "sha1-asm" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.5.3" [[package]] +name = "sha2" +version = "0.9.9" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800" dependencies = [ - "block-buffer 0.9.0", - "cfg-if", - "cpufeatures", - "digest 0.9.0", - "opaque-debug 0.3.1", + "block-buffer 0.9.0", + "cfg-if", + "cpufeatures", + "digest 0.9.0", + "opaque-debug 0.3.1", ] -name = "sha2" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.9.9" [[package]] +name = "sha2" +version = "0.10.8" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" dependencies = [ - "cfg-if", - "cpufeatures", - "digest 0.10.7", + "cfg-if", + "cpufeatures", + "digest 0.10.7", ] -name = "sha2" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.10.8" [[package]] +name = "sha3" +version = "0.10.8" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60" dependencies = [ - "digest 0.10.7", - "keccak", + "digest 0.10.7", + "keccak", ] -name = "sha3" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.10.8" [[package]] +name = "sharded-slab" +version = "0.1.7" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" dependencies = [ - "lazy_static", + "lazy_static", ] -name = "sharded-slab" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.7" [[package]] -checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" name = "shlex" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] +name = "signal-hook-registry" +version = "1.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" dependencies = [ - "libc", + "libc", ] -name = "signal-hook-registry" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.4.2" [[package]] +name = "signature" +version = "2.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" dependencies = [ - "digest 0.10.7", - "rand_core 0.6.4", + "digest 0.10.7", + "rand_core 0.6.4", ] -name = "signature" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "2.2.0" [[package]] +name = "simba" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "061507c94fc6ab4ba1c9a0305018408e312e17c041eb63bef8aa726fa33aceae" dependencies = [ - "approx", - "num-complex", - "num-traits", - "paste", - "wide", + "approx", + "num-complex", + "num-traits", + "paste", + "wide", ] -name = "simba" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.8.1" [[package]] +name = "similar" +version = "2.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1de1d4f81173b03af4c0cbed3c898f6bff5b870e4a7f5d6f4057d62a7a4b686e" dependencies = [ - "bstr", - "unicode-segmentation", + "bstr", + "unicode-segmentation", ] -name = "similar" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "2.6.0" [[package]] +name = "similar-asserts" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e041bb827d1bfca18f213411d51b665309f1afb37a04a5d1464530e13779fc0f" dependencies = [ - "console", - "similar", + "console", + "similar", ] -name = "similar-asserts" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.5.0" [[package]] +name = "simple-dns" +version = "0.5.7" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cae9a3fcdadafb6d97f4c0e007e4247b114ee0f119f650c3cbf3a8b3a1479694" dependencies = [ - "bitflags 2.6.0", + "bitflags 2.6.0", ] -name = "simple-dns" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.5.7" [[package]] -checksum = "620a1d43d70e142b1d46a929af51d44f383db9c7a2ec122de2cd992ccfcf3c18" name = "simple-mermaid" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "620a1d43d70e142b1d46a929af51d44f383db9c7a2ec122de2cd992ccfcf3c18" [[package]] -checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" name = "siphasher" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.3.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" [[package]] +name = "slab" +version = "0.4.9" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" dependencies = [ - "autocfg", + "autocfg", ] -name = "slab" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.9" [[package]] -checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7" name = "slice-group-by" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7" [[package]] +name = "slices" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f2086e458a369cdca838e9f6ed04b4cc2e3ce636d99abb80c9e2eada107749cf" dependencies = [ - "faster-hex", - "proc-macro2", - "quote", - "syn 1.0.109", + "faster-hex", + "proc-macro2", + "quote", + "syn 1.0.109", ] -name = "slices" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.0" [[package]] -dependencies = [ - "enumn", - "parity-scale-codec", - "paste", - "sp-runtime", -] name = "slot-range-helper" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" version = "15.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +dependencies = [ + "enumn", + "parity-scale-codec", + "paste", + "sp-runtime", +] [[package]] +name = "slotmap" +version = "1.0.7" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a" dependencies = [ - "version_check", + "version_check", ] -name = "slotmap" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.0.7" [[package]] -checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" name = "smallvec" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.13.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" [[package]] +name = "smol" +version = "1.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1" dependencies = [ - "async-channel 1.9.0", - "async-executor", - "async-fs", - "async-io 1.13.0", - "async-lock 2.8.0", - "async-net", - "async-process", - "blocking", - "futures-lite 1.13.0", + "async-channel 1.9.0", + "async-executor", + "async-fs", + "async-io 1.13.0", + "async-lock 2.8.0", + "async-net", + "async-process", + "blocking", + "futures-lite 1.13.0", ] -name = "smol" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.3.0" [[package]] +name = "smoldot" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c0bb30cf57b7b5f6109ce17c3164445e2d6f270af2cb48f6e4d31c2967c9a9f5" dependencies = [ - "arrayvec 0.7.6", - "async-lock 2.8.0", - "atomic-take", - "base64 0.21.7", - "bip39", - "blake2-rfc", - "bs58 0.5.1", - "chacha20", - "crossbeam-queue", - "derive_more", - "ed25519-zebra", - "either", - "event-listener 2.5.3", - "fnv", - "futures-lite 1.13.0", - "futures-util", - "hashbrown 0.14.5", - "hex", - "hmac 0.12.1", - "itertools 0.11.0", - "libsecp256k1", - "merlin", - "no-std-net", - "nom", - "num-bigint", - "num-rational", - "num-traits", - "pbkdf2 0.12.2", - "pin-project", - "poly1305", - "rand 0.8.5", - "rand_chacha 0.3.1", - "ruzstd", - "schnorrkel 0.10.2", - "serde", - "serde_json", - "sha2 0.10.8", - "sha3", - "siphasher", - "slab", - "smallvec", - "soketto 0.7.1", - "twox-hash", - "wasmi", - "x25519-dalek", - "zeroize", + "arrayvec 0.7.6", + "async-lock 2.8.0", + "atomic-take", + "base64 0.21.7", + "bip39", + "blake2-rfc", + "bs58 0.5.1", + "chacha20", + "crossbeam-queue", + "derive_more", + "ed25519-zebra", + "either", + "event-listener 2.5.3", + "fnv", + "futures-lite 1.13.0", + "futures-util", + "hashbrown 0.14.5", + "hex", + "hmac 0.12.1", + "itertools 0.11.0", + "libsecp256k1", + "merlin", + "no-std-net", + "nom", + "num-bigint", + "num-rational", + "num-traits", + "pbkdf2 0.12.2", + "pin-project", + "poly1305", + "rand 0.8.5", + "rand_chacha 0.3.1", + "ruzstd", + "schnorrkel 0.10.2", + "serde", + "serde_json", + "sha2 0.10.8", + "sha3", + "siphasher", + "slab", + "smallvec", + "soketto 0.7.1", + "twox-hash", + "wasmi", + "x25519-dalek", + "zeroize", ] -name = "smoldot" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.11.0" [[package]] +name = "smoldot-light" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "256b5bad1d6b49045e95fe87492ce73d5af81545d8b4d8318a872d2007024c33" dependencies = [ - "async-channel 1.9.0", - "async-lock 2.8.0", - "base64 0.21.7", - "blake2-rfc", - "derive_more", - "either", - "event-listener 2.5.3", - "fnv", - "futures-channel", - "futures-lite 1.13.0", - "futures-util", - "hashbrown 0.14.5", - "hex", - "itertools 0.11.0", - "log", - "lru 0.11.1", - "no-std-net", - "parking_lot 0.12.3", - "pin-project", - "rand 0.8.5", - "rand_chacha 0.3.1", - "serde", - "serde_json", - "siphasher", - "slab", - "smol", - "smoldot", - "zeroize", + "async-channel 1.9.0", + "async-lock 2.8.0", + "base64 0.21.7", + "blake2-rfc", + "derive_more", + "either", + "event-listener 2.5.3", + "fnv", + "futures-channel", + "futures-lite 1.13.0", + "futures-util", + "hashbrown 0.14.5", + "hex", + "itertools 0.11.0", + "log", + "lru 0.11.1", + "no-std-net", + "parking_lot 0.12.3", + "pin-project", + "rand 0.8.5", + "rand_chacha 0.3.1", + "serde", + "serde_json", + "siphasher", + "slab", + "smol", + "smoldot", + "zeroize", ] -name = "smoldot-light" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.9.0" [[package]] -checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b" name = "snap" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b" [[package]] +name = "snow" +version = "0.9.6" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "850948bee068e713b8ab860fe1adc4d109676ab4c3b621fd8147f06b261f2f85" dependencies = [ - "aes-gcm", - "blake2 0.10.6", - "chacha20poly1305", - "curve25519-dalek", - "rand_core 0.6.4", - "ring 0.17.8", - "rustc_version", - "sha2 0.10.8", - "subtle 2.6.1", + "aes-gcm", + "blake2 0.10.6", + "chacha20poly1305", + "curve25519-dalek", + "rand_core 0.6.4", + "ring 0.17.8", + "rustc_version", + "sha2 0.10.8", + "subtle 2.6.1", ] -name = "snow" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.9.6" [[package]] +name = "socket2" +version = "0.4.10" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d" dependencies = [ - "libc", - "winapi", + "libc", + "winapi", ] -name = "socket2" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.10" [[package]] +name = "socket2" +version = "0.5.7" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" dependencies = [ - "libc", - "windows-sys 0.52.0", + "libc", + "windows-sys 0.52.0", ] -name = "socket2" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.5.7" [[package]] +name = "soketto" +version = "0.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2" dependencies = [ - "base64 0.13.1", - "bytes", - "futures 0.3.30", - "httparse", - "log", - "rand 0.8.5", - "sha-1 0.9.8", + "base64 0.13.1", + "bytes", + "futures 0.3.30", + "httparse", + "log", + "rand 0.8.5", + "sha-1 0.9.8", ] -name = "soketto" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.7.1" [[package]] +name = "soketto" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "37468c595637c10857701c990f93a40ce0e357cedb0953d1c26c8d8027f9bb53" dependencies = [ - "base64 0.22.1", - "bytes", - "futures 0.3.30", - "http 1.1.0", - "httparse", - "log", - "rand 0.8.5", - "sha1", + "base64 0.22.1", + "bytes", + "futures 0.3.30", + "http 1.1.0", + "httparse", + "log", + "rand 0.8.5", + "sha1", ] -name = "soketto" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.8.0" [[package]] -dependencies = [ - "docify", - "hash-db", - "log", - "parity-scale-codec", - "scale-info", - "sp-api-proc-macro", - "sp-core", - "sp-externalities", - "sp-metadata-ir", - "sp-runtime", - "sp-runtime-interface", - "sp-state-machine", - "sp-trie", - "sp-version", - "thiserror", -] name = "sp-api" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" version = "34.0.0" - -[[package]] +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "Inflector", - "blake2 0.10.6", - "expander", - "proc-macro-crate 3.2.0", - "proc-macro2", - "quote", - "syn 2.0.76", + "docify", + "hash-db", + "log", + "parity-scale-codec", + "scale-info", + "sp-api-proc-macro", + "sp-core", + "sp-externalities", + "sp-metadata-ir", + "sp-runtime", + "sp-runtime-interface", + "sp-state-machine", + "sp-trie", + "sp-version", + "thiserror", ] -name = "sp-api-proc-macro" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "20.0.0" [[package]] +name = "sp-api-proc-macro" +version = "20.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-io", + "Inflector", + "blake2 0.10.6", + "expander", + "proc-macro-crate 3.2.0", + "proc-macro2", + "quote", + "syn 2.0.76", ] -name = "sp-application-crypto" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "38.0.0" [[package]] +name = "sp-application-crypto" +version = "38.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "docify", - "integer-sqrt", - "num-traits", - "parity-scale-codec", - "scale-info", - "serde", - "static_assertions", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core", + "sp-io", ] -name = "sp-arithmetic" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "26.0.0" [[package]] +name = "sp-arithmetic" +version = "26.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-api", - "sp-application-crypto", - "sp-runtime", + "docify", + "integer-sqrt", + "num-traits", + "parity-scale-codec", + "scale-info", + "serde", + "static_assertions", ] -name = "sp-authority-discovery" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "34.0.0" [[package]] +name = "sp-authority-discovery" +version = "34.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "sp-api", - "sp-inherents", - "sp-runtime", + "parity-scale-codec", + "scale-info", + "sp-api", + "sp-application-crypto", + "sp-runtime", ] -name = "sp-block-builder" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "34.0.0" [[package]] +name = "sp-block-builder" +version = "34.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "futures 0.3.30", - "parity-scale-codec", - "parking_lot 0.12.3", - "schnellru", - "sp-api", - "sp-consensus", - "sp-core", - "sp-database", - "sp-runtime", - "sp-state-machine", - "thiserror", - "tracing", + "sp-api", + "sp-inherents", + "sp-runtime", ] -name = "sp-blockchain" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "37.0.0" [[package]] +name = "sp-blockchain" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "futures 0.3.30", - "log", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-state-machine", - "thiserror", + "futures 0.3.30", + "parity-scale-codec", + "parking_lot 0.12.3", + "schnellru", + "sp-api", + "sp-consensus", + "sp-core", + "sp-database", + "sp-runtime", + "sp-state-machine", + "thiserror", + "tracing", ] -name = "sp-consensus" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.40.0" [[package]] +name = "sp-consensus" +version = "0.40.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "parity-scale-codec", - "scale-info", - "sp-api", - "sp-application-crypto", - "sp-consensus-slots", - "sp-inherents", - "sp-runtime", - "sp-timestamp", + "async-trait", + "futures 0.3.30", + "log", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-state-machine", + "thiserror", ] -name = "sp-consensus-aura" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.40.0" [[package]] +name = "sp-consensus-aura" +version = "0.40.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api", - "sp-application-crypto", - "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-timestamp", + "async-trait", + "parity-scale-codec", + "scale-info", + "sp-api", + "sp-application-crypto", + "sp-consensus-slots", + "sp-inherents", + "sp-runtime", + "sp-timestamp", ] -name = "sp-consensus-babe" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.40.0" [[package]] +name = "sp-consensus-babe" +version = "0.40.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "lazy_static", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-crypto-hashing", - "sp-io", - "sp-keystore", - "sp-mmr-primitives", - "sp-runtime", - "strum 0.26.3", + "async-trait", + "parity-scale-codec", + "scale-info", + "serde", + "sp-api", + "sp-application-crypto", + "sp-consensus-slots", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-timestamp", ] -name = "sp-consensus-beefy" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "22.0.0" [[package]] +name = "sp-consensus-beefy" +version = "22.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "finality-grandpa", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-keystore", - "sp-runtime", + "lazy_static", + "parity-scale-codec", + "scale-info", + "serde", + "sp-api", + "sp-application-crypto", + "sp-core", + "sp-crypto-hashing", + "sp-io", + "sp-keystore", + "sp-mmr-primitives", + "sp-runtime", + "strum 0.26.3", ] -name = "sp-consensus-grandpa" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "21.0.0" [[package]] +name = "sp-consensus-grandpa" +version = "21.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-timestamp", + "finality-grandpa", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-api", + "sp-application-crypto", + "sp-core", + "sp-keystore", + "sp-runtime", ] -name = "sp-consensus-slots" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.40.0" [[package]] +name = "sp-consensus-slots" +version = "0.40.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "array-bytes", - "bitflags 1.3.2", - "blake2 0.10.6", - "bounded-collections", - "bs58 0.5.1", - "dyn-clonable", - "ed25519-zebra", - "futures 0.3.30", - "hash-db", - "hash256-std-hasher", - "impl-serde", - "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", - "sp-debug-derive", - "sp-externalities", - "sp-runtime-interface", - "sp-std", - "sp-storage", - "ss58-registry", - "substrate-bip39", - "thiserror", - "tracing", - "w3f-bls", - "zeroize", + "parity-scale-codec", + "scale-info", + "serde", + "sp-timestamp", ] -name = "sp-core" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "34.0.0" [[package]] +name = "sp-core" +version = "34.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "blake2b_simd", - "byteorder", - "digest 0.10.7", - "sha2 0.10.8", - "sha3", - "twox-hash", + "array-bytes", + "bitflags 1.3.2", + "blake2 0.10.6", + "bounded-collections", + "bs58 0.5.1", + "dyn-clonable", + "ed25519-zebra", + "futures 0.3.30", + "hash-db", + "hash256-std-hasher", + "impl-serde", + "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", + "sp-debug-derive", + "sp-externalities", + "sp-runtime-interface", + "sp-std", + "sp-storage", + "ss58-registry", + "substrate-bip39", + "thiserror", + "tracing", + "w3f-bls", + "zeroize", ] -name = "sp-crypto-hashing" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.1.0" [[package]] +name = "sp-crypto-hashing" +version = "0.1.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "quote", - "sp-crypto-hashing", - "syn 2.0.76", + "blake2b_simd", + "byteorder", + "digest 0.10.7", + "sha2 0.10.8", + "sha3", + "twox-hash", ] -name = "sp-crypto-hashing-proc-macro" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.1.0" [[package]] +name = "sp-crypto-hashing-proc-macro" +version = "0.1.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "kvdb", - "parking_lot 0.12.3", + "quote", + "sp-crypto-hashing", + "syn 2.0.76", ] -name = "sp-database" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "10.0.0" [[package]] +name = "sp-database" +version = "10.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "kvdb", + "parking_lot 0.12.3", ] -name = "sp-debug-derive" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "14.0.0" [[package]] +name = "sp-debug-derive" +version = "14.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "environmental", - "parity-scale-codec", - "sp-storage", + "proc-macro2", + "quote", + "syn 2.0.76", ] -name = "sp-externalities" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.29.0" [[package]] +name = "sp-externalities" +version = "0.29.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "parity-scale-codec", - "scale-info", - "serde_json", - "sp-api", - "sp-runtime", + "environmental", + "parity-scale-codec", + "sp-storage", ] -name = "sp-genesis-builder" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.15.0" [[package]] +name = "sp-genesis-builder" +version = "0.15.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "sp-runtime", - "thiserror", + "parity-scale-codec", + "scale-info", + "serde_json", + "sp-api", + "sp-runtime", ] -name = "sp-inherents" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "34.0.0" [[package]] +name = "sp-inherents" +version = "34.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "bytes", - "docify", - "ed25519-dalek", - "libsecp256k1", - "log", - "parity-scale-codec", - "polkavm-derive", - "rustversion", - "secp256k1", - "sp-core", - "sp-crypto-hashing", - "sp-externalities", - "sp-keystore", - "sp-runtime-interface", - "sp-state-machine", - "sp-tracing", - "sp-trie", - "tracing", - "tracing-core", + "async-trait", + "impl-trait-for-tuples", + "parity-scale-codec", + "scale-info", + "sp-runtime", + "thiserror", ] -name = "sp-io" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "38.0.0" [[package]] +name = "sp-io" +version = "38.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "sp-core", - "sp-runtime", - "strum 0.26.3", + "bytes", + "docify", + "ed25519-dalek", + "libsecp256k1", + "log", + "parity-scale-codec", + "polkavm-derive", + "rustversion", + "secp256k1", + "sp-core", + "sp-crypto-hashing", + "sp-externalities", + "sp-keystore", + "sp-runtime-interface", + "sp-state-machine", + "sp-tracing", + "sp-trie", + "tracing", + "tracing-core", ] -name = "sp-keyring" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "39.0.0" [[package]] +name = "sp-keyring" +version = "39.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "parity-scale-codec", - "parking_lot 0.12.3", - "sp-core", - "sp-externalities", + "sp-core", + "sp-runtime", + "strum 0.26.3", ] -name = "sp-keystore" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.40.0" [[package]] +name = "sp-keystore" +version = "0.40.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "thiserror", - "zstd 0.12.4", + "parity-scale-codec", + "parking_lot 0.12.3", + "sp-core", + "sp-externalities", ] -name = "sp-maybe-compressed-blob" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "11.0.0" [[package]] +name = "sp-maybe-compressed-blob" +version = "11.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-metadata", - "parity-scale-codec", - "scale-info", + "thiserror", + "zstd 0.12.4", ] -name = "sp-metadata-ir" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.7.0" [[package]] +name = "sp-metadata-ir" +version = "0.7.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-api", - "sp-application-crypto", + "frame-metadata", + "parity-scale-codec", + "scale-info", ] -name = "sp-mixnet" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.12.0" [[package]] +name = "sp-mixnet" +version = "0.12.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "log", - "parity-scale-codec", - "polkadot-ckb-merkle-mountain-range", - "scale-info", - "serde", - "sp-api", - "sp-core", - "sp-debug-derive", - "sp-runtime", - "thiserror", + "parity-scale-codec", + "scale-info", + "sp-api", + "sp-application-crypto", ] -name = "sp-mmr-primitives" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "34.0.0" [[package]] +name = "sp-mmr-primitives" +version = "34.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-arithmetic", - "sp-core", - "sp-runtime", + "log", + "parity-scale-codec", + "polkadot-ckb-merkle-mountain-range", + "scale-info", + "serde", + "sp-api", + "sp-core", + "sp-debug-derive", + "sp-runtime", + "thiserror", ] -name = "sp-npos-elections" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "34.0.0" [[package]] +name = "sp-npos-elections" +version = "34.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "sp-api", - "sp-core", - "sp-runtime", + "parity-scale-codec", + "scale-info", + "serde", + "sp-arithmetic", + "sp-core", + "sp-runtime", ] -name = "sp-offchain" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "34.0.0" [[package]] +name = "sp-offchain" +version = "34.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "backtrace", - "lazy_static", - "regex", + "sp-api", + "sp-core", + "sp-runtime", ] -name = "sp-panic-handler" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "13.0.0" [[package]] +name = "sp-panic-handler" +version = "13.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "rustc-hash", - "serde", - "sp-core", + "backtrace", + "lazy_static", + "regex", ] -name = "sp-rpc" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "32.0.0" [[package]] +name = "sp-rpc" +version = "32.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" 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", - "sp-application-crypto", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-std", - "sp-weights", - "tracing", + "rustc-hash", + "serde", + "sp-core", ] -name = "sp-runtime" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "39.0.0" [[package]] +name = "sp-runtime" +version = "39.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "bytes", - "impl-trait-for-tuples", - "parity-scale-codec", - "polkavm-derive", - "primitive-types", - "sp-externalities", - "sp-runtime-interface-proc-macro", - "sp-std", - "sp-storage", - "sp-tracing", - "sp-wasm-interface", - "static_assertions", + "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", + "sp-application-crypto", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-std", + "sp-weights", + "tracing", ] -name = "sp-runtime-interface" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "28.0.0" [[package]] +name = "sp-runtime-interface" +version = "28.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "Inflector", - "expander", - "proc-macro-crate 3.2.0", - "proc-macro2", - "quote", - "syn 2.0.76", + "bytes", + "impl-trait-for-tuples", + "parity-scale-codec", + "polkavm-derive", + "primitive-types", + "sp-externalities", + "sp-runtime-interface-proc-macro", + "sp-std", + "sp-storage", + "sp-tracing", + "sp-wasm-interface", + "static_assertions", ] -name = "sp-runtime-interface-proc-macro" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "18.0.0" [[package]] +name = "sp-runtime-interface-proc-macro" +version = "18.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-api", - "sp-core", - "sp-keystore", - "sp-runtime", - "sp-staking", + "Inflector", + "expander", + "proc-macro-crate 3.2.0", + "proc-macro2", + "quote", + "syn 2.0.76", ] -name = "sp-session" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "35.0.0" [[package]] +name = "sp-session" +version = "35.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-runtime", + "parity-scale-codec", + "scale-info", + "sp-api", + "sp-core", + "sp-keystore", + "sp-runtime", + "sp-staking", ] -name = "sp-staking" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "34.0.0" [[package]] +name = "sp-staking" +version = "34.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "hash-db", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "rand 0.8.5", - "smallvec", - "sp-core", - "sp-externalities", - "sp-panic-handler", - "sp-trie", - "thiserror", - "tracing", - "trie-db", + "impl-trait-for-tuples", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core", + "sp-runtime", ] -name = "sp-state-machine" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.43.0" [[package]] +name = "sp-state-machine" +version = "0.43.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "aes-gcm", - "curve25519-dalek", - "ed25519-dalek", - "hkdf", - "parity-scale-codec", - "rand 0.8.5", - "scale-info", - "sha2 0.10.8", - "sp-api", - "sp-application-crypto", - "sp-core", - "sp-crypto-hashing", - "sp-externalities", - "sp-runtime", - "sp-runtime-interface", - "thiserror", - "x25519-dalek", + "hash-db", + "log", + "parity-scale-codec", + "parking_lot 0.12.3", + "rand 0.8.5", + "smallvec", + "sp-core", + "sp-externalities", + "sp-panic-handler", + "sp-trie", + "thiserror", + "tracing", + "trie-db", ] + +[[package]] name = "sp-statement-store" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" version = "18.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +dependencies = [ + "aes-gcm", + "curve25519-dalek", + "ed25519-dalek", + "hkdf", + "parity-scale-codec", + "rand 0.8.5", + "scale-info", + "sha2 0.10.8", + "sp-api", + "sp-application-crypto", + "sp-core", + "sp-crypto-hashing", + "sp-externalities", + "sp-runtime", + "sp-runtime-interface", + "thiserror", + "x25519-dalek", +] [[package]] name = "sp-std" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" version = "14.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" [[package]] -dependencies = [ - "impl-serde", - "parity-scale-codec", - "ref-cast", - "serde", - "sp-debug-derive", -] name = "sp-storage" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" version = "21.0.0" - -[[package]] +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "parity-scale-codec", - "sp-inherents", - "sp-runtime", - "thiserror", + "impl-serde", + "parity-scale-codec", + "ref-cast", + "serde", + "sp-debug-derive", ] -name = "sp-timestamp" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "34.0.0" [[package]] +name = "sp-timestamp" +version = "34.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "parity-scale-codec", - "tracing", - "tracing-core", - "tracing-subscriber", + "async-trait", + "parity-scale-codec", + "sp-inherents", + "sp-runtime", + "thiserror", ] -name = "sp-tracing" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "17.0.0" [[package]] +name = "sp-tracing" +version = "17.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "sp-api", - "sp-runtime", + "parity-scale-codec", + "tracing", + "tracing-core", + "tracing-subscriber", ] -name = "sp-transaction-pool" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "34.0.0" [[package]] +name = "sp-transaction-pool" +version = "34.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "async-trait", - "parity-scale-codec", - "scale-info", - "sp-core", - "sp-inherents", - "sp-runtime", - "sp-trie", + "sp-api", + "sp-runtime", ] -name = "sp-transaction-storage-proof" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "34.0.0" [[package]] +name = "sp-transaction-storage-proof" +version = "34.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "ahash", - "hash-db", - "lazy_static", - "memory-db", - "nohash-hasher", - "parity-scale-codec", - "parking_lot 0.12.3", - "rand 0.8.5", - "scale-info", - "schnellru", - "sp-core", - "sp-externalities", - "thiserror", - "tracing", - "trie-db", - "trie-root", + "async-trait", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-trie", ] -name = "sp-trie" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "37.0.0" [[package]] +name = "sp-trie" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "impl-serde", - "parity-scale-codec", - "parity-wasm", - "scale-info", - "serde", - "sp-crypto-hashing-proc-macro", - "sp-runtime", - "sp-std", - "sp-version-proc-macro", - "thiserror", + "ahash", + "hash-db", + "lazy_static", + "memory-db", + "nohash-hasher", + "parity-scale-codec", + "parking_lot 0.12.3", + "rand 0.8.5", + "scale-info", + "schnellru", + "sp-core", + "sp-externalities", + "thiserror", + "tracing", + "trie-db", + "trie-root", ] -name = "sp-version" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "37.0.0" [[package]] +name = "sp-version" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "parity-scale-codec", - "proc-macro2", - "quote", - "syn 2.0.76", + "impl-serde", + "parity-scale-codec", + "parity-wasm", + "scale-info", + "serde", + "sp-crypto-hashing-proc-macro", + "sp-runtime", + "sp-std", + "sp-version-proc-macro", + "thiserror", ] -name = "sp-version-proc-macro" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "14.0.0" [[package]] +name = "sp-version-proc-macro" +version = "14.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "anyhow", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "wasmtime", + "parity-scale-codec", + "proc-macro2", + "quote", + "syn 2.0.76", ] -name = "sp-wasm-interface" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "21.0.0" [[package]] +name = "sp-wasm-interface" +version = "21.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "bounded-collections", - "parity-scale-codec", - "scale-info", - "serde", - "smallvec", - "sp-arithmetic", - "sp-debug-derive", + "anyhow", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "wasmtime", ] + +[[package]] name = "sp-weights" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" version = "31.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +dependencies = [ + "bounded-collections", + "parity-scale-codec", + "scale-info", + "serde", + "smallvec", + "sp-arithmetic", + "sp-debug-derive", +] [[package]] -checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" name = "spin" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" [[package]] +name = "spin" +version = "0.9.8" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" dependencies = [ - "lock_api", + "lock_api", ] -name = "spin" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.9.8" [[package]] +name = "spinning_top" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d96d2d1d716fb500937168cc09353ffdc7a012be8475ac7308e1bdf0e3923300" dependencies = [ - "lock_api", + "lock_api", ] -name = "spinning_top" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.0" [[package]] +name = "spki" +version = "0.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" dependencies = [ - "base64ct", - "der", + "base64ct", + "der", ] -name = "spki" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.7.3" [[package]] +name = "sqlformat" +version = "0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f895e3734318cc55f1fe66258926c9b910c124d47520339efecbb6c59cec7c1f" dependencies = [ - "nom", - "unicode_categories", + "nom", + "unicode_categories", ] -name = "sqlformat" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.4" [[package]] +name = "sqlx" +version = "0.7.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c9a2ccff1a000a5a59cd33da541d9f2fdcd9e6e8229cc200565942bff36d0aaa" dependencies = [ - "sqlx-core", - "sqlx-macros", - "sqlx-sqlite", + "sqlx-core", + "sqlx-macros", + "sqlx-sqlite", ] -name = "sqlx" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.7.4" [[package]] +name = "sqlx-core" +version = "0.7.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "24ba59a9342a3d9bab6c56c118be528b27c9b60e490080e9711a04dccac83ef6" dependencies = [ - "ahash", - "atoi", - "byteorder", - "bytes", - "crc", - "crossbeam-queue", - "either", - "event-listener 2.5.3", - "futures-channel", - "futures-core", - "futures-intrusive", - "futures-io", - "futures-util", - "hashlink", - "hex", - "indexmap 2.4.0", - "log", - "memchr", - "native-tls", - "once_cell", - "paste", - "percent-encoding", - "serde", - "sha2 0.10.8", - "smallvec", - "sqlformat", - "thiserror", - "tokio", - "tokio-stream", - "tracing", - "url", + "ahash", + "atoi", + "byteorder", + "bytes", + "crc", + "crossbeam-queue", + "either", + "event-listener 2.5.3", + "futures-channel", + "futures-core", + "futures-intrusive", + "futures-io", + "futures-util", + "hashlink", + "hex", + "indexmap 2.4.0", + "log", + "memchr", + "native-tls", + "once_cell", + "paste", + "percent-encoding", + "serde", + "sha2 0.10.8", + "smallvec", + "sqlformat", + "thiserror", + "tokio", + "tokio-stream", + "tracing", + "url", ] -name = "sqlx-core" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.7.4" [[package]] +name = "sqlx-macros" +version = "0.7.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ea40e2345eb2faa9e1e5e326db8c34711317d2b5e08d0d5741619048a803127" dependencies = [ - "proc-macro2", - "quote", - "sqlx-core", - "sqlx-macros-core", - "syn 1.0.109", + "proc-macro2", + "quote", + "sqlx-core", + "sqlx-macros-core", + "syn 1.0.109", ] -name = "sqlx-macros" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.7.4" [[package]] +name = "sqlx-macros-core" +version = "0.7.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5833ef53aaa16d860e92123292f1f6a3d53c34ba8b1969f152ef1a7bb803f3c8" dependencies = [ - "dotenvy", - "either", - "heck 0.4.1", - "hex", - "once_cell", - "proc-macro2", - "quote", - "serde", - "serde_json", - "sha2 0.10.8", - "sqlx-core", - "sqlx-sqlite", - "syn 1.0.109", - "tempfile", - "tokio", - "url", + "dotenvy", + "either", + "heck 0.4.1", + "hex", + "once_cell", + "proc-macro2", + "quote", + "serde", + "serde_json", + "sha2 0.10.8", + "sqlx-core", + "sqlx-sqlite", + "syn 1.0.109", + "tempfile", + "tokio", + "url", ] -name = "sqlx-macros-core" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.7.4" [[package]] +name = "sqlx-sqlite" +version = "0.7.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b244ef0a8414da0bed4bb1910426e890b19e5e9bccc27ada6b797d05c55ae0aa" dependencies = [ - "atoi", - "flume 0.11.0", - "futures-channel", - "futures-core", - "futures-executor", - "futures-intrusive", - "futures-util", - "libsqlite3-sys", - "log", - "percent-encoding", - "serde", - "sqlx-core", - "tracing", - "url", - "urlencoding", + "atoi", + "flume 0.11.0", + "futures-channel", + "futures-core", + "futures-executor", + "futures-intrusive", + "futures-util", + "libsqlite3-sys", + "log", + "percent-encoding", + "serde", + "sqlx-core", + "tracing", + "url", + "urlencoding", ] -name = "sqlx-sqlite" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.7.4" [[package]] +name = "ss58-registry" +version = "1.47.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4743ce898933fbff7bbf414f497c459a782d496269644b3d650a398ae6a487ba" dependencies = [ - "Inflector", - "num-format", - "proc-macro2", - "quote", - "serde", - "serde_json", - "unicode-xid", + "Inflector", + "num-format", + "proc-macro2", + "quote", + "serde", + "serde_json", + "unicode-xid", ] -name = "ss58-registry" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.47.0" [[package]] -checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" name = "stable_deref_trait" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] -dependencies = [ - "cumulus-primitives-core", - "frame-support", - "frame-system", - "parity-scale-codec", - "scale-info", - "sp-runtime", -] name = "staging-parachain-info" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" version = "0.16.0" - -[[package]] +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "array-bytes", - "bounded-collections", - "derivative", - "environmental", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-weights", - "xcm-procedural", + "cumulus-primitives-core", + "frame-support", + "frame-system", + "parity-scale-codec", + "scale-info", + "sp-runtime", ] -name = "staging-xcm" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "14.1.0" [[package]] +name = "staging-xcm" +version = "14.1.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-support", - "frame-system", - "impl-trait-for-tuples", - "log", - "pallet-transaction-payment", - "parity-scale-codec", - "polkadot-parachain-primitives", - "scale-info", - "sp-arithmetic", - "sp-io", - "sp-runtime", - "sp-weights", - "staging-xcm", - "staging-xcm-executor", + "array-bytes", + "bounded-collections", + "derivative", + "environmental", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-weights", + "xcm-procedural", ] -name = "staging-xcm-builder" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "16.0.0" [[package]] +name = "staging-xcm-builder" +version = "16.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "environmental", - "frame-benchmarking", - "frame-support", - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", - "sp-weights", - "staging-xcm", - "tracing", + "frame-support", + "frame-system", + "impl-trait-for-tuples", + "log", + "pallet-transaction-payment", + "parity-scale-codec", + "polkadot-parachain-primitives", + "scale-info", + "sp-arithmetic", + "sp-io", + "sp-runtime", + "sp-weights", + "staging-xcm", + "staging-xcm-executor", ] + +[[package]] name = "staging-xcm-executor" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" version = "16.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +dependencies = [ + "environmental", + "frame-benchmarking", + "frame-support", + "impl-trait-for-tuples", + "parity-scale-codec", + "scale-info", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", + "sp-weights", + "staging-xcm", + "tracing", +] [[package]] -checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" name = "static_assertions" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] +name = "static_init" +version = "1.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a2a1c578e98c1c16fc3b8ec1328f7659a500737d7a0c6d625e73e830ff9c1f6" dependencies = [ - "bitflags 1.3.2", - "cfg_aliases", - "libc", - "parking_lot 0.11.2", - "parking_lot_core 0.8.6", - "static_init_macro", - "winapi", + "bitflags 1.3.2", + "cfg_aliases", + "libc", + "parking_lot 0.11.2", + "parking_lot_core 0.8.6", + "static_init_macro", + "winapi", ] -name = "static_init" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.0.3" [[package]] +name = "static_init_macro" +version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "70a2595fc3aa78f2d0e45dd425b22282dd863273761cc77780914b2cf3003acf" dependencies = [ - "cfg_aliases", - "memchr", - "proc-macro2", - "quote", - "syn 1.0.109", + "cfg_aliases", + "memchr", + "proc-macro2", + "quote", + "syn 1.0.109", ] -name = "static_init_macro" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.0.2" [[package]] -dependencies = [ - "cumulus-primitives-core", - "frame-support", - "hex", - "parity-scale-codec", - "sp-core", - "sp-runtime", - "sp-state-machine", - "sp-std", - "sp-trie", -] name = "storage-proof-primitives" version = "0.1.0" +dependencies = [ + "cumulus-primitives-core", + "frame-support", + "hex", + "parity-scale-codec", + "sp-core", + "sp-runtime", + "sp-state-machine", + "sp-std", + "sp-trie", +] [[package]] +name = "str0m" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6706347e49b13373f7ddfafad47df7583ed52083d6fc8a594eb2c80497ef959d" dependencies = [ - "combine", - "crc", - "fastrand 2.1.1", - "hmac 0.12.1", - "once_cell", - "openssl", - "openssl-sys", - "sctp-proto", - "serde", - "sha-1 0.10.1", - "thiserror", - "tracing", + "combine", + "crc", + "fastrand 2.1.1", + "hmac 0.12.1", + "once_cell", + "openssl", + "openssl-sys", + "sctp-proto", + "serde", + "sha-1 0.10.1", + "thiserror", + "tracing", ] -name = "str0m" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.5.1" [[package]] -checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" name = "strsim" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.11.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] -checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f" name = "strum" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.24.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f" [[package]] +name = "strum" +version = "0.26.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" dependencies = [ - "strum_macros 0.26.4", + "strum_macros 0.26.4", ] -name = "strum" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.26.3" [[package]] +name = "strum_macros" +version = "0.24.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59" dependencies = [ - "heck 0.4.1", - "proc-macro2", - "quote", - "rustversion", - "syn 1.0.109", + "heck 0.4.1", + "proc-macro2", + "quote", + "rustversion", + "syn 1.0.109", ] -name = "strum_macros" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.24.3" [[package]] +name = "strum_macros" +version = "0.26.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" dependencies = [ - "heck 0.5.0", - "proc-macro2", - "quote", - "rustversion", - "syn 2.0.76", + "heck 0.5.0", + "proc-macro2", + "quote", + "rustversion", + "syn 2.0.76", ] -name = "strum_macros" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.26.4" [[package]] -dependencies = [ - "hmac 0.12.1", - "pbkdf2 0.12.2", - "schnorrkel 0.11.4", - "sha2 0.10.8", - "zeroize", -] name = "substrate-bip39" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" version = "0.6.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +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" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "72b5bbfa79abbae15dd642ea8176a21a635ff3c00059961d1ea27ad04e5b441c" dependencies = [ - "byteorder", - "crunchy", - "lazy_static", - "rand 0.8.5", - "rustc-hex", + "byteorder", + "crunchy", + "lazy_static", + "rand 0.8.5", + "rustc-hex", ] -name = "substrate-bn" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.6.0" [[package]] name = "substrate-build-script-utils" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" version = "11.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" [[package]] -dependencies = [ - "parity-scale-codec", - "scale-info", - "substrate-typenum", -] name = "substrate-fixed" -source = "git+https://github.com/encointer/substrate-fixed#879c58bcc6fd676a74315dcd38b598f28708b0b5" version = "0.5.9" - -[[package]] +source = "git+https://github.com/encointer/substrate-fixed#879c58bcc6fd676a74315dcd38b598f28708b0b5" dependencies = [ - "docify", - "frame-system-rpc-runtime-api", - "futures 0.3.30", - "jsonrpsee", - "log", - "parity-scale-codec", - "sc-rpc-api", - "sc-transaction-pool-api", - "sp-api", - "sp-block-builder", - "sp-blockchain", - "sp-core", - "sp-runtime", + "parity-scale-codec", + "scale-info", + "substrate-typenum", ] -name = "substrate-frame-rpc-system" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "38.0.0" [[package]] +name = "substrate-frame-rpc-system" +version = "38.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "http-body-util", - "hyper 1.4.1", - "hyper-util", - "log", - "prometheus", - "thiserror", - "tokio", + "docify", + "frame-system-rpc-runtime-api", + "futures 0.3.30", + "jsonrpsee", + "log", + "parity-scale-codec", + "sc-rpc-api", + "sc-transaction-pool-api", + "sp-api", + "sp-block-builder", + "sp-blockchain", + "sp-core", + "sp-runtime", ] -name = "substrate-prometheus-endpoint" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.17.0" [[package]] +name = "substrate-prometheus-endpoint" +version = "0.17.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "jsonrpsee", - "parity-scale-codec", - "sc-client-api", - "sc-rpc-api", - "serde", - "sp-core", - "sp-runtime", - "sp-state-machine", - "sp-trie", - "trie-db", + "http-body-util", + "hyper 1.4.1", + "hyper-util", + "log", + "prometheus", + "thiserror", + "tokio", ] -name = "substrate-state-trie-migration-rpc" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "37.0.0" [[package]] +name = "substrate-state-trie-migration-rpc" +version = "37.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "array-bytes", - "async-trait", - "futures 0.3.30", - "parity-scale-codec", - "sc-client-api", - "sc-client-db", - "sc-consensus", - "sc-executor", - "sc-offchain", - "sc-service", - "serde", - "serde_json", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-keyring", - "sp-keystore", - "sp-runtime", - "sp-state-machine", - "tokio", + "jsonrpsee", + "parity-scale-codec", + "sc-client-api", + "sc-rpc-api", + "serde", + "sp-core", + "sp-runtime", + "sp-state-machine", + "sp-trie", + "trie-db", ] -name = "substrate-test-client" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "2.0.1" [[package]] +name = "substrate-test-client" +version = "2.0.1" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "array-bytes", - "frame-executive", - "frame-metadata-hash-extension", - "frame-support", - "frame-system", - "frame-system-rpc-runtime-api", - "log", - "pallet-babe", - "pallet-balances", - "pallet-timestamp", - "parity-scale-codec", - "sc-service", - "scale-info", - "serde_json", - "sp-api", - "sp-application-crypto", - "sp-block-builder", - "sp-consensus-aura", - "sp-consensus-babe", - "sp-consensus-grandpa", - "sp-core", - "sp-crypto-hashing", - "sp-externalities", - "sp-genesis-builder", - "sp-inherents", - "sp-io", - "sp-keyring", - "sp-offchain", - "sp-runtime", - "sp-session", - "sp-state-machine", - "sp-transaction-pool", - "sp-trie", - "sp-version", - "substrate-wasm-builder", - "tracing", - "trie-db", + "array-bytes", + "async-trait", + "futures 0.3.30", + "parity-scale-codec", + "sc-client-api", + "sc-client-db", + "sc-consensus", + "sc-executor", + "sc-offchain", + "sc-service", + "serde", + "serde_json", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-keyring", + "sp-keystore", + "sp-runtime", + "sp-state-machine", + "tokio", ] -name = "substrate-test-runtime" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "2.0.0" [[package]] +name = "substrate-test-runtime" +version = "2.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "futures 0.3.30", - "sc-block-builder", - "sc-client-api", - "sc-consensus", - "sp-api", - "sp-blockchain", - "sp-consensus", - "sp-core", - "sp-runtime", - "substrate-test-client", - "substrate-test-runtime", + "array-bytes", + "frame-executive", + "frame-metadata-hash-extension", + "frame-support", + "frame-system", + "frame-system-rpc-runtime-api", + "log", + "pallet-babe", + "pallet-balances", + "pallet-timestamp", + "parity-scale-codec", + "sc-service", + "scale-info", + "serde_json", + "sp-api", + "sp-application-crypto", + "sp-block-builder", + "sp-consensus-aura", + "sp-consensus-babe", + "sp-consensus-grandpa", + "sp-core", + "sp-crypto-hashing", + "sp-externalities", + "sp-genesis-builder", + "sp-inherents", + "sp-io", + "sp-keyring", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-state-machine", + "sp-transaction-pool", + "sp-trie", + "sp-version", + "substrate-wasm-builder", + "tracing", + "trie-db", ] + +[[package]] name = "substrate-test-runtime-client" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" version = "2.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +dependencies = [ + "futures 0.3.30", + "sc-block-builder", + "sc-client-api", + "sc-consensus", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-runtime", + "substrate-test-client", + "substrate-test-runtime", +] [[package]] +name = "substrate-typenum" +version = "1.16.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f0f0091e93c2c75b233ae39424c52cb8a662c0811fb68add149e20e5d7e8a788" dependencies = [ - "parity-scale-codec", - "scale-info", + "parity-scale-codec", + "scale-info", ] -name = "substrate-typenum" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.16.0" [[package]] -dependencies = [ - "array-bytes", - "build-helper", - "cargo_metadata", - "console", - "filetime", - "frame-metadata", - "merkleized-metadata", - "parity-scale-codec", - "parity-wasm", - "polkavm-linker", - "sc-executor", - "sp-core", - "sp-io", - "sp-maybe-compressed-blob", - "sp-tracing", - "sp-version", - "strum 0.26.3", - "tempfile", - "toml 0.8.19", - "walkdir", - "wasm-opt", -] name = "substrate-wasm-builder" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" version = "24.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +dependencies = [ + "array-bytes", + "build-helper", + "cargo_metadata", + "console", + "filetime", + "frame-metadata", + "merkleized-metadata", + "parity-scale-codec", + "parity-wasm", + "polkavm-linker", + "sc-executor", + "sp-core", + "sp-io", + "sp-maybe-compressed-blob", + "sp-tracing", + "sp-version", + "strum 0.26.3", + "tempfile", + "toml 0.8.19", + "walkdir", + "wasm-opt", +] [[package]] -checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee" name = "subtle" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee" [[package]] -checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" name = "subtle" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "2.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] -checksum = "734676eb262c623cec13c3155096e08d1f8f29adce39ba17948b18dad1e54142" name = "subtle-ng" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "2.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "734676eb262c623cec13c3155096e08d1f8f29adce39ba17948b18dad1e54142" [[package]] -dependencies = [ - "clap", - "moonbase-runtime", - "moonbeam-runtime", - "moonriver-runtime", - "precompile-utils", - "serde_json", -] name = "summarize-precompile-checks" version = "0.0.0" +dependencies = [ + "clap", + "moonbase-runtime", + "moonbeam-runtime", + "moonriver-runtime", + "precompile-utils", + "serde_json", +] [[package]] +name = "syn" +version = "1.0.109" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" dependencies = [ - "proc-macro2", - "quote", - "unicode-ident", + "proc-macro2", + "quote", + "unicode-ident", ] -name = "syn" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.0.109" [[package]] +name = "syn" +version = "2.0.76" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "578e081a14e0cefc3279b0472138c513f37b41a08d5a3cca9b6e4e8ceb6cd525" dependencies = [ - "proc-macro2", - "quote", - "unicode-ident", + "proc-macro2", + "quote", + "unicode-ident", ] -name = "syn" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "2.0.76" [[package]] +name = "synstructure" +version = "0.12.6" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" dependencies = [ - "proc-macro2", - "quote", - "syn 1.0.109", - "unicode-xid", + "proc-macro2", + "quote", + "syn 1.0.109", + "unicode-xid", ] -name = "synstructure" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.12.6" [[package]] +name = "synstructure" +version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro2", + "quote", + "syn 2.0.76", ] -name = "synstructure" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.13.1" [[package]] +name = "system-configuration" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" dependencies = [ - "bitflags 1.3.2", - "core-foundation", - "system-configuration-sys", + "bitflags 1.3.2", + "core-foundation", + "system-configuration-sys", ] -name = "system-configuration" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.5.1" [[package]] +name = "system-configuration-sys" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" dependencies = [ - "core-foundation-sys", - "libc", + "core-foundation-sys", + "libc", ] -name = "system-configuration-sys" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.5.0" [[package]] -checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" name = "tap" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] -checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" name = "target-lexicon" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.12.16" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" [[package]] +name = "tempfile" +version = "3.12.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64" dependencies = [ - "cfg-if", - "fastrand 2.1.1", - "once_cell", - "rustix 0.38.35", - "windows-sys 0.59.0", + "cfg-if", + "fastrand 2.1.1", + "once_cell", + "rustix 0.38.35", + "windows-sys 0.59.0", ] -name = "tempfile" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "3.12.0" [[package]] +name = "termcolor" +version = "1.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" dependencies = [ - "winapi-util", + "winapi-util", ] -name = "termcolor" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.4.1" [[package]] +name = "terminal_size" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7" dependencies = [ - "rustix 0.38.35", - "windows-sys 0.48.0", + "rustix 0.38.35", + "windows-sys 0.48.0", ] -name = "terminal_size" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.0" [[package]] -checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" name = "termtree" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] +name = "thiserror" +version = "1.0.63" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724" dependencies = [ - "thiserror-impl", + "thiserror-impl", ] -name = "thiserror" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.0.63" [[package]] +name = "thiserror-core" +version = "1.0.50" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c001ee18b7e5e3f62cbf58c7fe220119e68d902bb7443179c0c8aef30090e999" dependencies = [ - "thiserror-core-impl", + "thiserror-core-impl", ] -name = "thiserror-core" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.0.50" [[package]] +name = "thiserror-core-impl" +version = "1.0.50" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e4c60d69f36615a077cc7663b9cb8e42275722d23e58a7fa3d2c7f2915d09d04" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro2", + "quote", + "syn 2.0.76", ] -name = "thiserror-core-impl" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.0.50" [[package]] +name = "thiserror-impl" +version = "1.0.63" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro2", + "quote", + "syn 2.0.76", ] -name = "thiserror-impl" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.0.63" [[package]] -checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820" name = "thousands" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820" [[package]] +name = "thread_local" +version = "1.1.8" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" dependencies = [ - "cfg-if", - "once_cell", + "cfg-if", + "once_cell", ] -name = "thread_local" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.1.8" [[package]] +name = "threadpool" +version = "1.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" dependencies = [ - "num_cpus", + "num_cpus", ] -name = "threadpool" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.8.1" [[package]] +name = "thrift" +version = "0.15.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e" dependencies = [ - "byteorder", - "integer-encoding", - "log", - "ordered-float", - "threadpool", + "byteorder", + "integer-encoding", + "log", + "ordered-float", + "threadpool", ] -name = "thrift" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.15.0" [[package]] +name = "tikv-jemalloc-ctl" +version = "0.5.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "619bfed27d807b54f7f776b9430d4f8060e66ee138a28632ca898584d462c31c" dependencies = [ - "libc", - "paste", - "tikv-jemalloc-sys", + "libc", + "paste", + "tikv-jemalloc-sys", ] -name = "tikv-jemalloc-ctl" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.5.4" [[package]] +name = "tikv-jemalloc-sys" +version = "0.5.4+5.3.0-patched" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9402443cb8fd499b6f327e40565234ff34dbda27460c5b47db0db77443dd85d1" dependencies = [ - "cc", - "libc", + "cc", + "libc", ] -name = "tikv-jemalloc-sys" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.5.4+5.3.0-patched" [[package]] +name = "time" +version = "0.3.36" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" dependencies = [ - "deranged", - "itoa", - "num-conv", - "powerfmt", - "serde", - "time-core", - "time-macros", + "deranged", + "itoa", + "num-conv", + "powerfmt", + "serde", + "time-core", + "time-macros", ] -name = "time" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.36" [[package]] -checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" name = "time-core" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" [[package]] +name = "time-macros" +version = "0.2.18" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" dependencies = [ - "num-conv", - "time-core", + "num-conv", + "time-core", ] -name = "time-macros" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.18" [[package]] +name = "tiny-bip39" +version = "0.8.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d" dependencies = [ - "anyhow", - "hmac 0.8.1", - "once_cell", - "pbkdf2 0.4.0", - "rand 0.7.3", - "rustc-hash", - "sha2 0.9.9", - "thiserror", - "unicode-normalization", - "wasm-bindgen", - "zeroize", + "anyhow", + "hmac 0.8.1", + "once_cell", + "pbkdf2 0.4.0", + "rand 0.7.3", + "rustc-hash", + "sha2 0.9.9", + "thiserror", + "unicode-normalization", + "wasm-bindgen", + "zeroize", ] -name = "tiny-bip39" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.8.2" [[package]] +name = "tiny-keccak" +version = "2.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" dependencies = [ - "crunchy", + "crunchy", ] -name = "tiny-keccak" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "2.0.2" [[package]] +name = "tinyvec" +version = "1.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938" dependencies = [ - "tinyvec_macros", + "tinyvec_macros", ] -name = "tinyvec" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.8.0" [[package]] -checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" name = "tinyvec_macros" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] +name = "tokio" +version = "1.39.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9babc99b9923bfa4804bd74722ff02c0381021eafa4db9949217e3be8e84fff5" dependencies = [ - "backtrace", - "bytes", - "libc", - "mio", - "parking_lot 0.12.3", - "pin-project-lite", - "signal-hook-registry", - "socket2 0.5.7", - "tokio-macros", - "windows-sys 0.52.0", + "backtrace", + "bytes", + "libc", + "mio", + "parking_lot 0.12.3", + "pin-project-lite", + "signal-hook-registry", + "socket2 0.5.7", + "tokio-macros", + "windows-sys 0.52.0", ] -name = "tokio" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.39.3" [[package]] +name = "tokio-macros" +version = "2.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro2", + "quote", + "syn 2.0.76", ] -name = "tokio-macros" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "2.4.0" [[package]] +name = "tokio-rustls" +version = "0.24.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" dependencies = [ - "rustls 0.21.12", - "tokio", + "rustls 0.21.12", + "tokio", ] -name = "tokio-rustls" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.24.1" [[package]] +name = "tokio-rustls" +version = "0.26.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" dependencies = [ - "rustls 0.23.12", - "rustls-pki-types", - "tokio", + "rustls 0.23.12", + "rustls-pki-types", + "tokio", ] -name = "tokio-rustls" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.26.0" [[package]] +name = "tokio-stream" +version = "0.1.15" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af" dependencies = [ - "futures-core", - "pin-project-lite", - "tokio", - "tokio-util", + "futures-core", + "pin-project-lite", + "tokio", + "tokio-util", ] -name = "tokio-stream" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.15" [[package]] +name = "tokio-tungstenite" +version = "0.20.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c" dependencies = [ - "futures-util", - "log", - "rustls 0.21.12", - "rustls-native-certs 0.6.3", - "tokio", - "tokio-rustls 0.24.1", - "tungstenite", + "futures-util", + "log", + "rustls 0.21.12", + "rustls-native-certs 0.6.3", + "tokio", + "tokio-rustls 0.24.1", + "tungstenite", ] -name = "tokio-tungstenite" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.20.1" [[package]] +name = "tokio-util" +version = "0.7.11" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1" dependencies = [ - "bytes", - "futures-core", - "futures-io", - "futures-sink", - "pin-project-lite", - "tokio", + "bytes", + "futures-core", + "futures-io", + "futures-sink", + "pin-project-lite", + "tokio", ] -name = "tokio-util" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.7.11" [[package]] +name = "toml" +version = "0.5.11" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" dependencies = [ - "serde", + "serde", ] -name = "toml" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.5.11" [[package]] +name = "toml" +version = "0.8.19" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e" dependencies = [ - "serde", - "serde_spanned", - "toml_datetime", - "toml_edit", + "serde", + "serde_spanned", + "toml_datetime", + "toml_edit", ] -name = "toml" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.8.19" [[package]] +name = "toml_datetime" +version = "0.6.8" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" dependencies = [ - "serde", + "serde", ] -name = "toml_datetime" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.6.8" [[package]] +name = "toml_edit" +version = "0.22.20" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d" dependencies = [ - "indexmap 2.4.0", - "serde", - "serde_spanned", - "toml_datetime", - "winnow", + "indexmap 2.4.0", + "serde", + "serde_spanned", + "toml_datetime", + "winnow", ] -name = "toml_edit" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.22.20" [[package]] +name = "tower" +version = "0.4.13" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" dependencies = [ - "futures-core", - "futures-util", - "pin-project", - "pin-project-lite", - "tokio", - "tower-layer", - "tower-service", - "tracing", + "futures-core", + "futures-util", + "pin-project", + "pin-project-lite", + "tokio", + "tower-layer", + "tower-service", + "tracing", ] -name = "tower" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.13" [[package]] +name = "tower-http" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" dependencies = [ - "bitflags 2.6.0", - "bytes", - "http 1.1.0", - "http-body 1.0.1", - "http-body-util", - "pin-project-lite", - "tower-layer", - "tower-service", + "bitflags 2.6.0", + "bytes", + "http 1.1.0", + "http-body 1.0.1", + "http-body-util", + "pin-project-lite", + "tower-layer", + "tower-service", ] -name = "tower-http" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.5.2" [[package]] -checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" name = "tower-layer" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" [[package]] -checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" name = "tower-service" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" [[package]] +name = "tracing" +version = "0.1.40" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" dependencies = [ - "log", - "pin-project-lite", - "tracing-attributes", - "tracing-core", + "log", + "pin-project-lite", + "tracing-attributes", + "tracing-core", ] -name = "tracing" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.40" [[package]] +name = "tracing-attributes" +version = "0.1.27" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro2", + "quote", + "syn 2.0.76", ] -name = "tracing-attributes" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.27" [[package]] +name = "tracing-core" +version = "0.1.32" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" dependencies = [ - "once_cell", - "valuable", + "once_cell", + "valuable", ] -name = "tracing-core" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.32" [[package]] +name = "tracing-futures" +version = "0.2.5" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2" dependencies = [ - "pin-project", - "tracing", + "pin-project", + "tracing", ] -name = "tracing-futures" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.5" [[package]] -dependencies = [ - "coarsetime", - "polkadot-primitives", - "tracing", - "tracing-gum-proc-macro", -] name = "tracing-gum" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" version = "15.0.0" - -[[package]] +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "expander", - "proc-macro-crate 3.2.0", - "proc-macro2", - "quote", - "syn 2.0.76", + "coarsetime", + "polkadot-primitives", + "tracing", + "tracing-gum-proc-macro", ] + +[[package]] name = "tracing-gum-proc-macro" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" version = "5.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +dependencies = [ + "expander", + "proc-macro-crate 3.2.0", + "proc-macro2", + "quote", + "syn 2.0.76", +] [[package]] +name = "tracing-log" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" dependencies = [ - "log", - "once_cell", - "tracing-core", + "log", + "once_cell", + "tracing-core", ] -name = "tracing-log" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.0" [[package]] +name = "tracing-subscriber" +version = "0.3.18" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" dependencies = [ - "matchers", - "nu-ansi-term", - "once_cell", - "parking_lot 0.12.3", - "regex", - "sharded-slab", - "smallvec", - "thread_local", - "tracing", - "tracing-core", - "tracing-log", + "matchers", + "nu-ansi-term", + "once_cell", + "parking_lot 0.12.3", + "regex", + "sharded-slab", + "smallvec", + "thread_local", + "tracing", + "tracing-core", + "tracing-log", ] -name = "tracing-subscriber" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.18" [[package]] +name = "trie-db" +version = "0.29.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c992b4f40c234a074d48a757efeabb1a6be88af84c0c23f7ca158950cb0ae7f" dependencies = [ - "hash-db", - "log", - "rustc-hex", - "smallvec", + "hash-db", + "log", + "rustc-hex", + "smallvec", ] -name = "trie-db" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.29.1" [[package]] +name = "trie-root" +version = "0.18.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d4ed310ef5ab98f5fa467900ed906cb9232dd5376597e00fd4cba2a449d06c0b" dependencies = [ - "hash-db", + "hash-db", ] -name = "trie-root" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.18.0" [[package]] +name = "trust-dns-proto" +version = "0.22.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4f7f83d1e4a0e4358ac54c5c3681e5d7da5efc5a7a632c90bb6d6669ddd9bc26" dependencies = [ - "async-trait", - "cfg-if", - "data-encoding", - "enum-as-inner 0.5.1", - "futures-channel", - "futures-io", - "futures-util", - "idna 0.2.3", - "ipnet", - "lazy_static", - "rand 0.8.5", - "smallvec", - "socket2 0.4.10", - "thiserror", - "tinyvec", - "tokio", - "tracing", - "url", + "async-trait", + "cfg-if", + "data-encoding", + "enum-as-inner 0.5.1", + "futures-channel", + "futures-io", + "futures-util", + "idna 0.2.3", + "ipnet", + "lazy_static", + "rand 0.8.5", + "smallvec", + "socket2 0.4.10", + "thiserror", + "tinyvec", + "tokio", + "tracing", + "url", ] -name = "trust-dns-proto" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.22.0" [[package]] +name = "trust-dns-proto" +version = "0.23.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3119112651c157f4488931a01e586aa459736e9d6046d3bd9105ffb69352d374" dependencies = [ - "async-trait", - "cfg-if", - "data-encoding", - "enum-as-inner 0.6.0", - "futures-channel", - "futures-io", - "futures-util", - "idna 0.4.0", - "ipnet", - "once_cell", - "rand 0.8.5", - "smallvec", - "thiserror", - "tinyvec", - "tokio", - "tracing", - "url", + "async-trait", + "cfg-if", + "data-encoding", + "enum-as-inner 0.6.0", + "futures-channel", + "futures-io", + "futures-util", + "idna 0.4.0", + "ipnet", + "once_cell", + "rand 0.8.5", + "smallvec", + "thiserror", + "tinyvec", + "tokio", + "tracing", + "url", ] -name = "trust-dns-proto" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.23.2" [[package]] +name = "trust-dns-resolver" +version = "0.23.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "10a3e6c3aff1718b3c73e395d1f35202ba2ffa847c6a62eea0db8fb4cfe30be6" dependencies = [ - "cfg-if", - "futures-util", - "ipconfig", - "lru-cache", - "once_cell", - "parking_lot 0.12.3", - "rand 0.8.5", - "resolv-conf", - "smallvec", - "thiserror", - "tokio", - "tracing", - "trust-dns-proto 0.23.2", + "cfg-if", + "futures-util", + "ipconfig", + "lru-cache", + "once_cell", + "parking_lot 0.12.3", + "rand 0.8.5", + "resolv-conf", + "smallvec", + "thiserror", + "tokio", + "tracing", + "trust-dns-proto 0.23.2", ] -name = "trust-dns-resolver" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.23.2" [[package]] -checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" name = "try-lock" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.2.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] -checksum = "f4f195fd851901624eee5a58c4bb2b4f06399148fcd0ed336e6f1cb60a9881df" name = "tt-call" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.0.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f4f195fd851901624eee5a58c4bb2b4f06399148fcd0ed336e6f1cb60a9881df" [[package]] +name = "tungstenite" +version = "0.20.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9" dependencies = [ - "byteorder", - "bytes", - "data-encoding", - "http 0.2.12", - "httparse", - "log", - "rand 0.8.5", - "rustls 0.21.12", - "sha1", - "thiserror", - "url", - "utf-8", + "byteorder", + "bytes", + "data-encoding", + "http 0.2.12", + "httparse", + "log", + "rand 0.8.5", + "rustls 0.21.12", + "sha1", + "thiserror", + "url", + "utf-8", ] -name = "tungstenite" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.20.1" [[package]] +name = "twox-hash" +version = "1.6.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ - "cfg-if", - "digest 0.10.7", - "rand 0.8.5", - "static_assertions", + "cfg-if", + "digest 0.10.7", + "rand 0.8.5", + "static_assertions", ] -name = "twox-hash" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.6.3" [[package]] -checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" name = "typenum" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.17.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" [[package]] -checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9" name = "ucd-trie" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.1.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9" [[package]] +name = "uint" +version = "0.9.5" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52" dependencies = [ - "byteorder", - "crunchy", - "hex", - "static_assertions", + "byteorder", + "crunchy", + "hex", + "static_assertions", ] -name = "uint" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.9.5" [[package]] -checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" name = "unicode-bidi" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.3.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" [[package]] -checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" name = "unicode-ident" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.0.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" [[package]] +name = "unicode-normalization" +version = "0.1.22" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921" dependencies = [ - "tinyvec", + "tinyvec", ] -name = "unicode-normalization" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.22" [[package]] -checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" name = "unicode-segmentation" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" [[package]] -checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" name = "unicode-width" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.1.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" [[package]] -checksum = "229730647fbc343e3a80e463c1db7f78f3855d3f3739bee0dda773c9a037c90a" name = "unicode-xid" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.2.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "229730647fbc343e3a80e463c1db7f78f3855d3f3739bee0dda773c9a037c90a" [[package]] -checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e" name = "unicode_categories" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e" [[package]] +name = "universal-hash" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea" dependencies = [ - "crypto-common", - "subtle 2.6.1", + "crypto-common", + "subtle 2.6.1", ] -name = "universal-hash" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.5.1" [[package]] +name = "unsigned-varint" +version = "0.7.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6889a77d49f1f013504cec6bf97a2c730394adedaeb1deb5ea08949a50541105" dependencies = [ - "asynchronous-codec", - "bytes", - "futures-io", - "futures-util", + "asynchronous-codec", + "bytes", + "futures-io", + "futures-util", ] -name = "unsigned-varint" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.7.2" [[package]] +name = "unsigned-varint" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06" dependencies = [ - "bytes", - "tokio-util", + "bytes", + "tokio-util", ] -name = "unsigned-varint" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.8.0" [[package]] -checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" name = "untrusted" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" [[package]] -checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" name = "untrusted" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" [[package]] +name = "url" +version = "2.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c" dependencies = [ - "form_urlencoded", - "idna 0.5.0", - "percent-encoding", + "form_urlencoded", + "idna 0.5.0", + "percent-encoding", ] -name = "url" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "2.5.2" [[package]] -checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" name = "urlencoding" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "2.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" [[package]] -checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" name = "utf-8" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.7.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" [[package]] -checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" name = "utf8parse" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] -checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" name = "valuable" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" [[package]] -checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" name = "vcpkg" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.2.15" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" [[package]] -checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" name = "version_check" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.9.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" [[package]] -checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" name = "void" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" [[package]] +name = "w3f-bls" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c5da5fa2c6afa2c9158eaa7cd9aee249765eb32b5fb0c63ad8b9e79336a47ec" dependencies = [ - "ark-bls12-377", - "ark-bls12-381", - "ark-ec", - "ark-ff", - "ark-serialize", - "ark-serialize-derive", - "arrayref", - "constcat", - "digest 0.10.7", - "rand 0.8.5", - "rand_chacha 0.3.1", - "rand_core 0.6.4", - "sha2 0.10.8", - "sha3", - "thiserror", - "zeroize", + "ark-bls12-377", + "ark-bls12-381", + "ark-ec", + "ark-ff", + "ark-serialize", + "ark-serialize-derive", + "arrayref", + "constcat", + "digest 0.10.7", + "rand 0.8.5", + "rand_chacha 0.3.1", + "rand_core 0.6.4", + "sha2 0.10.8", + "sha3", + "thiserror", + "zeroize", ] -name = "w3f-bls" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.4" [[package]] +name = "wait-timeout" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" dependencies = [ - "libc", + "libc", ] -name = "wait-timeout" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.0" [[package]] -checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7" name = "waker-fn" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7" [[package]] +name = "walkdir" +version = "2.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" dependencies = [ - "same-file", - "winapi-util", + "same-file", + "winapi-util", ] -name = "walkdir" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "2.5.0" [[package]] +name = "want" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" dependencies = [ - "try-lock", + "try-lock", ] -name = "want" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.1" [[package]] -checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" name = "wasi" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.9.0+wasi-snapshot-preview1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" [[package]] -checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" name = "wasi" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.11.0+wasi-snapshot-preview1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] +name = "wasix" +version = "0.12.21" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c1fbb4ef9bbca0c1170e0b00dd28abc9e3b68669821600cad1caaed606583c6d" dependencies = [ - "wasi 0.11.0+wasi-snapshot-preview1", + "wasi 0.11.0+wasi-snapshot-preview1", ] -name = "wasix" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.12.21" [[package]] +name = "wasm-bindgen" +version = "0.2.93" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5" dependencies = [ - "cfg-if", - "once_cell", - "wasm-bindgen-macro", + "cfg-if", + "once_cell", + "wasm-bindgen-macro", ] -name = "wasm-bindgen" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.93" [[package]] -checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b" -dependencies = [ - "bumpalo", - "log", - "once_cell", - "proc-macro2", - "quote", - "syn 2.0.76", - "wasm-bindgen-shared", -] name = "wasm-bindgen-backend" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.2.93" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b" +dependencies = [ + "bumpalo", + "log", + "once_cell", + "proc-macro2", + "quote", + "syn 2.0.76", + "wasm-bindgen-shared", +] [[package]] +name = "wasm-bindgen-futures" +version = "0.4.43" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed" dependencies = [ - "cfg-if", - "js-sys", - "wasm-bindgen", - "web-sys", + "cfg-if", + "js-sys", + "wasm-bindgen", + "web-sys", ] -name = "wasm-bindgen-futures" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.43" [[package]] +name = "wasm-bindgen-macro" +version = "0.2.93" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf" dependencies = [ - "quote", - "wasm-bindgen-macro-support", + "quote", + "wasm-bindgen-macro-support", ] -name = "wasm-bindgen-macro" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.93" [[package]] +name = "wasm-bindgen-macro-support" +version = "0.2.93" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", - "wasm-bindgen-backend", - "wasm-bindgen-shared", + "proc-macro2", + "quote", + "syn 2.0.76", + "wasm-bindgen-backend", + "wasm-bindgen-shared", ] -name = "wasm-bindgen-macro-support" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.93" [[package]] -checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484" name = "wasm-bindgen-shared" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.2.93" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484" [[package]] +name = "wasm-instrument" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2a47ecb37b9734d1085eaa5ae1a81e60801fd8c28d4cabdd8aedb982021918bc" dependencies = [ - "parity-wasm", + "parity-wasm", ] -name = "wasm-instrument" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.4.0" [[package]] +name = "wasm-opt" +version = "0.116.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2fd87a4c135535ffed86123b6fb0f0a5a0bc89e50416c942c5f0662c645f679c" dependencies = [ - "anyhow", - "libc", - "strum 0.24.1", - "strum_macros 0.24.3", - "tempfile", - "thiserror", - "wasm-opt-cxx-sys", - "wasm-opt-sys", + "anyhow", + "libc", + "strum 0.24.1", + "strum_macros 0.24.3", + "tempfile", + "thiserror", + "wasm-opt-cxx-sys", + "wasm-opt-sys", ] -name = "wasm-opt" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.116.1" [[package]] +name = "wasm-opt-cxx-sys" +version = "0.116.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8c57b28207aa724318fcec6575fe74803c23f6f266fce10cbc9f3f116762f12e" dependencies = [ - "anyhow", - "cxx", - "cxx-build", - "wasm-opt-sys", + "anyhow", + "cxx", + "cxx-build", + "wasm-opt-sys", ] -name = "wasm-opt-cxx-sys" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.116.0" [[package]] +name = "wasm-opt-sys" +version = "0.116.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a1cce564dc768dacbdb718fc29df2dba80bd21cb47d8f77ae7e3d95ceb98cbe" dependencies = [ - "anyhow", - "cc", - "cxx", - "cxx-build", + "anyhow", + "cc", + "cxx", + "cxx-build", ] -name = "wasm-opt-sys" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.116.0" [[package]] +name = "wasm-timer" +version = "0.2.5" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f" dependencies = [ - "futures 0.3.30", - "js-sys", - "parking_lot 0.11.2", - "pin-utils", - "wasm-bindgen", - "wasm-bindgen-futures", - "web-sys", + "futures 0.3.30", + "js-sys", + "parking_lot 0.11.2", + "pin-utils", + "wasm-bindgen", + "wasm-bindgen-futures", + "web-sys", ] -name = "wasm-timer" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.2.5" [[package]] +name = "wasmi" +version = "0.31.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "77a8281d1d660cdf54c76a3efa9ddd0c270cada1383a995db3ccb43d166456c7" dependencies = [ - "smallvec", - "spin 0.9.8", - "wasmi_arena", - "wasmi_core", - "wasmparser-nostd", + "smallvec", + "spin 0.9.8", + "wasmi_arena", + "wasmi_core", + "wasmparser-nostd", ] -name = "wasmi" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.31.2" [[package]] -checksum = "104a7f73be44570cac297b3035d76b169d6599637631cf37a1703326a0727073" name = "wasmi_arena" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "104a7f73be44570cac297b3035d76b169d6599637631cf37a1703326a0727073" [[package]] +name = "wasmi_core" +version = "0.13.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dcf1a7db34bff95b85c261002720c00c3a6168256dcb93041d3fa2054d19856a" dependencies = [ - "downcast-rs", - "libm", - "num-traits", - "paste", + "downcast-rs", + "libm", + "num-traits", + "paste", ] -name = "wasmi_core" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.13.0" [[package]] +name = "wasmparser" +version = "0.102.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "48134de3d7598219ab9eaf6b91b15d8e50d31da76b8519fe4ecfcec2cf35104b" dependencies = [ - "indexmap 1.9.3", - "url", + "indexmap 1.9.3", + "url", ] -name = "wasmparser" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.102.0" [[package]] +name = "wasmparser-nostd" +version = "0.100.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d5a015fe95f3504a94bb1462c717aae75253e39b9dd6c3fb1062c934535c64aa" dependencies = [ - "indexmap-nostd", + "indexmap-nostd", ] -name = "wasmparser-nostd" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.100.2" [[package]] +name = "wasmtime" +version = "8.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f907fdead3153cb9bfb7a93bbd5b62629472dc06dee83605358c64c52ed3dda9" dependencies = [ - "anyhow", - "bincode", - "cfg-if", - "indexmap 1.9.3", - "libc", - "log", - "object 0.30.4", - "once_cell", - "paste", - "psm", - "rayon", - "serde", - "target-lexicon", - "wasmparser", - "wasmtime-cache", - "wasmtime-cranelift", - "wasmtime-environ", - "wasmtime-jit", - "wasmtime-runtime", - "windows-sys 0.45.0", + "anyhow", + "bincode", + "cfg-if", + "indexmap 1.9.3", + "libc", + "log", + "object 0.30.4", + "once_cell", + "paste", + "psm", + "rayon", + "serde", + "target-lexicon", + "wasmparser", + "wasmtime-cache", + "wasmtime-cranelift", + "wasmtime-environ", + "wasmtime-jit", + "wasmtime-runtime", + "windows-sys 0.45.0", ] -name = "wasmtime" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "8.0.1" [[package]] +name = "wasmtime-asm-macros" +version = "8.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3b9daa7c14cd4fa3edbf69de994408d5f4b7b0959ac13fa69d465f6597f810d" dependencies = [ - "cfg-if", + "cfg-if", ] -name = "wasmtime-asm-macros" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "8.0.1" [[package]] +name = "wasmtime-cache" +version = "8.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c86437fa68626fe896e5afc69234bb2b5894949083586535f200385adfd71213" dependencies = [ - "anyhow", - "base64 0.21.7", - "bincode", - "directories-next", - "file-per-thread-logger", - "log", - "rustix 0.36.17", - "serde", - "sha2 0.10.8", - "toml 0.5.11", - "windows-sys 0.45.0", - "zstd 0.11.2+zstd.1.5.2", + "anyhow", + "base64 0.21.7", + "bincode", + "directories-next", + "file-per-thread-logger", + "log", + "rustix 0.36.17", + "serde", + "sha2 0.10.8", + "toml 0.5.11", + "windows-sys 0.45.0", + "zstd 0.11.2+zstd.1.5.2", ] -name = "wasmtime-cache" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "8.0.1" [[package]] +name = "wasmtime-cranelift" +version = "8.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b1cefde0cce8cb700b1b21b6298a3837dba46521affd7b8c38a9ee2c869eee04" dependencies = [ - "anyhow", - "cranelift-codegen", - "cranelift-entity", - "cranelift-frontend", - "cranelift-native", - "cranelift-wasm", - "gimli 0.27.3", - "log", - "object 0.30.4", - "target-lexicon", - "thiserror", - "wasmparser", - "wasmtime-cranelift-shared", - "wasmtime-environ", + "anyhow", + "cranelift-codegen", + "cranelift-entity", + "cranelift-frontend", + "cranelift-native", + "cranelift-wasm", + "gimli 0.27.3", + "log", + "object 0.30.4", + "target-lexicon", + "thiserror", + "wasmparser", + "wasmtime-cranelift-shared", + "wasmtime-environ", ] -name = "wasmtime-cranelift" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "8.0.1" [[package]] +name = "wasmtime-cranelift-shared" +version = "8.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cd041e382ef5aea1b9fc78442394f1a4f6d676ce457e7076ca4cb3f397882f8b" dependencies = [ - "anyhow", - "cranelift-codegen", - "cranelift-native", - "gimli 0.27.3", - "object 0.30.4", - "target-lexicon", - "wasmtime-environ", + "anyhow", + "cranelift-codegen", + "cranelift-native", + "gimli 0.27.3", + "object 0.30.4", + "target-lexicon", + "wasmtime-environ", ] -name = "wasmtime-cranelift-shared" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "8.0.1" [[package]] +name = "wasmtime-environ" +version = "8.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a990198cee4197423045235bf89d3359e69bd2ea031005f4c2d901125955c949" dependencies = [ - "anyhow", - "cranelift-entity", - "gimli 0.27.3", - "indexmap 1.9.3", - "log", - "object 0.30.4", - "serde", - "target-lexicon", - "thiserror", - "wasmparser", - "wasmtime-types", + "anyhow", + "cranelift-entity", + "gimli 0.27.3", + "indexmap 1.9.3", + "log", + "object 0.30.4", + "serde", + "target-lexicon", + "thiserror", + "wasmparser", + "wasmtime-types", ] -name = "wasmtime-environ" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "8.0.1" [[package]] +name = "wasmtime-jit" +version = "8.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0de48df552cfca1c9b750002d3e07b45772dd033b0b206d5c0968496abf31244" dependencies = [ - "addr2line 0.19.0", - "anyhow", - "bincode", - "cfg-if", - "cpp_demangle", - "gimli 0.27.3", - "log", - "object 0.30.4", - "rustc-demangle", - "serde", - "target-lexicon", - "wasmtime-environ", - "wasmtime-jit-debug", - "wasmtime-jit-icache-coherence", - "wasmtime-runtime", - "windows-sys 0.45.0", + "addr2line 0.19.0", + "anyhow", + "bincode", + "cfg-if", + "cpp_demangle", + "gimli 0.27.3", + "log", + "object 0.30.4", + "rustc-demangle", + "serde", + "target-lexicon", + "wasmtime-environ", + "wasmtime-jit-debug", + "wasmtime-jit-icache-coherence", + "wasmtime-runtime", + "windows-sys 0.45.0", ] -name = "wasmtime-jit" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "8.0.1" [[package]] +name = "wasmtime-jit-debug" +version = "8.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6e0554b84c15a27d76281d06838aed94e13a77d7bf604bbbaf548aa20eb93846" dependencies = [ - "object 0.30.4", - "once_cell", - "rustix 0.36.17", + "object 0.30.4", + "once_cell", + "rustix 0.36.17", ] -name = "wasmtime-jit-debug" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "8.0.1" [[package]] +name = "wasmtime-jit-icache-coherence" +version = "8.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "aecae978b13f7f67efb23bd827373ace4578f2137ec110bbf6a4a7cde4121bbd" dependencies = [ - "cfg-if", - "libc", - "windows-sys 0.45.0", + "cfg-if", + "libc", + "windows-sys 0.45.0", ] -name = "wasmtime-jit-icache-coherence" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "8.0.1" [[package]] +name = "wasmtime-runtime" +version = "8.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "658cf6f325232b6760e202e5255d823da5e348fdea827eff0a2a22319000b441" dependencies = [ - "anyhow", - "cc", - "cfg-if", - "indexmap 1.9.3", - "libc", - "log", - "mach", - "memfd", - "memoffset", - "paste", - "rand 0.8.5", - "rustix 0.36.17", - "wasmtime-asm-macros", - "wasmtime-environ", - "wasmtime-jit-debug", - "windows-sys 0.45.0", + "anyhow", + "cc", + "cfg-if", + "indexmap 1.9.3", + "libc", + "log", + "mach", + "memfd", + "memoffset", + "paste", + "rand 0.8.5", + "rustix 0.36.17", + "wasmtime-asm-macros", + "wasmtime-environ", + "wasmtime-jit-debug", + "windows-sys 0.45.0", ] -name = "wasmtime-runtime" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "8.0.1" [[package]] +name = "wasmtime-types" +version = "8.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a4f6fffd2a1011887d57f07654dd112791e872e3ff4a2e626aee8059ee17f06f" dependencies = [ - "cranelift-entity", - "serde", - "thiserror", - "wasmparser", + "cranelift-entity", + "serde", + "thiserror", + "wasmparser", ] -name = "wasmtime-types" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "8.0.1" [[package]] +name = "web-sys" +version = "0.3.70" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0" dependencies = [ - "js-sys", - "wasm-bindgen", + "js-sys", + "wasm-bindgen", ] -name = "web-sys" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.70" [[package]] +name = "webpki" +version = "0.22.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53" dependencies = [ - "ring 0.17.8", - "untrusted 0.9.0", + "ring 0.17.8", + "untrusted 0.9.0", ] -name = "webpki" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.22.4" [[package]] -checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" name = "webpki-roots" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.25.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" [[package]] +name = "webpki-roots" +version = "0.26.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bd7c23921eeb1713a4e851530e9b9756e4fb0e89978582942612524cf09f01cd" dependencies = [ - "rustls-pki-types", + "rustls-pki-types", ] -name = "webpki-roots" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.26.3" [[package]] -dependencies = [ - "binary-merkle-tree", - "bitvec", - "frame-benchmarking", - "frame-election-provider-support", - "frame-executive", - "frame-metadata-hash-extension", - "frame-support", - "frame-system", - "frame-system-benchmarking", - "frame-system-rpc-runtime-api", - "frame-try-runtime", - "hex-literal 0.4.1", - "log", - "pallet-asset-rate", - "pallet-authority-discovery", - "pallet-authorship", - "pallet-babe", - "pallet-bags-list", - "pallet-balances", - "pallet-beefy", - "pallet-beefy-mmr", - "pallet-collective", - "pallet-conviction-voting", - "pallet-delegated-staking", - "pallet-democracy", - "pallet-election-provider-multi-phase", - "pallet-election-provider-support-benchmarking", - "pallet-elections-phragmen", - "pallet-fast-unstake", - "pallet-grandpa", - "pallet-identity", - "pallet-indices", - "pallet-membership", - "pallet-message-queue", - "pallet-mmr", - "pallet-multisig", - "pallet-nomination-pools", - "pallet-nomination-pools-benchmarking", - "pallet-nomination-pools-runtime-api", - "pallet-offences", - "pallet-offences-benchmarking", - "pallet-preimage", - "pallet-proxy", - "pallet-recovery", - "pallet-referenda", - "pallet-root-testing", - "pallet-scheduler", - "pallet-session", - "pallet-session-benchmarking", - "pallet-society", - "pallet-staking", - "pallet-staking-reward-curve", - "pallet-staking-runtime-api", - "pallet-state-trie-migration", - "pallet-sudo", - "pallet-timestamp", - "pallet-transaction-payment", - "pallet-transaction-payment-rpc-runtime-api", - "pallet-treasury", - "pallet-utility", - "pallet-vesting", - "pallet-whitelist", - "pallet-xcm", - "pallet-xcm-benchmarks", - "parity-scale-codec", - "polkadot-parachain-primitives", - "polkadot-primitives", - "polkadot-runtime-common", - "polkadot-runtime-parachains", - "scale-info", - "serde", - "serde_derive", - "smallvec", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", - "sp-authority-discovery", - "sp-block-builder", - "sp-consensus-babe", - "sp-consensus-beefy", - "sp-core", - "sp-genesis-builder", - "sp-inherents", - "sp-io", - "sp-mmr-primitives", - "sp-npos-elections", - "sp-offchain", - "sp-runtime", - "sp-session", - "sp-staking", - "sp-storage", - "sp-transaction-pool", - "sp-version", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", - "substrate-wasm-builder", - "westend-runtime-constants", - "xcm-runtime-apis", -] name = "westend-runtime" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" version = "17.0.0" - -[[package]] +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-support", - "polkadot-primitives", - "polkadot-runtime-common", - "smallvec", - "sp-core", - "sp-runtime", - "sp-weights", - "staging-xcm", - "staging-xcm-builder", + "binary-merkle-tree", + "bitvec", + "frame-benchmarking", + "frame-election-provider-support", + "frame-executive", + "frame-metadata-hash-extension", + "frame-support", + "frame-system", + "frame-system-benchmarking", + "frame-system-rpc-runtime-api", + "frame-try-runtime", + "hex-literal 0.4.1", + "log", + "pallet-asset-rate", + "pallet-authority-discovery", + "pallet-authorship", + "pallet-babe", + "pallet-bags-list", + "pallet-balances", + "pallet-beefy", + "pallet-beefy-mmr", + "pallet-collective", + "pallet-conviction-voting", + "pallet-delegated-staking", + "pallet-democracy", + "pallet-election-provider-multi-phase", + "pallet-election-provider-support-benchmarking", + "pallet-elections-phragmen", + "pallet-fast-unstake", + "pallet-grandpa", + "pallet-identity", + "pallet-indices", + "pallet-membership", + "pallet-message-queue", + "pallet-mmr", + "pallet-multisig", + "pallet-nomination-pools", + "pallet-nomination-pools-benchmarking", + "pallet-nomination-pools-runtime-api", + "pallet-offences", + "pallet-offences-benchmarking", + "pallet-preimage", + "pallet-proxy", + "pallet-recovery", + "pallet-referenda", + "pallet-root-testing", + "pallet-scheduler", + "pallet-session", + "pallet-session-benchmarking", + "pallet-society", + "pallet-staking", + "pallet-staking-reward-curve", + "pallet-staking-runtime-api", + "pallet-state-trie-migration", + "pallet-sudo", + "pallet-timestamp", + "pallet-transaction-payment", + "pallet-transaction-payment-rpc-runtime-api", + "pallet-treasury", + "pallet-utility", + "pallet-vesting", + "pallet-whitelist", + "pallet-xcm", + "pallet-xcm-benchmarks", + "parity-scale-codec", + "polkadot-parachain-primitives", + "polkadot-primitives", + "polkadot-runtime-common", + "polkadot-runtime-parachains", + "scale-info", + "serde", + "serde_derive", + "smallvec", + "sp-api", + "sp-application-crypto", + "sp-arithmetic", + "sp-authority-discovery", + "sp-block-builder", + "sp-consensus-babe", + "sp-consensus-beefy", + "sp-core", + "sp-genesis-builder", + "sp-inherents", + "sp-io", + "sp-mmr-primitives", + "sp-npos-elections", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-staking", + "sp-storage", + "sp-transaction-pool", + "sp-version", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", + "substrate-wasm-builder", + "westend-runtime-constants", + "xcm-runtime-apis", ] + +[[package]] name = "westend-runtime-constants" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" version = "16.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +dependencies = [ + "frame-support", + "polkadot-primitives", + "polkadot-runtime-common", + "smallvec", + "sp-core", + "sp-runtime", + "sp-weights", + "staging-xcm", + "staging-xcm-builder", +] [[package]] +name = "which" +version = "4.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7" dependencies = [ - "either", - "home", - "once_cell", - "rustix 0.38.35", + "either", + "home", + "once_cell", + "rustix 0.38.35", ] -name = "which" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "4.4.2" [[package]] +name = "wide" +version = "0.7.28" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b828f995bf1e9622031f8009f8481a85406ce1f4d4588ff746d872043e855690" dependencies = [ - "bytemuck", - "safe_arch", + "bytemuck", + "safe_arch", ] -name = "wide" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.7.28" [[package]] -checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311" name = "widestring" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311" [[package]] +name = "winapi" +version = "0.3.9" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" dependencies = [ - "winapi-i686-pc-windows-gnu", - "winapi-x86_64-pc-windows-gnu", + "winapi-i686-pc-windows-gnu", + "winapi-x86_64-pc-windows-gnu", ] -name = "winapi" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.3.9" [[package]] -checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" name = "winapi-i686-pc-windows-gnu" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" [[package]] +name = "winapi-util" +version = "0.1.9" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.59.0", ] -name = "winapi-util" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.1.9" [[package]] -checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" name = "winapi-x86_64-pc-windows-gnu" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] +name = "windows" +version = "0.51.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ca229916c5ee38c2f2bc1e9d8f04df975b4bd93f9955dc69fabb5d91270045c9" dependencies = [ - "windows-core 0.51.1", - "windows-targets 0.48.5", + "windows-core 0.51.1", + "windows-targets 0.48.5", ] -name = "windows" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.51.1" [[package]] +name = "windows-core" +version = "0.51.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64" dependencies = [ - "windows-targets 0.48.5", + "windows-targets 0.48.5", ] -name = "windows-core" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.51.1" [[package]] +name = "windows-core" +version = "0.52.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" dependencies = [ - "windows-targets 0.52.6", + "windows-targets 0.52.6", ] -name = "windows-core" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.52.0" [[package]] +name = "windows-sys" +version = "0.42.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" dependencies = [ - "windows_aarch64_gnullvm 0.42.2", - "windows_aarch64_msvc 0.42.2", - "windows_i686_gnu 0.42.2", - "windows_i686_msvc 0.42.2", - "windows_x86_64_gnu 0.42.2", - "windows_x86_64_gnullvm 0.42.2", - "windows_x86_64_msvc 0.42.2", + "windows_aarch64_gnullvm 0.42.2", + "windows_aarch64_msvc 0.42.2", + "windows_i686_gnu 0.42.2", + "windows_i686_msvc 0.42.2", + "windows_x86_64_gnu 0.42.2", + "windows_x86_64_gnullvm 0.42.2", + "windows_x86_64_msvc 0.42.2", ] -name = "windows-sys" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.42.0" [[package]] +name = "windows-sys" +version = "0.45.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" dependencies = [ - "windows-targets 0.42.2", + "windows-targets 0.42.2", ] -name = "windows-sys" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.45.0" [[package]] +name = "windows-sys" +version = "0.48.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" dependencies = [ - "windows-targets 0.48.5", + "windows-targets 0.48.5", ] -name = "windows-sys" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.48.0" [[package]] +name = "windows-sys" +version = "0.52.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" dependencies = [ - "windows-targets 0.52.6", + "windows-targets 0.52.6", ] -name = "windows-sys" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.52.0" [[package]] +name = "windows-sys" +version = "0.59.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" dependencies = [ - "windows-targets 0.52.6", + "windows-targets 0.52.6", ] -name = "windows-sys" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.59.0" [[package]] +name = "windows-targets" +version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" dependencies = [ - "windows_aarch64_gnullvm 0.42.2", - "windows_aarch64_msvc 0.42.2", - "windows_i686_gnu 0.42.2", - "windows_i686_msvc 0.42.2", - "windows_x86_64_gnu 0.42.2", - "windows_x86_64_gnullvm 0.42.2", - "windows_x86_64_msvc 0.42.2", + "windows_aarch64_gnullvm 0.42.2", + "windows_aarch64_msvc 0.42.2", + "windows_i686_gnu 0.42.2", + "windows_i686_msvc 0.42.2", + "windows_x86_64_gnu 0.42.2", + "windows_x86_64_gnullvm 0.42.2", + "windows_x86_64_msvc 0.42.2", ] -name = "windows-targets" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.42.2" [[package]] +name = "windows-targets" +version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" dependencies = [ - "windows_aarch64_gnullvm 0.48.5", - "windows_aarch64_msvc 0.48.5", - "windows_i686_gnu 0.48.5", - "windows_i686_msvc 0.48.5", - "windows_x86_64_gnu 0.48.5", - "windows_x86_64_gnullvm 0.48.5", - "windows_x86_64_msvc 0.48.5", + "windows_aarch64_gnullvm 0.48.5", + "windows_aarch64_msvc 0.48.5", + "windows_i686_gnu 0.48.5", + "windows_i686_msvc 0.48.5", + "windows_x86_64_gnu 0.48.5", + "windows_x86_64_gnullvm 0.48.5", + "windows_x86_64_msvc 0.48.5", ] -name = "windows-targets" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.48.5" [[package]] +name = "windows-targets" +version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" dependencies = [ - "windows_aarch64_gnullvm 0.52.6", - "windows_aarch64_msvc 0.52.6", - "windows_i686_gnu 0.52.6", - "windows_i686_gnullvm", - "windows_i686_msvc 0.52.6", - "windows_x86_64_gnu 0.52.6", - "windows_x86_64_gnullvm 0.52.6", - "windows_x86_64_msvc 0.52.6", + "windows_aarch64_gnullvm 0.52.6", + "windows_aarch64_msvc 0.52.6", + "windows_i686_gnu 0.52.6", + "windows_i686_gnullvm", + "windows_i686_msvc 0.52.6", + "windows_x86_64_gnu 0.52.6", + "windows_x86_64_gnullvm 0.52.6", + "windows_x86_64_msvc 0.52.6", ] -name = "windows-targets" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.52.6" [[package]] -checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" name = "windows_aarch64_gnullvm" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" [[package]] -checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" name = "windows_aarch64_gnullvm" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" [[package]] -checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" name = "windows_aarch64_gnullvm" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" [[package]] -checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" name = "windows_aarch64_msvc" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" [[package]] -checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" name = "windows_aarch64_msvc" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" [[package]] -checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" name = "windows_aarch64_msvc" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" [[package]] -checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" name = "windows_i686_gnu" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" [[package]] -checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" name = "windows_i686_gnu" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" [[package]] -checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" name = "windows_i686_gnu" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" [[package]] -checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" name = "windows_i686_gnullvm" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" [[package]] -checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" name = "windows_i686_msvc" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" [[package]] -checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" name = "windows_i686_msvc" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" [[package]] -checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" name = "windows_i686_msvc" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" [[package]] -checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" name = "windows_x86_64_gnu" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" [[package]] -checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" name = "windows_x86_64_gnu" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" [[package]] -checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" name = "windows_x86_64_gnu" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" [[package]] -checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" name = "windows_x86_64_gnullvm" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" [[package]] -checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" name = "windows_x86_64_gnullvm" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" [[package]] -checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" name = "windows_x86_64_gnullvm" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" [[package]] -checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" name = "windows_x86_64_msvc" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.42.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" [[package]] -checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" name = "windows_x86_64_msvc" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.48.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" [[package]] -checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" name = "windows_x86_64_msvc" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.52.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] +name = "winnow" +version = "0.6.18" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f" dependencies = [ - "memchr", + "memchr", ] -name = "winnow" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.6.18" [[package]] +name = "winreg" +version = "0.50.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" dependencies = [ - "cfg-if", - "windows-sys 0.48.0", + "cfg-if", + "windows-sys 0.48.0", ] -name = "winreg" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.50.0" [[package]] +name = "wyz" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" dependencies = [ - "tap", + "tap", ] -name = "wyz" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.5.1" [[package]] +name = "x25519-dalek" +version = "2.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c7e468321c81fb07fa7f4c636c3972b9100f0346e5b6a9f2bd0603a52f7ed277" dependencies = [ - "curve25519-dalek", - "rand_core 0.6.4", - "serde", - "zeroize", + "curve25519-dalek", + "rand_core 0.6.4", + "serde", + "zeroize", ] -name = "x25519-dalek" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "2.0.1" [[package]] +name = "x509-parser" +version = "0.15.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7069fba5b66b9193bd2c5d3d4ff12b839118f6bcbef5328efafafb5395cf63da" dependencies = [ - "asn1-rs 0.5.2", - "data-encoding", - "der-parser 8.2.0", - "lazy_static", - "nom", - "oid-registry 0.6.1", - "rusticata-macros", - "thiserror", - "time", + "asn1-rs 0.5.2", + "data-encoding", + "der-parser 8.2.0", + "lazy_static", + "nom", + "oid-registry 0.6.1", + "rusticata-macros", + "thiserror", + "time", ] -name = "x509-parser" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.15.1" [[package]] +name = "x509-parser" +version = "0.16.0" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fcbc162f30700d6f3f82a24bf7cc62ffe7caea42c0b2cba8bf7f3ae50cf51f69" dependencies = [ - "asn1-rs 0.6.2", - "data-encoding", - "der-parser 9.0.0", - "lazy_static", - "nom", - "oid-registry 0.7.1", - "rusticata-macros", - "thiserror", - "time", + "asn1-rs 0.6.2", + "data-encoding", + "der-parser 9.0.0", + "lazy_static", + "nom", + "oid-registry 0.7.1", + "rusticata-macros", + "thiserror", + "time", ] -name = "x509-parser" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.16.0" [[package]] -dependencies = [ - "frame-support", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "primitive-types", - "sp-core", - "sp-runtime", - "sp-std", - "staging-xcm", -] name = "xcm-primitives" -source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" version = "0.1.0" - -[[package]] +source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" dependencies = [ - "cumulus-primitives-core", - "ethereum", - "ethereum-types", - "frame-benchmarking", - "frame-support", - "frame-system", - "hex", - "impl-trait-for-tuples", - "log", - "orml-traits", - "pallet-staking", - "parity-scale-codec", - "polkadot-runtime-common", - "scale-info", - "serde", - "sha3", - "sp-io", - "sp-runtime", - "sp-std", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", + "frame-support", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "primitive-types", + "sp-core", + "sp-runtime", + "sp-std", + "staging-xcm", ] -name = "xcm-primitives" -version = "0.1.1" [[package]] +name = "xcm-primitives" +version = "0.1.1" dependencies = [ - "Inflector", - "proc-macro2", - "quote", - "syn 2.0.76", + "cumulus-primitives-core", + "ethereum", + "ethereum-types", + "frame-benchmarking", + "frame-support", + "frame-system", + "hex", + "impl-trait-for-tuples", + "log", + "orml-traits", + "pallet-staking", + "parity-scale-codec", + "polkadot-runtime-common", + "scale-info", + "serde", + "sha3", + "sp-io", + "sp-runtime", + "sp-std", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", ] -name = "xcm-procedural" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "10.1.0" [[package]] +name = "xcm-procedural" +version = "10.1.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-support", - "parity-scale-codec", - "scale-info", - "sp-api", - "sp-weights", - "staging-xcm", - "staging-xcm-executor", + "Inflector", + "proc-macro2", + "quote", + "syn 2.0.76", ] -name = "xcm-runtime-apis" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" -version = "0.3.0" [[package]] +name = "xcm-runtime-apis" +version = "0.3.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" dependencies = [ - "frame-support", - "frame-system", - "parity-scale-codec", - "paste", - "polkadot-core-primitives", - "polkadot-parachain-primitives", - "polkadot-primitives", - "polkadot-runtime-parachains", - "scale-info", - "sp-io", - "sp-runtime", - "sp-std", - "staging-xcm", - "staging-xcm-builder", - "staging-xcm-executor", + "frame-support", + "parity-scale-codec", + "scale-info", + "sp-api", + "sp-weights", + "staging-xcm", + "staging-xcm-executor", ] + +[[package]] name = "xcm-simulator" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" version = "16.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +dependencies = [ + "frame-support", + "frame-system", + "parity-scale-codec", + "paste", + "polkadot-core-primitives", + "polkadot-parachain-primitives", + "polkadot-primitives", + "polkadot-runtime-parachains", + "scale-info", + "sp-io", + "sp-runtime", + "sp-std", + "staging-xcm", + "staging-xcm-builder", + "staging-xcm-executor", +] [[package]] -checksum = "539a77ee7c0de333dcc6da69b177380a0b81e0dacfa4f7344c465a36871ee601" name = "xml-rs" -source = "registry+https://github.com/rust-lang/crates.io-index" version = "0.8.21" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "539a77ee7c0de333dcc6da69b177380a0b81e0dacfa4f7344c465a36871ee601" [[package]] +name = "xmltree" +version = "0.10.3" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d7d8a75eaf6557bb84a65ace8609883db44a29951042ada9b393151532e41fcb" dependencies = [ - "xml-rs", + "xml-rs", ] -name = "xmltree" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.10.3" [[package]] +name = "yamux" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9ed0164ae619f2dc144909a9f082187ebb5893693d8c0196e8085283ccd4b776" dependencies = [ - "futures 0.3.30", - "log", - "nohash-hasher", - "parking_lot 0.12.3", - "pin-project", - "rand 0.8.5", - "static_assertions", + "futures 0.3.30", + "log", + "nohash-hasher", + "parking_lot 0.12.3", + "pin-project", + "rand 0.8.5", + "static_assertions", ] -name = "yamux" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.12.1" [[package]] +name = "yasna" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd" dependencies = [ - "time", + "time", ] -name = "yasna" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.5.2" [[package]] +name = "zerocopy" +version = "0.7.35" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" dependencies = [ - "byteorder", - "zerocopy-derive", + "byteorder", + "zerocopy-derive", ] -name = "zerocopy" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.7.35" [[package]] +name = "zerocopy-derive" +version = "0.7.35" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro2", + "quote", + "syn 2.0.76", ] -name = "zerocopy-derive" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.7.35" [[package]] +name = "zeroize" +version = "1.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" dependencies = [ - "zeroize_derive", + "zeroize_derive", ] -name = "zeroize" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.8.1" [[package]] +name = "zeroize_derive" +version = "1.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.76", + "proc-macro2", + "quote", + "syn 2.0.76", ] -name = "zeroize_derive" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "1.4.2" [[package]] +name = "zstd" +version = "0.11.2+zstd.1.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4" dependencies = [ - "zstd-safe 5.0.2+zstd.1.5.2", + "zstd-safe 5.0.2+zstd.1.5.2", ] -name = "zstd" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.11.2+zstd.1.5.2" [[package]] +name = "zstd" +version = "0.12.4" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1a27595e173641171fc74a1232b7b1c7a7cb6e18222c11e9dfb9888fa424c53c" dependencies = [ - "zstd-safe 6.0.6", + "zstd-safe 6.0.6", ] -name = "zstd" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "0.12.4" [[package]] +name = "zstd-safe" +version = "5.0.2+zstd.1.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db" dependencies = [ - "libc", - "zstd-sys", + "libc", + "zstd-sys", ] -name = "zstd-safe" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "5.0.2+zstd.1.5.2" [[package]] +name = "zstd-safe" +version = "6.0.6" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ee98ffd0b48ee95e6c5168188e44a54550b1564d9d530ee21d5f0eaed1069581" dependencies = [ - "libc", - "zstd-sys", + "libc", + "zstd-sys", ] -name = "zstd-safe" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "6.0.6" [[package]] +name = "zstd-sys" +version = "2.0.13+zstd.1.5.6" +source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa" dependencies = [ - "cc", - "pkg-config", + "cc", + "pkg-config", ] -name = "zstd-sys" -source = "registry+https://github.com/rust-lang/crates.io-index" -version = "2.0.13+zstd.1.5.6" diff --git a/Cargo.toml b/Cargo.toml index 2d723023ea..5809c3bae6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,49 +1,49 @@ [workspace] exclude = ["bin/utils/moonkey"] members = [ - "bin/utils/moonkey", - "client/rpc/dev", - "client/rpc/finality", - "client/vrf", - "node", - "node/cli", - "node/service", - "pallets/asset-manager", - "pallets/erc20-xcm-bridge", - "pallets/ethereum-xcm", - "pallets/moonbeam-foreign-assets", - "pallets/moonbeam-lazy-migrations", - "pallets/moonbeam-orbiters", - "pallets/moonbeam-xcm-benchmarks", - "pallets/parachain-staking", - "pallets/precompile-benchmarks", - "pallets/proxy-genesis-companion", - "pallets/xcm-transactor", - "precompiles/balances-erc20", - "precompiles/batch", - "precompiles/call-permit", - "precompiles/collective", - "precompiles/conviction-voting", - "precompiles/crowdloan-rewards", - "precompiles/foreign-asset-migrator", - "precompiles/gmp", - "precompiles/identity", - "precompiles/parachain-staking", - "precompiles/precompile-registry", - "precompiles/preimage", - "precompiles/proxy", - "precompiles/referenda", - "precompiles/relay-encoder", - "precompiles/relay-data-verifier", - "precompiles/xcm-transactor", - "precompiles/xtokens", - "precompiles/p256verify", - "primitives/storage-proof", - "runtime/moonbase", - "runtime/moonbeam", - "runtime/moonriver", - "runtime/relay-encoder", - "runtime/summarize-precompile-checks", + "bin/utils/moonkey", + "client/rpc/dev", + "client/rpc/finality", + "client/vrf", + "node", + "node/cli", + "node/service", + "pallets/asset-manager", + "pallets/erc20-xcm-bridge", + "pallets/ethereum-xcm", + "pallets/moonbeam-foreign-assets", + "pallets/moonbeam-lazy-migrations", + "pallets/moonbeam-orbiters", + "pallets/moonbeam-xcm-benchmarks", + "pallets/parachain-staking", + "pallets/precompile-benchmarks", + "pallets/proxy-genesis-companion", + "pallets/xcm-transactor", + "precompiles/balances-erc20", + "precompiles/batch", + "precompiles/call-permit", + "precompiles/collective", + "precompiles/conviction-voting", + "precompiles/crowdloan-rewards", + "precompiles/foreign-asset-migrator", + "precompiles/gmp", + "precompiles/identity", + "precompiles/parachain-staking", + "precompiles/precompile-registry", + "precompiles/preimage", + "precompiles/proxy", + "precompiles/referenda", + "precompiles/relay-encoder", + "precompiles/relay-data-verifier", + "precompiles/xcm-transactor", + "precompiles/xtokens", + "precompiles/p256verify", + "primitives/storage-proof", + "runtime/moonbase", + "runtime/moonbeam", + "runtime/moonriver", + "runtime/relay-encoder", + "runtime/summarize-precompile-checks", ] resolver = "2" @@ -64,7 +64,7 @@ evm-tracing-events = { path = "primitives/rpc/evm-tracing-events", default-featu moonbeam-core-primitives = { path = "core-primitives", default-features = false } moonbeam-primitives-ext = { path = "primitives/ext", default-features = false } moonbeam-rpc-primitives-debug = { path = "primitives/rpc/debug", default-features = false, features = [ - "runtime-3000", + "runtime-3000", ] } moonbeam-rpc-primitives-txpool = { path = "primitives/rpc/txpool", default-features = false } storage-proof-primitives = { path = "primitives/storage-proof", default-features = false } @@ -148,6 +148,7 @@ pallet-identity = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", pallet-message-queue = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } pallet-multisig = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } pallet-preimage = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } +pallet-parameters = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } pallet-proxy = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } pallet-referenda = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } pallet-root-testing = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } @@ -162,10 +163,10 @@ pallet-treasury = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", pallet-utility = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } pallet-whitelist = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } parity-scale-codec = { version = "3.2.2", default-features = false, features = [ - "derive", + "derive", ] } scale-info = { version = "2.0", default-features = false, features = [ - "derive", + "derive", ] } sp-api = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } sp-application-crypto = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } @@ -234,7 +235,7 @@ substrate-wasm-builder = { git = "https://github.com/moonbeam-foundation/polkado # Frontier (wasm) ethereum = { version = "0.15.0", default-features = false, features = [ - "with-codec", + "with-codec", ] } ethereum-types = { version = "0.14", default-features = false } evm = { git = "https://github.com/moonbeam-foundation/evm", branch = "moonbeam-polkadot-stable2407", default-features = false } @@ -245,10 +246,10 @@ fp-evm = { git = "https://github.com/moonbeam-foundation/frontier", branch = "mo fp-rpc = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2407", default-features = false } fp-self-contained = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2407", default-features = false } pallet-ethereum = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2407", default-features = false, features = [ - "forbid-evm-reentrancy", + "forbid-evm-reentrancy", ] } pallet-evm = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2407", default-features = false, features = [ - "forbid-evm-reentrancy", + "forbid-evm-reentrancy", ] } pallet-evm-chain-id = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2407", default-features = false } pallet-evm-precompile-blake2 = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2407", default-features = false } @@ -269,7 +270,7 @@ fc-db = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moo fc-api = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2407" } fc-mapping-sync = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2407" } fc-rpc = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2407", features = [ - "rpc-binary-search-estimate", + "rpc-binary-search-estimate", ] } fc-rpc-core = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2407" } fc-storage = { git = "https://github.com/moonbeam-foundation/frontier", branch = "moonbeam-polkadot-stable2407" } @@ -354,7 +355,7 @@ blake2-rfc = { version = "0.2.18", default-features = false } derive_more = "0.99.17" environmental = { version = "1.1.4", default-features = false } frame-metadata = { version = "16.0.0", default-features = false, features = [ - "current", + "current", ] } hex = { version = "0.4.3", default-features = false } hex-literal = { version = "0.4.1", default-features = false } @@ -373,7 +374,7 @@ strum = { version = "0.26.3", default-features = false, features = ["derive"] } strum_macros = "0.24" smallvec = "1.11.0" p256 = { version = "0.13.2", default-features = false, features = [ - "ecdsa", + "ecdsa", ] } # Other (client) @@ -398,7 +399,7 @@ similar-asserts = "1.1.0" tempfile = "3.8.1" tiny-bip39 = { version = "0.8", default-features = false } schnorrkel = { version = "0.11.4", default-features = false, features = [ - "preaudit_deprecated", + "preaudit_deprecated", ] } tokio = { version = "1.37.0" } tracing = "0.1.37" diff --git a/node/service/src/chain_spec/mod.rs b/node/service/src/chain_spec/mod.rs index 73e0984022..cbde9f9bef 100644 --- a/node/service/src/chain_spec/mod.rs +++ b/node/service/src/chain_spec/mod.rs @@ -65,7 +65,7 @@ pub mod moonbeam { } } -pub type RawChainSpec = sc_service::GenericChainSpec<(), Extensions>; +pub type RawChainSpec = sc_service::GenericChainSpec; #[derive(Default, Clone, Serialize, Deserialize, ChainSpecExtension, ChainSpecGroup)] #[serde(rename_all = "camelCase")] diff --git a/node/service/src/chain_spec/moonbase.rs b/node/service/src/chain_spec/moonbase.rs index 4a4e86b537..a1631293ec 100644 --- a/node/service/src/chain_spec/moonbase.rs +++ b/node/service/src/chain_spec/moonbase.rs @@ -41,8 +41,7 @@ use sp_core::ecdsa; use sp_runtime::{traits::One, Perbill, Percent}; /// Specialized `ChainSpec`. This is a specialization of the general Substrate ChainSpec type. -pub type ChainSpec = - sc_service::GenericChainSpec; +pub type ChainSpec = sc_service::GenericChainSpec; /// Generate a chain spec for use with the development service. pub fn development_chain_spec(mnemonic: Option, num_accounts: Option) -> ChainSpec { diff --git a/node/service/src/chain_spec/moonbeam.rs b/node/service/src/chain_spec/moonbeam.rs index 234f861c16..d0101a503d 100644 --- a/node/service/src/chain_spec/moonbeam.rs +++ b/node/service/src/chain_spec/moonbeam.rs @@ -41,7 +41,7 @@ use sp_core::ecdsa; use sp_runtime::{Perbill, Percent}; /// Specialized `ChainSpec`. This is a specialization of the general Substrate ChainSpec type. -pub type ChainSpec = sc_service::GenericChainSpec; +pub type ChainSpec = sc_service::GenericChainSpec; /// Generate a chain spec for use with the development service. pub fn development_chain_spec(mnemonic: Option, num_accounts: Option) -> ChainSpec { diff --git a/node/service/src/chain_spec/moonriver.rs b/node/service/src/chain_spec/moonriver.rs index e6f4f642ac..af0fc03183 100644 --- a/node/service/src/chain_spec/moonriver.rs +++ b/node/service/src/chain_spec/moonriver.rs @@ -40,7 +40,7 @@ use sp_core::ecdsa; use sp_runtime::{Perbill, Percent}; /// Specialized `ChainSpec`. This is a specialization of the general Substrate ChainSpec type. -pub type ChainSpec = sc_service::GenericChainSpec; +pub type ChainSpec = sc_service::GenericChainSpec; /// Generate a chain spec for use with the development service. pub fn development_chain_spec(mnemonic: Option, num_accounts: Option) -> ChainSpec { diff --git a/node/service/src/chain_spec/test_spec.rs b/node/service/src/chain_spec/test_spec.rs index 19bb7c0706..2d36b29081 100644 --- a/node/service/src/chain_spec/test_spec.rs +++ b/node/service/src/chain_spec/test_spec.rs @@ -16,7 +16,7 @@ //! Embedded specs for testing purposes, must be compiled with --features=test-spec use crate::chain_spec::moonbase::{testnet_genesis, ChainSpec}; -use crate::chain_spec::{get_from_seed, Extensions}; +use crate::chain_spec::{get_from_seed}; use cumulus_primitives_core::ParaId; use hex_literal::hex; use moonbase_runtime::{currency::UNIT, AccountId, WASM_BINARY}; @@ -28,10 +28,7 @@ use sc_service::ChainType; pub fn staking_spec(para_id: ParaId) -> ChainSpec { ChainSpec::builder( WASM_BINARY.expect("WASM binary was not build, please build it!"), - Extensions { - relay_chain: "westend_local".into(), - para_id: para_id.into(), - }, + Default::default(), ) .with_name("Moonbase Development Testnet") .with_id("staking") diff --git a/node/service/src/client.rs b/node/service/src/client.rs index 06eea3cbae..aa09bb4c86 100644 --- a/node/service/src/client.rs +++ b/node/service/src/client.rs @@ -47,7 +47,7 @@ pub trait RuntimeApiCollection: + cumulus_primitives_core::CollectCollationInfo + session_keys_primitives::VrfApi + async_backing_primitives::UnincludedSegmentApi - + xcm_runtime_apis::fees::runtime_decl_for_xcm_payment_api::XcmPaymentApi + + xcm_runtime_apis::fees::XcmPaymentApi { } @@ -68,7 +68,7 @@ impl RuntimeApiCollection for Api where + cumulus_primitives_core::CollectCollationInfo + session_keys_primitives::VrfApi + async_backing_primitives::UnincludedSegmentApi - + xcm_runtime_apis::fees::runtime_decl_for_xcm_payment_api::XcmPaymentApi + + xcm_runtime_apis::fees::XcmPaymentApi { } diff --git a/node/service/src/lib.rs b/node/service/src/lib.rs index 5c15b886fc..3a0e7060fa 100644 --- a/node/service/src/lib.rs +++ b/node/service/src/lib.rs @@ -1329,6 +1329,7 @@ where let mocked_parachain = MockValidationDataInherentDataProvider { current_para_block, + para_id: Default::default(), current_para_block_head, relay_offset: 1000 + additional_relay_offset.load(std::sync::atomic::Ordering::SeqCst), @@ -1340,7 +1341,6 @@ where &*client_for_xcm, block, Default::default(), - Default::default(), ), raw_downward_messages: downward_xcm_receiver.drain().collect(), raw_horizontal_messages: hrmp_xcm_receiver.drain().collect(), diff --git a/runtime/common/src/apis.rs b/runtime/common/src/apis.rs index 83b9262c88..5822c7e670 100644 --- a/runtime/common/src/apis.rs +++ b/runtime/common/src/apis.rs @@ -739,7 +739,7 @@ macro_rules! impl_runtime_apis_plus_common { } } - impl xcm_runtime_apis::fees::runtime_decl_for_xcm_payment_api::XcmPaymentApi for Runtime { + impl xcm_runtime_apis::fees::XcmPaymentApi for Runtime { fn query_acceptable_payment_assets( xcm_version: xcm::Version ) -> Result, XcmPaymentApiError> { From d95ff88a623fbf0c587eb683fed4150faa53aed1 Mon Sep 17 00:00:00 2001 From: Gonza Montiel Date: Mon, 2 Sep 2024 17:23:53 +0200 Subject: [PATCH 14/52] remove cumulus_pallet_dmp_queue --- runtime/moonbase/src/lib.rs | 9 ++------- runtime/moonbase/src/xcm_config.rs | 9 --------- runtime/moonbeam/src/lib.rs | 7 +------ runtime/moonbeam/src/xcm_config.rs | 9 --------- runtime/moonriver/src/lib.rs | 9 ++------- runtime/moonriver/src/xcm_config.rs | 9 --------- 6 files changed, 5 insertions(+), 47 deletions(-) diff --git a/runtime/moonbase/src/lib.rs b/runtime/moonbase/src/lib.rs index 0987a32b34..5f8137099e 100644 --- a/runtime/moonbase/src/lib.rs +++ b/runtime/moonbase/src/lib.rs @@ -77,6 +77,7 @@ use frame_support::{ PalletId, }; +use fp_evm::TransactionPov; use frame_system::{EnsureRoot, EnsureSigned}; use governance::councils::*; use moonbeam_rpc_primitives_txpool::TxPoolResponse; @@ -125,7 +126,6 @@ use xcm::{ use xcm_config::AssetType; use xcm_primitives::UnitsToWeightRatio; use xcm_runtime_apis::fees::Error as XcmPaymentApiError; -use fp_evm::TransactionPov; use runtime_params::*; @@ -597,11 +597,6 @@ parameter_types! { pub TreasuryAccount: AccountId = Treasury::account_id(); } -type TreasuryApproveOrigin = EitherOfDiverse< - EnsureRoot, - pallet_collective::EnsureProportionAtLeast, ->; - type TreasuryRejectOrigin = EitherOfDiverse< EnsureRoot, pallet_collective::EnsureProportionMoreThan, @@ -1416,7 +1411,7 @@ construct_runtime! { Identity: pallet_identity::{Pallet, Call, Storage, Event} = 24, XcmpQueue: cumulus_pallet_xcmp_queue::{Pallet, Call, Storage, Event} = 25, CumulusXcm: cumulus_pallet_xcm::{Pallet, Event, Origin} = 26, - DmpQueue: cumulus_pallet_dmp_queue::{Pallet, Call, Storage, Event} = 27, + // Previously 27: DmpQueue: cumulus_pallet_dmp_queue::{Pallet, Call, Storage, Event}, PolkadotXcm: pallet_xcm::{Pallet, Call, Storage, Event, Origin, Config} = 28, Assets: pallet_assets::{Pallet, Call, Storage, Event} = 29, XTokens: orml_xtokens::{Pallet, Call, Storage, Event} = 30, diff --git a/runtime/moonbase/src/xcm_config.rs b/runtime/moonbase/src/xcm_config.rs index b1d3b87982..240124b0d2 100644 --- a/runtime/moonbase/src/xcm_config.rs +++ b/runtime/moonbase/src/xcm_config.rs @@ -413,15 +413,6 @@ parameter_types! { pub const RelayOrigin: AggregateMessageOrigin = AggregateMessageOrigin::Parent; } -// TODO: This pallet can be removed after the lazy migration is done and -// event `Completed` is emitted. -// https://github.com/paritytech/polkadot-sdk/pull/1246 -impl cumulus_pallet_dmp_queue::Config for Runtime { - type RuntimeEvent = RuntimeEvent; - type DmpSink = frame_support::traits::EnqueueWithOrigin; - type WeightInfo = cumulus_pallet_dmp_queue::weights::SubstrateWeight; -} - parameter_types! { /// The amount of weight (if any) which should be provided to the message queue for /// servicing enqueued items. diff --git a/runtime/moonbeam/src/lib.rs b/runtime/moonbeam/src/lib.rs index 5349fa2273..55b9e2b9e3 100644 --- a/runtime/moonbeam/src/lib.rs +++ b/runtime/moonbeam/src/lib.rs @@ -573,11 +573,6 @@ parameter_types! { pub TreasuryAccount: AccountId = Treasury::account_id(); } -type TreasuryApproveOrigin = EitherOfDiverse< - EnsureRoot, - pallet_collective::EnsureProportionAtLeast, ->; - type TreasuryRejectOrigin = EitherOfDiverse< EnsureRoot, pallet_collective::EnsureProportionMoreThan, @@ -1436,7 +1431,7 @@ construct_runtime! { // XCM XcmpQueue: cumulus_pallet_xcmp_queue::{Pallet, Storage, Event} = 100, CumulusXcm: cumulus_pallet_xcm::{Pallet, Event, Origin} = 101, - DmpQueue: cumulus_pallet_dmp_queue::{Pallet, Call, Storage, Event} = 102, + // Previously 102: DmpQueue: cumulus_pallet_dmp_queue::{Pallet, Call, Storage, Event} PolkadotXcm: pallet_xcm::{Pallet, Storage, Call, Event, Origin, Config} = 103, Assets: pallet_assets::{Pallet, Call, Storage, Event} = 104, AssetManager: pallet_asset_manager::{Pallet, Call, Storage, Event} = 105, diff --git a/runtime/moonbeam/src/xcm_config.rs b/runtime/moonbeam/src/xcm_config.rs index 7af10e30e0..98be906c22 100644 --- a/runtime/moonbeam/src/xcm_config.rs +++ b/runtime/moonbeam/src/xcm_config.rs @@ -402,15 +402,6 @@ parameter_types! { pub const RelayOrigin: AggregateMessageOrigin = AggregateMessageOrigin::Parent; } -// TODO: This pallet can be removed after the lazy migration is done and -// event `Completed` is emitted. -// https://github.com/paritytech/polkadot-sdk/pull/1246 -impl cumulus_pallet_dmp_queue::Config for Runtime { - type RuntimeEvent = RuntimeEvent; - type DmpSink = frame_support::traits::EnqueueWithOrigin; - type WeightInfo = cumulus_pallet_dmp_queue::weights::SubstrateWeight; -} - parameter_types! { /// The amount of weight (if any) which should be provided to the message queue for /// servicing enqueued items. diff --git a/runtime/moonriver/src/lib.rs b/runtime/moonriver/src/lib.rs index 9055233b05..5a183b6ad2 100644 --- a/runtime/moonriver/src/lib.rs +++ b/runtime/moonriver/src/lib.rs @@ -38,6 +38,7 @@ use fp_rpc::TransactionStatus; use cumulus_primitives_core::{relay_chain, AggregateMessageOrigin}; #[cfg(feature = "std")] pub use fp_evm::GenesisAccount; +use fp_evm::TransactionPov; pub use frame_support::traits::Get; use frame_support::{ construct_runtime, @@ -105,7 +106,6 @@ use xcm::{ use xcm_config::AssetType; use xcm_primitives::UnitsToWeightRatio; use xcm_runtime_apis::fees::Error as XcmPaymentApiError; -use fp_evm::TransactionPov; use smallvec::smallvec; #[cfg(feature = "std")] @@ -575,11 +575,6 @@ parameter_types! { pub TreasuryAccount: AccountId = Treasury::account_id(); } -type TreasuryApproveOrigin = EitherOfDiverse< - EnsureRoot, - pallet_collective::EnsureProportionAtLeast, ->; - type TreasuryRejectOrigin = EitherOfDiverse< EnsureRoot, pallet_collective::EnsureProportionMoreThan, @@ -1439,7 +1434,7 @@ construct_runtime! { // XCM Stuff XcmpQueue: cumulus_pallet_xcmp_queue::{Pallet, Storage, Event} = 100, CumulusXcm: cumulus_pallet_xcm::{Pallet, Event, Origin} = 101, - DmpQueue: cumulus_pallet_dmp_queue::{Pallet, Call, Storage, Event} = 102, + // Previously 102: DmpQueue: cumulus_pallet_dmp_queue::{Pallet, Call, Storage, Event} PolkadotXcm: pallet_xcm::{Pallet, Storage, Call, Event, Origin, Config} = 103, Assets: pallet_assets::{Pallet, Call, Storage, Event} = 104, AssetManager: pallet_asset_manager::{Pallet, Call, Storage, Event} = 105, diff --git a/runtime/moonriver/src/xcm_config.rs b/runtime/moonriver/src/xcm_config.rs index 54150cbe60..7925e02c35 100644 --- a/runtime/moonriver/src/xcm_config.rs +++ b/runtime/moonriver/src/xcm_config.rs @@ -410,15 +410,6 @@ parameter_types! { pub const RelayOrigin: AggregateMessageOrigin = AggregateMessageOrigin::Parent; } -// TODO: This pallet can be removed after the lazy migration is done and -// event `Completed` is emitted. -// https://github.com/paritytech/polkadot-sdk/pull/1246 -impl cumulus_pallet_dmp_queue::Config for Runtime { - type RuntimeEvent = RuntimeEvent; - type DmpSink = frame_support::traits::EnqueueWithOrigin; - type WeightInfo = cumulus_pallet_dmp_queue::weights::SubstrateWeight; -} - parameter_types! { /// The amount of weight (if any) which should be provided to the message queue for /// servicing enqueued items. From fd33a25241d64f632acfaf20f1eb93b897eaa62f Mon Sep 17 00:00:00 2001 From: Gonza Montiel Date: Mon, 2 Sep 2024 17:27:38 +0200 Subject: [PATCH 15/52] remove unused import --- primitives/xcm/src/lib.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/primitives/xcm/src/lib.rs b/primitives/xcm/src/lib.rs index d61f62d7e3..d0fd3f6506 100644 --- a/primitives/xcm/src/lib.rs +++ b/primitives/xcm/src/lib.rs @@ -38,5 +38,3 @@ pub use ethereum_xcm::*; mod filter_asset_max_fee; pub use filter_asset_max_fee::*; - -pub type XcmV2Weight = xcm::v2::Weight; From 6362bb7bc291dd1ca4ce3bf32375516ffc0b6688 Mon Sep 17 00:00:00 2001 From: Gonza Montiel Date: Tue, 3 Sep 2024 19:27:44 +0200 Subject: [PATCH 16/52] add proper para_id to MockValidationDataInherentDataProvider --- node/cli/src/command.rs | 27 ++++++++++++++++++++++++--- node/service/src/lib.rs | 3 ++- 2 files changed, 26 insertions(+), 4 deletions(-) diff --git a/node/cli/src/command.rs b/node/cli/src/command.rs index 937a243716..73c3d6275a 100644 --- a/node/cli/src/command.rs +++ b/node/cli/src/command.rs @@ -734,7 +734,14 @@ pub fn run() -> Result<()> { moonbeam_service::moonriver_runtime::RuntimeApi, moonbeam_service::MoonriverCustomizations, sc_network::NetworkWorker<_, _>, - >(config, author_id, cli.run.sealing, rpc_config, hwbench) + >( + config, + para_id, + author_id, + cli.run.sealing, + rpc_config, + hwbench, + ) .await .map_err(Into::into), #[cfg(feature = "moonbeam-native")] @@ -742,7 +749,14 @@ pub fn run() -> Result<()> { moonbeam_service::moonbeam_runtime::RuntimeApi, moonbeam_service::MoonbeamCustomizations, sc_network::NetworkWorker<_, _>, - >(config, author_id, cli.run.sealing, rpc_config, hwbench) + >( + config, + para_id, + author_id, + cli.run.sealing, + rpc_config, + hwbench, + ) .await .map_err(Into::into), #[cfg(feature = "moonbase-native")] @@ -750,7 +764,14 @@ pub fn run() -> Result<()> { moonbeam_service::moonbase_runtime::RuntimeApi, moonbeam_service::MoonbaseCustomizations, sc_network::NetworkWorker<_, _>, - >(config, author_id, cli.run.sealing, rpc_config, hwbench) + >( + config, + para_id, + author_id, + cli.run.sealing, + rpc_config, + hwbench, + ) .await .map_err(Into::into), #[cfg(not(feature = "moonbase-native"))] diff --git a/node/service/src/lib.rs b/node/service/src/lib.rs index 3a0e7060fa..6cd08ee970 100644 --- a/node/service/src/lib.rs +++ b/node/service/src/lib.rs @@ -1117,6 +1117,7 @@ where /// the parachain inherent. pub async fn new_dev( mut config: Configuration, + para_id: Option, _author_id: Option, sealing: moonbeam_cli_opt::Sealing, rpc_config: RpcConfig, @@ -1329,7 +1330,7 @@ where let mocked_parachain = MockValidationDataInherentDataProvider { current_para_block, - para_id: Default::default(), + para_id: para_id.unwrap().into(), current_para_block_head, relay_offset: 1000 + additional_relay_offset.load(std::sync::atomic::Ordering::SeqCst), From 800d8032a5f871406adacb8169f01991b1366b4e Mon Sep 17 00:00:00 2001 From: Gonza Montiel Date: Tue, 3 Sep 2024 19:29:24 +0200 Subject: [PATCH 17/52] update config for tests --- precompiles/collective/src/mock.rs | 6 +----- runtime/moonbase/src/lib.rs | 6 ------ runtime/moonbase/tests/integration_test.rs | 2 -- runtime/moonbase/tests/xcm_mock/parachain.rs | 6 +----- runtime/moonbase/tests/xcm_mock/relay_chain.rs | 4 ++++ runtime/moonbase/tests/xcm_mock/statemint_like.rs | 1 + runtime/moonbeam/tests/xcm_mock/parachain.rs | 5 ----- runtime/moonriver/tests/xcm_mock/parachain.rs | 5 ----- 8 files changed, 7 insertions(+), 28 deletions(-) diff --git a/precompiles/collective/src/mock.rs b/precompiles/collective/src/mock.rs index 9ca9dd745e..72a26dd46d 100644 --- a/precompiles/collective/src/mock.rs +++ b/precompiles/collective/src/mock.rs @@ -209,20 +209,16 @@ impl ArgumentsFactory<(), AccountId> for BenchmarkHelper { impl pallet_treasury::Config for Runtime { type PalletId = TreasuryId; type Currency = Balances; - type ApproveOrigin = frame_support::traits::NeverEnsureOrigin; type RejectOrigin = frame_support::traits::NeverEnsureOrigin; type RuntimeEvent = RuntimeEvent; // If spending proposal rejected, transfer proposer bond to treasury - type OnSlash = Treasury; - type ProposalBond = ProposalBond; - type ProposalBondMinimum = ConstU128<1>; + // If spending proposal rejected, transfer proposer bond to treasury type SpendPeriod = ConstU32<1>; type Burn = (); type BurnDestination = (); type MaxApprovals = ConstU32<100>; type WeightInfo = pallet_treasury::weights::SubstrateWeight; type SpendFunds = (); - type ProposalBondMaximum = (); type SpendOrigin = MapSuccess< pallet_collective::EnsureProportionMoreThan, Replace>, diff --git a/runtime/moonbase/src/lib.rs b/runtime/moonbase/src/lib.rs index 5f8137099e..65b0a46e7f 100644 --- a/runtime/moonbase/src/lib.rs +++ b/runtime/moonbase/src/lib.rs @@ -1708,12 +1708,6 @@ mod tests { ); assert_eq!(STORAGE_BYTE_FEE, Balance::from(100 * MICROUNIT)); - // treasury minimums - assert_eq!( - get!(pallet_treasury, ProposalBondMinimum, u128), - Balance::from(1 * UNIT) - ); - // pallet_identity deposits assert_eq!( get!(pallet_identity, BasicDeposit, u128), diff --git a/runtime/moonbase/tests/integration_test.rs b/runtime/moonbase/tests/integration_test.rs index e3c618ef40..29742751b4 100644 --- a/runtime/moonbase/tests/integration_test.rs +++ b/runtime/moonbase/tests/integration_test.rs @@ -158,7 +158,6 @@ fn verify_pallet_prefixes() { is_pallet_prefix::("Identity"); is_pallet_prefix::("XcmpQueue"); is_pallet_prefix::("CumulusXcm"); - is_pallet_prefix::("DmpQueue"); is_pallet_prefix::("PolkadotXcm"); is_pallet_prefix::("Assets"); is_pallet_prefix::("XTokens"); @@ -440,7 +439,6 @@ fn verify_pallet_indices() { is_pallet_index::(24); is_pallet_index::(25); is_pallet_index::(26); - is_pallet_index::(27); is_pallet_index::(28); is_pallet_index::(29); is_pallet_index::(30); diff --git a/runtime/moonbase/tests/xcm_mock/parachain.rs b/runtime/moonbase/tests/xcm_mock/parachain.rs index 4f39468545..398bfb7cbe 100644 --- a/runtime/moonbase/tests/xcm_mock/parachain.rs +++ b/runtime/moonbase/tests/xcm_mock/parachain.rs @@ -378,6 +378,7 @@ impl Config for XcmConfig { type HrmpNewChannelOpenRequestHandler = (); type HrmpChannelAcceptedHandler = (); type HrmpChannelClosingHandler = (); + type XcmRecorder = PolkadotXcm; } impl cumulus_pallet_xcm::Config for Runtime { @@ -469,19 +470,14 @@ parameter_types! { impl pallet_treasury::Config for Runtime { type PalletId = TreasuryId; type Currency = Balances; - type ApproveOrigin = EnsureRoot; type RejectOrigin = EnsureRoot; type RuntimeEvent = RuntimeEvent; - type OnSlash = Treasury; - type ProposalBond = ProposalBond; - type ProposalBondMinimum = ProposalBondMinimum; type SpendPeriod = SpendPeriod; type Burn = (); type BurnDestination = (); type MaxApprovals = MaxApprovals; type WeightInfo = (); type SpendFunds = (); - type ProposalBondMaximum = (); type SpendOrigin = frame_support::traits::NeverEnsureOrigin; // Same as Polkadot type AssetKind = (); type Beneficiary = AccountId; diff --git a/runtime/moonbase/tests/xcm_mock/relay_chain.rs b/runtime/moonbase/tests/xcm_mock/relay_chain.rs index 15bb49b91e..20efdf15ed 100644 --- a/runtime/moonbase/tests/xcm_mock/relay_chain.rs +++ b/runtime/moonbase/tests/xcm_mock/relay_chain.rs @@ -213,6 +213,7 @@ impl Config for XcmConfig { type HrmpNewChannelOpenRequestHandler = (); type HrmpChannelAcceptedHandler = (); type HrmpChannelClosingHandler = (); + type XcmRecorder = PolkadotXcm; } pub type LocalOriginToLocation = SignedToAccountId32; @@ -293,6 +294,7 @@ impl hrmp::Config for Runtime { type WeightInfo = TestHrmpWeightInfo; type ChannelManager = frame_system::EnsureRoot; type DefaultChannelSizeAndCapacityWithSystem = DefaultChannelSizeAndCapacityWithSystem; + type VersionWrapper = PolkadotXcm; } impl frame_system::offchain::SendTransactionTypes for Runtime @@ -372,7 +374,9 @@ pub(crate) fn relay_events() -> Vec { .collect::>() } +use crate::xcm_mock::statemint_like::PolkadotXcm; use frame_support::traits::{OnFinalize, OnInitialize}; + pub(crate) fn relay_roll_to(n: BlockNumber) { while System::block_number() < n { XcmPallet::on_finalize(System::block_number()); diff --git a/runtime/moonbase/tests/xcm_mock/statemint_like.rs b/runtime/moonbase/tests/xcm_mock/statemint_like.rs index 48a358c0a5..91fd75348f 100644 --- a/runtime/moonbase/tests/xcm_mock/statemint_like.rs +++ b/runtime/moonbase/tests/xcm_mock/statemint_like.rs @@ -323,6 +323,7 @@ impl Config for XcmConfig { type HrmpNewChannelOpenRequestHandler = (); type HrmpChannelAcceptedHandler = (); type HrmpChannelClosingHandler = (); + type XcmRecorder = PolkadotXcm; } /// No local origins on this chain are allowed to dispatch XCM sends/executions. diff --git a/runtime/moonbeam/tests/xcm_mock/parachain.rs b/runtime/moonbeam/tests/xcm_mock/parachain.rs index 2fe3e12459..23de025be0 100644 --- a/runtime/moonbeam/tests/xcm_mock/parachain.rs +++ b/runtime/moonbeam/tests/xcm_mock/parachain.rs @@ -454,19 +454,14 @@ parameter_types! { impl pallet_treasury::Config for Runtime { type PalletId = TreasuryId; type Currency = Balances; - type ApproveOrigin = EnsureRoot; type RejectOrigin = EnsureRoot; type RuntimeEvent = RuntimeEvent; - type OnSlash = Treasury; - type ProposalBond = ProposalBond; - type ProposalBondMinimum = ProposalBondMinimum; type SpendPeriod = SpendPeriod; type Burn = (); type BurnDestination = (); type MaxApprovals = MaxApprovals; type WeightInfo = (); type SpendFunds = (); - type ProposalBondMaximum = (); type SpendOrigin = frame_support::traits::NeverEnsureOrigin; // Same as Polkadot type AssetKind = (); type Beneficiary = AccountId; diff --git a/runtime/moonriver/tests/xcm_mock/parachain.rs b/runtime/moonriver/tests/xcm_mock/parachain.rs index 4a7f38e165..015ea38021 100644 --- a/runtime/moonriver/tests/xcm_mock/parachain.rs +++ b/runtime/moonriver/tests/xcm_mock/parachain.rs @@ -459,19 +459,14 @@ parameter_types! { impl pallet_treasury::Config for Runtime { type PalletId = TreasuryId; type Currency = Balances; - type ApproveOrigin = EnsureRoot; type RejectOrigin = EnsureRoot; type RuntimeEvent = RuntimeEvent; - type OnSlash = Treasury; - type ProposalBond = ProposalBond; - type ProposalBondMinimum = ProposalBondMinimum; type SpendPeriod = SpendPeriod; type Burn = (); type BurnDestination = (); type MaxApprovals = MaxApprovals; type WeightInfo = (); type SpendFunds = (); - type ProposalBondMaximum = (); type SpendOrigin = frame_support::traits::NeverEnsureOrigin; // Same as Polkadot type AssetKind = (); type Beneficiary = AccountId; From 5ba6607c49e2ebd7a3c0b8b120d0eebc1aaadbfa Mon Sep 17 00:00:00 2001 From: Gonza Montiel Date: Wed, 4 Sep 2024 16:31:12 +0200 Subject: [PATCH 18/52] add MockTimestampInherentDataProvider to simulate consistent and sequential relay slots --- node/service/src/lib.rs | 60 ++++++++++++++++++++++++++++++++++++----- 1 file changed, 53 insertions(+), 7 deletions(-) diff --git a/node/service/src/lib.rs b/node/service/src/lib.rs index 6cd08ee970..d9401b9213 100644 --- a/node/service/src/lib.rs +++ b/node/service/src/lib.rs @@ -33,8 +33,10 @@ use cumulus_client_service::{ prepare_node_config, start_relay_chain_tasks, CollatorSybilResistance, DARecoveryProfile, ParachainHostFunctions, StartRelayChainTasksParams, }; -use cumulus_primitives_core::relay_chain::CollatorPair; -use cumulus_primitives_core::ParaId; +use cumulus_primitives_core::{ + relay_chain::{well_known_keys, CollatorPair}, + ParaId, +}; use cumulus_relay_chain_inprocess_interface::build_inprocess_relay_chain; use cumulus_relay_chain_interface::{OverseerHandle, RelayChainInterface, RelayChainResult}; use cumulus_relay_chain_minimal_node::build_minimal_relay_chain_node_with_rpc; @@ -54,6 +56,7 @@ use moonbeam_vrf::VrfDigestsProvider; pub use moonriver_runtime; use nimbus_consensus::NimbusManualSealConsensusDataProvider; use nimbus_primitives::{DigestsProvider, NimbusId}; +use polkadot_primitives::Slot; use sc_client_api::{ backend::{AuxStore, Backend, StateBackend, StorageProvider}, ExecutorProvider, @@ -109,6 +112,35 @@ type PartialComponentsResult = Result< ServiceError, >; +const RELAY_CHAIN_SLOT_DURATION_MILLIS: u64 = 6_000; + +thread_local!(static TIMESTAMP: std::cell::RefCell = const { std::cell::RefCell::new(0) }); + +/// Provide a mock duration starting at 0 in millisecond for timestamp inherent. +/// Each call will increment timestamp by slot_duration making Aura think time has passed. +struct MockTimestampInherentDataProvider; +#[async_trait::async_trait] +impl sp_inherents::InherentDataProvider for MockTimestampInherentDataProvider { + async fn provide_inherent_data( + &self, + inherent_data: &mut sp_inherents::InherentData, + ) -> Result<(), sp_inherents::Error> { + TIMESTAMP.with(|x| { + *x.borrow_mut() += RELAY_CHAIN_SLOT_DURATION_MILLIS; + inherent_data.put_data(sp_timestamp::INHERENT_IDENTIFIER, &*x.borrow()) + }) + } + + async fn try_handle_error( + &self, + _identifier: &sp_inherents::InherentIdentifier, + _error: &[u8], + ) -> Option> { + // The pallet never reports error. + None + } +} + #[cfg(feature = "runtime-benchmarks")] pub type HostFunctions = ( frame_benchmarking::benchmarking::HostFunctions, @@ -1311,10 +1343,11 @@ where let downward_xcm_receiver = downward_xcm_receiver.clone(); let hrmp_xcm_receiver = hrmp_xcm_receiver.clone(); let additional_relay_offset = additional_relay_offset.clone(); + let relay_slot_key = well_known_keys::CURRENT_SLOT.to_vec(); let client_for_xcm = client_set_aside_for_cidp.clone(); async move { - let time = sp_timestamp::InherentDataProvider::from_system_time(); + let time = MockTimestampInherentDataProvider; let current_para_block = maybe_current_para_block? .ok_or(sp_blockchain::Error::UnknownBlock(block.to_string()))?; @@ -1323,10 +1356,21 @@ where maybe_current_para_head?.encode(), )); - let additional_key_values = Some(vec![( - moonbeam_core_primitives::well_known_relay_keys::TIMESTAMP_NOW.to_vec(), - sp_timestamp::Timestamp::current().encode(), - )]); + // Get the mocked timestamp + let mut timestamp = 0u64; + TIMESTAMP.with(|x| { + timestamp = x.clone().take() + RELAY_CHAIN_SLOT_DURATION_MILLIS; + }); + // Calculate mocked slot number (should be consecutively 1, 2, ...) + let slot = timestamp.saturating_div(RELAY_CHAIN_SLOT_DURATION_MILLIS); + let additional_key_values = Some(vec![ + ( + moonbeam_core_primitives::well_known_relay_keys::TIMESTAMP_NOW + .to_vec(), + sp_timestamp::Timestamp::current().encode(), + ), + (relay_slot_key, Slot::from(slot).encode()), + ]); let mocked_parachain = MockValidationDataInherentDataProvider { current_para_block, @@ -1767,7 +1811,9 @@ mod tests { wasmtime_precompiled: None, runtime_cache_size: 2, rpc_rate_limit: Default::default(), + rpc_rate_limit_whitelisted_ips: vec![], rpc_batch_config: BatchRequestConfig::Unlimited, + rpc_rate_limit_trust_proxy_headers: false, } } } From 31637d31dd359e6487b7c4fd8bb6ca7628ff1fdc Mon Sep 17 00:00:00 2001 From: Gonza Montiel Date: Tue, 10 Sep 2024 12:03:40 +0200 Subject: [PATCH 19/52] Revert "apply TransactionPov changes" This reverts commit 43821077a173d3f1ec6106dfc361a7446f2938ba. --- client/rpc/finality/src/lib.rs | 12 ++++------ pallets/erc20-xcm-bridge/src/lib.rs | 5 ++-- pallets/ethereum-xcm/src/lib.rs | 15 +++++++----- pallets/moonbeam-foreign-assets/src/evm.rs | 18 +++++++++----- runtime/common/src/apis.rs | 28 ++++++++++++---------- runtime/common/src/impl_xcm_evm_runner.rs | 17 ++++++++----- 6 files changed, 55 insertions(+), 40 deletions(-) diff --git a/client/rpc/finality/src/lib.rs b/client/rpc/finality/src/lib.rs index b4241a8953..988d8d316c 100644 --- a/client/rpc/finality/src/lib.rs +++ b/client/rpc/finality/src/lib.rs @@ -22,7 +22,6 @@ use sp_core::H256; use sp_runtime::traits::Block; use std::ops::Deref; use std::{marker::PhantomData, sync::Arc}; -use fc_rpc::internal_err; /// An RPC endpoint to check for finality of blocks and transactions in Moonbeam #[rpc(server)] @@ -73,14 +72,14 @@ where async fn is_tx_finalized(&self, tx_hash: H256) -> RpcResult { let client = self.client.clone(); - if let Ok(Some((ethereum_block_hash, _ethereum_index))) = + if let Some((ethereum_block_hash, _ethereum_index)) = frontier_backend_client::load_transactions::( &client, self.backend.as_ref(), tx_hash, true, ) - .await + .await? { is_block_finalized_inner::(self.backend.as_ref(), &client, ethereum_block_hash) .await @@ -108,11 +107,10 @@ async fn is_block_finalized_inner, C: HeaderBackend + ' raw_hash: H256, ) -> RpcResult { let substrate_hash = - match frontier_backend_client::load_hash::(client, backend, raw_hash) - .await - .map_err(|err| internal_err(format!("{:?}", err)))? - { + match frontier_backend_client::load_hash::(client, backend, raw_hash).await? { + // If we find this hash in the frontier data base, we know it is an eth hash Some(hash) => hash, + // Otherwise, we assume this is a Substrate hash. None => raw_hash, }; diff --git a/pallets/erc20-xcm-bridge/src/lib.rs b/pallets/erc20-xcm-bridge/src/lib.rs index e864e8df6f..c7fd547721 100644 --- a/pallets/erc20-xcm-bridge/src/lib.rs +++ b/pallets/erc20-xcm-bridge/src/lib.rs @@ -41,7 +41,7 @@ pub mod pallet { use crate::errors::*; use crate::xcm_holding_ext::*; use ethereum_types::BigEndianHash; - use fp_evm::{ExitReason, ExitSucceed, TransactionPov}; + use fp_evm::{ExitReason, ExitSucceed}; use frame_support::pallet_prelude::*; use pallet_evm::{GasWeightMapping, Runner}; use sp_core::{H160, H256, U256}; @@ -125,7 +125,8 @@ pub mod pallet { Default::default(), false, false, - Some(TransactionPov::new(weight_limit, 0)), + Some(weight_limit), + Some(0), &::config(), ) .map_err(|_| Erc20TransferError::EvmCallFail)?; diff --git a/pallets/ethereum-xcm/src/lib.rs b/pallets/ethereum-xcm/src/lib.rs index 05d1c83a91..a894c47a93 100644 --- a/pallets/ethereum-xcm/src/lib.rs +++ b/pallets/ethereum-xcm/src/lib.rs @@ -29,7 +29,7 @@ mod tests; use ethereum_types::{H160, H256, U256}; use fp_ethereum::{TransactionData, ValidatedTransaction}; -use fp_evm::{CheckEvmTransaction, CheckEvmTransactionConfig, TransactionPov, TransactionValidationError}; +use fp_evm::{CheckEvmTransaction, CheckEvmTransactionConfig, TransactionValidationError}; use frame_support::{ dispatch::{DispatchResultWithPostInfo, Pays, PostDispatchInfo}, traits::{EnsureOrigin, Get, ProcessMessage}, @@ -326,14 +326,16 @@ impl Pallet { let tx_hash = transaction.hash(); let transaction_data: TransactionData = (&transaction).into(); - let transaction_pov = + let (weight_limit, proof_size_base_cost) = match ::GasWeightMapping::gas_to_weight( transaction_data.gas_limit.unique_saturated_into(), true, ) { - weight_limit if weight_limit.proof_size() > 0 => - Some(TransactionPov::new(weight_limit, Self::transaction_len(&transaction))), - _ => None, + weight_limit if weight_limit.proof_size() > 0 => ( + Some(weight_limit), + Some(Self::transaction_len(&transaction)), + ), + _ => (None, None), }; let _ = CheckEvmTransaction::::new( @@ -349,7 +351,8 @@ impl Pallet { is_transactional: true, }, transaction_data.into(), - transaction_pov + weight_limit, + proof_size_base_cost, ) // We only validate the gas limit against the evm transaction cost. // No need to validate fee payment, as it is handled by the xcm executor. diff --git a/pallets/moonbeam-foreign-assets/src/evm.rs b/pallets/moonbeam-foreign-assets/src/evm.rs index e54182a7c5..aae1b1bf14 100644 --- a/pallets/moonbeam-foreign-assets/src/evm.rs +++ b/pallets/moonbeam-foreign-assets/src/evm.rs @@ -16,7 +16,7 @@ use crate::{AssetId, Error, Pallet}; use ethereum_types::{BigEndianHash, H160, H256, U256}; -use fp_evm::{ExitReason, ExitSucceed, TransactionPov}; +use fp_evm::{ExitReason, ExitSucceed}; use frame_support::ensure; use frame_support::pallet_prelude::Weight; use pallet_evm::{GasWeightMapping, Runner}; @@ -129,6 +129,7 @@ impl EvmCaller { false, false, None, + None, &::config(), contract_adress, ) @@ -173,7 +174,8 @@ impl EvmCaller { Default::default(), false, false, - Some(TransactionPov::new(weight_limit, 0)), + Some(weight_limit), + Some(0), &::config(), ) .map_err(|_| EvmError::EvmCallFail)?; @@ -218,7 +220,8 @@ impl EvmCaller { Default::default(), false, false, - Some(TransactionPov::new(weight_limit, 0)), + Some(weight_limit), + Some(0), &::config(), ) .map_err(|_| EvmError::EvmCallFail)?; @@ -272,7 +275,8 @@ impl EvmCaller { Default::default(), false, false, - Some(TransactionPov::new(weight_limit, 0)), + Some(weight_limit), + Some(0), &::config(), ) .map_err(|_| EvmError::EvmCallFail)?; @@ -308,7 +312,8 @@ impl EvmCaller { Default::default(), false, false, - Some(TransactionPov::new(weight_limit, 0)), + Some(weight_limit), + Some(0), &::config(), ) .map_err(|_| Error::::EvmInternalError)?; @@ -345,7 +350,8 @@ impl EvmCaller { Default::default(), false, false, - Some(TransactionPov::new(weight_limit, 0)), + Some(weight_limit), + Some(0), &::config(), ) .map_err(|_| Error::::EvmInternalError)?; diff --git a/runtime/common/src/apis.rs b/runtime/common/src/apis.rs index 5822c7e670..1806fbeffe 100644 --- a/runtime/common/src/apis.rs +++ b/runtime/common/src/apis.rs @@ -289,7 +289,6 @@ macro_rules! impl_runtime_apis_plus_common { #[cfg(feature = "evm-tracing")] { use moonbeam_evm_tracer::tracer::EvmTracer; - use fp_evm::TransactionPov; // Initialize block: calls the "on_initialize" hook on every pallet // in AllPalletsWithSystem. @@ -324,15 +323,15 @@ macro_rules! impl_runtime_apis_plus_common { let gas_limit = gas_limit.min(u64::MAX.into()).low_u64(); - let transaction_pov = + let (weight_limit, proof_size_base_cost) = match ::GasWeightMapping::gas_to_weight( gas_limit, without_base_extrinsic_weight ) { weight_limit if weight_limit.proof_size() > 0 => { - (Some(TransactionPov::new(weight_limit, estimated_transaction_len as u64))) + (Some(weight_limit), Some(estimated_transaction_len as u64)) } - _ => (None), + _ => (None, None), }; let _ = ::Runner::call( @@ -347,7 +346,8 @@ macro_rules! impl_runtime_apis_plus_common { access_list.unwrap_or_default(), is_transactional, validate, - transaction_pov, + weight_limit, + proof_size_base_cost, ::config(), ); }); @@ -459,15 +459,15 @@ macro_rules! impl_runtime_apis_plus_common { let gas_limit = gas_limit.min(u64::MAX.into()).low_u64(); let without_base_extrinsic_weight = true; - let transaction_pov = + let (weight_limit, proof_size_base_cost) = match ::GasWeightMapping::gas_to_weight( gas_limit, without_base_extrinsic_weight ) { weight_limit if weight_limit.proof_size() > 0 => { - (Some(TransactionPov::new(weight_limit, estimated_transaction_len as u64))) + (Some(weight_limit), Some(estimated_transaction_len as u64)) } - _ => (None), + _ => (None, None), }; ::Runner::call( @@ -482,7 +482,8 @@ macro_rules! impl_runtime_apis_plus_common { access_list.unwrap_or_default(), is_transactional, validate, - transaction_pov, + weight_limit, + proof_size_base_cost, config.as_ref().unwrap_or(::config()), ).map_err(|err| err.error.into()) } @@ -535,15 +536,15 @@ macro_rules! impl_runtime_apis_plus_common { }; let without_base_extrinsic_weight = true; - let transaction_pov = + let (weight_limit, proof_size_base_cost) = match ::GasWeightMapping::gas_to_weight( gas_limit, without_base_extrinsic_weight ) { weight_limit if weight_limit.proof_size() > 0 => { - (Some(TransactionPov::new(weight_limit, estimated_transaction_len as u64))) + (Some(weight_limit), Some(estimated_transaction_len as u64)) } - _ => (None), + _ => (None, None), }; #[allow(clippy::or_fun_call)] // suggestion not helpful here @@ -558,7 +559,8 @@ macro_rules! impl_runtime_apis_plus_common { access_list.unwrap_or_default(), is_transactional, validate, - transaction_pov, + weight_limit, + proof_size_base_cost, config.as_ref().unwrap_or(::config()), ).map_err(|err| err.error.into()) } diff --git a/runtime/common/src/impl_xcm_evm_runner.rs b/runtime/common/src/impl_xcm_evm_runner.rs index 9628dc578a..07102147e1 100644 --- a/runtime/common/src/impl_xcm_evm_runner.rs +++ b/runtime/common/src/impl_xcm_evm_runner.rs @@ -17,7 +17,7 @@ #[macro_export] macro_rules! impl_evm_runner_precompile_or_eth_xcm { {} => { - use fp_evm::{CallInfo, CallOrCreateInfo, Context, Transfer, TransactionPov}; + use fp_evm::{CallInfo, CallOrCreateInfo, Context, Transfer}; use frame_support::dispatch::CallableCallFor; use pallet_evm::{Runner, RunnerError}; use precompile_utils::{prelude::*, evm::handle::with_precompile_handle}; @@ -51,7 +51,8 @@ macro_rules! impl_evm_runner_precompile_or_eth_xcm { access_list: Vec<(H160, Vec)>, _is_transactional: bool, _validate: bool, - _transaction_pov: Option, + _weight_limit: Option, + _transaction_len: Option, _config: &fp_evm::Config, ) -> Result> { // The `with_precompile_handle` function will execute the closure (and return the @@ -138,7 +139,8 @@ macro_rules! impl_evm_runner_precompile_or_eth_xcm { _access_list: Vec<(H160, Vec)>, _is_transactional: bool, _validate: bool, - _transaction_pov: Option, + _weight_limit: Option, + _transaction_len: Option, _config: &fp_evm::Config, ) -> Result> { unimplemented!() @@ -156,7 +158,8 @@ macro_rules! impl_evm_runner_precompile_or_eth_xcm { _access_list: Vec<(H160, Vec)>, _is_transactional: bool, _validate: bool, - _transaction_pov: Option, + _weight_limit: Option, + _transaction_len: Option, _config: &fp_evm::Config, ) -> Result> { unimplemented!() @@ -173,7 +176,8 @@ macro_rules! impl_evm_runner_precompile_or_eth_xcm { access_list: Vec<(H160, Vec)>, is_transactional: bool, validate: bool, - transaction_pov: Option, + weight_limit: Option, + transaction_len: Option, config: &fp_evm::Config, force_address: H160, ) -> Result> { @@ -226,7 +230,8 @@ macro_rules! impl_evm_runner_precompile_or_eth_xcm { _nonce: Option, _access_list: Vec<(H160, Vec)>, _is_transactional: bool, - _transaction_pov: Option, + _weight_limit: Option, + _transaction_len: Option, _evm_config: &fp_evm::Config, ) -> Result<(), RunnerError> { unimplemented!() From a00843136a1bb7613c5c35131a55eae6c8db6516 Mon Sep 17 00:00:00 2001 From: Gonza Montiel Date: Tue, 10 Sep 2024 17:06:57 +0200 Subject: [PATCH 20/52] update cargo lock pins --- Cargo.lock | 449 ++++++++++++++++++++++++++--------------------------- 1 file changed, 223 insertions(+), 226 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7308db17b3..18b8653ff6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -43,18 +43,18 @@ dependencies = [ [[package]] name = "addr2line" -version = "0.22.0" +version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678" +checksum = "f5fb1d8e4442bd405fdfd1dacb42792696b0cf9cb15882e5d097b742a676d375" dependencies = [ - "gimli 0.29.0", + "gimli 0.31.0", ] [[package]] -name = "adler" -version = "1.0.2" +name = "adler2" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" +checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" [[package]] name = "aead" @@ -200,9 +200,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.86" +version = "1.0.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" +checksum = "10f00e1f6e58a40e807377c75c6a7f97bf9044fab57816f2414e6f5f4499d7b8" [[package]] name = "approx" @@ -224,7 +224,7 @@ dependencies = [ "proc-macro-error", "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -435,7 +435,7 @@ checksum = "965c2d33e53cb6b267e148a4cb0760bc01f4904c1cd4bb4002a085bb016d1490" dependencies = [ "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", "synstructure 0.13.1", ] @@ -458,7 +458,7 @@ checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -517,9 +517,9 @@ dependencies = [ [[package]] name = "async-executor" -version = "1.13.0" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7ebdfa2ebdab6b1760375fa7d6f382b9f486eac35fc994625a00e89280bdbb7" +checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec" dependencies = [ "async-task", "concurrent-queue", @@ -573,7 +573,7 @@ dependencies = [ "futures-lite 2.3.0", "parking", "polling 3.7.3", - "rustix 0.38.35", + "rustix 0.38.36", "slab", "tracing", "windows-sys 0.59.0", @@ -623,7 +623,7 @@ dependencies = [ "cfg-if", "event-listener 3.1.0", "futures-lite 1.13.0", - "rustix 0.38.35", + "rustix 0.38.36", "windows-sys 0.48.0", ] @@ -639,7 +639,7 @@ dependencies = [ "cfg-if", "futures-core", "futures-io", - "rustix 0.38.35", + "rustix 0.38.36", "signal-hook-registry", "slab", "windows-sys 0.59.0", @@ -653,13 +653,13 @@ checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" [[package]] name = "async-trait" -version = "0.1.81" +version = "0.1.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107" +checksum = "a27b8a3a6e1a44fa4c8baf1f653e4172e81486d4941f2237e20dc2d0cf4ddff1" dependencies = [ "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -715,7 +715,7 @@ checksum = "3c87f3f15e7794432337fc718554eaa4dc8f04c9677a950ffe366f20a162ae42" dependencies = [ "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -726,17 +726,17 @@ checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" [[package]] name = "backtrace" -version = "0.3.73" +version = "0.3.74" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a" +checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a" dependencies = [ - "addr2line 0.22.0", - "cc", + "addr2line 0.24.1", "cfg-if", "libc", "miniz_oxide", - "object 0.36.3", + "object 0.36.4", "rustc-demangle", + "windows-targets 0.52.6", ] [[package]] @@ -820,7 +820,7 @@ dependencies = [ "regex", "rustc-hash", "shlex", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -1081,9 +1081,9 @@ checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" [[package]] name = "bytemuck" -version = "1.17.1" +version = "1.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "773d90827bc3feecfb67fab12e24de0749aad83c74b9504ecde46237b5cd24e2" +checksum = "94bbb0ad554ad961ddc5da507a12a29b14e4ae5bda06b19f575a3e6079d2e2ae" [[package]] name = "byteorder" @@ -1158,9 +1158,9 @@ checksum = "fd6c0e7b807d60291f42f33f58480c0bfafe28ed08286446f45e463728cf9c1c" [[package]] name = "cc" -version = "1.1.15" +version = "1.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57b6a275aa2903740dc87da01c62040406b8812552e97129a63ea8850a17c6e6" +checksum = "b62ac837cdb5cb22e10a256099b4fc502b1dfe560cb282963a974d7abd80e476" dependencies = [ "jobserver", "libc", @@ -1310,9 +1310,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.16" +version = "4.5.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed6719fffa43d0d87e5fd8caeab59be1554fb028cd30edc88fc4369b17971019" +checksum = "3e5a21b8495e732f1b3c364c9949b201ca7bae518c502c80256c96ad79eaf6ac" dependencies = [ "clap_builder", "clap_derive", @@ -1329,9 +1329,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.15" +version = "4.5.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "216aec2b177652e3846684cbfe25c9964d18ec45234f0f5da5157b207ed1aab6" +checksum = "8cf2dd12af7a047ad9d6da2b6b249759a22a7abc0f474c1dae1777afa4b21a73" dependencies = [ "anstream", "anstyle", @@ -1349,7 +1349,7 @@ dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -1530,9 +1530,9 @@ dependencies = [ [[package]] name = "cpufeatures" -version = "0.2.13" +version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51e852e6dc9a5bed1fae92dd2375037bf2b768725bf3be87811edee3249d09ad" +checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0" dependencies = [ "libc", ] @@ -2031,7 +2031,7 @@ dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -2315,7 +2315,7 @@ checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -2333,9 +2333,9 @@ dependencies = [ [[package]] name = "cxx" -version = "1.0.126" +version = "1.0.128" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c4eae4b7fc8dcb0032eb3b1beee46b38d371cdeaf2d0c64b9944f6f69ad7755" +checksum = "54ccead7d199d584d139148b04b4a368d1ec7556a1d9ea2548febb1b9d49f9a4" dependencies = [ "cc", "cxxbridge-flags", @@ -2345,9 +2345,9 @@ dependencies = [ [[package]] name = "cxx-build" -version = "1.0.126" +version = "1.0.128" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c822bf7fb755d97328d6c337120b6f843678178751cba33c9da25cf522272e0" +checksum = "c77953e99f01508f89f55c494bfa867171ef3a6c8cea03d26975368f2121a5c1" dependencies = [ "cc", "codespan-reporting", @@ -2355,24 +2355,24 @@ dependencies = [ "proc-macro2", "quote", "scratch", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] name = "cxxbridge-flags" -version = "1.0.126" +version = "1.0.128" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "719d6197dc016c88744aff3c0d0340a01ecce12e8939fc282e7c8f583ee64bc6" +checksum = "65777e06cc48f0cb0152024c77d6cf9e4bdb4408e7b48bea993d42fa0f5b02b6" [[package]] name = "cxxbridge-macro" -version = "1.0.126" +version = "1.0.128" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35de3b547387863c8f82013c4f79f1c2162edee956383e4089e1d04c18c4f16c" +checksum = "98532a60dedaebc4848cb2cba5023337cc9ea3af16a5b062633fabfd9f18fb60" dependencies = [ "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -2480,7 +2480,7 @@ checksum = "d65d7ce8132b7c0e54497a4d9a55a1c2a0912a0d786cf894472ba818fba45762" dependencies = [ "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -2493,7 +2493,7 @@ dependencies = [ "proc-macro2", "quote", "rustc_version", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -2582,7 +2582,7 @@ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" dependencies = [ "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -2612,7 +2612,7 @@ dependencies = [ "proc-macro2", "quote", "regex", - "syn 2.0.76", + "syn 2.0.77", "termcolor", "toml 0.8.19", "walkdir", @@ -2773,14 +2773,14 @@ dependencies = [ [[package]] name = "enum-as-inner" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ffccbb6966c05b32ef8fbac435df276c4ae4d3dc55a8cd0eb9745e6c12f546a" +checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc" dependencies = [ - "heck 0.4.1", + "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -2800,7 +2800,7 @@ checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -2811,7 +2811,7 @@ checksum = "2f9ed6b3789237c8a0c1c505af1c7eb2c560df6186f01b098c3a1064ea532f38" dependencies = [ "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -2939,7 +2939,7 @@ dependencies = [ [[package]] name = "evm" version = "0.41.2" -source = "git+https://github.com/moonbeam-foundation/evm?branch=moonbeam-polkadot-stable2407#b2b2498eff3e14f3a4792a155b1001f50ffffcb0" +source = "git+https://github.com/moonbeam-foundation/evm?branch=moonbeam-polkadot-stable2407#8dea63a242ac4442607d15f7e95ab3daebcbd017" dependencies = [ "auto_impl", "environmental", @@ -2959,7 +2959,7 @@ dependencies = [ [[package]] name = "evm-core" version = "0.41.0" -source = "git+https://github.com/moonbeam-foundation/evm?branch=moonbeam-polkadot-stable2407#b2b2498eff3e14f3a4792a155b1001f50ffffcb0" +source = "git+https://github.com/moonbeam-foundation/evm?branch=moonbeam-polkadot-stable2407#8dea63a242ac4442607d15f7e95ab3daebcbd017" dependencies = [ "parity-scale-codec", "primitive-types", @@ -2970,7 +2970,7 @@ dependencies = [ [[package]] name = "evm-gasometer" version = "0.41.0" -source = "git+https://github.com/moonbeam-foundation/evm?branch=moonbeam-polkadot-stable2407#b2b2498eff3e14f3a4792a155b1001f50ffffcb0" +source = "git+https://github.com/moonbeam-foundation/evm?branch=moonbeam-polkadot-stable2407#8dea63a242ac4442607d15f7e95ab3daebcbd017" dependencies = [ "environmental", "evm-core", @@ -2981,7 +2981,7 @@ dependencies = [ [[package]] name = "evm-runtime" version = "0.41.0" -source = "git+https://github.com/moonbeam-foundation/evm?branch=moonbeam-polkadot-stable2407#b2b2498eff3e14f3a4792a155b1001f50ffffcb0" +source = "git+https://github.com/moonbeam-foundation/evm?branch=moonbeam-polkadot-stable2407#8dea63a242ac4442607d15f7e95ab3daebcbd017" dependencies = [ "auto_impl", "environmental", @@ -3025,7 +3025,7 @@ dependencies = [ "prettyplease 0.2.22", "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -3078,17 +3078,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eb42427514b063d97ce21d5199f36c0c307d981434a6be32582bc79fe5bd2303" dependencies = [ "expander", - "indexmap 2.4.0", + "indexmap 2.5.0", "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] name = "fc-api" version = "1.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#254f19f6392fb785852b120fe917c81f1ecfe70f" dependencies = [ "async-trait", "fp-storage", @@ -3100,7 +3100,7 @@ dependencies = [ [[package]] name = "fc-consensus" version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#254f19f6392fb785852b120fe917c81f1ecfe70f" dependencies = [ "async-trait", "fp-consensus", @@ -3116,7 +3116,7 @@ dependencies = [ [[package]] name = "fc-db" version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#254f19f6392fb785852b120fe917c81f1ecfe70f" dependencies = [ "async-trait", "ethereum", @@ -3146,7 +3146,7 @@ dependencies = [ [[package]] name = "fc-mapping-sync" version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#254f19f6392fb785852b120fe917c81f1ecfe70f" dependencies = [ "fc-db", "fc-storage", @@ -3169,7 +3169,7 @@ dependencies = [ [[package]] name = "fc-rpc" version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#254f19f6392fb785852b120fe917c81f1ecfe70f" dependencies = [ "ethereum", "ethereum-types", @@ -3223,7 +3223,7 @@ dependencies = [ [[package]] name = "fc-rpc-core" version = "1.1.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#254f19f6392fb785852b120fe917c81f1ecfe70f" dependencies = [ "ethereum", "ethereum-types", @@ -3238,7 +3238,7 @@ dependencies = [ [[package]] name = "fc-storage" version = "1.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#254f19f6392fb785852b120fe917c81f1ecfe70f" dependencies = [ "ethereum", "ethereum-types", @@ -3428,7 +3428,7 @@ dependencies = [ [[package]] name = "fp-account" version = "1.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#254f19f6392fb785852b120fe917c81f1ecfe70f" dependencies = [ "hex", "impl-serde", @@ -3447,7 +3447,7 @@ dependencies = [ [[package]] name = "fp-consensus" version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#254f19f6392fb785852b120fe917c81f1ecfe70f" dependencies = [ "ethereum", "parity-scale-codec", @@ -3458,7 +3458,7 @@ dependencies = [ [[package]] name = "fp-ethereum" version = "1.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#254f19f6392fb785852b120fe917c81f1ecfe70f" dependencies = [ "ethereum", "ethereum-types", @@ -3470,9 +3470,8 @@ dependencies = [ [[package]] name = "fp-evm" version = "3.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#254f19f6392fb785852b120fe917c81f1ecfe70f" dependencies = [ - "cumulus-primitives-storage-weight-reclaim", "evm", "frame-support", "num_enum 0.7.3", @@ -3486,7 +3485,7 @@ dependencies = [ [[package]] name = "fp-rpc" version = "3.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#254f19f6392fb785852b120fe917c81f1ecfe70f" dependencies = [ "ethereum", "ethereum-types", @@ -3502,7 +3501,7 @@ dependencies = [ [[package]] name = "fp-self-contained" version = "1.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#254f19f6392fb785852b120fe917c81f1ecfe70f" dependencies = [ "frame-support", "parity-scale-codec", @@ -3514,7 +3513,7 @@ dependencies = [ [[package]] name = "fp-storage" version = "2.0.0" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#254f19f6392fb785852b120fe917c81f1ecfe70f" dependencies = [ "parity-scale-codec", "serde", @@ -3608,7 +3607,7 @@ dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -3729,7 +3728,7 @@ dependencies = [ "proc-macro2", "quote", "sp-crypto-hashing", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -3741,7 +3740,7 @@ dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -3751,7 +3750,7 @@ source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbea dependencies = [ "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -3834,7 +3833,7 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "29f9df8a11882c4e3335eb2d18a0137c505d9ca927470b0cac9c6f0ae07d28f7" dependencies = [ - "rustix 0.38.35", + "rustix 0.38.36", "windows-sys 0.48.0", ] @@ -3956,7 +3955,7 @@ checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" dependencies = [ "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -4114,9 +4113,9 @@ dependencies = [ [[package]] name = "gimli" -version = "0.29.0" +version = "0.31.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd" +checksum = "32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64" [[package]] name = "glob" @@ -4167,7 +4166,7 @@ dependencies = [ "futures-sink", "futures-util", "http 0.2.12", - "indexmap 2.4.0", + "indexmap 2.5.0", "slab", "tokio", "tokio-util", @@ -4186,7 +4185,7 @@ dependencies = [ "futures-core", "futures-sink", "http 1.1.0", - "indexmap 2.4.0", + "indexmap 2.5.0", "slab", "tokio", "tokio-util", @@ -4506,9 +4505,9 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.7" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cde7055719c54e36e95e8719f95883f22072a48ede39db7fc17a4e1d5281e9b9" +checksum = "da62f120a8a37763efb0cf8fdf264b884c7b8b9ac8660b900c8661030c00e6ba" dependencies = [ "bytes", "futures-util", @@ -4693,9 +4692,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93ead53efc7ea8ed3cfb0c79fc8023fbb782a5432b52830b6518941cebe6505c" +checksum = "68b900aa2f7301e21c36462b170ee99994de34dff39a4a6a528e80e7376d07e5" dependencies = [ "equivalent", "hashbrown 0.14.5", @@ -4771,9 +4770,9 @@ dependencies = [ [[package]] name = "ipnet" -version = "2.9.0" +version = "2.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" +checksum = "187674a687eed5fe42285b40c6291f9a01517d415fad1c3cbc6a9f778af7fcd4" [[package]] name = "is-terminal" @@ -4788,9 +4787,9 @@ dependencies = [ [[package]] name = "is_executable" -version = "1.0.1" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa9acdc6d67b75e626ad644734e8bc6df893d9cd2a834129065d3dd6158ea9c8" +checksum = "4ba3d8548b8b04dafdf2f4cc6f5e379db766d0a6d9aac233ad4c9a92ea892233" dependencies = [ "winapi", ] @@ -4898,7 +4897,7 @@ dependencies = [ "http 1.1.0", "jsonrpsee-core", "pin-project", - "rustls 0.23.12", + "rustls 0.23.13", "rustls-pki-types", "rustls-platform-verifier", "soketto 0.8.0", @@ -4948,7 +4947,7 @@ dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -5446,7 +5445,7 @@ dependencies = [ "proc-macro-warning 0.4.2", "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -5722,7 +5721,7 @@ dependencies = [ "futures 0.3.30", "futures-timer", "hex-literal 0.4.1", - "indexmap 2.4.0", + "indexmap 2.5.0", "libc", "mockall 0.12.1", "multiaddr 0.17.1", @@ -5841,7 +5840,7 @@ dependencies = [ "macro_magic_core", "macro_magic_macros", "quote", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -5855,7 +5854,7 @@ dependencies = [ "macro_magic_core_macros", "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -5866,7 +5865,7 @@ checksum = "b02abfe41815b5bd98dbd4260173db2c116dda171dc0fe7838cb206333b83308" dependencies = [ "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -5877,7 +5876,7 @@ checksum = "73ea28ee64b88876bf45277ed9a5817c1817df061a74f2b988971a12570e5869" dependencies = [ "macro_magic_core", "quote", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -5929,7 +5928,7 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64" dependencies = [ - "rustix 0.38.35", + "rustix 0.38.36", ] [[package]] @@ -6013,11 +6012,11 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" [[package]] name = "miniz_oxide" -version = "0.7.4" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08" +checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1" dependencies = [ - "adler", + "adler2", ] [[package]] @@ -6142,7 +6141,7 @@ dependencies = [ "cfg-if", "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -7390,7 +7389,7 @@ checksum = "254a5372af8fc138e36684761d3c0cdb758a4410e938babcff1c860ce14ddbfc" dependencies = [ "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -7787,7 +7786,7 @@ dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -7813,9 +7812,9 @@ dependencies = [ [[package]] name = "object" -version = "0.36.3" +version = "0.36.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27b64972346851a39438c60b341ebc01bba47464ae329e55cf343eb93964efd9" +checksum = "084f1a5821ac4c651660a94a7153d27ac9d8a53736203f58b31945ded098070a" dependencies = [ "memchr", ] @@ -7879,7 +7878,7 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -7890,9 +7889,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" [[package]] name = "openssl-src" -version = "300.3.1+3.3.1" +version = "300.3.2+3.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7259953d42a81bf137fbbd73bd30a8e1914d6dce43c2b90ed575783a22608b91" +checksum = "a211a18d945ef7e648cc6e0058f4c548ee46aab922ea203e0d30e966ea23647b" dependencies = [ "cc", ] @@ -7940,7 +7939,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f7b1d40dd8f367db3c65bec8d3dd47d4a604ee8874480738f93191bddab4e0e0" dependencies = [ "expander", - "indexmap 2.4.0", + "indexmap 2.5.0", "itertools 0.11.0", "petgraph", "proc-macro-crate 3.2.0", @@ -8592,9 +8591,8 @@ dependencies = [ [[package]] name = "pallet-ethereum" version = "4.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#254f19f6392fb785852b120fe917c81f1ecfe70f" dependencies = [ - "cumulus-primitives-storage-weight-reclaim", "environmental", "ethereum", "ethereum-types", @@ -8649,7 +8647,7 @@ dependencies = [ [[package]] name = "pallet-evm" version = "6.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#254f19f6392fb785852b120fe917c81f1ecfe70f" dependencies = [ "environmental", "evm", @@ -8672,7 +8670,7 @@ dependencies = [ [[package]] name = "pallet-evm-chain-id" version = "1.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#254f19f6392fb785852b120fe917c81f1ecfe70f" dependencies = [ "frame-support", "frame-system", @@ -8767,7 +8765,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-blake2" version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#254f19f6392fb785852b120fe917c81f1ecfe70f" dependencies = [ "fp-evm", ] @@ -8775,7 +8773,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-bn128" version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#254f19f6392fb785852b120fe917c81f1ecfe70f" dependencies = [ "fp-evm", "sp-core", @@ -8907,7 +8905,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-dispatch" version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#254f19f6392fb785852b120fe917c81f1ecfe70f" dependencies = [ "fp-evm", "frame-support", @@ -8984,7 +8982,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-modexp" version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#254f19f6392fb785852b120fe917c81f1ecfe70f" dependencies = [ "fp-evm", "num", @@ -9230,7 +9228,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-sha3fips" version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#254f19f6392fb785852b120fe917c81f1ecfe70f" dependencies = [ "fp-evm", "tiny-keccak", @@ -9239,7 +9237,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-simple" version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#254f19f6392fb785852b120fe917c81f1ecfe70f" dependencies = [ "fp-evm", "ripemd", @@ -9249,12 +9247,11 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-storage-cleaner" version = "0.1.0" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#254f19f6392fb785852b120fe917c81f1ecfe70f" dependencies = [ "fp-evm", "frame-support", "frame-system", - "log", "pallet-evm", "parity-scale-codec", "precompile-utils", @@ -10101,7 +10098,7 @@ dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -10461,9 +10458,9 @@ checksum = "e1ad0aff30c1da14b1254fcb2af73e1fa9a28670e584a626f53a369d0e157304" [[package]] name = "parking" -version = "2.2.0" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae" +checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" [[package]] name = "parking_lot" @@ -10579,9 +10576,9 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "pest" -version = "2.7.11" +version = "2.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd53dff83f26735fdc1ca837098ccf133605d794cdae66acfc2bfac3ec809d95" +checksum = "9c73c26c01b8c87956cea613c907c9d6ecffd8d18a2a5908e5de0adfaa185cea" dependencies = [ "memchr", "thiserror", @@ -10590,9 +10587,9 @@ dependencies = [ [[package]] name = "pest_derive" -version = "2.7.11" +version = "2.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a548d2beca6773b1c244554d36fcf8548a8a58e74156968211567250e48e49a" +checksum = "664d22978e2815783adbdd2c588b455b1bd625299ce36b2a99881ac9627e6d8d" dependencies = [ "pest", "pest_generator", @@ -10600,22 +10597,22 @@ dependencies = [ [[package]] name = "pest_generator" -version = "2.7.11" +version = "2.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c93a82e8d145725dcbaf44e5ea887c8a869efdcc28706df2d08c69e17077183" +checksum = "a2d5487022d5d33f4c30d91c22afa240ce2a644e87fe08caad974d4eab6badbe" dependencies = [ "pest", "pest_meta", "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] name = "pest_meta" -version = "2.7.11" +version = "2.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a941429fea7e08bedec25e4f6785b6ffaacc6b755da98df5ef3e7dcf4a124c4f" +checksum = "0091754bbd0ea592c4deb3a122ce8ecbb0753b738aa82bc055fcc2eccc8d8174" dependencies = [ "once_cell", "pest", @@ -10629,7 +10626,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" dependencies = [ "fixedbitset", - "indexmap 2.4.0", + "indexmap 2.5.0", ] [[package]] @@ -10649,7 +10646,7 @@ checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" dependencies = [ "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -10854,7 +10851,7 @@ dependencies = [ "fatality", "futures 0.3.30", "futures-timer", - "indexmap 2.4.0", + "indexmap 2.5.0", "parity-scale-codec", "polkadot-erasure-coding", "polkadot-node-network-protocol", @@ -11749,7 +11746,7 @@ dependencies = [ "fatality", "futures 0.3.30", "futures-timer", - "indexmap 2.4.0", + "indexmap 2.5.0", "parity-scale-codec", "polkadot-node-network-protocol", "polkadot-node-primitives", @@ -11822,7 +11819,7 @@ dependencies = [ "polkavm-common", "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -11832,7 +11829,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ba81f7b5faac81e528eb6158a6f3c9e0bb1008e0ffa19653bc8dea925ecb429" dependencies = [ "polkavm-derive-impl", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -11882,7 +11879,7 @@ dependencies = [ "concurrent-queue", "hermit-abi 0.4.0", "pin-project-lite", - "rustix 0.38.35", + "rustix 0.38.36", "tracing", "windows-sys 0.59.0", ] @@ -11967,7 +11964,7 @@ dependencies = [ [[package]] name = "precompile-utils" version = "0.1.0" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#254f19f6392fb785852b120fe917c81f1ecfe70f" dependencies = [ "derive_more", "environmental", @@ -11996,7 +11993,7 @@ dependencies = [ [[package]] name = "precompile-utils-macro" version = "0.1.0" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#51210de72de8c561bb5838959235a30bdb22b588" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#254f19f6392fb785852b120fe917c81f1ecfe70f" dependencies = [ "case", "num_enum 0.7.3", @@ -12065,7 +12062,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba" dependencies = [ "proc-macro2", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -12158,7 +12155,7 @@ checksum = "3d1eaa7fa0aa1929ffdf7eeb6eac234dde6268914a14ad44d23521ab6a9b258e" dependencies = [ "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -12169,7 +12166,7 @@ checksum = "834da187cfe638ae8abb0203f0b33e5ccdb02a28e7199f2f47b3e2754f50edca" dependencies = [ "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -12215,7 +12212,7 @@ checksum = "440f724eba9f6996b75d63681b0a92b06947f1457076d503a4d2e2c8f56442b8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -12277,7 +12274,7 @@ dependencies = [ "prost 0.12.6", "prost-types 0.12.6", "regex", - "syn 2.0.76", + "syn 2.0.77", "tempfile", ] @@ -12304,7 +12301,7 @@ dependencies = [ "itertools 0.12.1", "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -12327,9 +12324,9 @@ dependencies = [ [[package]] name = "psm" -version = "0.1.21" +version = "0.1.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874" +checksum = "aa37f80ca58604976033fae9515a8a2989fc13797d953f7c04fb8fa36a11f205" dependencies = [ "cc", ] @@ -12684,7 +12681,7 @@ checksum = "bcc303e793d3734489387d205e9b186fac9c6cfacedd98cbb2e8a5943595f3e6" dependencies = [ "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -13071,9 +13068,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.35" +version = "0.38.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a85d50532239da68e9addb745ba38ff4612a242c1c7ceea689c4bc7c2f43c36f" +checksum = "3f55e80d50763938498dd5ebb18647174e0c76dc38c5505294bb224624f30f36" dependencies = [ "bitflags 2.6.0", "errno", @@ -13107,15 +13104,15 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.12" +version = "0.23.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c58f8c84392efc0a126acce10fa59ff7b3d2ac06ab451a33f2741989b806b044" +checksum = "f2dabaac7466917e566adb06783a81ca48944c6898a1b08b9374106dd671f4c8" dependencies = [ "log", "once_cell", "ring 0.17.8", "rustls-pki-types", - "rustls-webpki 0.102.7", + "rustls-webpki 0.102.8", "subtle 2.6.1", "zeroize", ] @@ -13181,13 +13178,13 @@ dependencies = [ "jni", "log", "once_cell", - "rustls 0.23.12", + "rustls 0.23.13", "rustls-native-certs 0.7.3", "rustls-platform-verifier-android", - "rustls-webpki 0.102.7", + "rustls-webpki 0.102.8", "security-framework", "security-framework-sys", - "webpki-roots 0.26.3", + "webpki-roots 0.26.5", "winapi", ] @@ -13209,9 +13206,9 @@ dependencies = [ [[package]] name = "rustls-webpki" -version = "0.102.7" +version = "0.102.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84678086bd54edf2b415183ed7a94d0efb049f1b646a33e22a36f3794be6ae56" +checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" dependencies = [ "ring 0.17.8", "rustls-pki-types", @@ -13383,7 +13380,7 @@ dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -14430,7 +14427,7 @@ dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -14548,11 +14545,11 @@ checksum = "f0cded6518aa0bd6c1be2b88ac81bf7044992f0f154bfbabd5ad34f43512abcb" [[package]] name = "schannel" -version = "0.1.23" +version = "0.1.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534" +checksum = "e9aaafd5a2b6e3d657ff009d82fbd630b6bd54dd4eb06f21693925cdf80f9b8b" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -14745,9 +14742,9 @@ checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" [[package]] name = "serde" -version = "1.0.209" +version = "1.0.210" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99fce0ffe7310761ca6bf9faf5115afbc19688edd00171d81b1bb1b116c63e09" +checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a" dependencies = [ "serde_derive", ] @@ -14763,20 +14760,20 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.209" +version = "1.0.210" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5831b979fd7b5439637af1752d535ff49f4860c0f341d1baeb6faf0f4242170" +checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f" dependencies = [ "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] name = "serde_json" -version = "1.0.127" +version = "1.0.128" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8043c06d9f82bd7271361ed64f415fe5e12a77fdb52e573e7f06a516dea329ad" +checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8" dependencies = [ "itoa", "memchr", @@ -14961,9 +14958,9 @@ dependencies = [ [[package]] name = "similar-asserts" -version = "1.5.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e041bb827d1bfca18f213411d51b665309f1afb37a04a5d1464530e13779fc0f" +checksum = "cfe85670573cd6f0fa97940f26e7e6601213c3b0555246c24234131f88c5709e" dependencies = [ "console", "similar", @@ -15257,7 +15254,7 @@ dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -15490,7 +15487,7 @@ source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbea dependencies = [ "quote", "sp-crypto-hashing", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -15509,7 +15506,7 @@ source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbea dependencies = [ "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -15739,7 +15736,7 @@ dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -15924,7 +15921,7 @@ dependencies = [ "parity-scale-codec", "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -15989,9 +15986,9 @@ dependencies = [ [[package]] name = "sqlformat" -version = "0.2.4" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f895e3734318cc55f1fe66258926c9b910c124d47520339efecbb6c59cec7c1f" +checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790" dependencies = [ "nom", "unicode_categories", @@ -16029,7 +16026,7 @@ dependencies = [ "futures-util", "hashlink", "hex", - "indexmap 2.4.0", + "indexmap 2.5.0", "log", "memchr", "native-tls", @@ -16109,9 +16106,9 @@ dependencies = [ [[package]] name = "ss58-registry" -version = "1.47.0" +version = "1.50.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4743ce898933fbff7bbf414f497c459a782d496269644b3d650a398ae6a487ba" +checksum = "43fce22ed1df64d04b262351c8f9d5c6da4f76f79f25ad15529792f893fad25d" dependencies = [ "Inflector", "num-format", @@ -16313,7 +16310,7 @@ dependencies = [ "proc-macro2", "quote", "rustversion", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -16577,9 +16574,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.76" +version = "2.0.77" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "578e081a14e0cefc3279b0472138c513f37b41a08d5a3cca9b6e4e8ceb6cd525" +checksum = "9f35bcdf61fd8e7be6caf75f429fdca8beb3ed76584befb503b1569faee373ed" dependencies = [ "proc-macro2", "quote", @@ -16606,7 +16603,7 @@ checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" dependencies = [ "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -16651,7 +16648,7 @@ dependencies = [ "cfg-if", "fastrand 2.1.1", "once_cell", - "rustix 0.38.35", + "rustix 0.38.36", "windows-sys 0.59.0", ] @@ -16670,7 +16667,7 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7" dependencies = [ - "rustix 0.38.35", + "rustix 0.38.36", "windows-sys 0.48.0", ] @@ -16706,7 +16703,7 @@ checksum = "e4c60d69f36615a077cc7663b9cb8e42275722d23e58a7fa3d2c7f2915d09d04" dependencies = [ "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -16717,7 +16714,7 @@ checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261" dependencies = [ "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -16855,9 +16852,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.39.3" +version = "1.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9babc99b9923bfa4804bd74722ff02c0381021eafa4db9949217e3be8e84fff5" +checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" dependencies = [ "backtrace", "bytes", @@ -16879,7 +16876,7 @@ checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" dependencies = [ "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -16898,16 +16895,16 @@ version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" dependencies = [ - "rustls 0.23.12", + "rustls 0.23.13", "rustls-pki-types", "tokio", ] [[package]] name = "tokio-stream" -version = "0.1.15" +version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af" +checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1" dependencies = [ "futures-core", "pin-project-lite", @@ -16932,9 +16929,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.11" +version = "0.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1" +checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a" dependencies = [ "bytes", "futures-core", @@ -16980,7 +16977,7 @@ version = "0.22.20" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d" dependencies = [ - "indexmap 2.4.0", + "indexmap 2.5.0", "serde", "serde_spanned", "toml_datetime", @@ -17051,7 +17048,7 @@ checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -17094,7 +17091,7 @@ dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -17183,7 +17180,7 @@ dependencies = [ "async-trait", "cfg-if", "data-encoding", - "enum-as-inner 0.6.0", + "enum-as-inner 0.6.1", "futures-channel", "futures-io", "futures-util", @@ -17531,7 +17528,7 @@ dependencies = [ "once_cell", "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", "wasm-bindgen-shared", ] @@ -17565,7 +17562,7 @@ checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836" dependencies = [ "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", "wasm-bindgen-backend", "wasm-bindgen-shared", ] @@ -17913,9 +17910,9 @@ checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" [[package]] name = "webpki-roots" -version = "0.26.3" +version = "0.26.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd7c23921eeb1713a4e851530e9b9756e4fb0e89978582942612524cf09f01cd" +checksum = "0bd24728e5af82c6c4ec1b66ac4844bdf8156257fccda846ec58b42cd0cdbe6a" dependencies = [ "rustls-pki-types", ] @@ -18051,7 +18048,7 @@ dependencies = [ "either", "home", "once_cell", - "rustix 0.38.35", + "rustix 0.38.36", ] [[package]] @@ -18484,7 +18481,7 @@ dependencies = [ "Inflector", "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -18525,9 +18522,9 @@ dependencies = [ [[package]] name = "xml-rs" -version = "0.8.21" +version = "0.8.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "539a77ee7c0de333dcc6da69b177380a0b81e0dacfa4f7344c465a36871ee601" +checksum = "af4e2e2f7cba5a093896c1e150fbfe177d1883e7448200efb81d40b9d339ef26" [[package]] name = "xmltree" @@ -18580,7 +18577,7 @@ checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" dependencies = [ "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] @@ -18600,7 +18597,7 @@ checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" dependencies = [ "proc-macro2", "quote", - "syn 2.0.76", + "syn 2.0.77", ] [[package]] From 65eb283732ee6a626f1cfa4d9f33192733280a5f Mon Sep 17 00:00:00 2001 From: Gonza Montiel Date: Tue, 10 Sep 2024 17:07:17 +0200 Subject: [PATCH 21/52] remove import of deleted TransacionPoV --- runtime/moonbase/src/lib.rs | 1 - runtime/moonbeam/src/lib.rs | 1 - runtime/moonriver/src/lib.rs | 1 - 3 files changed, 3 deletions(-) diff --git a/runtime/moonbase/src/lib.rs b/runtime/moonbase/src/lib.rs index 8fea2fcafd..4d679789e3 100644 --- a/runtime/moonbase/src/lib.rs +++ b/runtime/moonbase/src/lib.rs @@ -77,7 +77,6 @@ use frame_support::{ PalletId, }; -use fp_evm::TransactionPov; use frame_system::{EnsureRoot, EnsureSigned}; use governance::councils::*; use moonbeam_rpc_primitives_txpool::TxPoolResponse; diff --git a/runtime/moonbeam/src/lib.rs b/runtime/moonbeam/src/lib.rs index d9b86b2229..afafd930e4 100644 --- a/runtime/moonbeam/src/lib.rs +++ b/runtime/moonbeam/src/lib.rs @@ -37,7 +37,6 @@ use fp_rpc::TransactionStatus; use cumulus_primitives_core::{relay_chain, AggregateMessageOrigin}; #[cfg(feature = "std")] pub use fp_evm::GenesisAccount; -use fp_evm::TransactionPov; pub use frame_support::traits::Get; use frame_support::{ construct_runtime, diff --git a/runtime/moonriver/src/lib.rs b/runtime/moonriver/src/lib.rs index 81f9325912..ab76f23672 100644 --- a/runtime/moonriver/src/lib.rs +++ b/runtime/moonriver/src/lib.rs @@ -38,7 +38,6 @@ use fp_rpc::TransactionStatus; use cumulus_primitives_core::{relay_chain, AggregateMessageOrigin}; #[cfg(feature = "std")] pub use fp_evm::GenesisAccount; -use fp_evm::TransactionPov; pub use frame_support::traits::Get; use frame_support::{ construct_runtime, From a5a9048261f7ff6825f739b47f79b56948bf77d3 Mon Sep 17 00:00:00 2001 From: Gonza Montiel Date: Thu, 12 Sep 2024 11:06:15 +0200 Subject: [PATCH 22/52] Make cargo test compile * Add XcmRecorder to XcmConfig * Add VersionWrapper to hrmp::COnfig * Remove code from deprecated pallet treasury * Remove code from deprecated DmpQueue * Remove code from deprecated XCMV2 --- pallets/parachain-staking/src/tests.rs | 22 ------------------- precompiles/gmp/src/mock.rs | 3 ++- precompiles/xcm-utils/src/mock.rs | 1 + precompiles/xtokens/src/mock.rs | 1 + runtime/moonbase/tests/integration_test.rs | 6 ++--- runtime/moonbeam/src/lib.rs | 6 ----- runtime/moonbeam/tests/integration_test.rs | 2 -- runtime/moonbeam/tests/xcm_mock/parachain.rs | 1 + .../moonbeam/tests/xcm_mock/relay_chain.rs | 2 ++ .../moonbeam/tests/xcm_mock/statemint_like.rs | 1 + runtime/moonriver/src/lib.rs | 6 ----- runtime/moonriver/tests/integration_test.rs | 2 -- runtime/moonriver/tests/xcm_mock/parachain.rs | 1 + .../moonriver/tests/xcm_mock/relay_chain.rs | 2 ++ .../tests/xcm_mock/statemine_like.rs | 1 + 15 files changed, 15 insertions(+), 42 deletions(-) diff --git a/pallets/parachain-staking/src/tests.rs b/pallets/parachain-staking/src/tests.rs index 0d6ffa6355..dcc492aacd 100644 --- a/pallets/parachain-staking/src/tests.rs +++ b/pallets/parachain-staking/src/tests.rs @@ -6572,8 +6572,6 @@ fn deferred_payment_and_at_stake_storage_items_cleaned_up_for_candidates_not_pro #[test] fn deferred_payment_steady_state_event_flow() { - use frame_support::traits::{Currency, ExistenceRequirement, WithdrawReasons}; - // this test "flows" through a number of rounds, asserting that certain things do/don't happen // once the staking pallet is in a "steady state" (specifically, once we are past the first few // rounds to clear RewardPaymentDelay) @@ -6618,22 +6616,6 @@ fn deferred_payment_steady_state_event_flow() { set_author(round as BlockNumber, 4, 1); }; - // grab initial issuance -- we will reset it before round issuance is calculated so that - // it is consistent every round - let initial_issuance = Balances::total_issuance(); - let reset_issuance = || { - let new_issuance = Balances::total_issuance(); - let diff = new_issuance - initial_issuance; - let burned = Balances::burn(diff); - Balances::settle( - &111, - burned, - WithdrawReasons::FEE, - ExistenceRequirement::AllowDeath, - ) - .expect("Account can absorb burn"); - }; - // fn to roll through the first RewardPaymentDelay rounds. returns new round index let roll_through_initial_rounds = |mut round: BlockNumber| -> BlockNumber { while round < crate::mock::RewardPaymentDelay::get() + 1 { @@ -6643,8 +6625,6 @@ fn deferred_payment_steady_state_event_flow() { round += 1; } - reset_issuance(); - round }; @@ -6761,8 +6741,6 @@ fn deferred_payment_steady_state_event_flow() { let num_rounds_rolled = roll_to_round_end(round); assert_eq!(num_rounds_rolled, 0, "expected to be at round end already"); - reset_issuance(); - round + 1 }; diff --git a/precompiles/gmp/src/mock.rs b/precompiles/gmp/src/mock.rs index 28f5621f9e..bd2e647743 100644 --- a/precompiles/gmp/src/mock.rs +++ b/precompiles/gmp/src/mock.rs @@ -37,11 +37,11 @@ use xcm_executor::{ traits::{TransactAsset, WeightTrader}, AssetsInHolding, XcmExecutor, }; -use xcm_primitives::XcmV2Weight; pub type AccountId = MockAccount; pub type Balance = u128; pub type AssetId = u128; +type XcmV2Weight = u64; type Block = frame_system::mocking::MockBlockU32; @@ -197,6 +197,7 @@ impl xcm_executor::Config for XcmConfig { type HrmpNewChannelOpenRequestHandler = (); type HrmpChannelAcceptedHandler = (); type HrmpChannelClosingHandler = (); + type XcmRecorder = (); } pub type Precompiles = PrecompileSetBuilder< diff --git a/precompiles/xcm-utils/src/mock.rs b/precompiles/xcm-utils/src/mock.rs index 45ceadd06e..1cd2dc7a30 100644 --- a/precompiles/xcm-utils/src/mock.rs +++ b/precompiles/xcm-utils/src/mock.rs @@ -446,6 +446,7 @@ impl xcm_executor::Config for XcmConfig { type HrmpNewChannelOpenRequestHandler = (); type HrmpChannelAcceptedHandler = (); type HrmpChannelClosingHandler = (); + type XcmRecorder = (); } pub(crate) struct ExtBuilder { diff --git a/precompiles/xtokens/src/mock.rs b/precompiles/xtokens/src/mock.rs index db681be3d7..a2f39ff9fb 100644 --- a/precompiles/xtokens/src/mock.rs +++ b/precompiles/xtokens/src/mock.rs @@ -316,6 +316,7 @@ impl xcm_executor::Config for XcmConfig { type HrmpNewChannelOpenRequestHandler = (); type HrmpChannelAcceptedHandler = (); type HrmpChannelClosingHandler = (); + type XcmRecorder = (); } #[derive(Clone, Eq, Debug, PartialEq, Ord, PartialOrd, Encode, Decode, TypeInfo)] diff --git a/runtime/moonbase/tests/integration_test.rs b/runtime/moonbase/tests/integration_test.rs index 111c4e252b..a8b4088453 100644 --- a/runtime/moonbase/tests/integration_test.rs +++ b/runtime/moonbase/tests/integration_test.rs @@ -1566,7 +1566,7 @@ fn xtokens_precompiles_transfer() { weight: 4_000_000, }, ) - .expect_cost(348090) + .expect_cost(348298) .expect_no_logs() // We expect an evm subcall ERC20.burnFrom .with_subcall_handle(move |subcall| { @@ -1657,7 +1657,7 @@ fn xtokens_precompiles_transfer_multiasset() { weight: 4_000_000, }, ) - .expect_cost(348090) + .expect_cost(348298) .expect_no_logs() // We expect an evm subcall ERC20.burnFrom .with_subcall_handle(move |subcall| { @@ -1741,7 +1741,7 @@ fn xtokens_precompiles_transfer_native() { weight: 4_000_000, }, ) - .expect_cost(16000) + .expect_cost(16208) .expect_no_logs() .execute_returns(()); }) diff --git a/runtime/moonbeam/src/lib.rs b/runtime/moonbeam/src/lib.rs index afafd930e4..6e78539481 100644 --- a/runtime/moonbeam/src/lib.rs +++ b/runtime/moonbeam/src/lib.rs @@ -1721,12 +1721,6 @@ mod tests { ); assert_eq!(STORAGE_BYTE_FEE, Balance::from(10 * MILLIGLMR)); - // treasury minimums - assert_eq!( - get!(pallet_treasury, ProposalBondMinimum, u128), - Balance::from(100 * GLMR) - ); - // pallet_identity deposits assert_eq!( get!(pallet_identity, BasicDeposit, u128), diff --git a/runtime/moonbeam/tests/integration_test.rs b/runtime/moonbeam/tests/integration_test.rs index 7035c7ef68..55eb93fcf3 100644 --- a/runtime/moonbeam/tests/integration_test.rs +++ b/runtime/moonbeam/tests/integration_test.rs @@ -133,7 +133,6 @@ fn verify_pallet_prefixes() { is_pallet_prefix::("Identity"); is_pallet_prefix::("XcmpQueue"); is_pallet_prefix::("CumulusXcm"); - is_pallet_prefix::("DmpQueue"); is_pallet_prefix::("PolkadotXcm"); is_pallet_prefix::("Assets"); is_pallet_prefix::("XTokens"); @@ -440,7 +439,6 @@ fn verify_pallet_indices() { // XCM Stuff is_pallet_index::(100); is_pallet_index::(101); - is_pallet_index::(102); is_pallet_index::(103); is_pallet_index::(104); is_pallet_index::(105); diff --git a/runtime/moonbeam/tests/xcm_mock/parachain.rs b/runtime/moonbeam/tests/xcm_mock/parachain.rs index 23de025be0..0ccdc11873 100644 --- a/runtime/moonbeam/tests/xcm_mock/parachain.rs +++ b/runtime/moonbeam/tests/xcm_mock/parachain.rs @@ -368,6 +368,7 @@ impl Config for XcmConfig { type HrmpNewChannelOpenRequestHandler = (); type HrmpChannelAcceptedHandler = (); type HrmpChannelClosingHandler = (); + type XcmRecorder = (); } impl cumulus_pallet_xcm::Config for Runtime { diff --git a/runtime/moonbeam/tests/xcm_mock/relay_chain.rs b/runtime/moonbeam/tests/xcm_mock/relay_chain.rs index 15bb49b91e..d86442e7d2 100644 --- a/runtime/moonbeam/tests/xcm_mock/relay_chain.rs +++ b/runtime/moonbeam/tests/xcm_mock/relay_chain.rs @@ -213,6 +213,7 @@ impl Config for XcmConfig { type HrmpNewChannelOpenRequestHandler = (); type HrmpChannelAcceptedHandler = (); type HrmpChannelClosingHandler = (); + type XcmRecorder = (); } pub type LocalOriginToLocation = SignedToAccountId32; @@ -293,6 +294,7 @@ impl hrmp::Config for Runtime { type WeightInfo = TestHrmpWeightInfo; type ChannelManager = frame_system::EnsureRoot; type DefaultChannelSizeAndCapacityWithSystem = DefaultChannelSizeAndCapacityWithSystem; + type VersionWrapper = XcmPallet; } impl frame_system::offchain::SendTransactionTypes for Runtime diff --git a/runtime/moonbeam/tests/xcm_mock/statemint_like.rs b/runtime/moonbeam/tests/xcm_mock/statemint_like.rs index 48a358c0a5..31e2d971b2 100644 --- a/runtime/moonbeam/tests/xcm_mock/statemint_like.rs +++ b/runtime/moonbeam/tests/xcm_mock/statemint_like.rs @@ -323,6 +323,7 @@ impl Config for XcmConfig { type HrmpNewChannelOpenRequestHandler = (); type HrmpChannelAcceptedHandler = (); type HrmpChannelClosingHandler = (); + type XcmRecorder = (); } /// No local origins on this chain are allowed to dispatch XCM sends/executions. diff --git a/runtime/moonriver/src/lib.rs b/runtime/moonriver/src/lib.rs index ab76f23672..22d1a55719 100644 --- a/runtime/moonriver/src/lib.rs +++ b/runtime/moonriver/src/lib.rs @@ -1722,12 +1722,6 @@ mod tests { ); assert_eq!(STORAGE_BYTE_FEE, Balance::from(100 * MICROMOVR)); - // treasury minimums - assert_eq!( - get!(pallet_treasury, ProposalBondMinimum, u128), - Balance::from(1 * MOVR) - ); - // pallet_identity deposits assert_eq!( get!(pallet_identity, BasicDeposit, u128), diff --git a/runtime/moonriver/tests/integration_test.rs b/runtime/moonriver/tests/integration_test.rs index 27761b3224..bce147c293 100644 --- a/runtime/moonriver/tests/integration_test.rs +++ b/runtime/moonriver/tests/integration_test.rs @@ -129,7 +129,6 @@ fn verify_pallet_prefixes() { is_pallet_prefix::("Identity"); is_pallet_prefix::("XcmpQueue"); is_pallet_prefix::("CumulusXcm"); - is_pallet_prefix::("DmpQueue"); is_pallet_prefix::("PolkadotXcm"); is_pallet_prefix::("Assets"); is_pallet_prefix::("XTokens"); @@ -435,7 +434,6 @@ fn verify_pallet_indices() { // XCM Stuff is_pallet_index::(100); is_pallet_index::(101); - is_pallet_index::(102); is_pallet_index::(103); is_pallet_index::(104); is_pallet_index::(105); diff --git a/runtime/moonriver/tests/xcm_mock/parachain.rs b/runtime/moonriver/tests/xcm_mock/parachain.rs index 015ea38021..b433b541cf 100644 --- a/runtime/moonriver/tests/xcm_mock/parachain.rs +++ b/runtime/moonriver/tests/xcm_mock/parachain.rs @@ -368,6 +368,7 @@ impl Config for XcmConfig { type HrmpNewChannelOpenRequestHandler = (); type HrmpChannelAcceptedHandler = (); type HrmpChannelClosingHandler = (); + type XcmRecorder = PolkadotXcm; } impl cumulus_pallet_xcm::Config for Runtime { diff --git a/runtime/moonriver/tests/xcm_mock/relay_chain.rs b/runtime/moonriver/tests/xcm_mock/relay_chain.rs index 15bb49b91e..d86442e7d2 100644 --- a/runtime/moonriver/tests/xcm_mock/relay_chain.rs +++ b/runtime/moonriver/tests/xcm_mock/relay_chain.rs @@ -213,6 +213,7 @@ impl Config for XcmConfig { type HrmpNewChannelOpenRequestHandler = (); type HrmpChannelAcceptedHandler = (); type HrmpChannelClosingHandler = (); + type XcmRecorder = (); } pub type LocalOriginToLocation = SignedToAccountId32; @@ -293,6 +294,7 @@ impl hrmp::Config for Runtime { type WeightInfo = TestHrmpWeightInfo; type ChannelManager = frame_system::EnsureRoot; type DefaultChannelSizeAndCapacityWithSystem = DefaultChannelSizeAndCapacityWithSystem; + type VersionWrapper = XcmPallet; } impl frame_system::offchain::SendTransactionTypes for Runtime diff --git a/runtime/moonriver/tests/xcm_mock/statemine_like.rs b/runtime/moonriver/tests/xcm_mock/statemine_like.rs index 6168450597..92074c7b15 100644 --- a/runtime/moonriver/tests/xcm_mock/statemine_like.rs +++ b/runtime/moonriver/tests/xcm_mock/statemine_like.rs @@ -323,6 +323,7 @@ impl Config for XcmConfig { type HrmpNewChannelOpenRequestHandler = (); type HrmpChannelAcceptedHandler = (); type HrmpChannelClosingHandler = (); + type XcmRecorder = PolkadotXcm; } /// No local origins on this chain are allowed to dispatch XCM sends/executions. From 4c00b9ec9ccc14ba44e45e2563deafee9e2c1520 Mon Sep 17 00:00:00 2001 From: Gonza Montiel Date: Tue, 17 Sep 2024 18:37:28 +0200 Subject: [PATCH 23/52] remove deprecated tresury pallet tests, add some for the new functionality --- .../test-precompile-collective.ts | 320 ------------------ .../test-precompile-collective2.ts | 178 ---------- .../test-treasury/test-treasury-pallet.ts | 60 ++++ .../test-treasury/test-treasury-proposal.ts | 31 -- .../test-treasury/test-treasury-proposal10.ts | 92 ----- .../test-treasury/test-treasury-proposal2.ts | 32 -- .../test-treasury/test-treasury-proposal3.ts | 43 --- .../test-treasury/test-treasury-proposal4.ts | 38 --- .../test-treasury/test-treasury-proposal5.ts | 37 -- .../test-treasury/test-treasury-proposal6.ts | 37 -- .../test-treasury/test-treasury-proposal7.ts | 78 ----- .../test-treasury/test-treasury-proposal8.ts | 78 ----- .../test-treasury/test-treasury-proposal9.ts | 83 ----- 13 files changed, 60 insertions(+), 1047 deletions(-) delete mode 100644 test/suites/dev/moonbase/test-precompile/test-precompile-collective.ts delete mode 100644 test/suites/dev/moonbase/test-precompile/test-precompile-collective2.ts create mode 100644 test/suites/dev/moonbase/test-treasury/test-treasury-pallet.ts delete mode 100644 test/suites/dev/moonbase/test-treasury/test-treasury-proposal.ts delete mode 100644 test/suites/dev/moonbase/test-treasury/test-treasury-proposal10.ts delete mode 100644 test/suites/dev/moonbase/test-treasury/test-treasury-proposal2.ts delete mode 100644 test/suites/dev/moonbase/test-treasury/test-treasury-proposal3.ts delete mode 100644 test/suites/dev/moonbase/test-treasury/test-treasury-proposal4.ts delete mode 100644 test/suites/dev/moonbase/test-treasury/test-treasury-proposal5.ts delete mode 100644 test/suites/dev/moonbase/test-treasury/test-treasury-proposal6.ts delete mode 100644 test/suites/dev/moonbase/test-treasury/test-treasury-proposal7.ts delete mode 100644 test/suites/dev/moonbase/test-treasury/test-treasury-proposal8.ts delete mode 100644 test/suites/dev/moonbase/test-treasury/test-treasury-proposal9.ts diff --git a/test/suites/dev/moonbase/test-precompile/test-precompile-collective.ts b/test/suites/dev/moonbase/test-precompile/test-precompile-collective.ts deleted file mode 100644 index 611b1afca0..0000000000 --- a/test/suites/dev/moonbase/test-precompile/test-precompile-collective.ts +++ /dev/null @@ -1,320 +0,0 @@ -import "@moonbeam-network/api-augment"; -import { - DevModeContext, - beforeAll, - beforeEach, - describeSuite, - expect, - fetchCompiledContract, -} from "@moonwall/cli"; -import { - BALTATHAR_ADDRESS, - BALTATHAR_PRIVATE_KEY, - CHARLETH_ADDRESS, - CHARLETH_PRIVATE_KEY, - DOROTHY_PRIVATE_KEY, - PRECOMPILE_COUNCIL_ADDRESS, - PRECOMPILE_TREASURY_COUNCIL_ADDRESS, - createViemTransaction, - ethan, -} from "@moonwall/util"; -import { blake2AsHex } from "@polkadot/util-crypto"; -import { Abi, encodeFunctionData } from "viem"; -import { expectEVMResult } from "../../../../helpers"; - -const successfulCouncilCall = async ( - context: DevModeContext, - privateKey: `0x${string}`, - data: `0x${string}` -) => { - const tx = await createViemTransaction(context, { - to: PRECOMPILE_COUNCIL_ADDRESS, - gas: 5_000_000n, - data: data, - privateKey, - skipEstimation: true, - }); - - const { result } = await context.createBlock(tx); - - expect(result?.successful).to.equal(true); -}; - -describeSuite({ - id: "D012829", - title: "Treasury council precompile #1", - foundationMethods: "dev", - testCases: ({ context, it, log }) => { - let collectivePrecompileAbi: Abi; - let proposalId: bigint; - - beforeEach(async () => { - const countBefore = (await context.polkadotJs().query.treasury.proposalCount()).toBigInt(); - await context.createBlock( - context.polkadotJs().tx.treasury.proposeSpend(10, BALTATHAR_ADDRESS).signAsync(ethan) - ); - const countAfter = (await context.polkadotJs().query.treasury.proposalCount()).toBigInt(); - expect(countBefore + 1n, "new proposal should have been added").toBe(countAfter); - proposalId = countAfter - 1n; - }); - - beforeAll(async () => { - const { abi } = fetchCompiledContract("CollectivePrecompile"); - collectivePrecompileAbi = abi; - }); - - it({ - id: "T01", - title: "should not be able to be approved by a non-council member", - test: async function () { - const countBefore = (await context.polkadotJs().query.treasury.proposalCount()).toBigInt(); - // Ethan submit a treasury proposal - await context.createBlock( - context.polkadotJs().tx.treasury.proposeSpend(10, BALTATHAR_ADDRESS).signAsync(ethan) - ); - const countAfter = (await context.polkadotJs().query.treasury.proposalCount()).toBigInt(); - expect(countBefore + 1n, "new proposal should have been added").toBe(countAfter); - - // Try to approve the proposal directly (must be fail) - await context.createBlock( - context.polkadotJs().tx.treasury.approveProposal(proposalId).signAsync(ethan), - { allowFailures: true } - ); - - const approvals = await context.polkadotJs().query.treasury.approvals(); - expect(approvals.length).to.equal(0, "No proposal must have been approved"); - }, - }); - - it({ - id: "T02", - title: "should not be able to be rejected by a non-council member", - test: async function () { - // Try to reject the proposal directly (must be fail) - await context.polkadotJs().tx.treasury.rejectProposal(proposalId).signAsync(ethan); - expect( - await context.polkadotJs().query.treasury.proposals(proposalId), - "The proposal should not have been deleted" - ).not.equal(null); - }, - }); - - it({ - id: "T03", - title: "should be rejected if three-fifths of the treasury council did not vote in favor", - test: async function () { - // A council member attempts to approve the proposal on behalf of the council - const { result: evmResult } = await context.createBlock( - createViemTransaction(context, { - privateKey: BALTATHAR_PRIVATE_KEY, - from: CHARLETH_ADDRESS, - to: PRECOMPILE_TREASURY_COUNCIL_ADDRESS, - data: encodeFunctionData({ - abi: collectivePrecompileAbi, - functionName: "propose", - args: [ - 1, - context.polkadotJs().tx.treasury.approveProposal(proposalId).method.toHex(), - ], - }), - }) - ); - expectEVMResult(evmResult!.events, "Succeed"); - - // Verify that the proposal is not deleted - expect( - (await context.polkadotJs().query.treasury.proposals(proposalId)).isSome, - "The proposal must not have been deleted" - ).toBe(true); - }, - }); - - it({ - id: "T04", - title: "should not be rejected by less than half of the members of the treasury council", - test: async function () { - const approvalsBefore = (await context.polkadotJs().query.treasury.approvals()).length; - // A council member attempts to reject the proposal on behalf of the council - // (must fail because there is not a quorum) - const { result: evmResult } = await context.createBlock( - createViemTransaction(context, { - privateKey: BALTATHAR_PRIVATE_KEY, - from: CHARLETH_ADDRESS, - to: PRECOMPILE_TREASURY_COUNCIL_ADDRESS, - data: encodeFunctionData({ - abi: collectivePrecompileAbi, - functionName: "propose", - args: [1, context.polkadotJs().tx.treasury.rejectProposal(proposalId).method.toHex()], - }), - }) - ); - expectEVMResult(evmResult!.events, "Succeed"); - const approvalsAfter = (await context.polkadotJs().query.treasury.approvals()).length; - - expect(approvalsAfter, "No proposal should have been approved").toBe(approvalsBefore); - }, - }); - - it({ - id: "T05", - title: "should be approvable by root", - test: async function () { - const approvalsBefore = (await context.polkadotJs().query.treasury.approvals()).length; - - // Root approve the proposal directly - await context.createBlock( - context - .polkadotJs() - .tx.sudo.sudo(context.polkadotJs().tx.treasury.approveProposal(proposalId)) - ); - - // Verify that the proposal is approved - const approvalsAfter = (await context.polkadotJs().query.treasury.approvals()).length; - expect(approvalsAfter - approvalsBefore, "One proposal should have been approved").to.equal( - 1 - ); - }, - }); - - it({ - id: "T06", - title: "should be rejectable by root", - test: async function () { - await context.createBlock( - context - .polkadotJs() - .tx.sudo.sudo(context.polkadotJs().tx.treasury.rejectProposal(proposalId)) - ); - - expect( - (await context.polkadotJs().query.treasury.proposals(proposalId)).isNone, - "The proposal must has not been deleted" - ).toBe(true); - }, - }); - - it({ - id: "T07", - title: "should NO LONGER be approved if the three fifths of the council voted for it", - timeout: 10_000, - test: async function () { - const approvalsCountBefore = (await context.polkadotJs().query.treasury.approvals()).length; - - // Charleth submit the proposal to the council - const proposal = context - .polkadotJs() - .tx.treasury.approveProposal(proposalId) - .method.toHex(); - const proposalHash = blake2AsHex(proposal).toString(); - - await successfulCouncilCall( - context, - CHARLETH_PRIVATE_KEY, - encodeFunctionData({ - abi: collectivePrecompileAbi, - functionName: "propose", - args: [2, proposal], - }) - ); - - // Charleth & Dorothy vote for this proposal and close it - await successfulCouncilCall( - context, - CHARLETH_PRIVATE_KEY, - encodeFunctionData({ - abi: collectivePrecompileAbi, - functionName: "vote", - args: [proposalHash, proposalId, true], - }) - ); - - await successfulCouncilCall( - context, - DOROTHY_PRIVATE_KEY, - encodeFunctionData({ - abi: collectivePrecompileAbi, - functionName: "vote", - args: [proposalHash, proposalId, true], - }) - ); - - // council vote succeeds, proposal dispatch success is not - // taken into account. - await successfulCouncilCall( - context, - DOROTHY_PRIVATE_KEY, - encodeFunctionData({ - abi: collectivePrecompileAbi, - functionName: "close", - args: [proposalHash, proposalId, 800_000_000, proposal.length / 2 - 1], - }) - ); - - // Verify that the proposal is not approved - const approvalsCountAfter = (await context.polkadotJs().query.treasury.approvals()).length; - expect(approvalsCountAfter, "No proposal should have been approved").toBe( - approvalsCountBefore - ); - }, - }); - - it({ - id: "T08", - title: "should NO LONGER be rejected if the half of the council voted against it", - test: async function () { - // Charleth proposed that the council reject the treasury proposal - const proposal = context.polkadotJs().tx.treasury.approveProposal(0).method.toHex(); - const proposalHash = blake2AsHex(proposal); - - await successfulCouncilCall( - context, - CHARLETH_PRIVATE_KEY, - encodeFunctionData({ - abi: collectivePrecompileAbi, - functionName: "propose", - args: [2, proposal], - }) - ); - - // Charleth & Dorothy vote for against this proposal and close it - await successfulCouncilCall( - context, - CHARLETH_PRIVATE_KEY, - encodeFunctionData({ - abi: collectivePrecompileAbi, - functionName: "vote", - args: [proposalHash, proposalId, true], - }) - ); - - await successfulCouncilCall( - context, - DOROTHY_PRIVATE_KEY, - encodeFunctionData({ - abi: collectivePrecompileAbi, - functionName: "vote", - args: [proposalHash, proposalId, true], - }) - ); - - // council vote succeeds, proposal dispatch success is not - // taken into account. - await successfulCouncilCall( - context, - DOROTHY_PRIVATE_KEY, - encodeFunctionData({ - abi: collectivePrecompileAbi, - functionName: "close", - args: [proposalHash, proposalId, 800_000_000, proposal.length / 2 - 1], - }) - ); - - // Verify that the proposal is not deleted - expect( - (await context.polkadotJs().query.treasury.proposals(proposalId)).isSome, - "The proposal shouldn't be deleted" - ).toBe(true); - }, - }); - }, -}); diff --git a/test/suites/dev/moonbase/test-precompile/test-precompile-collective2.ts b/test/suites/dev/moonbase/test-precompile/test-precompile-collective2.ts deleted file mode 100644 index d79fb797bb..0000000000 --- a/test/suites/dev/moonbase/test-precompile/test-precompile-collective2.ts +++ /dev/null @@ -1,178 +0,0 @@ -import "@moonbeam-network/api-augment"; -import { - DevModeContext, - beforeAll, - beforeEach, - describeSuite, - expect, - fetchCompiledContract, -} from "@moonwall/cli"; -import { - BALTATHAR_ADDRESS, - CHARLETH_PRIVATE_KEY, - DOROTHY_PRIVATE_KEY, - PRECOMPILE_TREASURY_COUNCIL_ADDRESS, - createViemTransaction, - ethan, -} from "@moonwall/util"; -import { blake2AsHex } from "@polkadot/util-crypto"; -import { Abi, encodeFunctionData } from "viem"; - -const successfulTreasuryCouncilCall = async ( - context: DevModeContext, - privateKey: `0x${string}`, - data: `0x${string}` -) => { - const tx = await createViemTransaction(context, { - to: PRECOMPILE_TREASURY_COUNCIL_ADDRESS, - gas: 5_000_000n, - data: data, - privateKey, - skipEstimation: true, - }); - - const { result } = await context.createBlock(tx); - - expect(result?.successful).to.equal(true); -}; -describeSuite({ - id: "D012830", - title: "Treasury council precompile #2", - foundationMethods: "dev", - testCases: ({ context, it, log }) => { - let collectivePrecompileAbi: Abi; - let proposalId: bigint; - - beforeEach(async () => { - const countBefore = (await context.polkadotJs().query.treasury.proposalCount()).toBigInt(); - await context.createBlock( - context.polkadotJs().tx.treasury.proposeSpend(10, BALTATHAR_ADDRESS).signAsync(ethan) - ); - const countAfter = (await context.polkadotJs().query.treasury.proposalCount()).toBigInt(); - expect(countBefore + 1n, "new proposal should have been added").toBe(countAfter); - proposalId = countAfter - 1n; - }); - - beforeAll(async () => { - const { abi } = fetchCompiledContract("CollectivePrecompile"); - collectivePrecompileAbi = abi; - }); - - it({ - id: "T01", - title: "should be approved if the three fifths of the treasury council voted for it", - timeout: 10_000, - test: async function () { - const approvalsCountBefore = (await context.polkadotJs().query.treasury.approvals()).length; - const proposal = context - .polkadotJs() - .tx.treasury.approveProposal(proposalId) - .method.toHex(); - const proposalHash = blake2AsHex(proposal).toString(); - - await successfulTreasuryCouncilCall( - context, - CHARLETH_PRIVATE_KEY, - encodeFunctionData({ - abi: collectivePrecompileAbi, - functionName: "propose", - args: [2, proposal], - }) - ); - - // Charleth & Dorothy vote for this proposal and close it - await successfulTreasuryCouncilCall( - context, - CHARLETH_PRIVATE_KEY, - encodeFunctionData({ - abi: collectivePrecompileAbi, - functionName: "vote", - args: [proposalHash, proposalId, true], - }) - ); - - await successfulTreasuryCouncilCall( - context, - DOROTHY_PRIVATE_KEY, - encodeFunctionData({ - abi: collectivePrecompileAbi, - functionName: "vote", - args: [proposalHash, proposalId, true], - }) - ); - - await successfulTreasuryCouncilCall( - context, - DOROTHY_PRIVATE_KEY, - encodeFunctionData({ - abi: collectivePrecompileAbi, - functionName: "close", - args: [proposalHash, proposalId, 10_000_000_000, proposal.length / 2 - 1], - }) - ); - // Verify that the proposal is approved - const approvalsCountAfter = (await context.polkadotJs().query.treasury.approvals()).length; - expect(approvalsCountBefore + 1, "one proposal should have been approved").toBe( - approvalsCountAfter - ); - }, - }); - - it({ - id: "T02", - title: "should be rejected if the half of the treasury council voted against it", - test: async function () { - // Charleth proposed that the council reject the treasury proposal - const proposal = context.polkadotJs().tx.treasury.rejectProposal(proposalId).method.toHex(); - const proposalHash = blake2AsHex(proposal).toString(); - - await successfulTreasuryCouncilCall( - context, - CHARLETH_PRIVATE_KEY, - encodeFunctionData({ - abi: collectivePrecompileAbi, - functionName: "propose", - args: [2, proposal], - }) - ); - - // Charleth & Dorothy vote against this proposal and close it - await successfulTreasuryCouncilCall( - context, - CHARLETH_PRIVATE_KEY, - encodeFunctionData({ - abi: collectivePrecompileAbi, - functionName: "vote", - args: [proposalHash, proposalId, true], - }) - ); - - await successfulTreasuryCouncilCall( - context, - DOROTHY_PRIVATE_KEY, - encodeFunctionData({ - abi: collectivePrecompileAbi, - functionName: "vote", - args: [proposalHash, proposalId, true], - }) - ); - - await successfulTreasuryCouncilCall( - context, - DOROTHY_PRIVATE_KEY, - encodeFunctionData({ - abi: collectivePrecompileAbi, - functionName: "close", - args: [proposalHash, proposalId, 10_000_000_000, proposal.length / 2 - 1], - }) - ); - - // Verify that the proposal is deleted - expect( - (await context.polkadotJs().query.treasury.proposals(proposalId)).isNone, - "The proposal should be deleted" - ).toBe(true); - }, - }); - }, -}); diff --git a/test/suites/dev/moonbase/test-treasury/test-treasury-pallet.ts b/test/suites/dev/moonbase/test-treasury/test-treasury-pallet.ts new file mode 100644 index 0000000000..78c8e5359d --- /dev/null +++ b/test/suites/dev/moonbase/test-treasury/test-treasury-pallet.ts @@ -0,0 +1,60 @@ +import "@moonbeam-network/api-augment"; +import { describeSuite, expect } from "@moonwall/cli"; +import { baltathar, ethan, alith } from "@moonwall/util"; + +describeSuite({ + id: "D013801", + title: "Treasury pallet tests", + foundationMethods: "dev", + testCases: ({ context, it, log }) => { + it({ + id: "T01", + title: "Non root can not spend from treasury", + test: async function () { + const proposal_value = 1000000000n; + const assetKind = null; + expect( + await context + .createBlock( + context + .polkadotJs() + .tx.treasury.spend(assetKind, proposal_value, baltathar.address, null) + .signAsync(ethan) + ) + .catch((e) => e.toString()) + ).to.equal("RpcError: 1010: Invalid Transaction: Transaction call is not expected"); + }, + }); + + it({ + id: "T02", + title: "Root can spend from treasury", + test: async function () { + const api = context.polkadotJs(); + + expect((await api.query.treasury.spendCount()).toNumber()).to.equal(0); + const balanceBefore = ( + await api.query.system.account(baltathar.address) + ).data.free.toBigInt(); + + // Value needs to be higher than the transaction fee paid by dave, but lower than the total treasury pot + const proposal_value = 1000000000n; + const assetKind = null; + const signedTx = api.tx.sudo.sudo( + api.tx.treasury.spend(assetKind, proposal_value, ethan.address, null) + ); + const { result } = await context.createBlock([signedTx]); + + console.log(result); + expect((await api.query.treasury.spendCount()).toNumber()).to.equal(1); + + const tx2 = api.tx.treasury.payout(0); + const signedTx2 = await tx2.signAsync(ethan); + await context.createBlock([signedTx2]); + + const balanceAfter = (await api.query.system.account(ethan.address)).data.free.toBigInt(); + expect(balanceAfter).toBeGreaterThan(balanceBefore); + }, + }); + }, +}); diff --git a/test/suites/dev/moonbase/test-treasury/test-treasury-proposal.ts b/test/suites/dev/moonbase/test-treasury/test-treasury-proposal.ts deleted file mode 100644 index 7c0b5e6eac..0000000000 --- a/test/suites/dev/moonbase/test-treasury/test-treasury-proposal.ts +++ /dev/null @@ -1,31 +0,0 @@ -import "@moonbeam-network/api-augment"; -import { describeSuite, expect } from "@moonwall/cli"; -import { baltathar, ethan } from "@moonwall/util"; - -describeSuite({ - id: "D013801", - title: "Treasury proposal #1", - foundationMethods: "dev", - testCases: ({ context, it, log }) => { - it({ - id: "T01", - title: "should not be able to be approved by a non-council member", - test: async function () { - await context.createBlock( - context.polkadotJs().tx.treasury.proposeSpend(10, baltathar.address).signAsync(ethan) - ); - - const proposalCount = await context.polkadotJs().query.treasury.proposalCount(); - expect(proposalCount.toBigInt(), "new proposal should have been added").toBe(1n); - - await context.createBlock( - context.polkadotJs().tx.treasury.approveProposal(0).signAsync(ethan), - { expectEvents: [context.polkadotJs().events.system.ExtrinsicFailed] } - ); - const approvals = await context.polkadotJs().query.treasury.approvals(); - - expect(approvals.length, "No proposal must have been approved").to.equal(0); - }, - }); - }, -}); diff --git a/test/suites/dev/moonbase/test-treasury/test-treasury-proposal10.ts b/test/suites/dev/moonbase/test-treasury/test-treasury-proposal10.ts deleted file mode 100644 index 9145cef72f..0000000000 --- a/test/suites/dev/moonbase/test-treasury/test-treasury-proposal10.ts +++ /dev/null @@ -1,92 +0,0 @@ -import "@moonbeam-network/api-augment"; -import { describeSuite, expect } from "@moonwall/cli"; -import { baltathar, charleth, dorothy, ethan } from "@moonwall/util"; - -describeSuite({ - id: "D013802", - title: "Treasury proposal #10", - foundationMethods: "dev", - testCases: ({ context, it, log }) => { - it({ - id: "T01", - title: "should be rejected if the half of the treasury council voted against it", - test: async function () { - await context.createBlock( - context.polkadotJs().tx.treasury.proposeSpend(10, baltathar.address).signAsync(ethan) - ); - - const proposalCount = await context.polkadotJs().query.treasury.proposalCount(); - expect(proposalCount.toBigInt()).to.equal(1n, "new proposal should have been added"); - console.log("proposalCount.toBigInt()", proposalCount.toBigInt()); - - // Charleth proposed that the council reject the treasury proposal - // (and therefore implicitly votes for) - const { result: proposalResult } = await context.createBlock( - context - .polkadotJs() - .tx.treasuryCouncilCollective.propose( - 2, - context.polkadotJs().tx.treasury.rejectProposal(0), - 1_000 - ) - .signAsync(charleth) - ); - - const councilProposalHash = proposalResult!.events - .find(({ event: { method } }) => method.toString() == "Proposed")! - .event.data[2].toHex(); - console.log("councilProposalHash", councilProposalHash); - - // Charleth & Dorothy vote for against proposal and close it - await context.createBlock([ - context - .polkadotJs() - .tx.treasuryCouncilCollective.vote(councilProposalHash, 0, true) - .signAsync(charleth), - context - .polkadotJs() - .tx.treasuryCouncilCollective.vote(councilProposalHash, 0, true) - .signAsync(dorothy), - ]); - console.log("Create block"); - - const { result: closeResult } = await context.createBlock( - context - .polkadotJs() - .tx.treasuryCouncilCollective.close( - councilProposalHash, - 0, - { - refTime: 800_000_000, - proofSize: 64 * 1024, - }, - 1_000 - ) - .signAsync(dorothy), - { - expectEvents: [ - context.polkadotJs().events.treasuryCouncilCollective.Closed, - context.polkadotJs().events.treasuryCouncilCollective.Approved, - context.polkadotJs().events.treasury.Rejected, - context.polkadotJs().events.balances.Slashed, - ], - } - ); - console.log("Create block 2"); - - expect( - closeResult!.events.find((evt) => - context.polkadotJs().events.treasuryCouncilCollective.Executed.is(evt.event) - ).event.data.result.isOk - ).toBe(true); - console.log("closeResult"); - - expect((await context.polkadotJs().query.treasury.proposals(0)).toHuman()).to.equal( - null, - "The proposal must have been deleted" - ); - console.log("deleted done"); - }, - }); - }, -}); diff --git a/test/suites/dev/moonbase/test-treasury/test-treasury-proposal2.ts b/test/suites/dev/moonbase/test-treasury/test-treasury-proposal2.ts deleted file mode 100644 index 4c6021b188..0000000000 --- a/test/suites/dev/moonbase/test-treasury/test-treasury-proposal2.ts +++ /dev/null @@ -1,32 +0,0 @@ -import "@moonbeam-network/api-augment"; -import { describeSuite, expect } from "@moonwall/cli"; -import { baltathar, ethan } from "@moonwall/util"; - -describeSuite({ - id: "D013803", - title: "Treasury proposal #2", - foundationMethods: "dev", - testCases: ({ context, it, log }) => { - it({ - id: "T01", - title: "should not be able to be rejected by a non-council member", - test: async function () { - await context.createBlock( - context.polkadotJs().tx.treasury.proposeSpend(10, baltathar.address).signAsync(ethan) - ); - - const proposalCount = await context.polkadotJs().query.treasury.proposalCount(); - expect(proposalCount.toBigInt(), "new proposal should have been added").toBe(1n); - - await context.createBlock( - context.polkadotJs().tx.treasury.rejectProposal(0).signAsync(ethan), - { expectEvents: [context.polkadotJs().events.system.ExtrinsicFailed] } - ); - expect( - await context.polkadotJs().query.treasury.proposals(0), - "The proposal should not have been deleted" - ).not.equal(null); - }, - }); - }, -}); diff --git a/test/suites/dev/moonbase/test-treasury/test-treasury-proposal3.ts b/test/suites/dev/moonbase/test-treasury/test-treasury-proposal3.ts deleted file mode 100644 index fbd799373c..0000000000 --- a/test/suites/dev/moonbase/test-treasury/test-treasury-proposal3.ts +++ /dev/null @@ -1,43 +0,0 @@ -import "@moonbeam-network/api-augment"; -import { describeSuite, expect } from "@moonwall/cli"; -import { GLMR, baltathar, charleth, ethan } from "@moonwall/util"; - -describeSuite({ - id: "D013804", - title: "Treasury proposal #3", - foundationMethods: "dev", - testCases: ({ context, it, log }) => { - it({ - id: "T01", - title: "should be rejected if three-fifths of the treasury council did not vote in favor", - test: async function () { - await context.createBlock( - context - .polkadotJs() - .tx.treasury.proposeSpend(17n * GLMR, baltathar.address) - .signAsync(ethan) - ); - - const proposalCount = await context.polkadotJs().query.treasury.proposalCount(); - expect(proposalCount.toBigInt(), "new proposal should have been added").toBe(1n); - - await context.createBlock( - context - .polkadotJs() - .tx.treasuryCouncilCollective.propose( - 1, // Threshold of 1 is not 3/5 of collective - context.polkadotJs().tx.treasury.approveProposal(0), - 1_000 - ) - .signAsync(charleth), - { expectEvents: [context.polkadotJs().events.treasuryCouncilCollective.Executed] } - ); - - expect(await context.polkadotJs().query.treasury.proposals(0)).not.equal( - null, - "The proposal must not have been deleted" - ); - }, - }); - }, -}); diff --git a/test/suites/dev/moonbase/test-treasury/test-treasury-proposal4.ts b/test/suites/dev/moonbase/test-treasury/test-treasury-proposal4.ts deleted file mode 100644 index 4adaee9521..0000000000 --- a/test/suites/dev/moonbase/test-treasury/test-treasury-proposal4.ts +++ /dev/null @@ -1,38 +0,0 @@ -import "@moonbeam-network/api-augment"; -import { describeSuite, expect } from "@moonwall/cli"; -import { baltathar, charleth, ethan } from "@moonwall/util"; - -describeSuite({ - id: "D013805", - title: "Treasury proposal #4", - foundationMethods: "dev", - testCases: ({ context, it, log }) => { - it({ - id: "T01", - title: "should not be rejected by less than half of the members of the treasury council", - test: async function () { - await context.createBlock( - context.polkadotJs().tx.treasury.proposeSpend(10, baltathar.address).signAsync(ethan) - ); - - const proposalCount = await context.polkadotJs().query.treasury.proposalCount(); - expect(proposalCount.toBigInt(), "new proposal should have been added").toBe(1n); - - await context.createBlock( - context - .polkadotJs() - .tx.treasuryCouncilCollective.propose( - 1, // Threshold of 1 is not 3/5 of collective - context.polkadotJs().tx.treasury.rejectProposal(0), - 1_000 - ) - .signAsync(charleth), - { expectEvents: [context.polkadotJs().events.treasuryCouncilCollective.Executed] } - ); - - const approvals = await context.polkadotJs().query.treasury.approvals(); - expect(approvals.length).to.equal(0, "No proposal should have been approved"); - }, - }); - }, -}); diff --git a/test/suites/dev/moonbase/test-treasury/test-treasury-proposal5.ts b/test/suites/dev/moonbase/test-treasury/test-treasury-proposal5.ts deleted file mode 100644 index e7baa3945d..0000000000 --- a/test/suites/dev/moonbase/test-treasury/test-treasury-proposal5.ts +++ /dev/null @@ -1,37 +0,0 @@ -import "@moonbeam-network/api-augment"; -import { describeSuite, expect } from "@moonwall/cli"; -import { alith, baltathar, ethan } from "@moonwall/util"; - -describeSuite({ - id: "D013806", - title: "Treasury proposal #5", - foundationMethods: "dev", - testCases: ({ context, it, log }) => { - it({ - id: "T01", - title: "should be approvable by root", - test: async function () { - await context.createBlock( - context.polkadotJs().tx.treasury.proposeSpend(10, baltathar.address).signAsync(ethan) - ); - - const proposalCount = await context.polkadotJs().query.treasury.proposalCount(); - expect(proposalCount.toBigInt(), "new proposal should have been added").toBe(1n); - - // Root approve the proposal directly - await context.createBlock( - context - .polkadotJs() - .tx.sudo.sudo(context.polkadotJs().tx.treasury.approveProposal(0)) - .signAsync(alith), - { expectEvents: [context.polkadotJs().events.sudo.Sudid] } - ); - - context.polkadotJs().query.system.events(); - - const approvals = await context.polkadotJs().query.treasury.approvals(); - expect(approvals.length).to.equal(1, "One proposal should have been approved"); - }, - }); - }, -}); diff --git a/test/suites/dev/moonbase/test-treasury/test-treasury-proposal6.ts b/test/suites/dev/moonbase/test-treasury/test-treasury-proposal6.ts deleted file mode 100644 index 0fc4bf2982..0000000000 --- a/test/suites/dev/moonbase/test-treasury/test-treasury-proposal6.ts +++ /dev/null @@ -1,37 +0,0 @@ -import "@moonbeam-network/api-augment"; -import { describeSuite, expect } from "@moonwall/cli"; -import { alith, baltathar, ethan } from "@moonwall/util"; - -describeSuite({ - id: "D013807", - title: "Treasury proposal #6", - foundationMethods: "dev", - testCases: ({ context, it, log }) => { - it({ - id: "T01", - title: "should be rejectable by root", - test: async function () { - await context.createBlock( - context.polkadotJs().tx.treasury.proposeSpend(10, baltathar.address).signAsync(ethan) - ); - - const proposalCount = await context.polkadotJs().query.treasury.proposalCount(); - expect(proposalCount.toBigInt(), "new proposal should have been added").toBe(1n); - - // Root reject the proposal directly - await context.createBlock( - context - .polkadotJs() - .tx.sudo.sudo(context.polkadotJs().tx.treasury.rejectProposal(0)) - .signAsync(alith), - { expectEvents: [context.polkadotJs().events.treasury.Rejected] } - ); - - expect( - (await context.polkadotJs().query.treasury.proposals(0)).isNone, - "The proposal hasn't been removed" - ).toBe(true); - }, - }); - }, -}); diff --git a/test/suites/dev/moonbase/test-treasury/test-treasury-proposal7.ts b/test/suites/dev/moonbase/test-treasury/test-treasury-proposal7.ts deleted file mode 100644 index 3cfdb04264..0000000000 --- a/test/suites/dev/moonbase/test-treasury/test-treasury-proposal7.ts +++ /dev/null @@ -1,78 +0,0 @@ -import "@moonbeam-network/api-augment"; -import { describeSuite, expect } from "@moonwall/cli"; -import { GLMR, baltathar, charleth, ethan } from "@moonwall/util"; - -describeSuite({ - id: "D013808", - title: "Treasury proposal #7", - foundationMethods: "dev", - testCases: ({ context, it, log }) => { - it({ - id: "T01", - title: "should not be approved by the wrong collective vote", - test: async function () { - await context.createBlock( - context - .polkadotJs() - .tx.treasury.proposeSpend(17n * GLMR, baltathar.address) - .signAsync(ethan) - ); - - const proposalCount = await context.polkadotJs().query.treasury.proposalCount(); - expect(proposalCount.toBigInt()).to.equal(1n, "new proposal should have been added"); - - // Charleth submits council proposal to approve - const { result } = await context.createBlock( - context - .polkadotJs() - .tx.openTechCommitteeCollective.propose( - 2, - context.polkadotJs().tx.treasury.approveProposal(0), - 1_000 - ) - .signAsync(charleth) - ); - const proposalHash = result!.events - .find(({ event: { method } }) => method.toString() == "Proposed") - .event.data[2].toHex(); - - // Charleth and Baltahar vote for proposal to approve - const { result: result2 } = await context.createBlock( - [ - context - .polkadotJs() - .tx.openTechCommitteeCollective.vote(proposalHash, 0, true) - .signAsync(charleth), - context - .polkadotJs() - .tx.openTechCommitteeCollective.vote(proposalHash, 0, true) - .signAsync(baltathar, { nonce: 0 }), - context - .polkadotJs() - .tx.openTechCommitteeCollective.close( - proposalHash, - 0, - { - refTime: 800_000_000, - proofSize: 64 * 1024, - }, - 1_000 - ) - .signAsync(baltathar, { nonce: 1 }), - ], - { expectEvents: [context.polkadotJs().events.openTechCommitteeCollective.Closed] } - ); - - expect( - result2![result2!.length - 1].events.find((evt) => - context.polkadotJs().events.openTechCommitteeCollective.Executed.is(evt.event) - ).event.data.result.asErr.isBadOrigin, - "Proposal should be rejected due to wrong collective" - ).toBe(true); - - const approvals = await context.polkadotJs().query.treasury.approvals(); - expect(approvals.length).to.equal(0, "No proposal should have been approved"); - }, - }); - }, -}); diff --git a/test/suites/dev/moonbase/test-treasury/test-treasury-proposal8.ts b/test/suites/dev/moonbase/test-treasury/test-treasury-proposal8.ts deleted file mode 100644 index e6c3f5a865..0000000000 --- a/test/suites/dev/moonbase/test-treasury/test-treasury-proposal8.ts +++ /dev/null @@ -1,78 +0,0 @@ -import "@moonbeam-network/api-augment"; -import { describeSuite, expect } from "@moonwall/cli"; -import { baltathar, charleth, ethan } from "@moonwall/util"; - -describeSuite({ - id: "D013809", - title: "Treasury proposal #8", - foundationMethods: "dev", - testCases: ({ context, it, log }) => { - it({ - id: "T01", - title: "should not be approved by a non treasury collective vote", - test: async function () { - await context.createBlock( - context.polkadotJs().tx.treasury.proposeSpend(10, baltathar.address).signAsync(ethan) - ); - - const proposalCount = await context.polkadotJs().query.treasury.proposalCount(); - expect(proposalCount.toBigInt()).to.equal(1n, "new proposal should have been added"); - - const { result: rejectResult } = await context.createBlock( - context - .polkadotJs() - .tx.openTechCommitteeCollective.propose( - 2, - context.polkadotJs().tx.treasury.rejectProposal(0), - 1_000 - ) - .signAsync(charleth) - ); - - const councilProposalHash = rejectResult!.events - .find(({ event: { method } }) => method.toString() == "Proposed") - .event.data[2].toHex(); - - // Charleth & Baltathar vote for against proposal and close it - await context.createBlock([ - context - .polkadotJs() - .tx.openTechCommitteeCollective.vote(councilProposalHash, 0, true) - .signAsync(charleth), - context - .polkadotJs() - .tx.openTechCommitteeCollective.vote(councilProposalHash, 0, true) - .signAsync(baltathar), - ]); - - const { result: closeResult } = await context.createBlock( - context - .polkadotJs() - .tx.openTechCommitteeCollective.close( - councilProposalHash, - 0, - { - refTime: 800_000_000, - proofSize: 64 * 1024, - }, - 1_000 - ) - .signAsync(baltathar), - { expectEvents: [context.polkadotJs().events.openTechCommitteeCollective.Closed] } - ); - - expect( - closeResult!.events.find((evt) => - context.polkadotJs().events.openTechCommitteeCollective.Executed.is(evt.event) - ).event.data.result.asErr.isBadOrigin, - "Proposal should be rejected due to wrong collective" - ).toBe(true); - - expect( - (await context.polkadotJs().query.treasury.proposals(0)).isSome, - "The proposal must not have been deleted" - ).toBe(true); - }, - }); - }, -}); diff --git a/test/suites/dev/moonbase/test-treasury/test-treasury-proposal9.ts b/test/suites/dev/moonbase/test-treasury/test-treasury-proposal9.ts deleted file mode 100644 index 3f3f24be51..0000000000 --- a/test/suites/dev/moonbase/test-treasury/test-treasury-proposal9.ts +++ /dev/null @@ -1,83 +0,0 @@ -import "@moonbeam-network/api-augment"; -import { describeSuite, expect } from "@moonwall/cli"; -import { GLMR, baltathar, charleth, dorothy, ethan } from "@moonwall/util"; - -describeSuite({ - id: "D013810", - title: "Treasury proposal #9", - foundationMethods: "dev", - testCases: ({ context, it, log }) => { - it({ - id: "T01", - title: "should be approved if the three fifths of the treasury council voted for it", - test: async function () { - await context.createBlock( - context - .polkadotJs() - .tx.treasury.proposeSpend(17n * GLMR, baltathar.address) - .signAsync(ethan) - ); - - const proposalCount = await context.polkadotJs().query.treasury.proposalCount(); - expect(proposalCount.toBigInt()).to.equal(1n, "new proposal should have been added"); - - const { result } = await context.createBlock( - context - .polkadotJs() - .tx.treasuryCouncilCollective.propose( - 2, - context.polkadotJs().tx.treasury.approveProposal(0), - 1_000 - ) - .signAsync(charleth), - { expectEvents: [context.polkadotJs().events.treasuryCouncilCollective.Proposed] } - ); - const proposalHash = result!.events - .find(({ event: { method } }) => method.toString() == "Proposed") - .event.data[2].toHex(); - - // Charleth & Dorothy vote for this proposal and close it - const { result: closeResult } = await context.createBlock( - [ - context - .polkadotJs() - .tx.treasuryCouncilCollective.vote(proposalHash, 0, true) - .signAsync(charleth), - context - .polkadotJs() - .tx.treasuryCouncilCollective.vote(proposalHash, 0, true) - .signAsync(dorothy, { nonce: 0 }), - context - .polkadotJs() - .tx.treasuryCouncilCollective.close( - proposalHash, - 0, - { - refTime: 800_000_000, - proofSize: 64 * 1024, - }, - 1_000 - ) - .signAsync(dorothy, { nonce: 1 }), - ], - { - expectEvents: [ - context.polkadotJs().events.treasuryCouncilCollective.Closed, - context.polkadotJs().events.treasuryCouncilCollective.Approved, - context.polkadotJs().events.treasuryCouncilCollective.Executed, - ], - } - ); - - expect( - closeResult![closeResult!.length - 1].events.find((evt) => - context.polkadotJs().events.treasuryCouncilCollective.Executed.is(evt.event) - ).event.data.result.isOk - ).toBe(true); - - const approvals = await context.polkadotJs().query.treasury.approvals(); - expect(approvals.length).to.equal(1, "one proposal should have been approved"); - }, - }); - }, -}); From 95783dffd6fc055c4b5c3bc18e3d8f3d46a4d835 Mon Sep 17 00:00:00 2001 From: Gonza Montiel Date: Wed, 18 Sep 2024 12:07:39 +0200 Subject: [PATCH 24/52] fix tests --- Cargo.lock | 651 ++++++++++++------------ precompiles/balances-erc20/src/tests.rs | 6 +- runtime/moonbeam/tests/common/mod.rs | 2 +- 3 files changed, 329 insertions(+), 330 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e49e958133..e2c9b48199 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -211,9 +211,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.87" +version = "1.0.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10f00e1f6e58a40e807377c75c6a7f97bf9044fab57816f2414e6f5f4499d7b8" +checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" [[package]] name = "approx" @@ -552,9 +552,9 @@ checksum = "5d5dde061bd34119e902bbb2d9b90c5692635cf59fb91d582c2b68043f1b8293" [[package]] name = "arrayref" -version = "0.3.8" +version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d151e35f61089500b617991b791fc8bfd237ae50cd5950803758a179b41e67a" +checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" [[package]] name = "arrayvec" @@ -761,7 +761,7 @@ dependencies = [ "futures-lite 2.3.0", "parking", "polling 3.7.3", - "rustix 0.38.36", + "rustix 0.38.37", "slab", "tracing", "windows-sys 0.59.0", @@ -811,7 +811,7 @@ dependencies = [ "cfg-if", "event-listener 3.1.0", "futures-lite 1.13.0", - "rustix 0.38.36", + "rustix 0.38.37", "windows-sys 0.48.0", ] @@ -827,7 +827,7 @@ dependencies = [ "cfg-if", "futures-core", "futures-io", - "rustix 0.38.36", + "rustix 0.38.37", "signal-hook-registry", "slab", "windows-sys 0.59.0", @@ -998,7 +998,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "15.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "hash-db", "log", @@ -1228,7 +1228,7 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub-router" version = "0.14.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "parity-scale-codec", "scale-info", @@ -1304,9 +1304,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.7.1" +version = "1.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50" +checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3" [[package]] name = "bzip2-sys" @@ -1369,9 +1369,9 @@ checksum = "fd6c0e7b807d60291f42f33f58480c0bfafe28ed08286446f45e463728cf9c1c" [[package]] name = "cc" -version = "1.1.18" +version = "1.1.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b62ac837cdb5cb22e10a256099b4fc502b1dfe560cb282963a974d7abd80e476" +checksum = "07b1695e2c7e8fc85310cde85aeaab7e3097f593c91d209d3f9df76c928100f0" dependencies = [ "jobserver", "libc", @@ -1980,7 +1980,7 @@ dependencies = [ [[package]] name = "cumulus-client-cli" version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "clap", "parity-scale-codec", @@ -1997,7 +1997,7 @@ dependencies = [ [[package]] name = "cumulus-client-collator" version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", @@ -2020,7 +2020,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-common" version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "async-trait", "cumulus-client-pov-recovery", @@ -2050,7 +2050,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-proposer" version = "0.15.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "anyhow", "async-trait", @@ -2065,7 +2065,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-relay-chain" version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "async-trait", "cumulus-client-consensus-common", @@ -2088,7 +2088,7 @@ dependencies = [ [[package]] name = "cumulus-client-network" version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "async-trait", "cumulus-relay-chain-interface", @@ -2114,7 +2114,7 @@ dependencies = [ [[package]] name = "cumulus-client-parachain-inherent" version = "0.11.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2136,7 +2136,7 @@ dependencies = [ [[package]] name = "cumulus-client-pov-recovery" version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2162,7 +2162,7 @@ dependencies = [ [[package]] name = "cumulus-client-service" version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "cumulus-client-cli", "cumulus-client-collator", @@ -2199,7 +2199,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-dmp-queue" version = "0.16.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "cumulus-primitives-core", "frame-benchmarking", @@ -2216,7 +2216,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" version = "0.16.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", @@ -2252,7 +2252,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system-proc-macro" version = "0.6.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", @@ -2263,7 +2263,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" version = "0.16.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -2278,7 +2278,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" version = "0.16.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "bounded-collections", "bp-xcm-bridge-hub-router", @@ -2303,7 +2303,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" version = "0.15.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -2319,7 +2319,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.15.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2335,7 +2335,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" version = "0.10.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "sp-externalities 0.29.0", "sp-runtime-interface 28.0.0", @@ -2345,7 +2345,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-storage-weight-reclaim" version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-proof-size-hostfunction", @@ -2361,7 +2361,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-timestamp" version = "0.15.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "cumulus-primitives-core", "sp-inherents 34.0.0", @@ -2371,7 +2371,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" version = "0.16.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -2390,7 +2390,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-inprocess-interface" version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2414,7 +2414,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-interface" version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2433,7 +2433,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-minimal-node" version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "array-bytes 6.2.3", "async-trait", @@ -2468,7 +2468,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2507,7 +2507,7 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.15.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", @@ -3717,7 +3717,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "13.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "parity-scale-codec", ] @@ -3844,7 +3844,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-support", "frame-support-procedural", @@ -3868,7 +3868,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "42.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "Inflector", "array-bytes 6.2.3", @@ -3918,7 +3918,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "14.0.1" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", @@ -3929,7 +3929,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -3945,7 +3945,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "aquamarine", "frame-support", @@ -3975,7 +3975,7 @@ dependencies = [ [[package]] name = "frame-metadata-hash-extension" version = "0.5.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "array-bytes 6.2.3", "docify", @@ -3990,7 +3990,7 @@ dependencies = [ [[package]] name = "frame-support" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "aquamarine", "array-bytes 6.2.3", @@ -4031,7 +4031,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "30.0.2" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "Inflector", "cfg-expr", @@ -4050,7 +4050,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "13.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 3.2.0", @@ -4062,7 +4062,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "12.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "proc-macro2", "quote", @@ -4072,7 +4072,7 @@ dependencies = [ [[package]] name = "frame-system" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "cfg-if", "docify", @@ -4092,7 +4092,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-benchmarking", "frame-support", @@ -4106,7 +4106,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "docify", "parity-scale-codec", @@ -4116,7 +4116,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.43.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-support", "parity-scale-codec", @@ -4149,7 +4149,7 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "29f9df8a11882c4e3335eb2d18a0137c505d9ca927470b0cac9c6f0ae07d28f7" dependencies = [ - "rustix 0.38.36", + "rustix 0.38.37", "windows-sys 0.48.0", ] @@ -4874,9 +4874,9 @@ dependencies = [ [[package]] name = "iana-time-zone" -version = "0.1.60" +version = "0.1.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" +checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220" dependencies = [ "android_system_properties", "core-foundation-sys", @@ -6451,7 +6451,7 @@ checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" dependencies = [ "bitflags 2.6.0", "libc", - "redox_syscall 0.5.3", + "redox_syscall 0.5.4", ] [[package]] @@ -6763,19 +6763,18 @@ dependencies = [ [[package]] name = "lz4" -version = "1.26.0" +version = "1.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "958b4caa893816eea05507c20cfe47574a43d9a697138a7872990bba8a0ece68" +checksum = "a231296ca742e418c43660cb68e082486ff2538e8db432bc818580f3965025ed" dependencies = [ - "libc", "lz4-sys", ] [[package]] name = "lz4-sys" -version = "1.10.0" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "109de74d5d2353660401699a4174a4ff23fcc649caf553df71933c7fb45ad868" +checksum = "fcb44a01837a858d47e5a630d2ccf304c8efcc4b83b8f9f75b7a9ee4fcc6e57d" dependencies = [ "cc", "libc", @@ -6887,7 +6886,7 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64" dependencies = [ - "rustix 0.38.36", + "rustix 0.38.37", ] [[package]] @@ -6901,9 +6900,9 @@ dependencies = [ [[package]] name = "memmap2" -version = "0.9.4" +version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322" +checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f" dependencies = [ "libc", ] @@ -7018,7 +7017,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "39.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "futures 0.3.30", "log", @@ -7037,7 +7036,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "jsonrpsee 0.23.2", "parity-scale-codec", @@ -8772,7 +8771,7 @@ version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56" dependencies = [ - "proc-macro-crate 3.2.0", + "proc-macro-crate 1.1.3", "proc-macro2", "quote", "syn 2.0.77", @@ -8949,7 +8948,7 @@ dependencies = [ [[package]] name = "orml-traits" version = "1.0.0" -source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=moonbeam-polkadot-stable2407#c8803cb5a000f13504d567440965e1682ea9534d" +source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=moonbeam-polkadot-stable2407#61df2a403c5e4f28ad780fdf3136a1fd9e8c3166" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -8969,7 +8968,7 @@ dependencies = [ [[package]] name = "orml-utilities" version = "1.0.0" -source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=moonbeam-polkadot-stable2407#c8803cb5a000f13504d567440965e1682ea9534d" +source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=moonbeam-polkadot-stable2407#61df2a403c5e4f28ad780fdf3136a1fd9e8c3166" dependencies = [ "frame-support", "parity-scale-codec", @@ -8984,7 +8983,7 @@ dependencies = [ [[package]] name = "orml-xcm-support" version = "1.0.0" -source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=moonbeam-polkadot-stable2407#c8803cb5a000f13504d567440965e1682ea9534d" +source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=moonbeam-polkadot-stable2407#61df2a403c5e4f28ad780fdf3136a1fd9e8c3166" dependencies = [ "frame-support", "orml-traits", @@ -8998,7 +8997,7 @@ dependencies = [ [[package]] name = "orml-xtokens" version = "1.0.0" -source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=moonbeam-polkadot-stable2407#c8803cb5a000f13504d567440965e1682ea9534d" +source = "git+https://github.com/moonbeam-foundation/open-runtime-module-library?branch=moonbeam-polkadot-stable2407#61df2a403c5e4f28ad780fdf3136a1fd9e8c3166" dependencies = [ "frame-support", "frame-system", @@ -9037,7 +9036,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion" version = "19.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-benchmarking", "frame-support", @@ -9075,7 +9074,7 @@ dependencies = [ [[package]] name = "pallet-asset-rate" version = "16.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-benchmarking", "frame-support", @@ -9089,7 +9088,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-benchmarking", "frame-support", @@ -9106,7 +9105,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "39.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-benchmarking", "frame-support", @@ -9198,7 +9197,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-support", "frame-system", @@ -9213,7 +9212,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-support", "frame-system", @@ -9226,7 +9225,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-benchmarking", "frame-support", @@ -9249,7 +9248,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "36.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "aquamarine", "docify", @@ -9270,7 +9269,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "docify", "frame-benchmarking", @@ -9285,7 +9284,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-support", "frame-system", @@ -9304,7 +9303,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "array-bytes 6.2.3", "binary-merkle-tree", @@ -9328,7 +9327,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "36.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-benchmarking", "frame-support", @@ -9345,7 +9344,7 @@ dependencies = [ [[package]] name = "pallet-broker" version = "0.16.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "bitvec", "frame-benchmarking", @@ -9363,7 +9362,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "36.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-benchmarking", "frame-support", @@ -9381,7 +9380,7 @@ dependencies = [ [[package]] name = "pallet-collator-selection" version = "18.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-benchmarking", "frame-support", @@ -9400,7 +9399,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-benchmarking", "frame-support", @@ -9416,7 +9415,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "assert_matches", "frame-benchmarking", @@ -9454,7 +9453,7 @@ dependencies = [ [[package]] name = "pallet-delegated-staking" version = "4.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-support", "frame-system", @@ -9467,7 +9466,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-benchmarking", "frame-support", @@ -9484,7 +9483,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "36.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -9506,7 +9505,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "36.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -9519,7 +9518,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-benchmarking", "frame-support", @@ -10406,7 +10405,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "36.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "docify", "frame-benchmarking", @@ -10424,7 +10423,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-benchmarking", "frame-support", @@ -10446,7 +10445,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "enumflags2", "frame-benchmarking", @@ -10464,7 +10463,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "36.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-benchmarking", "frame-support", @@ -10483,7 +10482,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-benchmarking", "frame-support", @@ -10515,7 +10514,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-benchmarking", "frame-support", @@ -10531,7 +10530,7 @@ dependencies = [ [[package]] name = "pallet-message-queue" version = "40.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "environmental", "frame-benchmarking", @@ -10569,7 +10568,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-benchmarking", "frame-support", @@ -10651,7 +10650,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-benchmarking", "frame-support", @@ -10666,7 +10665,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-benchmarking", "frame-support", @@ -10681,7 +10680,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-support", "frame-system", @@ -10699,7 +10698,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "35.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -10719,7 +10718,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "32.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -10729,7 +10728,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "36.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-support", "frame-system", @@ -10745,7 +10744,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -10790,7 +10789,7 @@ dependencies = [ [[package]] name = "pallet-parameters" version = "0.8.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "cumulus-primitives-storage-weight-reclaim", "docify", @@ -10828,7 +10827,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-benchmarking", "frame-support", @@ -10844,7 +10843,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-benchmarking", "frame-support", @@ -10901,7 +10900,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-benchmarking", "frame-support", @@ -10919,7 +10918,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-benchmarking", "frame-support", @@ -10933,7 +10932,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "assert_matches", "frame-benchmarking", @@ -10974,7 +10973,7 @@ dependencies = [ [[package]] name = "pallet-root-testing" version = "13.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-support", "frame-system", @@ -10988,7 +10987,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "docify", "frame-benchmarking", @@ -11005,7 +11004,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-support", "frame-system", @@ -11026,7 +11025,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-benchmarking", "frame-support", @@ -11042,7 +11041,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-benchmarking", "frame-support", @@ -11059,7 +11058,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -11081,7 +11080,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "12.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", @@ -11092,7 +11091,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "22.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "log", "sp-arithmetic 26.0.0", @@ -11101,7 +11100,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "22.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "parity-scale-codec", "sp-api 34.0.0", @@ -11111,7 +11110,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "39.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-benchmarking", "frame-support", @@ -11127,7 +11126,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "docify", "frame-benchmarking", @@ -11142,7 +11141,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "36.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "docify", "frame-benchmarking", @@ -11161,7 +11160,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "36.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-benchmarking", "frame-support", @@ -11179,7 +11178,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-support", "frame-system", @@ -11194,7 +11193,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "40.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "jsonrpsee 0.23.2", "pallet-transaction-payment-rpc-runtime-api", @@ -11210,7 +11209,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -11222,7 +11221,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "36.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "docify", "frame-benchmarking", @@ -11240,7 +11239,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-benchmarking", "frame-support", @@ -11255,7 +11254,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-benchmarking", "frame-support", @@ -11269,7 +11268,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "36.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-benchmarking", "frame-support", @@ -11283,7 +11282,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "16.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "bounded-collections", "frame-benchmarking", @@ -11306,7 +11305,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "16.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-benchmarking", "frame-support", @@ -11371,7 +11370,7 @@ dependencies = [ [[package]] name = "parachains-common" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-utility", @@ -11405,8 +11404,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4e69bf016dc406eff7d53a7d3f7cf1c2e72c82b9088aac1118591e36dd2cd3e9" dependencies = [ "bitcoin_hashes 0.13.0", - "rand 0.8.5", - "rand_core 0.6.4", + "rand 0.7.3", + "rand_core 0.5.1", "serde", "unicode-normalization", ] @@ -11520,7 +11519,7 @@ checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" dependencies = [ "cfg-if", "libc", - "redox_syscall 0.5.3", + "redox_syscall 0.5.4", "smallvec", "windows-targets 0.52.6", ] @@ -11712,7 +11711,7 @@ checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" [[package]] name = "polkadot-approval-distribution" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "bitvec", "futures 0.3.30", @@ -11732,7 +11731,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "always-assert", "futures 0.3.30", @@ -11748,7 +11747,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "derive_more", "fatality", @@ -11772,7 +11771,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "async-trait", "fatality", @@ -11805,7 +11804,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "cfg-if", "clap", @@ -11833,7 +11832,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "bitvec", "fatality", @@ -11855,7 +11854,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "15.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "parity-scale-codec", "scale-info", @@ -11866,7 +11865,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "derive_more", "fatality", @@ -11891,7 +11890,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "15.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -11905,7 +11904,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "futures 0.3.30", "futures-timer", @@ -11927,7 +11926,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "always-assert", "async-trait", @@ -11950,7 +11949,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "futures 0.3.30", "parity-scale-codec", @@ -11968,7 +11967,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "bitvec", "derive_more", @@ -12001,7 +12000,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "bitvec", "futures 0.3.30", @@ -12023,7 +12022,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "bitvec", "fatality", @@ -12043,7 +12042,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "futures 0.3.30", "polkadot-node-subsystem", @@ -12058,7 +12057,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "async-trait", "futures 0.3.30", @@ -12079,7 +12078,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "futures 0.3.30", "polkadot-node-metrics", @@ -12093,7 +12092,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "futures 0.3.30", "futures-timer", @@ -12110,7 +12109,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "fatality", "futures 0.3.30", @@ -12129,7 +12128,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "async-trait", "futures 0.3.30", @@ -12146,7 +12145,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-prospective-parachains" version = "16.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "bitvec", "fatality", @@ -12163,7 +12162,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "bitvec", "fatality", @@ -12181,7 +12180,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "always-assert", "array-bytes 6.2.3", @@ -12210,7 +12209,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "futures 0.3.30", "polkadot-node-primitives", @@ -12226,7 +12225,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-common" version = "15.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "cpu-time", "futures 0.3.30", @@ -12252,7 +12251,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "futures 0.3.30", "polkadot-node-metrics", @@ -12267,7 +12266,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "lazy_static", "log", @@ -12286,7 +12285,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "bs58 0.5.1", "futures 0.3.30", @@ -12305,7 +12304,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -12331,7 +12330,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "15.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "bitvec", "bounded-vec", @@ -12354,7 +12353,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -12364,7 +12363,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "async-trait", "bitvec", @@ -12394,7 +12393,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "async-trait", "derive_more", @@ -12430,7 +12429,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "async-trait", "futures 0.3.30", @@ -12452,7 +12451,7 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" version = "14.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "bounded-collections", "derive_more", @@ -12468,7 +12467,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "15.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "bitvec", "hex-literal 0.4.1", @@ -12494,7 +12493,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "jsonrpsee 0.23.2", "mmr-rpc", @@ -12529,7 +12528,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "16.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "bitvec", "frame-benchmarking", @@ -12579,7 +12578,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "16.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "bs58 0.5.1", "frame-benchmarking", @@ -12591,7 +12590,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "16.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "bitflags 1.3.2", "bitvec", @@ -12638,7 +12637,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "async-trait", "bitvec", @@ -12760,7 +12759,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "arrayvec 0.7.6", "bitvec", @@ -12783,7 +12782,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "15.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -12900,7 +12899,7 @@ dependencies = [ "concurrent-queue", "hermit-abi 0.4.0", "pin-project-lite 0.2.14", - "rustix 0.38.36", + "rustix 0.38.37", "tracing", "windows-sys 0.59.0", ] @@ -13691,9 +13690,9 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.5.3" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4" +checksum = "0884ad60e090bf1345b93da0a5de8923c93884cd03f40dfcfddd3b4bee661853" dependencies = [ "bitflags 2.6.0", ] @@ -13921,7 +13920,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "binary-merkle-tree", "bitvec", @@ -14021,7 +14020,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "16.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-support", "polkadot-primitives", @@ -14142,9 +14141,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.36" +version = "0.38.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f55e80d50763938498dd5ebb18647174e0c76dc38c5505294bb224624f30f36" +checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811" dependencies = [ "bitflags 2.6.0", "errno", @@ -14381,7 +14380,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "29.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "log", "sp-core 34.0.0", @@ -14392,7 +14391,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.44.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "async-trait", "futures 0.3.30", @@ -14422,7 +14421,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.44.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "futures 0.3.30", "futures-timer", @@ -14444,7 +14443,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.42.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "parity-scale-codec", "sp-api 34.0.0", @@ -14464,7 +14463,7 @@ dependencies = [ "array-bytes 6.2.3", "docify", "log", - "memmap2 0.9.4", + "memmap2 0.9.5", "parity-scale-codec", "sc-chain-spec-derive 11.0.0", "sc-client-api 28.0.0", @@ -14486,12 +14485,12 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "array-bytes 6.2.3", "docify", "log", - "memmap2 0.9.4", + "memmap2 0.9.5", "parity-scale-codec", "sc-chain-spec-derive 12.0.0", "sc-client-api 37.0.0", @@ -14524,7 +14523,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "12.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", @@ -14535,7 +14534,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.46.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "array-bytes 6.2.3", "chrono", @@ -14606,7 +14605,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "fnv", "futures 0.3.30", @@ -14633,7 +14632,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.44.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "hash-db", "kvdb", @@ -14684,7 +14683,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.43.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "async-trait", "futures 0.3.30", @@ -14708,7 +14707,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.44.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "async-trait", "futures 0.3.30", @@ -14737,7 +14736,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.44.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "async-trait", "fork-tree", @@ -14773,7 +14772,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.44.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "futures 0.3.30", "jsonrpsee 0.23.2", @@ -14795,7 +14794,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "23.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -14831,7 +14830,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "23.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "futures 0.3.30", "jsonrpsee 0.23.2", @@ -14851,7 +14850,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.43.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "fork-tree", "parity-scale-codec", @@ -14864,7 +14863,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.29.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "ahash 0.8.11", "array-bytes 6.2.3", @@ -14908,7 +14907,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.29.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "finality-grandpa", "futures 0.3.30", @@ -14928,7 +14927,7 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" version = "0.45.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "assert_matches", "async-trait", @@ -14963,7 +14962,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.43.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "async-trait", "futures 0.3.30", @@ -15010,7 +15009,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.40.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "log", "parity-scale-codec", @@ -15048,7 +15047,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.35.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "parity-scale-codec", "polkavm", @@ -15073,7 +15072,7 @@ dependencies = [ [[package]] name = "sc-executor-polkavm" version = "0.32.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "log", "polkavm", @@ -15104,7 +15103,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.35.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "anyhow", "cfg-if", @@ -15123,7 +15122,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.43.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "ansi_term", "futures 0.3.30", @@ -15140,7 +15139,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "33.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "array-bytes 6.2.3", "parking_lot 0.12.3", @@ -15183,7 +15182,7 @@ dependencies = [ [[package]] name = "sc-mixnet" version = "0.14.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "array-bytes 6.2.3", "arrayvec 0.7.6", @@ -15263,7 +15262,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.44.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -15332,7 +15331,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.43.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -15350,7 +15349,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.44.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "ahash 0.8.11", "futures 0.3.30", @@ -15369,7 +15368,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.43.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -15390,7 +15389,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.43.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "array-bytes 6.2.3", "async-channel 1.9.0", @@ -15427,7 +15426,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.43.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "array-bytes 6.2.3", "futures 0.3.30", @@ -15460,7 +15459,7 @@ dependencies = [ [[package]] name = "sc-network-types" version = "0.12.1" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "bs58 0.5.1", "ed25519-dalek 2.1.1", @@ -15477,7 +15476,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "39.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "array-bytes 6.2.3", "bytes", @@ -15511,7 +15510,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.18.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "log", "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", @@ -15520,7 +15519,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "39.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "futures 0.3.30", "jsonrpsee 0.23.2", @@ -15572,7 +15571,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.43.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "jsonrpsee 0.23.2", "parity-scale-codec", @@ -15592,7 +15591,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "16.0.2" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "forwarded-header-value", "futures 0.3.30", @@ -15614,7 +15613,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.44.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "array-bytes 6.2.3", "futures 0.3.30", @@ -15646,7 +15645,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.45.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "async-trait", "directories", @@ -15710,7 +15709,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.36.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "log", "parity-scale-codec", @@ -15721,7 +15720,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.22.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "clap", "fs4", @@ -15734,7 +15733,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.44.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "jsonrpsee 0.23.2", "parity-scale-codec", @@ -15753,7 +15752,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "derive_more", "futures 0.3.30", @@ -15794,7 +15793,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "24.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "chrono", "futures 0.3.30", @@ -15814,7 +15813,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "ansi_term", "chrono", @@ -15844,7 +15843,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "11.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", @@ -15855,7 +15854,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "async-trait", "futures 0.3.30", @@ -15898,7 +15897,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "async-trait", "futures 0.3.30", @@ -15929,7 +15928,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "async-channel 1.9.0", "futures 0.3.30", @@ -16476,7 +16475,7 @@ dependencies = [ [[package]] name = "slot-range-helper" version = "15.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "enumn", "parity-scale-codec", @@ -16707,7 +16706,7 @@ dependencies = [ [[package]] name = "sp-api" version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "docify", "hash-db", @@ -16743,7 +16742,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "20.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "Inflector", "blake2 0.10.6", @@ -16770,7 +16769,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "parity-scale-codec", "scale-info", @@ -16797,7 +16796,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "26.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "docify", "integer-sqrt", @@ -16829,7 +16828,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "parity-scale-codec", "scale-info", @@ -16841,7 +16840,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "sp-api 34.0.0", "sp-inherents 34.0.0", @@ -16869,7 +16868,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "futures 0.3.30", "parity-scale-codec", @@ -16903,7 +16902,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.40.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "async-trait", "futures 0.3.30", @@ -16918,7 +16917,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.40.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "async-trait", "parity-scale-codec", @@ -16934,7 +16933,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.40.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "async-trait", "parity-scale-codec", @@ -16952,7 +16951,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "22.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "lazy_static", "parity-scale-codec", @@ -16989,7 +16988,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "21.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "finality-grandpa", "log", @@ -17006,7 +17005,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.40.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "parity-scale-codec", "scale-info", @@ -17064,7 +17063,7 @@ dependencies = [ [[package]] name = "sp-core" version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "array-bytes 6.2.3", "bitflags 1.3.2", @@ -17130,7 +17129,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "blake2b_simd", "byteorder", @@ -17156,7 +17155,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "quote", "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", @@ -17176,7 +17175,7 @@ dependencies = [ [[package]] name = "sp-database" version = "10.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "kvdb", "parking_lot 0.12.3", @@ -17194,7 +17193,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "proc-macro2", "quote", @@ -17224,7 +17223,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.29.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "environmental", "parity-scale-codec", @@ -17246,7 +17245,7 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.15.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "parity-scale-codec", "scale-info", @@ -17271,7 +17270,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -17310,7 +17309,7 @@ dependencies = [ [[package]] name = "sp-io" version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "bytes", "docify", @@ -17336,7 +17335,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "39.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "sp-core 34.0.0", "sp-runtime 39.0.0", @@ -17357,7 +17356,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.40.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", @@ -17368,7 +17367,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "thiserror", "zstd 0.12.4", @@ -17396,7 +17395,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.7.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -17417,7 +17416,7 @@ dependencies = [ [[package]] name = "sp-mixnet" version = "0.12.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "parity-scale-codec", "scale-info", @@ -17428,7 +17427,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "log", "parity-scale-codec", @@ -17445,7 +17444,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "parity-scale-codec", "scale-info", @@ -17458,7 +17457,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "sp-api 34.0.0", "sp-core 34.0.0", @@ -17468,7 +17467,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "13.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "backtrace", "lazy_static", @@ -17498,7 +17497,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "32.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "rustc-hash", "serde", @@ -17532,7 +17531,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "39.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "docify", "either", @@ -17577,7 +17576,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -17609,7 +17608,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "18.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "Inflector", "expander", @@ -17622,7 +17621,7 @@ dependencies = [ [[package]] name = "sp-session" version = "35.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "parity-scale-codec", "scale-info", @@ -17636,7 +17635,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -17669,7 +17668,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.43.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "hash-db", "log", @@ -17713,7 +17712,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "18.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "aes-gcm", "curve25519-dalek 4.1.3", @@ -17737,7 +17736,7 @@ dependencies = [ [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" [[package]] name = "sp-std" @@ -17759,7 +17758,7 @@ dependencies = [ [[package]] name = "sp-storage" version = "21.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "impl-serde", "parity-scale-codec", @@ -17771,7 +17770,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "async-trait", "parity-scale-codec", @@ -17794,7 +17793,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "parity-scale-codec", "tracing", @@ -17805,7 +17804,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "sp-api 34.0.0", "sp-runtime 39.0.0", @@ -17814,7 +17813,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "async-trait", "parity-scale-codec", @@ -17851,7 +17850,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "ahash 0.8.11", "hash-db", @@ -17891,7 +17890,7 @@ dependencies = [ [[package]] name = "sp-version" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "impl-serde", "parity-scale-codec", @@ -17919,7 +17918,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "14.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -17942,7 +17941,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "21.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -17968,7 +17967,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "31.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "bounded-collections", "parity-scale-codec", @@ -18157,7 +18156,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staging-parachain-info" version = "0.16.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -18170,7 +18169,7 @@ dependencies = [ [[package]] name = "staging-xcm" version = "14.1.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "array-bytes 6.2.3", "bounded-collections", @@ -18188,7 +18187,7 @@ dependencies = [ [[package]] name = "staging-xcm-builder" version = "16.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-support", "frame-system", @@ -18209,7 +18208,7 @@ dependencies = [ [[package]] name = "staging-xcm-executor" version = "16.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "environmental", "frame-benchmarking", @@ -18357,7 +18356,7 @@ dependencies = [ [[package]] name = "substrate-bip39" version = "0.6.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "hmac 0.12.1", "pbkdf2 0.12.2", @@ -18382,7 +18381,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "11.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" [[package]] name = "substrate-fixed" @@ -18397,7 +18396,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "docify", "frame-system-rpc-runtime-api", @@ -18417,7 +18416,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "http-body-util", "hyper 1.4.1", @@ -18456,7 +18455,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "jsonrpsee 0.23.2", "parity-scale-codec", @@ -18473,7 +18472,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "array-bytes 6.2.3", "async-trait", @@ -18500,7 +18499,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime" version = "2.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "array-bytes 6.2.3", "frame-executive", @@ -18544,7 +18543,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime-client" version = "2.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "futures 0.3.30", "sc-block-builder", @@ -18572,7 +18571,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "24.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "array-bytes 6.2.3", "build-helper", @@ -18714,7 +18713,7 @@ dependencies = [ "cfg-if", "fastrand 2.1.1", "once_cell", - "rustix 0.38.36", + "rustix 0.38.37", "windows-sys 0.59.0", ] @@ -18733,7 +18732,7 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7" dependencies = [ - "rustix 0.38.36", + "rustix 0.38.37", "windows-sys 0.48.0", ] @@ -19061,9 +19060,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.22.20" +version = "0.22.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d" +checksum = "3b072cee73c449a636ffd6f32bd8de3a9f7119139aff882f44943ce2986dc5cf" dependencies = [ "indexmap 2.5.0", "serde", @@ -19162,7 +19161,7 @@ dependencies = [ [[package]] name = "tracing-gum" version = "15.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "coarsetime", "polkadot-primitives", @@ -19173,7 +19172,7 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "5.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "expander", "proc-macro-crate 3.2.0", @@ -19365,7 +19364,7 @@ checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ "cfg-if", "digest 0.10.7", - "rand 0.8.5", + "rand 0.7.3", "static_assertions", ] @@ -19401,9 +19400,9 @@ checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" [[package]] name = "unicode-ident" -version = "1.0.12" +version = "1.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" +checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe" [[package]] name = "unicode-normalization" @@ -19416,9 +19415,9 @@ dependencies = [ [[package]] name = "unicode-segmentation" -version = "1.11.0" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" +checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" [[package]] name = "unicode-width" @@ -20038,7 +20037,7 @@ dependencies = [ [[package]] name = "westend-runtime" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "binary-merkle-tree", "bitvec", @@ -20144,7 +20143,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "16.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-support", "polkadot-primitives", @@ -20166,7 +20165,7 @@ dependencies = [ "either", "home", "once_cell", - "rustix 0.38.36", + "rustix 0.38.37", ] [[package]] @@ -20623,7 +20622,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "10.1.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "Inflector", "proc-macro2", @@ -20634,7 +20633,7 @@ dependencies = [ [[package]] name = "xcm-runtime-apis" version = "0.3.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-support", "parity-scale-codec", @@ -20648,7 +20647,7 @@ dependencies = [ [[package]] name = "xcm-simulator" version = "16.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#5aae730607a9fde5471729f97dd03bde74499964" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "frame-support", "frame-system", diff --git a/precompiles/balances-erc20/src/tests.rs b/precompiles/balances-erc20/src/tests.rs index a1adc3d024..1eebe6019a 100644 --- a/precompiles/balances-erc20/src/tests.rs +++ b/precompiles/balances-erc20/src/tests.rs @@ -280,7 +280,7 @@ fn transfer() { value: 400.into(), }, ) - .expect_cost(176215756) // 1 weight => 1 gas in mock + .expect_cost(173364756) // 1 weight => 1 gas in mock .expect_log(log3( Precompile1, SELECTOR_LOG_TRANSFER, @@ -370,7 +370,7 @@ fn transfer_from() { value: 400.into(), }, ) - .expect_cost(176215756) // 1 weight => 1 gas in mock + .expect_cost(173364756) // 1 weight => 1 gas in mock .expect_log(log3( Precompile1, SELECTOR_LOG_TRANSFER, @@ -466,7 +466,7 @@ fn transfer_from_self() { value: 400.into(), }, ) - .expect_cost(176215756) // 1 weight => 1 gas in mock + .expect_cost(173364756) // 1 weight => 1 gas in mock .expect_log(log3( Precompile1, SELECTOR_LOG_TRANSFER, diff --git a/runtime/moonbeam/tests/common/mod.rs b/runtime/moonbeam/tests/common/mod.rs index 3d92f80af7..02e3a789b6 100644 --- a/runtime/moonbeam/tests/common/mod.rs +++ b/runtime/moonbeam/tests/common/mod.rs @@ -385,7 +385,7 @@ pub fn ethereum_transaction(raw_hex_tx: &str) -> pallet_ethereum::Transaction { transaction.unwrap() } -pub(crate) fn increase_last_relay_slot_number(amount: u64) { +pub fn increase_last_relay_slot_number(amount: u64) { let last_relay_slot = u64::from(AsyncBacking::slot_info().unwrap_or_default().0); frame_support::storage::unhashed::put( &frame_support::storage::storage_prefix(b"AsyncBacking", b"SlotInfo"), From 705eca72ece7f7a66883eab68793138d2f633715 Mon Sep 17 00:00:00 2001 From: Gonza Montiel Date: Thu, 19 Sep 2024 17:09:09 +0200 Subject: [PATCH 25/52] fix remaining dev tests --- Cargo.lock | 61 +++++++++-------- .../test-gas/test-gas-estimation-contracts.ts | 2 +- .../test-treasury/test-treasury-pallet.ts | 68 ++++++++----------- .../test-xcm-v3/test-mock-dmp-queue.ts | 62 ----------------- 4 files changed, 62 insertions(+), 131 deletions(-) delete mode 100644 test/suites/dev/moonbase/test-xcm-v3/test-mock-dmp-queue.ts diff --git a/Cargo.lock b/Cargo.lock index e2c9b48199..dcee62252b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3380,7 +3380,7 @@ dependencies = [ [[package]] name = "fc-api" version = "1.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#254f19f6392fb785852b120fe917c81f1ecfe70f" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#2658b6d09a3e806f4fe1cd41bea9787158ffd10e" dependencies = [ "async-trait", "fp-storage", @@ -3392,7 +3392,7 @@ dependencies = [ [[package]] name = "fc-consensus" version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#254f19f6392fb785852b120fe917c81f1ecfe70f" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#2658b6d09a3e806f4fe1cd41bea9787158ffd10e" dependencies = [ "async-trait", "fp-consensus", @@ -3408,7 +3408,7 @@ dependencies = [ [[package]] name = "fc-db" version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#254f19f6392fb785852b120fe917c81f1ecfe70f" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#2658b6d09a3e806f4fe1cd41bea9787158ffd10e" dependencies = [ "async-trait", "ethereum", @@ -3438,7 +3438,7 @@ dependencies = [ [[package]] name = "fc-mapping-sync" version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#254f19f6392fb785852b120fe917c81f1ecfe70f" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#2658b6d09a3e806f4fe1cd41bea9787158ffd10e" dependencies = [ "fc-db", "fc-storage", @@ -3461,7 +3461,7 @@ dependencies = [ [[package]] name = "fc-rpc" version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#254f19f6392fb785852b120fe917c81f1ecfe70f" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#2658b6d09a3e806f4fe1cd41bea9787158ffd10e" dependencies = [ "ethereum", "ethereum-types", @@ -3515,7 +3515,7 @@ dependencies = [ [[package]] name = "fc-rpc-core" version = "1.1.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#254f19f6392fb785852b120fe917c81f1ecfe70f" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#2658b6d09a3e806f4fe1cd41bea9787158ffd10e" dependencies = [ "ethereum", "ethereum-types", @@ -3530,7 +3530,7 @@ dependencies = [ [[package]] name = "fc-storage" version = "1.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#254f19f6392fb785852b120fe917c81f1ecfe70f" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#2658b6d09a3e806f4fe1cd41bea9787158ffd10e" dependencies = [ "ethereum", "ethereum-types", @@ -3744,7 +3744,7 @@ dependencies = [ [[package]] name = "fp-account" version = "1.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#254f19f6392fb785852b120fe917c81f1ecfe70f" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#2658b6d09a3e806f4fe1cd41bea9787158ffd10e" dependencies = [ "hex", "impl-serde", @@ -3763,7 +3763,7 @@ dependencies = [ [[package]] name = "fp-consensus" version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#254f19f6392fb785852b120fe917c81f1ecfe70f" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#2658b6d09a3e806f4fe1cd41bea9787158ffd10e" dependencies = [ "ethereum", "parity-scale-codec", @@ -3774,7 +3774,7 @@ dependencies = [ [[package]] name = "fp-ethereum" version = "1.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#254f19f6392fb785852b120fe917c81f1ecfe70f" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#2658b6d09a3e806f4fe1cd41bea9787158ffd10e" dependencies = [ "ethereum", "ethereum-types", @@ -3786,8 +3786,9 @@ dependencies = [ [[package]] name = "fp-evm" version = "3.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#254f19f6392fb785852b120fe917c81f1ecfe70f" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#2658b6d09a3e806f4fe1cd41bea9787158ffd10e" dependencies = [ + "environmental", "evm", "frame-support", "num_enum 0.7.3", @@ -3801,7 +3802,7 @@ dependencies = [ [[package]] name = "fp-rpc" version = "3.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#254f19f6392fb785852b120fe917c81f1ecfe70f" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#2658b6d09a3e806f4fe1cd41bea9787158ffd10e" dependencies = [ "ethereum", "ethereum-types", @@ -3817,7 +3818,7 @@ dependencies = [ [[package]] name = "fp-self-contained" version = "1.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#254f19f6392fb785852b120fe917c81f1ecfe70f" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#2658b6d09a3e806f4fe1cd41bea9787158ffd10e" dependencies = [ "frame-support", "parity-scale-codec", @@ -3829,7 +3830,7 @@ dependencies = [ [[package]] name = "fp-storage" version = "2.0.0" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#254f19f6392fb785852b120fe917c81f1ecfe70f" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#2658b6d09a3e806f4fe1cd41bea9787158ffd10e" dependencies = [ "parity-scale-codec", "serde", @@ -8771,7 +8772,7 @@ version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56" dependencies = [ - "proc-macro-crate 1.1.3", + "proc-macro-crate 3.2.0", "proc-macro2", "quote", "syn 2.0.77", @@ -9579,7 +9580,7 @@ dependencies = [ [[package]] name = "pallet-ethereum" version = "4.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#254f19f6392fb785852b120fe917c81f1ecfe70f" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#2658b6d09a3e806f4fe1cd41bea9787158ffd10e" dependencies = [ "environmental", "ethereum", @@ -9635,7 +9636,7 @@ dependencies = [ [[package]] name = "pallet-evm" version = "6.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#254f19f6392fb785852b120fe917c81f1ecfe70f" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#2658b6d09a3e806f4fe1cd41bea9787158ffd10e" dependencies = [ "environmental", "evm", @@ -9658,7 +9659,7 @@ dependencies = [ [[package]] name = "pallet-evm-chain-id" version = "1.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#254f19f6392fb785852b120fe917c81f1ecfe70f" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#2658b6d09a3e806f4fe1cd41bea9787158ffd10e" dependencies = [ "frame-support", "frame-system", @@ -9753,7 +9754,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-blake2" version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#254f19f6392fb785852b120fe917c81f1ecfe70f" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#2658b6d09a3e806f4fe1cd41bea9787158ffd10e" dependencies = [ "fp-evm", ] @@ -9761,7 +9762,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-bn128" version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#254f19f6392fb785852b120fe917c81f1ecfe70f" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#2658b6d09a3e806f4fe1cd41bea9787158ffd10e" dependencies = [ "fp-evm", "sp-core 34.0.0", @@ -9893,7 +9894,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-dispatch" version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#254f19f6392fb785852b120fe917c81f1ecfe70f" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#2658b6d09a3e806f4fe1cd41bea9787158ffd10e" dependencies = [ "fp-evm", "frame-support", @@ -9970,7 +9971,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-modexp" version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#254f19f6392fb785852b120fe917c81f1ecfe70f" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#2658b6d09a3e806f4fe1cd41bea9787158ffd10e" dependencies = [ "fp-evm", "num", @@ -10216,7 +10217,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-sha3fips" version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#254f19f6392fb785852b120fe917c81f1ecfe70f" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#2658b6d09a3e806f4fe1cd41bea9787158ffd10e" dependencies = [ "fp-evm", "tiny-keccak", @@ -10225,7 +10226,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-simple" version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#254f19f6392fb785852b120fe917c81f1ecfe70f" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#2658b6d09a3e806f4fe1cd41bea9787158ffd10e" dependencies = [ "fp-evm", "ripemd", @@ -10235,7 +10236,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-storage-cleaner" version = "0.1.0" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#254f19f6392fb785852b120fe917c81f1ecfe70f" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#2658b6d09a3e806f4fe1cd41bea9787158ffd10e" dependencies = [ "fp-evm", "frame-support", @@ -11404,8 +11405,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4e69bf016dc406eff7d53a7d3f7cf1c2e72c82b9088aac1118591e36dd2cd3e9" dependencies = [ "bitcoin_hashes 0.13.0", - "rand 0.7.3", - "rand_core 0.5.1", + "rand 0.8.5", + "rand_core 0.6.4", "serde", "unicode-normalization", ] @@ -12984,7 +12985,7 @@ dependencies = [ [[package]] name = "precompile-utils" version = "0.1.0" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#254f19f6392fb785852b120fe917c81f1ecfe70f" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#2658b6d09a3e806f4fe1cd41bea9787158ffd10e" dependencies = [ "derive_more", "environmental", @@ -13013,7 +13014,7 @@ dependencies = [ [[package]] name = "precompile-utils-macro" version = "0.1.0" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#254f19f6392fb785852b120fe917c81f1ecfe70f" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#2658b6d09a3e806f4fe1cd41bea9787158ffd10e" dependencies = [ "case", "num_enum 0.7.3", @@ -19364,7 +19365,7 @@ checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ "cfg-if", "digest 0.10.7", - "rand 0.7.3", + "rand 0.8.5", "static_assertions", ] diff --git a/test/suites/dev/moonbase/test-gas/test-gas-estimation-contracts.ts b/test/suites/dev/moonbase/test-gas/test-gas-estimation-contracts.ts index ab8eb263e6..8c7f10dc15 100644 --- a/test/suites/dev/moonbase/test-gas/test-gas-estimation-contracts.ts +++ b/test/suites/dev/moonbase/test-gas/test-gas-estimation-contracts.ts @@ -149,7 +149,7 @@ describeSuite({ it({ id: "T05", title: "Should be able to estimate gas of infinite loop call", - timeout: 120000, + timeout: 240000, test: async function () { const { contractAddress, abi } = await deployCreateCompiledContract(context, "Looper"); diff --git a/test/suites/dev/moonbase/test-treasury/test-treasury-pallet.ts b/test/suites/dev/moonbase/test-treasury/test-treasury-pallet.ts index 78c8e5359d..82a4b34d48 100644 --- a/test/suites/dev/moonbase/test-treasury/test-treasury-pallet.ts +++ b/test/suites/dev/moonbase/test-treasury/test-treasury-pallet.ts @@ -1,60 +1,52 @@ import "@moonbeam-network/api-augment"; -import { describeSuite, expect } from "@moonwall/cli"; -import { baltathar, ethan, alith } from "@moonwall/util"; +import { beforeAll, describeSuite, expect } from "@moonwall/cli"; +import { ApiPromise } from "@polkadot/api"; +import { alith, baltathar, ethan } from "@moonwall/util"; +import { Signer } from "@polkadot/types/types"; +import { jumpBlocks } from "../../../../helpers"; describeSuite({ id: "D013801", title: "Treasury pallet tests", foundationMethods: "dev", - testCases: ({ context, it, log }) => { + testCases: ({ context, log, it }) => { + let api: ApiPromise; + + beforeAll(async function () { + api = context.polkadotJs(); + }); + it({ id: "T01", - title: "Non root can not spend from treasury", + title: "Non root cannot spend (local)", test: async function () { + expect((await api.query.treasury.spendCount()).toNumber()).to.equal(0); + + // Creates a proposal const proposal_value = 1000000000n; - const assetKind = null; - expect( - await context - .createBlock( - context - .polkadotJs() - .tx.treasury.spend(assetKind, proposal_value, baltathar.address, null) - .signAsync(ethan) - ) - .catch((e) => e.toString()) - ).to.equal("RpcError: 1010: Invalid Transaction: Transaction call is not expected"); + const tx = api.tx.treasury.spendLocal(proposal_value, ethan.address); + const signedTx = await tx.signAsync(baltathar); + await context.createBlock([signedTx]); + + expect((await api.query.treasury.spendCount()).toNumber()).to.equal(0); }, }); it({ id: "T02", - title: "Root can spend from treasury", + title: "Root should be able to spend (local) and approve a proposal", test: async function () { - const api = context.polkadotJs(); - expect((await api.query.treasury.spendCount()).toNumber()).to.equal(0); - const balanceBefore = ( - await api.query.system.account(baltathar.address) - ).data.free.toBigInt(); - - // Value needs to be higher than the transaction fee paid by dave, but lower than the total treasury pot + // Creates a proposal + // Value needs to be higher than the transaction fee paid by ethan, but lower than the total treasury pot const proposal_value = 1000000000n; - const assetKind = null; - const signedTx = api.tx.sudo.sudo( - api.tx.treasury.spend(assetKind, proposal_value, ethan.address, null) - ); - const { result } = await context.createBlock([signedTx]); + const tx = api.tx.treasury.spendLocal(proposal_value, ethan.address); + const signedTx = await api.tx.sudo.sudo(tx).signAsync(alith); + await context.createBlock([signedTx]); - console.log(result); - expect((await api.query.treasury.spendCount()).toNumber()).to.equal(1); - - const tx2 = api.tx.treasury.payout(0); - const signedTx2 = await tx2.signAsync(ethan); - await context.createBlock([signedTx2]); - - const balanceAfter = (await api.query.system.account(ethan.address)).data.free.toBigInt(); - expect(balanceAfter).toBeGreaterThan(balanceBefore); + // Local spends dont upadte the spend count + expect((await api.query.treasury.spendCount()).toNumber()).to.equal(0); }, }); }, -}); +}); \ No newline at end of file diff --git a/test/suites/dev/moonbase/test-xcm-v3/test-mock-dmp-queue.ts b/test/suites/dev/moonbase/test-xcm-v3/test-mock-dmp-queue.ts deleted file mode 100644 index 041b3c7280..0000000000 --- a/test/suites/dev/moonbase/test-xcm-v3/test-mock-dmp-queue.ts +++ /dev/null @@ -1,62 +0,0 @@ -import "@moonbeam-network/api-augment"; -import { describeSuite, expect } from "@moonwall/cli"; - -describeSuite({ - id: "D014008", - title: "Mock XCMP - test XCMP execution", - foundationMethods: "dev", - testCases: ({ context, it, log }) => { - it({ - id: "T01", - title: "Should test migration to Message Queue", - test: async function () { - await context.createBlock(); - - let events = (await context.polkadotJs().query.system.events()).filter(({ event }) => - context.polkadotJs().events.dmpQueue.StartedExport.is(event) - ); - expect(events).to.have.lengthOf(1); - - // Create new block - await context.createBlock(); - - events = (await context.polkadotJs().query.system.events()).filter(({ event }) => - context.polkadotJs().events.dmpQueue.CompletedExport.is(event) - ); - expect(events).to.have.lengthOf(1); - - // Create new block - await context.createBlock(); - - events = (await context.polkadotJs().query.system.events()).filter(({ event }) => - context.polkadotJs().events.dmpQueue.StartedOverweightExport.is(event) - ); - expect(events).to.have.lengthOf(1); - - // Create new block - await context.createBlock(); - - events = (await context.polkadotJs().query.system.events()).filter(({ event }) => - context.polkadotJs().events.dmpQueue.CompletedOverweightExport.is(event) - ); - expect(events).to.have.lengthOf(1); - - // Create new block - await context.createBlock(); - - events = (await context.polkadotJs().query.system.events()).filter(({ event }) => - context.polkadotJs().events.dmpQueue.StartedCleanup.is(event) - ); - expect(events).to.have.lengthOf(1); - - // Create new block - await context.createBlock(); - - events = (await context.polkadotJs().query.system.events()).filter(({ event }) => - context.polkadotJs().events.dmpQueue.Completed.is(event) - ); - expect(events).to.have.lengthOf(1); - }, - }); - }, -}); From 1c08dca76607301e2304f274573cafaa2684bf86 Mon Sep 17 00:00:00 2001 From: Gonza Montiel Date: Fri, 20 Sep 2024 11:18:40 +0200 Subject: [PATCH 26/52] fix licenses --- scripts/verify-licenses.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/verify-licenses.sh b/scripts/verify-licenses.sh index 6200e8dbe9..f2c81753f7 100755 --- a/scripts/verify-licenses.sh +++ b/scripts/verify-licenses.sh @@ -6,6 +6,7 @@ LICENSES=( "0BSD OR Apache-2.0 OR MIT" "Apache-2.0 AND MIT" "Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT" + "Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR CC0-1.0" "Apache-2.0 OR BSD-1-Clause OR MIT" "Apache-2.0 OR BSD-2-Clause OR MIT" "Apache-2.0 OR BSD-3-Clause OR MIT" From b326d63ca8d57abfd85336a29fbbcbe4bf1c7679 Mon Sep 17 00:00:00 2001 From: Gonza Montiel Date: Fri, 20 Sep 2024 11:19:16 +0200 Subject: [PATCH 27/52] fix lazy loading backend for stable --- Cargo.lock | 5550 +++++++--------------- Cargo.toml | 8 +- node/service/src/chain_spec/test_spec.rs | 11 +- node/service/src/lazy_loading/backend.rs | 14 - node/service/src/lazy_loading/mod.rs | 2 +- 5 files changed, 1762 insertions(+), 3823 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dcee62252b..17df28a6ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -25,11 +25,11 @@ 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-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-runtime-interface", + "sp-std", ] [[package]] @@ -91,17 +91,6 @@ dependencies = [ "subtle 2.6.1", ] -[[package]] -name = "ahash" -version = "0.7.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9" -dependencies = [ - "getrandom 0.2.15", - "once_cell", - "version_check", -] - [[package]] name = "ahash" version = "0.8.11" @@ -249,18 +238,6 @@ dependencies = [ "ark-std", ] -[[package]] -name = "ark-bls12-377-ext" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20c7021f180a0cbea0380eba97c2af3c57074cdaffe0eef7e840e1c9f2841e55" -dependencies = [ - "ark-bls12-377", - "ark-ec", - "ark-models-ext", - "ark-std", -] - [[package]] name = "ark-bls12-381" version = "0.4.0" @@ -273,45 +250,6 @@ dependencies = [ "ark-std", ] -[[package]] -name = "ark-bls12-381-ext" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1dc4b3d08f19e8ec06e949712f95b8361e43f1391d94f65e4234df03480631c" -dependencies = [ - "ark-bls12-381", - "ark-ec", - "ark-ff", - "ark-models-ext", - "ark-serialize", - "ark-std", -] - -[[package]] -name = "ark-bw6-761" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e0605daf0cc5aa2034b78d008aaf159f56901d92a52ee4f6ecdfdac4f426700" -dependencies = [ - "ark-bls12-377", - "ark-ec", - "ark-ff", - "ark-std", -] - -[[package]] -name = "ark-bw6-761-ext" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ccee5fba47266f460067588ee1bf070a9c760bf2050c1c509982c5719aadb4f2" -dependencies = [ - "ark-bw6-761", - "ark-ec", - "ark-ff", - "ark-models-ext", - "ark-std", -] - [[package]] name = "ark-ec" version = "0.4.2" @@ -326,60 +264,9 @@ dependencies = [ "hashbrown 0.13.2", "itertools 0.10.5", "num-traits", - "rayon", "zeroize", ] -[[package]] -name = "ark-ed-on-bls12-377" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b10d901b9ac4b38f9c32beacedfadcdd64e46f8d7f8e88c1ae1060022cf6f6c6" -dependencies = [ - "ark-bls12-377", - "ark-ec", - "ark-ff", - "ark-std", -] - -[[package]] -name = "ark-ed-on-bls12-377-ext" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "524a4fb7540df2e1a8c2e67a83ba1d1e6c3947f4f9342cc2359fc2e789ad731d" -dependencies = [ - "ark-ec", - "ark-ed-on-bls12-377", - "ark-ff", - "ark-models-ext", - "ark-std", -] - -[[package]] -name = "ark-ed-on-bls12-381-bandersnatch" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9cde0f2aa063a2a5c28d39b47761aa102bda7c13c84fc118a61b87c7b2f785c" -dependencies = [ - "ark-bls12-381", - "ark-ec", - "ark-ff", - "ark-std", -] - -[[package]] -name = "ark-ed-on-bls12-381-bandersnatch-ext" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d15185f1acb49a07ff8cbe5f11a1adc5a93b19e211e325d826ae98e98e124346" -dependencies = [ - "ark-ec", - "ark-ed-on-bls12-381-bandersnatch", - "ark-ff", - "ark-models-ext", - "ark-std", -] - [[package]] name = "ark-ff" version = "0.4.2" @@ -423,19 +310,6 @@ dependencies = [ "syn 1.0.109", ] -[[package]] -name = "ark-models-ext" -version = "0.4.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e9eab5d4b5ff2f228b763d38442adc9b084b0a465409b059fac5c2308835ec2" -dependencies = [ - "ark-ec", - "ark-ff", - "ark-serialize", - "ark-std", - "derivative", -] - [[package]] name = "ark-poly" version = "0.4.2" @@ -449,35 +323,6 @@ dependencies = [ "hashbrown 0.13.2", ] -[[package]] -name = "ark-scale" -version = "0.0.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f69c00b3b529be29528a6f2fd5fa7b1790f8bed81b9cdca17e326538545a179" -dependencies = [ - "ark-ec", - "ark-ff", - "ark-serialize", - "ark-std", - "parity-scale-codec", - "scale-info", -] - -[[package]] -name = "ark-secret-scalar" -version = "0.0.2" -source = "git+https://github.com/w3f/ring-vrf?rev=e9782f9#e9782f938629c90f3adb3fff2358bc8d1386af3e" -dependencies = [ - "ark-ec", - "ark-ff", - "ark-serialize", - "ark-std", - "ark-transcript 0.0.2 (git+https://github.com/w3f/ring-vrf?rev=e9782f9)", - "digest 0.10.7", - "getrandom_or_panic", - "zeroize", -] - [[package]] name = "ark-serialize" version = "0.4.2" @@ -509,41 +354,8 @@ checksum = "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185" dependencies = [ "num-traits", "rand 0.8.5", - "rayon", -] - -[[package]] -name = "ark-transcript" -version = "0.0.2" -source = "git+https://github.com/w3f/ring-vrf?rev=e9782f9#e9782f938629c90f3adb3fff2358bc8d1386af3e" -dependencies = [ - "ark-ff", - "ark-serialize", - "ark-std", - "digest 0.10.7", - "rand_core 0.6.4", - "sha3", -] - -[[package]] -name = "ark-transcript" -version = "0.0.2" -source = "git+https://github.com/w3f/ring-vrf#0fef8266d851932ad25d6b41bc4b34d834d1e11d" -dependencies = [ - "ark-ff", - "ark-serialize", - "ark-std", - "digest 0.10.7", - "rand_core 0.6.4", - "sha3", ] -[[package]] -name = "array-bytes" -version = "4.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f52f63c5c1316a16a4b35eaac8b76a98248961a533f061684cb2a7cb0eafb6c6" - [[package]] name = "array-bytes" version = "6.2.3" @@ -676,7 +488,7 @@ name = "async-backing-primitives" version = "0.9.0" source = "git+https://github.com/Moonsong-Labs/moonkit?branch=moonbeam-polkadot-stable2407#9c9c3a7c3f8cbc64e27846de74f942599b402cd8" dependencies = [ - "sp-api 34.0.0", + "sp-api", "sp-consensus-slots", ] @@ -700,7 +512,7 @@ dependencies = [ "concurrent-queue", "event-listener-strategy", "futures-core", - "pin-project-lite 0.2.14", + "pin-project-lite", ] [[package]] @@ -784,7 +596,7 @@ checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18" dependencies = [ "event-listener 5.3.1", "event-listener-strategy", - "pin-project-lite 0.2.14", + "pin-project-lite", ] [[package]] @@ -860,7 +672,7 @@ dependencies = [ "futures-sink", "futures-util", "memchr", - "pin-project-lite 0.2.14", + "pin-project-lite", ] [[package]] @@ -927,29 +739,6 @@ dependencies = [ "windows-targets 0.52.6", ] -[[package]] -name = "bandersnatch_vrfs" -version = "0.0.4" -source = "git+https://github.com/w3f/ring-vrf?rev=e9782f9#e9782f938629c90f3adb3fff2358bc8d1386af3e" -dependencies = [ - "ark-bls12-381", - "ark-ec", - "ark-ed-on-bls12-381-bandersnatch", - "ark-ff", - "ark-serialize", - "ark-std", - "dleq_vrf", - "fflonk", - "merlin", - "rand_chacha 0.3.1", - "rand_core 0.6.4", - "ring 0.1.0", - "sha2 0.10.8", - "sp-ark-bls12-381", - "sp-ark-ed-on-bls12-381-bandersnatch", - "zeroize", -] - [[package]] name = "base-x" version = "0.2.11" @@ -1232,8 +1021,8 @@ source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbea dependencies = [ "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-runtime 39.0.0", + "sp-core", + "sp-runtime", ] [[package]] @@ -1617,21 +1406,6 @@ dependencies = [ "unicode-width", ] -[[package]] -name = "common" -version = "0.1.0" -source = "git+https://github.com/w3f/ring-proof#31658d1f5b88e106c969557c36c821aff46b2236" -dependencies = [ - "ark-ec", - "ark-ff", - "ark-poly", - "ark-serialize", - "ark-std", - "fflonk", - "getrandom_or_panic", - "rand_core 0.6.4", -] - [[package]] name = "common-path" version = "1.0.0" @@ -1984,13 +1758,13 @@ source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbea dependencies = [ "clap", "parity-scale-codec", - "sc-chain-spec 37.0.0", + "sc-chain-spec", "sc-cli", - "sc-client-api 37.0.0", + "sc-client-api", "sc-service", - "sp-blockchain 37.0.0", - "sp-core 34.0.0", - "sp-runtime 39.0.0", + "sp-blockchain", + "sp-core", + "sp-runtime", "url", ] @@ -2009,11 +1783,11 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-overseer", "polkadot-primitives", - "sc-client-api 37.0.0", - "sp-api 34.0.0", - "sp-consensus 0.40.0", - "sp-core 34.0.0", - "sp-runtime 39.0.0", + "sc-client-api", + "sp-api", + "sp-consensus", + "sp-core", + "sp-runtime", "tracing", ] @@ -2031,19 +1805,19 @@ dependencies = [ "log", "parity-scale-codec", "polkadot-primitives", - "sc-client-api 37.0.0", - "sc-consensus 0.43.0", + "sc-client-api", + "sc-consensus", "sc-consensus-babe", "schnellru", - "sp-blockchain 37.0.0", - "sp-consensus 0.40.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-slots", - "sp-core 34.0.0", - "sp-runtime 39.0.0", + "sp-core", + "sp-runtime", "sp-timestamp", - "sp-trie 37.0.0", - "sp-version 37.0.0", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-trie", + "sp-version", + "substrate-prometheus-endpoint", "tracing", ] @@ -2055,10 +1829,10 @@ dependencies = [ "anyhow", "async-trait", "cumulus-primitives-parachain-inherent", - "sp-consensus 0.40.0", - "sp-inherents 34.0.0", - "sp-runtime 39.0.0", - "sp-state-machine 0.43.0", + "sp-consensus", + "sp-inherents", + "sp-runtime", + "sp-state-machine", "thiserror", ] @@ -2073,15 +1847,15 @@ dependencies = [ "cumulus-relay-chain-interface", "futures 0.3.30", "parking_lot 0.12.3", - "sc-consensus 0.43.0", - "sp-api 34.0.0", + "sc-consensus", + "sp-api", "sp-block-builder", - "sp-blockchain 37.0.0", - "sp-consensus 0.40.0", - "sp-core 34.0.0", - "sp-inherents 34.0.0", - "sp-runtime 39.0.0", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-inherents", + "sp-runtime", + "substrate-prometheus-endpoint", "tracing", ] @@ -2100,14 +1874,14 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-parachain-primitives", "polkadot-primitives", - "sc-client-api 37.0.0", - "sp-api 34.0.0", - "sp-blockchain 37.0.0", - "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", + "sc-client-api", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-runtime", + "sp-state-machine", + "sp-version", "tracing", ] @@ -2122,14 +1896,14 @@ dependencies = [ "cumulus-relay-chain-interface", "cumulus-test-relay-sproof-builder", "parity-scale-codec", - "sc-client-api 37.0.0", - "sp-api 34.0.0", - "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", - "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", + "sc-client-api", + "sp-api", + "sp-crypto-hashing", + "sp-inherents", + "sp-runtime", + "sp-state-machine", + "sp-storage", + "sp-trie", "tracing", ] @@ -2149,13 +1923,13 @@ dependencies = [ "polkadot-overseer", "polkadot-primitives", "rand 0.8.5", - "sc-client-api 37.0.0", - "sc-consensus 0.43.0", - "sp-api 34.0.0", - "sp-consensus 0.40.0", - "sp-maybe-compressed-blob 11.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", - "sp-runtime 39.0.0", - "sp-version 37.0.0", + "sc-client-api", + "sc-consensus", + "sp-api", + "sp-consensus", + "sp-maybe-compressed-blob", + "sp-runtime", + "sp-version", "tracing", ] @@ -2176,23 +1950,23 @@ dependencies = [ "cumulus-relay-chain-minimal-node", "futures 0.3.30", "polkadot-primitives", - "sc-client-api 37.0.0", - "sc-consensus 0.43.0", - "sc-network 0.44.0", + "sc-client-api", + "sc-consensus", + "sc-network", "sc-network-sync", "sc-network-transactions", "sc-rpc", "sc-service", "sc-sysinfo", - "sc-telemetry 24.0.0", + "sc-telemetry", "sc-transaction-pool", - "sc-utils 17.0.0", - "sp-api 34.0.0", - "sp-blockchain 37.0.0", - "sp-consensus 0.40.0", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sc-utils", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-io", + "sp-runtime", "sp-transaction-pool", ] @@ -2208,8 +1982,8 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-io", + "sp-runtime", "staging-xcm", ] @@ -2235,15 +2009,15 @@ dependencies = [ "polkadot-runtime-common", "polkadot-runtime-parachains", "scale-info", - "sp-core 34.0.0", - "sp-externalities 0.29.0", - "sp-inherents 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-state-machine 0.43.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", - "sp-trie 37.0.0", - "sp-version 37.0.0", + "sp-core", + "sp-externalities", + "sp-inherents", + "sp-io", + "sp-runtime", + "sp-state-machine", + "sp-std", + "sp-trie", + "sp-version", "staging-xcm", "staging-xcm-builder", "trie-db", @@ -2270,8 +2044,8 @@ dependencies = [ "frame-system", "parity-scale-codec", "scale-info", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-io", + "sp-runtime", "staging-xcm", ] @@ -2292,9 +2066,9 @@ dependencies = [ "polkadot-runtime-common", "polkadot-runtime-parachains", "scale-info", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core", + "sp-io", + "sp-runtime", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -2310,9 +2084,9 @@ dependencies = [ "polkadot-parachain-primitives", "polkadot-primitives", "scale-info", - "sp-api 34.0.0", - "sp-runtime 39.0.0", - "sp-trie 37.0.0", + "sp-api", + "sp-runtime", + "sp-trie", "staging-xcm", ] @@ -2325,11 +2099,11 @@ dependencies = [ "cumulus-primitives-core", "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", + "sp-inherents", + "sp-runtime", + "sp-state-machine", + "sp-trie", ] [[package]] @@ -2337,9 +2111,9 @@ name = "cumulus-primitives-proof-size-hostfunction" version = "0.10.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ - "sp-externalities 0.29.0", - "sp-runtime-interface 28.0.0", - "sp-trie 37.0.0", + "sp-externalities", + "sp-runtime-interface", + "sp-trie", ] [[package]] @@ -2355,7 +2129,7 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-runtime 39.0.0", + "sp-runtime", ] [[package]] @@ -2364,7 +2138,7 @@ version = "0.15.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "cumulus-primitives-core", - "sp-inherents 34.0.0", + "sp-inherents", "sp-timestamp", ] @@ -2380,8 +2154,8 @@ dependencies = [ "parity-scale-codec", "polkadot-runtime-common", "polkadot-runtime-parachains", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-io", + "sp-runtime", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -2400,15 +2174,15 @@ dependencies = [ "polkadot-cli", "polkadot-service", "sc-cli", - "sc-client-api 37.0.0", + "sc-client-api", "sc-sysinfo", - "sc-telemetry 24.0.0", + "sc-telemetry", "sc-tracing", - "sp-api 34.0.0", - "sp-consensus 0.40.0", - "sp-core 34.0.0", - "sp-runtime 39.0.0", - "sp-state-machine 0.43.0", + "sp-api", + "sp-consensus", + "sp-core", + "sp-runtime", + "sp-state-machine", ] [[package]] @@ -2419,14 +2193,14 @@ dependencies = [ "async-trait", "cumulus-primitives-core", "futures 0.3.30", - "jsonrpsee-core 0.23.2", + "jsonrpsee-core", "parity-scale-codec", "polkadot-overseer", - "sc-client-api 37.0.0", - "sp-api 34.0.0", - "sp-blockchain 37.0.0", - "sp-state-machine 0.43.0", - "sp-version 37.0.0", + "sc-client-api", + "sp-api", + "sp-blockchain", + "sp-state-machine", + "sp-version", "thiserror", ] @@ -2435,7 +2209,7 @@ name = "cumulus-relay-chain-minimal-node" version = "0.17.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ - "array-bytes 6.2.3", + "array-bytes", "async-trait", "cumulus-primitives-core", "cumulus-relay-chain-interface", @@ -2449,18 +2223,18 @@ dependencies = [ "polkadot-primitives", "polkadot-service", "sc-authority-discovery", - "sc-client-api 37.0.0", - "sc-network 0.44.0", - "sc-network-common 0.43.0", + "sc-client-api", + "sc-network", + "sc-network-common", "sc-service", "sc-tracing", - "sc-utils 17.0.0", - "sp-api 34.0.0", - "sp-blockchain 37.0.0", - "sp-consensus 0.40.0", + "sc-utils", + "sp-api", + "sp-blockchain", + "sp-consensus", "sp-consensus-babe", - "sp-runtime 39.0.0", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-runtime", + "substrate-prometheus-endpoint", "tokio", "tracing", ] @@ -2476,27 +2250,27 @@ dependencies = [ "either", "futures 0.3.30", "futures-timer", - "jsonrpsee 0.23.2", + "jsonrpsee", "parity-scale-codec", "pin-project", "polkadot-overseer", "rand 0.8.5", - "sc-client-api 37.0.0", - "sc-rpc-api 0.43.0", + "sc-client-api", + "sc-rpc-api", "sc-service", "schnellru", "serde", "serde_json", "smoldot", "smoldot-light", - "sp-api 34.0.0", + "sp-api", "sp-authority-discovery", "sp-consensus-babe", - "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", + "sp-runtime", + "sp-state-machine", + "sp-storage", + "sp-version", "thiserror", "tokio", "tokio-util", @@ -2512,22 +2286,9 @@ dependencies = [ "cumulus-primitives-core", "parity-scale-codec", "polkadot-primitives", - "sp-runtime 39.0.0", - "sp-state-machine 0.43.0", - "sp-trie 37.0.0", -] - -[[package]] -name = "curve25519-dalek" -version = "3.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61" -dependencies = [ - "byteorder", - "digest 0.9.0", - "rand_core 0.5.1", - "subtle 2.6.1", - "zeroize", + "sp-runtime", + "sp-state-machine", + "sp-trie", ] [[package]] @@ -2824,22 +2585,6 @@ dependencies = [ "syn 2.0.77", ] -[[package]] -name = "dleq_vrf" -version = "0.0.2" -source = "git+https://github.com/w3f/ring-vrf?rev=e9782f9#e9782f938629c90f3adb3fff2358bc8d1386af3e" -dependencies = [ - "ark-ec", - "ark-ff", - "ark-scale", - "ark-secret-scalar", - "ark-serialize", - "ark-std", - "ark-transcript 0.0.2 (git+https://github.com/w3f/ring-vrf?rev=e9782f9)", - "arrayvec 0.7.6", - "zeroize", -] - [[package]] name = "doc-comment" version = "0.3.3" @@ -2935,19 +2680,10 @@ dependencies = [ "elliptic-curve", "rfc6979", "serdect", - "signature 2.2.0", + "signature", "spki", ] -[[package]] -name = "ed25519" -version = "1.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7" -dependencies = [ - "signature 1.6.4", -] - [[package]] name = "ed25519" version = "2.2.3" @@ -2955,21 +2691,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" dependencies = [ "pkcs8", - "signature 2.2.0", -] - -[[package]] -name = "ed25519-dalek" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d" -dependencies = [ - "curve25519-dalek 3.2.0", - "ed25519 1.5.3", - "rand 0.7.3", - "serde", - "sha2 0.9.9", - "zeroize", + "signature", ] [[package]] @@ -2978,8 +2700,8 @@ version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871" dependencies = [ - "curve25519-dalek 4.1.3", - "ed25519 2.2.3", + "curve25519-dalek", + "ed25519", "rand_core 0.6.4", "serde", "sha2 0.10.8", @@ -2987,28 +2709,14 @@ dependencies = [ "zeroize", ] -[[package]] -name = "ed25519-zebra" -version = "3.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c24f403d068ad0b359e577a77f92392118be3f3c927538f2bb544a5ecd828c6" -dependencies = [ - "curve25519-dalek 3.2.0", - "hashbrown 0.12.3", - "hex", - "rand_core 0.6.4", - "sha2 0.9.9", - "zeroize", -] - [[package]] name = "ed25519-zebra" version = "4.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7d9ce6874da5d4415896cd45ffbc4d1cfc0c4f9c079427bd870742c30f2f65a9" dependencies = [ - "curve25519-dalek 4.1.3", - "ed25519 2.2.3", + "curve25519-dalek", + "ed25519", "hashbrown 0.14.5", "hex", "rand_core 0.6.4", @@ -3204,7 +2912,7 @@ checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2" dependencies = [ "concurrent-queue", "parking", - "pin-project-lite 0.2.14", + "pin-project-lite", ] [[package]] @@ -3215,7 +2923,7 @@ checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba" dependencies = [ "concurrent-queue", "parking", - "pin-project-lite 0.2.14", + "pin-project-lite", ] [[package]] @@ -3225,7 +2933,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1" dependencies = [ "event-listener 5.3.1", - "pin-project-lite 0.2.14", + "pin-project-lite", ] [[package]] @@ -3293,7 +3001,7 @@ dependencies = [ "evm-gasometer", "evm-runtime", "parity-scale-codec", - "sp-runtime-interface 28.0.0", + "sp-runtime-interface", ] [[package]] @@ -3385,8 +3093,8 @@ dependencies = [ "async-trait", "fp-storage", "parity-scale-codec", - "sp-core 34.0.0", - "sp-runtime 39.0.0", + "sp-core", + "sp-runtime", ] [[package]] @@ -3397,11 +3105,11 @@ dependencies = [ "async-trait", "fp-consensus", "fp-rpc", - "sc-consensus 0.43.0", - "sp-api 34.0.0", + "sc-consensus", + "sp-api", "sp-block-builder", - "sp-consensus 0.40.0", - "sp-runtime 39.0.0", + "sp-consensus", + "sp-runtime", "thiserror", ] @@ -3423,14 +3131,14 @@ dependencies = [ "parity-db", "parity-scale-codec", "parking_lot 0.12.3", - "sc-client-api 37.0.0", + "sc-client-api", "sc-client-db", "smallvec", - "sp-api 34.0.0", - "sp-blockchain 37.0.0", - "sp-core 34.0.0", - "sp-database 10.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", - "sp-runtime 39.0.0", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-database", + "sp-runtime", "sqlx", "tokio", ] @@ -3448,13 +3156,13 @@ dependencies = [ "futures-timer", "log", "parking_lot 0.12.3", - "sc-client-api 37.0.0", - "sc-utils 17.0.0", - "sp-api 34.0.0", - "sp-blockchain 37.0.0", - "sp-consensus 0.40.0", - "sp-core 34.0.0", - "sp-runtime 39.0.0", + "sc-client-api", + "sc-utils", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-runtime", "tokio", ] @@ -3475,7 +3183,7 @@ dependencies = [ "fp-storage", "futures 0.3.30", "hex", - "jsonrpsee 0.23.2", + "jsonrpsee", "libsecp256k1", "log", "pallet-evm", @@ -3483,31 +3191,31 @@ dependencies = [ "prometheus", "rand 0.8.5", "rlp", - "sc-client-api 37.0.0", + "sc-client-api", "sc-consensus-aura", - "sc-network 0.44.0", + "sc-network", "sc-network-sync", "sc-rpc", "sc-service", "sc-transaction-pool", - "sc-transaction-pool-api 37.0.0", - "sc-utils 17.0.0", + "sc-transaction-pool-api", + "sc-utils", "schnellru", "serde", - "sp-api 34.0.0", + "sp-api", "sp-block-builder", - "sp-blockchain 37.0.0", - "sp-consensus 0.40.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-aura", - "sp-core 34.0.0", - "sp-externalities 0.29.0", - "sp-inherents 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-state-machine 0.43.0", - "sp-storage 21.0.0", + "sp-core", + "sp-externalities", + "sp-inherents", + "sp-io", + "sp-runtime", + "sp-state-machine", + "sp-storage", "sp-timestamp", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "substrate-prometheus-endpoint", "thiserror", "tokio", ] @@ -3519,12 +3227,12 @@ source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-po dependencies = [ "ethereum", "ethereum-types", - "jsonrpsee 0.23.2", + "jsonrpsee", "rlp", "rustc-hex", "serde", "serde_json", - "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-crypto-hashing", ] [[package]] @@ -3537,11 +3245,11 @@ dependencies = [ "fp-rpc", "fp-storage", "parity-scale-codec", - "sc-client-api 37.0.0", - "sp-api 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-storage 21.0.0", + "sc-client-api", + "sp-api", + "sp-io", + "sp-runtime", + "sp-storage", ] [[package]] @@ -3564,19 +3272,6 @@ dependencies = [ "subtle 2.6.1", ] -[[package]] -name = "fflonk" -version = "0.1.0" -source = "git+https://github.com/w3f/fflonk#1e854f35e9a65d08b11a86291405cdc95baa0a35" -dependencies = [ - "ark-ec", - "ark-ff", - "ark-poly", - "ark-serialize", - "ark-std", - "merlin", -] - [[package]] name = "fiat-crypto" version = "0.2.9" @@ -3649,17 +3344,6 @@ version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" -[[package]] -name = "flate2" -version = "1.0.33" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "324a1be68054ef05ad64b861cc9eaf1d623d2d8cb25b4bf2cb9cdd902b4bf253" -dependencies = [ - "crc32fast", - "libz-sys", - "miniz_oxide", -] - [[package]] name = "float-cmp" version = "0.9.0" @@ -3753,10 +3437,10 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-runtime-interface 28.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-runtime-interface", "staging-xcm", ] @@ -3767,8 +3451,8 @@ source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-po dependencies = [ "ethereum", "parity-scale-codec", - "sp-core 34.0.0", - "sp-runtime 39.0.0", + "sp-core", + "sp-runtime", ] [[package]] @@ -3795,8 +3479,8 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 34.0.0", - "sp-runtime 39.0.0", + "sp-core", + "sp-runtime", ] [[package]] @@ -3809,10 +3493,10 @@ dependencies = [ "fp-evm", "parity-scale-codec", "scale-info", - "sp-api 34.0.0", - "sp-core 34.0.0", - "sp-runtime 39.0.0", - "sp-state-machine 0.43.0", + "sp-api", + "sp-core", + "sp-runtime", + "sp-state-machine", ] [[package]] @@ -3824,7 +3508,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-runtime 39.0.0", + "sp-runtime", ] [[package]] @@ -3856,13 +3540,13 @@ dependencies = [ "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", + "sp-application-crypto", + "sp-core", + "sp-io", + "sp-runtime", + "sp-runtime-interface", + "sp-storage", "static_assertions", ] @@ -3872,7 +3556,7 @@ version = "42.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "Inflector", - "array-bytes 6.2.3", + "array-bytes", "chrono", "clap", "comfy-table", @@ -3889,29 +3573,29 @@ dependencies = [ "rand 0.8.5", "rand_pcg", "sc-block-builder", - "sc-chain-spec 37.0.0", + "sc-chain-spec", "sc-cli", - "sc-client-api 37.0.0", + "sc-client-api", "sc-client-db", - "sc-executor 0.40.0", + "sc-executor", "sc-service", "sc-sysinfo", "serde", "serde_json", - "sp-api 34.0.0", - "sp-blockchain 37.0.0", - "sp-core 34.0.0", - "sp-database 10.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", - "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-api", + "sp-blockchain", + "sp-core", + "sp-database", + "sp-externalities", + "sp-genesis-builder", + "sp-inherents", + "sp-io", + "sp-keystore", + "sp-runtime", + "sp-state-machine", + "sp-storage", + "sp-trie", + "sp-wasm-interface", "thiserror", "thousands", ] @@ -3937,10 +3621,10 @@ dependencies = [ "frame-system", "parity-scale-codec", "scale-info", - "sp-arithmetic 26.0.0", - "sp-core 34.0.0", + "sp-arithmetic", + "sp-core", "sp-npos-elections", - "sp-runtime 39.0.0", + "sp-runtime", ] [[package]] @@ -3955,10 +3639,10 @@ dependencies = [ "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", + "sp-io", + "sp-runtime", + "sp-tracing", ] [[package]] @@ -3978,14 +3662,14 @@ name = "frame-metadata-hash-extension" version = "0.5.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ - "array-bytes 6.2.3", + "array-bytes", "docify", "frame-support", "frame-system", "log", "parity-scale-codec", "scale-info", - "sp-runtime 39.0.0", + "sp-runtime", ] [[package]] @@ -3994,7 +3678,7 @@ version = "37.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "aquamarine", - "array-bytes 6.2.3", + "array-bytes", "bitflags 1.3.2", "docify", "environmental", @@ -4010,21 +3694,21 @@ 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 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", - "sp-debug-derive 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", - "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-api", + "sp-arithmetic", + "sp-core", + "sp-crypto-hashing-proc-macro", + "sp-debug-derive", + "sp-genesis-builder", + "sp-inherents", + "sp-io", + "sp-metadata-ir", + "sp-runtime", "sp-staking", - "sp-state-machine 0.43.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", - "sp-tracing 17.0.0", - "sp-weights 31.0.0", + "sp-state-machine", + "sp-std", + "sp-tracing", + "sp-weights", "static_assertions", "tt-call", ] @@ -4044,7 +3728,7 @@ dependencies = [ "proc-macro-warning 1.0.2", "proc-macro2", "quote", - "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-crypto-hashing", "syn 2.0.77", ] @@ -4082,12 +3766,12 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", - "sp-version 37.0.0", - "sp-weights 31.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "sp-version", + "sp-weights", ] [[package]] @@ -4100,8 +3784,8 @@ dependencies = [ "frame-system", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-runtime 39.0.0", + "sp-core", + "sp-runtime", ] [[package]] @@ -4111,7 +3795,7 @@ source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbea dependencies = [ "docify", "parity-scale-codec", - "sp-api 34.0.0", + "sp-api", ] [[package]] @@ -4121,8 +3805,8 @@ source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbea dependencies = [ "frame-support", "parity-scale-codec", - "sp-api 34.0.0", - "sp-runtime 39.0.0", + "sp-api", + "sp-runtime", ] [[package]] @@ -4247,7 +3931,7 @@ dependencies = [ "futures-io", "memchr", "parking", - "pin-project-lite 0.2.14", + "pin-project-lite", "waker-fn", ] @@ -4261,7 +3945,7 @@ dependencies = [ "futures-core", "futures-io", "parking", - "pin-project-lite 0.2.14", + "pin-project-lite", ] [[package]] @@ -4275,17 +3959,6 @@ dependencies = [ "syn 2.0.77", ] -[[package]] -name = "futures-rustls" -version = "0.22.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2411eed028cdf8c8034eaf21f9915f956b6c3abec4d4c7949ee67f0721127bd" -dependencies = [ - "futures-io", - "rustls 0.20.9", - "webpki", -] - [[package]] name = "futures-rustls" version = "0.24.0" @@ -4328,7 +4001,7 @@ dependencies = [ "futures-sink", "futures-task", "memchr", - "pin-project-lite 0.2.14", + "pin-project-lite", "pin-utils", "slab", ] @@ -4554,9 +4227,6 @@ name = "hashbrown" version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" -dependencies = [ - "ahash 0.7.8", -] [[package]] name = "hashbrown" @@ -4564,7 +4234,7 @@ version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" dependencies = [ - "ahash 0.8.11", + "ahash", ] [[package]] @@ -4573,7 +4243,7 @@ version = "0.14.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" dependencies = [ - "ahash 0.8.11", + "ahash", "allocator-api2", "serde", ] @@ -4730,7 +4400,7 @@ checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" dependencies = [ "bytes", "http 0.2.12", - "pin-project-lite 0.2.14", + "pin-project-lite", ] [[package]] @@ -4753,7 +4423,7 @@ dependencies = [ "futures-util", "http 1.1.0", "http-body 1.0.1", - "pin-project-lite 0.2.14", + "pin-project-lite", ] [[package]] @@ -4790,7 +4460,7 @@ dependencies = [ "httparse", "httpdate", "itoa", - "pin-project-lite 0.2.14", + "pin-project-lite", "socket2 0.5.7", "tokio", "tower-service", @@ -4813,7 +4483,7 @@ dependencies = [ "httparse", "httpdate", "itoa", - "pin-project-lite 0.2.14", + "pin-project-lite", "smallvec", "tokio", "want", @@ -4865,7 +4535,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "hyper 1.4.1", - "pin-project-lite 0.2.14", + "pin-project-lite", "socket2 0.5.7", "tokio", "tower", @@ -5224,56 +4894,20 @@ dependencies = [ "wasm-bindgen", ] -[[package]] -name = "jsonrpsee" -version = "0.22.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfdb12a2381ea5b2e68c3469ec604a007b367778cdb14d09612c8069ebd616ad" -dependencies = [ - "jsonrpsee-core 0.22.5", - "jsonrpsee-proc-macros 0.22.5", - "jsonrpsee-server 0.22.5", - "jsonrpsee-types 0.22.5", - "jsonrpsee-ws-client 0.22.5", - "tokio", - "tracing", -] - [[package]] name = "jsonrpsee" version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "62b089779ad7f80768693755a031cc14a7766aba707cbe886674e3f79e9b7e47" dependencies = [ - "jsonrpsee-core 0.23.2", + "jsonrpsee-core", "jsonrpsee-http-client", - "jsonrpsee-proc-macros 0.23.2", - "jsonrpsee-server 0.23.2", - "jsonrpsee-types 0.23.2", - "jsonrpsee-ws-client 0.23.2", - "tokio", - "tracing", -] - -[[package]] -name = "jsonrpsee-client-transport" -version = "0.22.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4978087a58c3ab02efc5b07c5e5e2803024536106fd5506f558db172c889b3aa" -dependencies = [ - "futures-util", - "http 0.2.12", - "jsonrpsee-core 0.22.5", - "pin-project", - "rustls-native-certs 0.7.3", - "rustls-pki-types", - "soketto 0.7.1", - "thiserror", + "jsonrpsee-proc-macros", + "jsonrpsee-server", + "jsonrpsee-types", + "jsonrpsee-ws-client", "tokio", - "tokio-rustls 0.25.0", - "tokio-util", "tracing", - "url", ] [[package]] @@ -5285,7 +4919,7 @@ dependencies = [ "base64 0.22.1", "futures-util", "http 1.1.0", - "jsonrpsee-core 0.23.2", + "jsonrpsee-core", "pin-project", "rustls 0.23.13", "rustls-pki-types", @@ -5299,31 +4933,6 @@ dependencies = [ "url", ] -[[package]] -name = "jsonrpsee-core" -version = "0.22.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4b257e1ec385e07b0255dde0b933f948b5c8b8c28d42afda9587c3a967b896d" -dependencies = [ - "anyhow", - "async-trait", - "beef", - "futures-timer", - "futures-util", - "hyper 0.14.30", - "jsonrpsee-types 0.22.5", - "parking_lot 0.12.3", - "pin-project", - "rand 0.8.5", - "rustc-hash", - "serde", - "serde_json", - "thiserror", - "tokio", - "tokio-stream", - "tracing", -] - [[package]] name = "jsonrpsee-core" version = "0.23.2" @@ -5339,7 +4948,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "jsonrpsee-types 0.23.2", + "jsonrpsee-types", "parking_lot 0.12.3", "pin-project", "rand 0.8.5", @@ -5364,8 +4973,8 @@ dependencies = [ "hyper 1.4.1", "hyper-rustls 0.27.3", "hyper-util", - "jsonrpsee-core 0.23.2", - "jsonrpsee-types 0.23.2", + "jsonrpsee-core", + "jsonrpsee-types", "rustls 0.23.13", "rustls-platform-verifier", "serde", @@ -5377,19 +4986,6 @@ dependencies = [ "url", ] -[[package]] -name = "jsonrpsee-proc-macros" -version = "0.22.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d0bb047e79a143b32ea03974a6bf59b62c2a4c5f5d42a381c907a8bbb3f75c0" -dependencies = [ - "heck 0.4.1", - "proc-macro-crate 3.2.0", - "proc-macro2", - "quote", - "syn 2.0.77", -] - [[package]] name = "jsonrpsee-proc-macros" version = "0.23.2" @@ -5403,30 +4999,6 @@ dependencies = [ "syn 2.0.77", ] -[[package]] -name = "jsonrpsee-server" -version = "0.22.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12d8b6a9674422a8572e0b0abb12feeb3f2aeda86528c80d0350c2bd0923ab41" -dependencies = [ - "futures-util", - "http 0.2.12", - "hyper 0.14.30", - "jsonrpsee-core 0.22.5", - "jsonrpsee-types 0.22.5", - "pin-project", - "route-recognizer", - "serde", - "serde_json", - "soketto 0.7.1", - "thiserror", - "tokio", - "tokio-stream", - "tokio-util", - "tower", - "tracing", -] - [[package]] name = "jsonrpsee-server" version = "0.23.2" @@ -5440,8 +5012,8 @@ dependencies = [ "http-body-util", "hyper 1.4.1", "hyper-util", - "jsonrpsee-core 0.23.2", - "jsonrpsee-types 0.23.2", + "jsonrpsee-core", + "jsonrpsee-types", "pin-project", "route-recognizer", "serde", @@ -5455,19 +5027,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "jsonrpsee-types" -version = "0.22.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "150d6168405890a7a3231a3c74843f58b8959471f6df76078db2619ddee1d07d" -dependencies = [ - "anyhow", - "beef", - "serde", - "serde_json", - "thiserror", -] - [[package]] name = "jsonrpsee-types" version = "0.23.2" @@ -5481,19 +5040,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "jsonrpsee-ws-client" -version = "0.22.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58b9db2dfd5bb1194b0ce921504df9ceae210a345bc2f6c5a61432089bbab070" -dependencies = [ - "http 0.2.12", - "jsonrpsee-client-transport 0.22.5", - "jsonrpsee-core 0.22.5", - "jsonrpsee-types 0.22.5", - "url", -] - [[package]] name = "jsonrpsee-ws-client" version = "0.23.2" @@ -5501,9 +5047,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1c28759775f5cb2f1ea9667672d3fe2b0e701d1f4b7b67954e60afe7fd058b5e" dependencies = [ "http 1.1.0", - "jsonrpsee-client-transport 0.23.2", - "jsonrpsee-core 0.23.2", - "jsonrpsee-types 0.23.2", + "jsonrpsee-client-transport", + "jsonrpsee-core", + "jsonrpsee-types", "url", ] @@ -5617,39 +5163,6 @@ version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" -[[package]] -name = "libp2p" -version = "0.51.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f35eae38201a993ece6bdc823292d6abd1bffed1c4d0f4a3517d2bd8e1d917fe" -dependencies = [ - "bytes", - "futures 0.3.30", - "futures-timer", - "getrandom 0.2.15", - "instant", - "libp2p-allow-block-list 0.1.1", - "libp2p-connection-limits 0.1.0", - "libp2p-core 0.39.2", - "libp2p-dns 0.39.0", - "libp2p-identify 0.42.2", - "libp2p-identity 0.1.3", - "libp2p-kad 0.43.3", - "libp2p-mdns 0.43.1", - "libp2p-metrics 0.12.0", - "libp2p-noise 0.42.2", - "libp2p-ping 0.42.0", - "libp2p-quic 0.7.0-alpha.3", - "libp2p-request-response 0.24.1", - "libp2p-swarm 0.42.2", - "libp2p-tcp 0.39.0", - "libp2p-wasm-ext 0.39.0", - "libp2p-websocket 0.41.0", - "libp2p-yamux 0.43.1", - "multiaddr 0.17.1", - "pin-project", -] - [[package]] name = "libp2p" version = "0.52.4" @@ -5662,64 +5175,40 @@ dependencies = [ "futures-timer", "getrandom 0.2.15", "instant", - "libp2p-allow-block-list 0.2.0", - "libp2p-connection-limits 0.2.1", - "libp2p-core 0.40.1", - "libp2p-dns 0.40.1", - "libp2p-identify 0.43.1", - "libp2p-identity 0.2.9", - "libp2p-kad 0.44.6", - "libp2p-mdns 0.44.0", - "libp2p-metrics 0.13.1", - "libp2p-noise 0.43.2", - "libp2p-ping 0.43.1", - "libp2p-quic 0.9.3", - "libp2p-request-response 0.25.3", - "libp2p-swarm 0.43.7", - "libp2p-tcp 0.40.1", + "libp2p-allow-block-list", + "libp2p-connection-limits", + "libp2p-core", + "libp2p-dns", + "libp2p-identify", + "libp2p-identity", + "libp2p-kad", + "libp2p-mdns", + "libp2p-metrics", + "libp2p-noise", + "libp2p-ping", + "libp2p-quic", + "libp2p-request-response", + "libp2p-swarm", + "libp2p-tcp", "libp2p-upnp", - "libp2p-wasm-ext 0.40.0", - "libp2p-websocket 0.42.2", - "libp2p-yamux 0.44.1", + "libp2p-wasm-ext", + "libp2p-websocket", + "libp2p-yamux", "multiaddr 0.18.1", "pin-project", - "rw-stream-sink 0.4.0", + "rw-stream-sink", "thiserror", ] -[[package]] -name = "libp2p-allow-block-list" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "510daa05efbc25184458db837f6f9a5143888f1caa742426d92e1833ddd38a50" -dependencies = [ - "libp2p-core 0.39.2", - "libp2p-identity 0.1.3", - "libp2p-swarm 0.42.2", - "void", -] - [[package]] name = "libp2p-allow-block-list" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "55b46558c5c0bf99d3e2a1a38fd54ff5476ca66dd1737b12466a1824dd219311" dependencies = [ - "libp2p-core 0.40.1", - "libp2p-identity 0.2.9", - "libp2p-swarm 0.43.7", - "void", -] - -[[package]] -name = "libp2p-connection-limits" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4caa33f1d26ed664c4fe2cca81a08c8e07d4c1c04f2f4ac7655c2dd85467fda0" -dependencies = [ - "libp2p-core 0.39.2", - "libp2p-identity 0.1.3", - "libp2p-swarm 0.42.2", + "libp2p-core", + "libp2p-identity", + "libp2p-swarm", "void", ] @@ -5729,37 +5218,9 @@ version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2f5107ad45cb20b2f6c3628c7b6014b996fcb13a88053f4569c872c6e30abf58" dependencies = [ - "libp2p-core 0.40.1", - "libp2p-identity 0.2.9", - "libp2p-swarm 0.43.7", - "void", -] - -[[package]] -name = "libp2p-core" -version = "0.39.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c1df63c0b582aa434fb09b2d86897fa2b419ffeccf934b36f87fcedc8e835c2" -dependencies = [ - "either", - "fnv", - "futures 0.3.30", - "futures-timer", - "instant", - "libp2p-identity 0.1.3", - "log", - "multiaddr 0.17.1", - "multihash 0.17.0", - "multistream-select 0.12.1", - "once_cell", - "parking_lot 0.12.3", - "pin-project", - "quick-protobuf", - "rand 0.8.5", - "rw-stream-sink 0.3.0", - "smallvec", - "thiserror", - "unsigned-varint 0.7.2", + "libp2p-core", + "libp2p-identity", + "libp2p-swarm", "void", ] @@ -5774,37 +5235,23 @@ dependencies = [ "futures 0.3.30", "futures-timer", "instant", - "libp2p-identity 0.2.9", + "libp2p-identity", "log", "multiaddr 0.18.1", "multihash 0.19.1", - "multistream-select 0.13.0", + "multistream-select", "once_cell", "parking_lot 0.12.3", "pin-project", "quick-protobuf", "rand 0.8.5", - "rw-stream-sink 0.4.0", + "rw-stream-sink", "smallvec", "thiserror", "unsigned-varint 0.7.2", "void", ] -[[package]] -name = "libp2p-dns" -version = "0.39.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "146ff7034daae62077c415c2376b8057368042df6ab95f5432ad5e88568b1554" -dependencies = [ - "futures 0.3.30", - "libp2p-core 0.39.2", - "log", - "parking_lot 0.12.3", - "smallvec", - "trust-dns-resolver 0.22.0", -] - [[package]] name = "libp2p-dns" version = "0.40.1" @@ -5813,34 +5260,12 @@ checksum = "e6a18db73084b4da2871438f6239fef35190b05023de7656e877c18a00541a3b" dependencies = [ "async-trait", "futures 0.3.30", - "libp2p-core 0.40.1", - "libp2p-identity 0.2.9", + "libp2p-core", + "libp2p-identity", "log", "parking_lot 0.12.3", "smallvec", - "trust-dns-resolver 0.23.2", -] - -[[package]] -name = "libp2p-identify" -version = "0.42.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5455f472243e63b9c497ff320ded0314254a9eb751799a39c283c6f20b793f3c" -dependencies = [ - "asynchronous-codec", - "either", - "futures 0.3.30", - "futures-timer", - "libp2p-core 0.39.2", - "libp2p-identity 0.1.3", - "libp2p-swarm 0.42.2", - "log", - "lru 0.10.1", - "quick-protobuf", - "quick-protobuf-codec 0.1.0", - "smallvec", - "thiserror", - "void", + "trust-dns-resolver", ] [[package]] @@ -5854,36 +5279,18 @@ dependencies = [ "futures 0.3.30", "futures-bounded", "futures-timer", - "libp2p-core 0.40.1", - "libp2p-identity 0.2.9", - "libp2p-swarm 0.43.7", + "libp2p-core", + "libp2p-identity", + "libp2p-swarm", "log", "lru 0.12.4", "quick-protobuf", - "quick-protobuf-codec 0.2.0", + "quick-protobuf-codec", "smallvec", "thiserror", "void", ] -[[package]] -name = "libp2p-identity" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "276bb57e7af15d8f100d3c11cbdd32c6752b7eef4ba7a18ecf464972c07abcce" -dependencies = [ - "bs58 0.4.0", - "ed25519-dalek 2.1.1", - "log", - "multiaddr 0.17.1", - "multihash 0.17.0", - "quick-protobuf", - "rand 0.8.5", - "sha2 0.10.8", - "thiserror", - "zeroize", -] - [[package]] name = "libp2p-identity" version = "0.2.9" @@ -5891,7 +5298,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "55cca1eb2bc1fd29f099f3daaab7effd01e1a54b7c577d0ed082521034d912e8" dependencies = [ "bs58 0.5.1", - "ed25519-dalek 2.1.1", + "ed25519-dalek", "hkdf", "multihash 0.19.1", "quick-protobuf", @@ -5902,34 +5309,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "libp2p-kad" -version = "0.43.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39d5ef876a2b2323d63c258e63c2f8e36f205fe5a11f0b3095d59635650790ff" -dependencies = [ - "arrayvec 0.7.6", - "asynchronous-codec", - "bytes", - "either", - "fnv", - "futures 0.3.30", - "futures-timer", - "instant", - "libp2p-core 0.39.2", - "libp2p-identity 0.1.3", - "libp2p-swarm 0.42.2", - "log", - "quick-protobuf", - "rand 0.8.5", - "sha2 0.10.8", - "smallvec", - "thiserror", - "uint", - "unsigned-varint 0.7.2", - "void", -] - [[package]] name = "libp2p-kad" version = "0.44.6" @@ -5944,12 +5323,12 @@ dependencies = [ "futures 0.3.30", "futures-timer", "instant", - "libp2p-core 0.40.1", - "libp2p-identity 0.2.9", - "libp2p-swarm 0.43.7", + "libp2p-core", + "libp2p-identity", + "libp2p-swarm", "log", "quick-protobuf", - "quick-protobuf-codec 0.2.0", + "quick-protobuf-codec", "rand 0.8.5", "sha2 0.10.8", "smallvec", @@ -5959,27 +5338,6 @@ dependencies = [ "void", ] -[[package]] -name = "libp2p-mdns" -version = "0.43.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19983e1f949f979a928f2c603de1cf180cc0dc23e4ac93a62651ccb18341460b" -dependencies = [ - "data-encoding", - "futures 0.3.30", - "if-watch", - "libp2p-core 0.39.2", - "libp2p-identity 0.1.3", - "libp2p-swarm 0.42.2", - "log", - "rand 0.8.5", - "smallvec", - "socket2 0.4.10", - "tokio", - "trust-dns-proto 0.22.0", - "void", -] - [[package]] name = "libp2p-mdns" version = "0.44.0" @@ -5989,9 +5347,9 @@ dependencies = [ "data-encoding", "futures 0.3.30", "if-watch", - "libp2p-core 0.40.1", - "libp2p-identity 0.2.9", - "libp2p-swarm 0.43.7", + "libp2p-core", + "libp2p-identity", + "libp2p-swarm", "log", "rand 0.8.5", "smallvec", @@ -6001,20 +5359,6 @@ dependencies = [ "void", ] -[[package]] -name = "libp2p-metrics" -version = "0.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a42ec91e227d7d0dafa4ce88b333cdf5f277253873ab087555c92798db2ddd46" -dependencies = [ - "libp2p-core 0.39.2", - "libp2p-identify 0.42.2", - "libp2p-kad 0.43.3", - "libp2p-ping 0.42.0", - "libp2p-swarm 0.42.2", - "prometheus-client 0.19.0", -] - [[package]] name = "libp2p-metrics" version = "0.13.1" @@ -6022,37 +5366,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "239ba7d28f8d0b5d77760dc6619c05c7e88e74ec8fbbe97f856f20a56745e620" dependencies = [ "instant", - "libp2p-core 0.40.1", - "libp2p-identify 0.43.1", - "libp2p-identity 0.2.9", - "libp2p-kad 0.44.6", - "libp2p-ping 0.43.1", - "libp2p-swarm 0.43.7", - "once_cell", - "prometheus-client 0.21.2", -] - -[[package]] -name = "libp2p-noise" -version = "0.42.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c3673da89d29936bc6435bafc638e2f184180d554ce844db65915113f86ec5e" -dependencies = [ - "bytes", - "curve25519-dalek 3.2.0", - "futures 0.3.30", - "libp2p-core 0.39.2", - "libp2p-identity 0.1.3", - "log", + "libp2p-core", + "libp2p-identify", + "libp2p-identity", + "libp2p-kad", + "libp2p-ping", + "libp2p-swarm", "once_cell", - "quick-protobuf", - "rand 0.8.5", - "sha2 0.10.8", - "snow", - "static_assertions", - "thiserror", - "x25519-dalek 1.1.1", - "zeroize", + "prometheus-client", ] [[package]] @@ -6062,10 +5383,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d2eeec39ad3ad0677551907dd304b2f13f17208ccebe333bef194076cd2e8921" dependencies = [ "bytes", - "curve25519-dalek 4.1.3", + "curve25519-dalek", "futures 0.3.30", - "libp2p-core 0.40.1", - "libp2p-identity 0.2.9", + "libp2p-core", + "libp2p-identity", "log", "multiaddr 0.18.1", "multihash 0.19.1", @@ -6076,27 +5397,10 @@ dependencies = [ "snow", "static_assertions", "thiserror", - "x25519-dalek 2.0.1", + "x25519-dalek", "zeroize", ] -[[package]] -name = "libp2p-ping" -version = "0.42.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e57759c19c28a73ef1eb3585ca410cefb72c1a709fcf6de1612a378e4219202" -dependencies = [ - "either", - "futures 0.3.30", - "futures-timer", - "instant", - "libp2p-core 0.39.2", - "libp2p-swarm 0.42.2", - "log", - "rand 0.8.5", - "void", -] - [[package]] name = "libp2p-ping" version = "0.43.1" @@ -6107,36 +5411,14 @@ dependencies = [ "futures 0.3.30", "futures-timer", "instant", - "libp2p-core 0.40.1", - "libp2p-identity 0.2.9", - "libp2p-swarm 0.43.7", + "libp2p-core", + "libp2p-identity", + "libp2p-swarm", "log", "rand 0.8.5", "void", ] -[[package]] -name = "libp2p-quic" -version = "0.7.0-alpha.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6b26abd81cd2398382a1edfe739b539775be8a90fa6914f39b2ab49571ec735" -dependencies = [ - "bytes", - "futures 0.3.30", - "futures-timer", - "if-watch", - "libp2p-core 0.39.2", - "libp2p-identity 0.1.3", - "libp2p-tls 0.1.0", - "log", - "parking_lot 0.12.3", - "quinn-proto 0.9.6", - "rand 0.8.5", - "rustls 0.20.9", - "thiserror", - "tokio", -] - [[package]] name = "libp2p-quic" version = "0.9.3" @@ -6147,9 +5429,9 @@ dependencies = [ "futures 0.3.30", "futures-timer", "if-watch", - "libp2p-core 0.40.1", - "libp2p-identity 0.2.9", - "libp2p-tls 0.2.1", + "libp2p-core", + "libp2p-identity", + "libp2p-tls", "log", "parking_lot 0.12.3", "quinn 0.10.2", @@ -6161,22 +5443,6 @@ dependencies = [ "tokio", ] -[[package]] -name = "libp2p-request-response" -version = "0.24.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ffdb374267d42dc5ed5bc53f6e601d4a64ac5964779c6e40bb9e4f14c1e30d5" -dependencies = [ - "async-trait", - "futures 0.3.30", - "instant", - "libp2p-core 0.39.2", - "libp2p-identity 0.1.3", - "libp2p-swarm 0.42.2", - "rand 0.8.5", - "smallvec", -] - [[package]] name = "libp2p-request-response" version = "0.25.3" @@ -6186,33 +5452,12 @@ dependencies = [ "async-trait", "futures 0.3.30", "instant", - "libp2p-core 0.40.1", - "libp2p-identity 0.2.9", - "libp2p-swarm 0.43.7", - "log", - "rand 0.8.5", - "smallvec", - "void", -] - -[[package]] -name = "libp2p-swarm" -version = "0.42.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "903b3d592d7694e56204d211f29d31bc004be99386644ba8731fc3e3ef27b296" -dependencies = [ - "either", - "fnv", - "futures 0.3.30", - "futures-timer", - "instant", - "libp2p-core 0.39.2", - "libp2p-identity 0.1.3", - "libp2p-swarm-derive 0.32.0", + "libp2p-core", + "libp2p-identity", + "libp2p-swarm", "log", "rand 0.8.5", "smallvec", - "tokio", "void", ] @@ -6227,11 +5472,11 @@ dependencies = [ "futures 0.3.30", "futures-timer", "instant", - "libp2p-core 0.40.1", - "libp2p-identity 0.2.9", - "libp2p-swarm-derive 0.33.0", + "libp2p-core", + "libp2p-identity", + "libp2p-swarm-derive", "log", - "multistream-select 0.13.0", + "multistream-select", "once_cell", "rand 0.8.5", "smallvec", @@ -6239,17 +5484,6 @@ dependencies = [ "void", ] -[[package]] -name = "libp2p-swarm-derive" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fba456131824ab6acd4c7bf61e9c0f0a3014b5fc9868ccb8e10d344594cdc4f" -dependencies = [ - "heck 0.4.1", - "quote", - "syn 1.0.109", -] - [[package]] name = "libp2p-swarm-derive" version = "0.33.0" @@ -6263,22 +5497,6 @@ dependencies = [ "syn 2.0.77", ] -[[package]] -name = "libp2p-tcp" -version = "0.39.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33d33698596d7722d85d3ab0c86c2c322254fce1241e91208e3679b4eb3026cf" -dependencies = [ - "futures 0.3.30", - "futures-timer", - "if-watch", - "libc", - "libp2p-core 0.39.2", - "log", - "socket2 0.4.10", - "tokio", -] - [[package]] name = "libp2p-tcp" version = "0.40.1" @@ -6289,32 +5507,13 @@ dependencies = [ "futures-timer", "if-watch", "libc", - "libp2p-core 0.40.1", - "libp2p-identity 0.2.9", + "libp2p-core", + "libp2p-identity", "log", "socket2 0.5.7", "tokio", ] -[[package]] -name = "libp2p-tls" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff08d13d0dc66e5e9ba6279c1de417b84fa0d0adc3b03e5732928c180ec02781" -dependencies = [ - "futures 0.3.30", - "futures-rustls 0.22.2", - "libp2p-core 0.39.2", - "libp2p-identity 0.1.3", - "rcgen", - "ring 0.16.20", - "rustls 0.20.9", - "thiserror", - "webpki", - "x509-parser 0.14.0", - "yasna", -] - [[package]] name = "libp2p-tls" version = "0.2.1" @@ -6322,9 +5521,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8218d1d5482b122ccae396bbf38abdcb283ecc96fa54760e1dfd251f0546ac61" dependencies = [ "futures 0.3.30", - "futures-rustls 0.24.0", - "libp2p-core 0.40.1", - "libp2p-identity 0.2.9", + "futures-rustls", + "libp2p-core", + "libp2p-identity", "rcgen", "ring 0.16.20", "rustls 0.21.12", @@ -6343,27 +5542,13 @@ dependencies = [ "futures 0.3.30", "futures-timer", "igd-next", - "libp2p-core 0.40.1", - "libp2p-swarm 0.43.7", + "libp2p-core", + "libp2p-swarm", "log", "tokio", "void", ] -[[package]] -name = "libp2p-wasm-ext" -version = "0.39.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77dff9d32353a5887adb86c8afc1de1a94d9e8c3bc6df8b2201d7cdf5c848f43" -dependencies = [ - "futures 0.3.30", - "js-sys", - "libp2p-core 0.39.2", - "parity-send-wrapper", - "wasm-bindgen", - "wasm-bindgen-futures", -] - [[package]] name = "libp2p-wasm-ext" version = "0.40.0" @@ -6372,31 +5557,12 @@ checksum = "1e5d8e3a9e07da0ef5b55a9f26c009c8fb3c725d492d8bb4b431715786eea79c" dependencies = [ "futures 0.3.30", "js-sys", - "libp2p-core 0.40.1", + "libp2p-core", "send_wrapper", "wasm-bindgen", "wasm-bindgen-futures", ] -[[package]] -name = "libp2p-websocket" -version = "0.41.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "111273f7b3d3510524c752e8b7a5314b7f7a1fee7e68161c01a7d72cbb06db9f" -dependencies = [ - "either", - "futures 0.3.30", - "futures-rustls 0.22.2", - "libp2p-core 0.39.2", - "log", - "parking_lot 0.12.3", - "quicksink", - "rw-stream-sink 0.3.0", - "soketto 0.7.1", - "url", - "webpki-roots 0.22.6", -] - [[package]] name = "libp2p-websocket" version = "0.42.2" @@ -6405,32 +5571,19 @@ checksum = "004ee9c4a4631435169aee6aad2f62e3984dc031c43b6d29731e8e82a016c538" dependencies = [ "either", "futures 0.3.30", - "futures-rustls 0.24.0", - "libp2p-core 0.40.1", - "libp2p-identity 0.2.9", + "futures-rustls", + "libp2p-core", + "libp2p-identity", "log", "parking_lot 0.12.3", - "pin-project-lite 0.2.14", - "rw-stream-sink 0.4.0", + "pin-project-lite", + "rw-stream-sink", "soketto 0.8.0", "thiserror", "url", "webpki-roots 0.25.4", ] -[[package]] -name = "libp2p-yamux" -version = "0.43.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4dcd21d950662700a385d4c6d68e2f5f54d778e97068cdd718522222ef513bda" -dependencies = [ - "futures 0.3.30", - "libp2p-core 0.39.2", - "log", - "thiserror", - "yamux 0.10.2", -] - [[package]] name = "libp2p-yamux" version = "0.44.1" @@ -6438,10 +5591,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8eedcb62824c4300efb9cfd4e2a6edaf3ca097b9e68b36dabe45a44469fd6a85" dependencies = [ "futures 0.3.30", - "libp2p-core 0.40.1", + "libp2p-core", "log", "thiserror", - "yamux 0.12.1", + "yamux", ] [[package]] @@ -6603,61 +5756,6 @@ dependencies = [ "keystream", ] -[[package]] -name = "litep2p" -version = "0.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f02542ae3a94b4c4ffa37dc56388c923e286afa3bf65452e3984b50b2a2f316" -dependencies = [ - "async-trait", - "bs58 0.4.0", - "bytes", - "cid 0.10.1", - "ed25519-dalek 1.0.1", - "futures 0.3.30", - "futures-timer", - "hex-literal 0.4.1", - "indexmap 2.5.0", - "libc", - "mockall 0.12.1", - "multiaddr 0.17.1", - "multihash 0.17.0", - "network-interface", - "nohash-hasher", - "parking_lot 0.12.3", - "pin-project", - "prost 0.11.9", - "prost-build 0.11.9", - "quinn 0.9.4", - "rand 0.8.5", - "rcgen", - "ring 0.16.20", - "rustls 0.20.9", - "serde", - "sha2 0.10.8", - "simple-dns", - "smallvec", - "snow", - "socket2 0.5.7", - "static_assertions", - "str0m", - "thiserror", - "tokio", - "tokio-stream", - "tokio-tungstenite", - "tokio-util", - "tracing", - "trust-dns-resolver 0.23.2", - "uint", - "unsigned-varint 0.7.2", - "url", - "webpki", - "x25519-dalek 2.0.1", - "x509-parser 0.15.1", - "yasna", - "zeroize", -] - [[package]] name = "litep2p" version = "0.6.2" @@ -6668,7 +5766,7 @@ dependencies = [ "bs58 0.4.0", "bytes", "cid 0.10.1", - "ed25519-dalek 2.1.1", + "ed25519-dalek", "futures 0.3.30", "futures-timer", "hex-literal 0.4.1", @@ -6702,12 +5800,12 @@ dependencies = [ "tokio-tungstenite", "tokio-util", "tracing", - "trust-dns-resolver 0.23.2", + "trust-dns-resolver", "uint", "unsigned-varint 0.8.0", "url", "webpki", - "x25519-dalek 2.0.1", + "x25519-dalek", "x509-parser 0.16.0", "yasna", "zeroize", @@ -6729,15 +5827,6 @@ version = "0.4.22" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" -[[package]] -name = "lru" -version = "0.10.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "718e8fae447df0c7e1ba7f5189829e63fd536945c8988d61444c19039f16b670" -dependencies = [ - "hashbrown 0.13.2", -] - [[package]] name = "lru" version = "0.11.1" @@ -6932,7 +6021,7 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f313fcff1d2a4bcaa2deeaa00bf7530d77d5f7bd0467a117dde2e29a75a7a17a" dependencies = [ - "array-bytes 6.2.3", + "array-bytes", "blake3", "frame-metadata", "parity-scale-codec", @@ -7001,7 +6090,7 @@ dependencies = [ "bitflags 1.3.2", "blake2 0.10.6", "c2-chacha", - "curve25519-dalek 4.1.3", + "curve25519-dalek", "either", "hashlink", "lioness", @@ -7023,15 +6112,15 @@ dependencies = [ "futures 0.3.30", "log", "parity-scale-codec", - "sc-client-api 37.0.0", + "sc-client-api", "sc-offchain", - "sp-api 34.0.0", - "sp-blockchain 37.0.0", - "sp-consensus 0.40.0", + "sp-api", + "sp-blockchain", + "sp-consensus", "sp-consensus-beefy", - "sp-core 34.0.0", + "sp-core", "sp-mmr-primitives", - "sp-runtime 39.0.0", + "sp-runtime", ] [[package]] @@ -7039,14 +6128,14 @@ name = "mmr-rpc" version = "37.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ - "jsonrpsee 0.23.2", + "jsonrpsee", "parity-scale-codec", "serde", - "sp-api 34.0.0", - "sp-blockchain 37.0.0", - "sp-core 34.0.0", + "sp-api", + "sp-blockchain", + "sp-core", "sp-mmr-primitives", - "sp-runtime 39.0.0", + "sp-runtime", ] [[package]] @@ -7239,22 +6328,22 @@ dependencies = [ "session-keys-primitives", "sha3", "smallvec", - "sp-api 34.0.0", + "sp-api", "sp-block-builder", "sp-consensus-slots", - "sp-core 34.0.0", - "sp-debug-derive 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", - "sp-genesis-builder 0.15.0", - "sp-inherents 34.0.0", - "sp-io 38.0.0", + "sp-core", + "sp-debug-derive", + "sp-genesis-builder", + "sp-inherents", + "sp-io", "sp-offchain", - "sp-runtime 39.0.0", + "sp-runtime", "sp-session", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-std", "sp-timestamp", "sp-transaction-pool", - "sp-version 37.0.0", - "sp-weights 31.0.0", + "sp-version", + "sp-weights", "staging-parachain-info", "staging-xcm", "staging-xcm-builder", @@ -7305,21 +6394,21 @@ dependencies = [ "polkadot-parachain-primitives", "polkadot-primitives", "polkadot-service", - "sc-chain-spec 37.0.0", + "sc-chain-spec", "sc-cli", - "sc-client-api 37.0.0", + "sc-client-api", "sc-consensus-grandpa", - "sc-network 0.44.0", + "sc-network", "sc-service", "sc-sysinfo", - "sc-telemetry 24.0.0", + "sc-telemetry", "sc-tracing", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-wasm-interface 21.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-wasm-interface", "substrate-build-script-utils", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "substrate-prometheus-endpoint", ] [[package]] @@ -7332,7 +6421,7 @@ dependencies = [ "libsecp256k1", "primitive-types", "sha3", - "sp-runtime 39.0.0", + "sp-runtime", "tiny-bip39", "url", ] @@ -7348,8 +6437,8 @@ dependencies = [ "parity-scale-codec", "serde", "serde_json", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-runtime", + "sp-std", ] [[package]] @@ -7359,8 +6448,8 @@ dependencies = [ "account", "fp-self-contained", "hex-literal 0.4.1", - "sp-core 34.0.0", - "sp-runtime 39.0.0", + "sp-core", + "sp-runtime", ] [[package]] @@ -7371,7 +6460,7 @@ dependencies = [ "flume 0.10.14", "futures 0.3.30", "hex-literal 0.4.1", - "jsonrpsee 0.23.2", + "jsonrpsee", "parity-scale-codec", "staging-xcm", "tokio", @@ -7391,10 +6480,10 @@ 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-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -7405,12 +6494,12 @@ dependencies = [ "fc-api", "fc-db", "fc-rpc", - "jsonrpsee 0.23.2", + "jsonrpsee", "parity-scale-codec", - "sp-api 34.0.0", - "sp-blockchain 37.0.0", - "sp-core 34.0.0", - "sp-runtime 39.0.0", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-runtime", "tokio", ] @@ -7421,9 +6510,9 @@ dependencies = [ "ethereum-types", "evm-tracing-events", "parity-scale-codec", - "sp-externalities 0.29.0", - "sp-runtime-interface 28.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-externalities", + "sp-runtime-interface", + "sp-std", ] [[package]] @@ -7444,9 +6533,9 @@ dependencies = [ "parity-scale-codec", "polkadot-runtime-parachains", "rococo-runtime", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-io", + "sp-runtime", + "sp-std", "staging-xcm", "westend-runtime", "xcm-primitives 0.1.1", @@ -7460,12 +6549,12 @@ dependencies = [ "ethereum-types", "fc-rpc-core", "futures 0.3.30", - "jsonrpsee 0.23.2", + "jsonrpsee", "moonbeam-client-evm-tracing", "moonbeam-rpc-core-types", "serde", "serde_json", - "sp-core 34.0.0", + "sp-core", ] [[package]] @@ -7474,7 +6563,7 @@ version = "0.6.0" dependencies = [ "ethereum-types", "futures 0.3.30", - "jsonrpsee 0.23.2", + "jsonrpsee", "moonbeam-client-evm-tracing", "moonbeam-rpc-core-types", "serde", @@ -7488,7 +6577,7 @@ dependencies = [ "ethereum", "ethereum-types", "fc-rpc-core", - "jsonrpsee 0.23.2", + "jsonrpsee", "serde", "serde_json", ] @@ -7517,19 +6606,19 @@ dependencies = [ "fp-rpc", "futures 0.3.30", "hex-literal 0.4.1", - "jsonrpsee 0.23.2", + "jsonrpsee", "moonbeam-client-evm-tracing", "moonbeam-rpc-core-debug", "moonbeam-rpc-core-types", "moonbeam-rpc-primitives-debug", - "sc-client-api 37.0.0", - "sc-utils 17.0.0", - "sp-api 34.0.0", + "sc-client-api", + "sc-utils", + "sp-api", "sp-block-builder", - "sp-blockchain 37.0.0", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-blockchain", + "sp-core", + "sp-io", + "sp-runtime", "tokio", ] @@ -7543,11 +6632,11 @@ 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-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-api", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -7557,10 +6646,10 @@ dependencies = [ "ethereum", "parity-scale-codec", "scale-info", - "sp-api 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-api", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -7575,25 +6664,25 @@ dependencies = [ "fc-storage", "fp-rpc", "futures 0.3.30", - "jsonrpsee 0.23.2", + "jsonrpsee", "log", "moonbeam-client-evm-tracing", "moonbeam-rpc-core-trace", "moonbeam-rpc-core-types", "moonbeam-rpc-primitives-debug", - "sc-client-api 37.0.0", - "sc-network 0.44.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-network", + "sc-utils", "serde", "sha3", - "sp-api 34.0.0", + "sp-api", "sp-block-builder", - "sp-blockchain 37.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-blockchain", + "sp-io", + "sp-runtime", + "sp-std", "sp-transaction-pool", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "substrate-prometheus-endpoint", "tokio", "tracing", ] @@ -7605,19 +6694,19 @@ dependencies = [ "ethereum-types", "fc-rpc", "frame-system", - "jsonrpsee 0.23.2", + "jsonrpsee", "moonbeam-rpc-core-txpool", "moonbeam-rpc-primitives-txpool", "rlp", "sc-transaction-pool", - "sc-transaction-pool-api 37.0.0", + "sc-transaction-pool-api", "serde", "sha3", - "sp-api 34.0.0", - "sp-blockchain 37.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-api", + "sp-blockchain", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -7751,21 +6840,21 @@ dependencies = [ "session-keys-primitives", "sha3", "smallvec", - "sp-api 34.0.0", + "sp-api", "sp-block-builder", "sp-consensus-slots", - "sp-core 34.0.0", - "sp-genesis-builder 0.15.0", - "sp-inherents 34.0.0", - "sp-io 38.0.0", + "sp-core", + "sp-genesis-builder", + "sp-inherents", + "sp-io", "sp-offchain", - "sp-runtime 39.0.0", + "sp-runtime", "sp-session", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-std", "sp-timestamp", "sp-transaction-pool", - "sp-version 37.0.0", - "sp-weights 31.0.0", + "sp-version", + "sp-weights", "staging-parachain-info", "staging-xcm", "staging-xcm-builder", @@ -7838,12 +6927,12 @@ dependencies = [ "pallet-xcm-weight-trader", "parity-scale-codec", "precompile-utils", - "sp-api 34.0.0", + "sp-api", "sp-consensus-slots", - "sp-core 34.0.0", - "sp-genesis-builder 0.15.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-core", + "sp-genesis-builder", + "sp-runtime", + "sp-std", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -7893,7 +6982,7 @@ dependencies = [ "futures 0.3.30", "hex", "hex-literal 0.4.1", - "jsonrpsee 0.23.2", + "jsonrpsee", "libsecp256k1", "log", "maplit", @@ -7936,54 +7025,54 @@ dependencies = [ "rand 0.8.5", "sc-basic-authorship", "sc-block-builder", - "sc-chain-spec 37.0.0", + "sc-chain-spec", "sc-cli", - "sc-client-api 37.0.0", + "sc-client-api", "sc-client-db", - "sc-consensus 0.43.0", + "sc-consensus", "sc-consensus-grandpa", "sc-consensus-manual-seal", - "sc-executor 0.40.0", + "sc-executor", "sc-informant", - "sc-network 0.44.0", - "sc-network-common 0.43.0", + "sc-network", + "sc-network-common", "sc-network-sync", "sc-offchain", "sc-rpc", - "sc-rpc-api 0.43.0", + "sc-rpc-api", "sc-service", "sc-sysinfo", - "sc-telemetry 24.0.0", + "sc-telemetry", "sc-tracing", "sc-transaction-pool", - "sc-transaction-pool-api 37.0.0", + "sc-transaction-pool-api", "serde", "serde_json", "session-keys-primitives", "sha3", - "sp-api 34.0.0", + "sp-api", "sp-block-builder", - "sp-blockchain 37.0.0", - "sp-consensus 0.40.0", - "sp-core 34.0.0", - "sp-externalities 0.29.0", - "sp-inherents 34.0.0", - "sp-io 38.0.0", - "sp-keystore 0.40.0", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-externalities", + "sp-inherents", + "sp-io", + "sp-keystore", "sp-offchain", - "sp-rpc 26.0.0", - "sp-runtime 39.0.0", + "sp-rpc", + "sp-runtime", "sp-session", - "sp-state-machine 0.43.0", - "sp-storage 21.0.0", + "sp-state-machine", + "sp-storage", "sp-timestamp", "sp-transaction-pool", - "sp-trie 37.0.0", - "sp-version 37.0.0", + "sp-trie", + "sp-version", "staging-xcm", "substrate-build-script-utils", "substrate-frame-rpc-system", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "substrate-prometheus-endpoint", "substrate-rpc-client", "substrate-test-client", "substrate-test-runtime", @@ -8007,11 +7096,11 @@ dependencies = [ "polkadot-primitives", "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", + "sp-application-crypto", + "sp-core", + "sp-keystore", + "sp-runtime", ] [[package]] @@ -8029,10 +7118,10 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -8178,22 +7267,22 @@ dependencies = [ "session-keys-primitives", "sha3", "smallvec", - "sp-api 34.0.0", + "sp-api", "sp-block-builder", "sp-consensus-slots", - "sp-core 34.0.0", - "sp-debug-derive 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", - "sp-genesis-builder 0.15.0", - "sp-inherents 34.0.0", - "sp-io 38.0.0", + "sp-core", + "sp-debug-derive", + "sp-genesis-builder", + "sp-inherents", + "sp-io", "sp-offchain", - "sp-runtime 39.0.0", + "sp-runtime", "sp-session", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-std", "sp-timestamp", "sp-transaction-pool", - "sp-version 37.0.0", - "sp-weights 31.0.0", + "sp-version", + "sp-weights", "staging-parachain-info", "staging-xcm", "staging-xcm-builder", @@ -8235,7 +7324,7 @@ dependencies = [ "arrayref", "byteorder", "data-encoding", - "libp2p-identity 0.2.9", + "libp2p-identity", "multibase", "multihash 0.19.1", "percent-encoding", @@ -8326,20 +7415,6 @@ version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03" -[[package]] -name = "multistream-select" -version = "0.12.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8552ab875c1313b97b8d20cb857b9fd63e2d1d6a0a1b53ce9821e575405f27a" -dependencies = [ - "bytes", - "futures 0.3.30", - "log", - "pin-project", - "smallvec", - "unsigned-varint 0.7.2", -] - [[package]] name = "multistream-select" version = "0.13.0" @@ -8516,21 +7591,21 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-primitives", - "sc-client-api 37.0.0", - "sc-consensus 0.43.0", + "sc-client-api", + "sc-consensus", "sc-consensus-manual-seal", - "sp-api 34.0.0", - "sp-application-crypto 38.0.0", + "sp-api", + "sp-application-crypto", "sp-block-builder", - "sp-blockchain 37.0.0", - "sp-consensus 0.40.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-slots", - "sp-core 34.0.0", - "sp-inherents 34.0.0", - "sp-keystore 0.40.0", - "sp-runtime 39.0.0", - "sp-version 37.0.0", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-core", + "sp-inherents", + "sp-keystore", + "sp-runtime", + "sp-version", + "substrate-prometheus-endpoint", "tracing", ] @@ -8545,11 +7620,11 @@ dependencies = [ "frame-system", "parity-scale-codec", "scale-info", - "sp-api 34.0.0", - "sp-application-crypto 38.0.0", - "sp-inherents 34.0.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-api", + "sp-application-crypto", + "sp-inherents", + "sp-runtime", + "sp-std", ] [[package]] @@ -8959,10 +8034,10 @@ dependencies = [ "paste", "scale-info", "serde", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", "staging-xcm", ] @@ -8975,10 +8050,10 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -8989,8 +8064,8 @@ dependencies = [ "frame-support", "orml-traits", "parity-scale-codec", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-runtime", + "sp-std", "staging-xcm", "staging-xcm-executor", ] @@ -9009,9 +8084,9 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-io", + "sp-runtime", + "sp-std", "staging-xcm", "staging-xcm-executor", ] @@ -9045,11 +8120,11 @@ dependencies = [ "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", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", ] [[package]] @@ -9064,10 +8139,10 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", "staging-xcm", "xcm-primitives 0.1.1", ] @@ -9082,8 +8157,8 @@ dependencies = [ "frame-system", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-runtime 39.0.0", + "sp-core", + "sp-runtime", ] [[package]] @@ -9098,9 +8173,9 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core", + "sp-io", + "sp-runtime", ] [[package]] @@ -9115,8 +8190,8 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-runtime 39.0.0", + "sp-core", + "sp-runtime", ] [[package]] @@ -9134,9 +8209,9 @@ dependencies = [ "parity-scale-codec", "scale-info", "sp-consensus-slots", - "sp-core 34.0.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] @@ -9151,11 +8226,11 @@ dependencies = [ "nimbus-primitives", "parity-scale-codec", "scale-info", - "sp-api 34.0.0", - "sp-application-crypto 38.0.0", - "sp-inherents 34.0.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-api", + "sp-application-crypto", + "sp-inherents", + "sp-runtime", + "sp-std", ] [[package]] @@ -9173,8 +8248,8 @@ dependencies = [ "scale-info", "serde", "session-keys-primitives", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-runtime", + "sp-std", ] [[package]] @@ -9190,9 +8265,9 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 34.0.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] @@ -9205,9 +8280,9 @@ dependencies = [ "pallet-session", "parity-scale-codec", "scale-info", - "sp-application-crypto 38.0.0", + "sp-application-crypto", "sp-authority-discovery", - "sp-runtime 39.0.0", + "sp-runtime", ] [[package]] @@ -9220,7 +8295,7 @@ dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 39.0.0", + "sp-runtime", ] [[package]] @@ -9237,11 +8312,11 @@ dependencies = [ "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-application-crypto 38.0.0", + "sp-application-crypto", "sp-consensus-babe", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-session", "sp-staking", ] @@ -9261,10 +8336,10 @@ dependencies = [ "pallet-balances", "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", + "sp-io", + "sp-runtime", + "sp-tracing", ] [[package]] @@ -9279,7 +8354,7 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-runtime 39.0.0", + "sp-runtime", ] [[package]] @@ -9296,7 +8371,7 @@ dependencies = [ "scale-info", "serde", "sp-consensus-beefy", - "sp-runtime 39.0.0", + "sp-runtime", "sp-session", "sp-staking", ] @@ -9306,7 +8381,7 @@ name = "pallet-beefy-mmr" version = "38.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ - "array-bytes 6.2.3", + "array-bytes", "binary-merkle-tree", "frame-support", "frame-system", @@ -9317,12 +8392,12 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api 34.0.0", + "sp-api", "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", + "sp-io", + "sp-runtime", + "sp-state-machine", ] [[package]] @@ -9337,9 +8412,9 @@ dependencies = [ "pallet-treasury", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core", + "sp-io", + "sp-runtime", ] [[package]] @@ -9354,10 +8429,10 @@ dependencies = [ "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", + "sp-arithmetic", + "sp-core", + "sp-runtime", ] [[package]] @@ -9373,9 +8448,9 @@ dependencies = [ "pallet-treasury", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core", + "sp-io", + "sp-runtime", ] [[package]] @@ -9393,7 +8468,7 @@ dependencies = [ "parity-scale-codec", "rand 0.8.5", "scale-info", - "sp-runtime 39.0.0", + "sp-runtime", "sp-staking", ] @@ -9408,9 +8483,9 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core", + "sp-io", + "sp-runtime", ] [[package]] @@ -9425,8 +8500,8 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-io", + "sp-runtime", ] [[package]] @@ -9434,7 +8509,7 @@ name = "pallet-crowdloan-rewards" version = "0.6.0" source = "git+https://github.com/moonbeam-foundation/crowdloan-rewards?branch=moonbeam-polkadot-stable2407#3c0135e87804b7ba3efadb0d053086cca5e66b54" dependencies = [ - "ed25519-dalek 2.1.1", + "ed25519-dalek", "frame-benchmarking", "frame-support", "frame-system", @@ -9444,11 +8519,11 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", - "sp-trie 37.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "sp-trie", ] [[package]] @@ -9460,7 +8535,7 @@ dependencies = [ "frame-system", "parity-scale-codec", "scale-info", - "sp-runtime 39.0.0", + "sp-runtime", "sp-staking", ] @@ -9476,9 +8551,9 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core", + "sp-io", + "sp-runtime", ] [[package]] @@ -9495,11 +8570,11 @@ dependencies = [ "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", + "sp-core", + "sp-io", "sp-npos-elections", - "sp-runtime 39.0.0", + "sp-runtime", "strum 0.26.3", ] @@ -9513,7 +8588,7 @@ dependencies = [ "frame-system", "parity-scale-codec", "sp-npos-elections", - "sp-runtime 39.0.0", + "sp-runtime", ] [[package]] @@ -9527,10 +8602,10 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-io 38.0.0", + "sp-core", + "sp-io", "sp-npos-elections", - "sp-runtime 39.0.0", + "sp-runtime", "sp-staking", ] @@ -9548,8 +8623,8 @@ dependencies = [ "parity-scale-codec", "polkadot-parachain-primitives", "scale-info", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-runtime", + "sp-std", "xcm-primitives 0.1.0", ] @@ -9569,10 +8644,10 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", "staging-xcm", "staging-xcm-executor", ] @@ -9596,8 +8671,8 @@ dependencies = [ "pallet-evm", "parity-scale-codec", "scale-info", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-io", + "sp-runtime", ] [[package]] @@ -9626,10 +8701,10 @@ dependencies = [ "rlp", "scale-info", "serde", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", "xcm-primitives 0.1.1", ] @@ -9651,9 +8726,9 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core", + "sp-io", + "sp-runtime", ] [[package]] @@ -9688,10 +8763,10 @@ dependencies = [ "precompile-utils", "scale-info", "serde", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -9717,10 +8792,10 @@ dependencies = [ "serde", "sha3", "slices", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -9745,10 +8820,10 @@ dependencies = [ "serde", "sha3", "slices", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -9765,7 +8840,7 @@ version = "2.0.0-dev" source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#2658b6d09a3e806f4fe1cd41bea9787158ffd10e" dependencies = [ "fp-evm", - "sp-core 34.0.0", + "sp-core", "substrate-bn", ] @@ -9792,10 +8867,10 @@ dependencies = [ "serde", "sha3", "slices", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -9824,10 +8899,10 @@ dependencies = [ "sha3", "similar-asserts", "slices", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", "xcm-primitives 0.1.1", ] @@ -9853,10 +8928,10 @@ dependencies = [ "scale-info", "serde", "sha3", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -9885,10 +8960,10 @@ dependencies = [ "scale-info", "serde", "sha3", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -9900,7 +8975,7 @@ dependencies = [ "frame-support", "pallet-evm", "parity-scale-codec", - "sp-runtime 39.0.0", + "sp-runtime", ] [[package]] @@ -9931,10 +9006,10 @@ dependencies = [ "serde", "sha3", "slices", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -9962,10 +9037,10 @@ dependencies = [ "scale-info", "serde", "sha3", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -10009,10 +9084,10 @@ dependencies = [ "serde", "sha3", "sp-consensus-slots", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -10036,10 +9111,10 @@ dependencies = [ "scale-info", "serde", "sha3", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -10065,10 +9140,10 @@ dependencies = [ "scale-info", "serde", "sha3", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -10093,10 +9168,10 @@ dependencies = [ "precompile-utils", "scale-info", "session-keys-primitives", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -10122,10 +9197,10 @@ dependencies = [ "scale-info", "serde", "sha3", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -10146,10 +9221,10 @@ dependencies = [ "precompile-utils", "scale-info", "serde", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -10178,10 +9253,10 @@ dependencies = [ "scale-info", "serde", "sha3", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -10207,10 +9282,10 @@ dependencies = [ "parity-scale-codec", "precompile-utils", "scale-info", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", "storage-proof-primitives", ] @@ -10230,7 +9305,7 @@ source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-po dependencies = [ "fp-evm", "ripemd", - "sp-io 38.0.0", + "sp-io", ] [[package]] @@ -10244,8 +9319,8 @@ dependencies = [ "pallet-evm", "parity-scale-codec", "precompile-utils", - "sp-core 34.0.0", - "sp-runtime 39.0.0", + "sp-core", + "sp-runtime", ] [[package]] @@ -10263,10 +9338,10 @@ dependencies = [ "pallet-evm", "pallet-xcm", "precompile-utils", - "sp-core 34.0.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", - "sp-weights 31.0.0", + "sp-core", + "sp-runtime", + "sp-std", + "sp-weights", "staging-xcm", "xcm-primitives 0.1.0", ] @@ -10295,11 +9370,11 @@ dependencies = [ "scale-info", "serde", "sha3", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", - "sp-weights 31.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "sp-weights", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -10327,11 +9402,11 @@ dependencies = [ "scale-info", "serde", "sha3", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", - "sp-weights 31.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "sp-weights", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -10362,11 +9437,11 @@ dependencies = [ "scale-info", "serde", "sha3", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", - "sp-weights 31.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "sp-weights", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -10396,10 +9471,10 @@ dependencies = [ "scale-info", "serde", "sha3", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", "xcm-primitives 0.1.0", ] @@ -10416,8 +9491,8 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-io", + "sp-runtime", "sp-staking", ] @@ -10434,11 +9509,11 @@ dependencies = [ "pallet-session", "parity-scale-codec", "scale-info", - "sp-application-crypto 38.0.0", - "sp-consensus-grandpa 21.0.0", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-application-crypto", + "sp-consensus-grandpa", + "sp-core", + "sp-io", + "sp-runtime", "sp-session", "sp-staking", ] @@ -10455,10 +9530,10 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -10473,10 +9548,10 @@ dependencies = [ "pallet-authorship", "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-application-crypto", + "sp-core", + "sp-io", + "sp-runtime", "sp-staking", ] @@ -10490,10 +9565,10 @@ dependencies = [ "frame-system", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-io 38.0.0", + "sp-core", + "sp-io", "sp-keyring", - "sp-runtime 39.0.0", + "sp-runtime", ] [[package]] @@ -10507,8 +9582,8 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-runtime", + "sp-std", "xcm-primitives 0.1.0", ] @@ -10523,9 +9598,9 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core", + "sp-io", + "sp-runtime", ] [[package]] @@ -10540,11 +9615,11 @@ dependencies = [ "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", + "sp-core", + "sp-io", + "sp-runtime", + "sp-weights", ] [[package]] @@ -10559,10 +9634,10 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", "xcm-primitives 0.1.0", ] @@ -10577,10 +9652,10 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-io 38.0.0", + "sp-core", + "sp-io", "sp-mmr-primitives", - "sp-runtime 39.0.0", + "sp-runtime", ] [[package]] @@ -10601,10 +9676,10 @@ dependencies = [ "precompile-utils", "precompile-utils-macro", "scale-info", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", "staging-xcm", "staging-xcm-executor", ] @@ -10624,10 +9699,10 @@ dependencies = [ "parity-scale-codec", "rlp", "scale-info", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -10642,10 +9717,10 @@ dependencies = [ "pallet-balances", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -10659,8 +9734,8 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-io", + "sp-runtime", ] [[package]] @@ -10673,9 +9748,9 @@ dependencies = [ "frame-system", "parity-scale-codec", "scale-info", - "sp-arithmetic 26.0.0", - "sp-core 34.0.0", - "sp-runtime 39.0.0", + "sp-arithmetic", + "sp-core", + "sp-runtime", ] [[package]] @@ -10689,11 +9764,11 @@ dependencies = [ "pallet-balances", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-staking", - "sp-tracing 17.0.0", + "sp-tracing", ] [[package]] @@ -10711,8 +9786,8 @@ dependencies = [ "pallet-staking", "parity-scale-codec", "scale-info", - "sp-runtime 39.0.0", - "sp-runtime-interface 28.0.0", + "sp-runtime", + "sp-runtime-interface", "sp-staking", ] @@ -10723,7 +9798,7 @@ source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbea dependencies = [ "pallet-nomination-pools", "parity-scale-codec", - "sp-api 34.0.0", + "sp-api", ] [[package]] @@ -10738,7 +9813,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-runtime 39.0.0", + "sp-runtime", "sp-staking", ] @@ -10761,7 +9836,7 @@ dependencies = [ "pallet-staking", "parity-scale-codec", "scale-info", - "sp-runtime 39.0.0", + "sp-runtime", "sp-staking", ] @@ -10780,10 +9855,10 @@ dependencies = [ "serde", "similar-asserts", "sp-consensus-slots", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", "substrate-fixed", ] @@ -10801,8 +9876,8 @@ dependencies = [ "paste", "scale-info", "serde", - "sp-core 34.0.0", - "sp-runtime 39.0.0", + "sp-core", + "sp-runtime", ] [[package]] @@ -10820,8 +9895,8 @@ dependencies = [ "parity-scale-codec", "precompile-utils", "scale-info", - "sp-core 34.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-core", + "sp-std", "storage-proof-primitives", ] @@ -10836,9 +9911,9 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core", + "sp-io", + "sp-runtime", ] [[package]] @@ -10851,8 +9926,8 @@ dependencies = [ "frame-system", "parity-scale-codec", "scale-info", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-io", + "sp-runtime", ] [[package]] @@ -10867,10 +9942,10 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -10892,10 +9967,10 @@ dependencies = [ "serde", "session-keys-primitives", "sp-consensus-babe", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -10910,10 +9985,10 @@ dependencies = [ "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", + "sp-core", + "sp-io", + "sp-runtime", ] [[package]] @@ -10926,8 +10001,8 @@ dependencies = [ "frame-system", "parity-scale-codec", "scale-info", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-io", + "sp-runtime", ] [[package]] @@ -10943,9 +10018,9 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-arithmetic 26.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-arithmetic", + "sp-io", + "sp-runtime", ] [[package]] @@ -10965,10 +10040,10 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -10980,9 +10055,9 @@ dependencies = [ "frame-system", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core", + "sp-io", + "sp-runtime", ] [[package]] @@ -10997,9 +10072,9 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-weights 31.0.0", + "sp-io", + "sp-runtime", + "sp-weights", ] [[package]] @@ -11014,13 +10089,13 @@ dependencies = [ "pallet-timestamp", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-session", "sp-staking", - "sp-state-machine 0.43.0", - "sp-trie 37.0.0", + "sp-state-machine", + "sp-trie", ] [[package]] @@ -11035,7 +10110,7 @@ dependencies = [ "pallet-staking", "parity-scale-codec", "rand 0.8.5", - "sp-runtime 39.0.0", + "sp-runtime", "sp-session", ] @@ -11051,9 +10126,9 @@ dependencies = [ "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", + "sp-io", + "sp-runtime", ] [[package]] @@ -11072,9 +10147,9 @@ 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-application-crypto", + "sp-io", + "sp-runtime", "sp-staking", ] @@ -11095,7 +10170,7 @@ version = "22.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "log", - "sp-arithmetic 26.0.0", + "sp-arithmetic", ] [[package]] @@ -11104,7 +10179,7 @@ version = "22.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "parity-scale-codec", - "sp-api 34.0.0", + "sp-api", "sp-staking", ] @@ -11119,9 +10194,9 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core", + "sp-io", + "sp-runtime", ] [[package]] @@ -11135,8 +10210,8 @@ dependencies = [ "frame-system", "parity-scale-codec", "scale-info", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-io", + "sp-runtime", ] [[package]] @@ -11151,10 +10226,10 @@ dependencies = [ "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", + "sp-io", + "sp-runtime", + "sp-storage", "sp-timestamp", ] @@ -11171,9 +10246,9 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core", + "sp-io", + "sp-runtime", ] [[package]] @@ -11186,9 +10261,9 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core", + "sp-io", + "sp-runtime", ] [[package]] @@ -11196,15 +10271,15 @@ name = "pallet-transaction-payment-rpc" version = "40.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ - "jsonrpsee 0.23.2", + "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", "parity-scale-codec", - "sp-api 34.0.0", - "sp-blockchain 37.0.0", - "sp-core 34.0.0", - "sp-rpc 32.0.0", - "sp-runtime 39.0.0", - "sp-weights 31.0.0", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-rpc", + "sp-runtime", + "sp-weights", ] [[package]] @@ -11214,9 +10289,9 @@ source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbea dependencies = [ "pallet-transaction-payment", "parity-scale-codec", - "sp-api 34.0.0", - "sp-runtime 39.0.0", - "sp-weights 31.0.0", + "sp-api", + "sp-runtime", + "sp-weights", ] [[package]] @@ -11233,8 +10308,8 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 34.0.0", - "sp-runtime 39.0.0", + "sp-core", + "sp-runtime", ] [[package]] @@ -11247,9 +10322,9 @@ dependencies = [ "frame-system", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core", + "sp-io", + "sp-runtime", ] [[package]] @@ -11263,7 +10338,7 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-runtime 39.0.0", + "sp-runtime", ] [[package]] @@ -11276,8 +10351,8 @@ dependencies = [ "frame-system", "parity-scale-codec", "scale-info", - "sp-api 34.0.0", - "sp-runtime 39.0.0", + "sp-api", + "sp-runtime", ] [[package]] @@ -11294,9 +10369,9 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core", + "sp-io", + "sp-runtime", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -11314,8 +10389,8 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-io", + "sp-runtime", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -11337,10 +10412,10 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -11358,11 +10433,11 @@ dependencies = [ "pallet-balances", "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", - "sp-tracing 16.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "sp-tracing", "staging-xcm", "staging-xcm-executor", "xcm-runtime-apis", @@ -11389,9 +10464,9 @@ dependencies = [ "polkadot-primitives", "scale-info", "sp-consensus-aura", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", + "sp-core", + "sp-io", + "sp-runtime", "staging-parachain-info", "staging-xcm", "staging-xcm-executor", @@ -11459,12 +10534,6 @@ dependencies = [ "syn 1.0.109", ] -[[package]] -name = "parity-send-wrapper" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f" - [[package]] name = "parity-wasm" version = "0.45.0" @@ -11664,12 +10733,6 @@ dependencies = [ "syn 2.0.77", ] -[[package]] -name = "pin-project-lite" -version = "0.1.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777" - [[package]] name = "pin-project-lite" version = "0.2.14" @@ -11761,10 +10824,10 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "rand 0.8.5", - "sc-network 0.44.0", + "sc-network", "schnellru", - "sp-core 34.0.0", - "sp-keystore 0.40.0", + "sp-core", + "sp-keystore", "thiserror", "tracing-gum", ] @@ -11785,7 +10848,7 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "rand 0.8.5", - "sc-network 0.44.0", + "sc-network", "schnellru", "thiserror", "tokio", @@ -11816,16 +10879,16 @@ dependencies = [ "polkadot-node-primitives", "polkadot-service", "sc-cli", - "sc-executor 0.40.0", + "sc-executor", "sc-service", "sc-storage-monitor", "sc-sysinfo", "sc-tracing", - "sp-core 34.0.0", - "sp-io 38.0.0", + "sp-core", + "sp-io", "sp-keyring", - "sp-maybe-compressed-blob 11.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", - "sp-runtime 39.0.0", + "sp-maybe-compressed-blob", + "sp-runtime", "substrate-build-script-utils", "thiserror", ] @@ -11844,9 +10907,9 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-core 34.0.0", - "sp-keystore 0.40.0", - "sp-runtime 39.0.0", + "sp-core", + "sp-keystore", + "sp-runtime", "thiserror", "tokio-util", "tracing-gum", @@ -11859,8 +10922,8 @@ source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbea dependencies = [ "parity-scale-codec", "scale-info", - "sp-core 34.0.0", - "sp-runtime 39.0.0", + "sp-core", + "sp-runtime", ] [[package]] @@ -11880,10 +10943,10 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "sc-network 0.44.0", + "sc-network", "schnellru", - "sp-application-crypto 38.0.0", - "sp-keystore 0.40.0", + "sp-application-crypto", + "sp-keystore", "thiserror", "tracing-gum", ] @@ -11897,8 +10960,8 @@ dependencies = [ "polkadot-node-primitives", "polkadot-primitives", "reed-solomon-novelpoly", - "sp-core 34.0.0", - "sp-trie 37.0.0", + "sp-core", + "sp-trie", "thiserror", ] @@ -11915,12 +10978,12 @@ dependencies = [ "polkadot-primitives", "rand 0.8.5", "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 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", - "sp-keystore 0.40.0", + "sc-network", + "sc-network-common", + "sp-application-crypto", + "sp-core", + "sp-crypto-hashing", + "sp-keystore", "tracing-gum", ] @@ -11941,8 +11004,8 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-overseer", "polkadot-primitives", - "sc-network 0.44.0", - "sp-consensus 0.40.0", + "sc-network", + "sp-consensus", "thiserror", "tracing-gum", ] @@ -11959,8 +11022,8 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-core 34.0.0", - "sp-maybe-compressed-blob 11.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-core", + "sp-maybe-compressed-blob", "thiserror", "tracing-gum", ] @@ -11990,10 +11053,10 @@ dependencies = [ "sc-keystore", "schnellru", "schnorrkel 0.11.4", - "sp-application-crypto 38.0.0", - "sp-consensus 0.40.0", + "sp-application-crypto", + "sp-consensus", "sp-consensus-slots", - "sp-runtime 39.0.0", + "sp-runtime", "thiserror", "tracing-gum", ] @@ -12015,7 +11078,7 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-overseer", "polkadot-primitives", - "sp-consensus 0.40.0", + "sp-consensus", "thiserror", "tracing-gum", ] @@ -12035,7 +11098,7 @@ dependencies = [ "polkadot-primitives", "polkadot-statement-table", "schnellru", - "sp-keystore 0.40.0", + "sp-keystore", "thiserror", "tracing-gum", ] @@ -12049,7 +11112,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-keystore 0.40.0", + "sp-keystore", "thiserror", "tracing-gum", "wasm-timer", @@ -12072,7 +11135,7 @@ dependencies = [ "polkadot-overseer", "polkadot-parachain-primitives", "polkadot-primitives", - "sp-maybe-compressed-blob 11.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-maybe-compressed-blob", "tracing-gum", ] @@ -12085,7 +11148,7 @@ dependencies = [ "polkadot-node-metrics", "polkadot-node-subsystem", "polkadot-node-subsystem-types", - "sc-client-api 37.0.0", + "sc-client-api", "sc-consensus-babe", "tracing-gum", ] @@ -12137,8 +11200,8 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-overseer", "polkadot-primitives", - "sp-blockchain 37.0.0", - "sp-inherents 34.0.0", + "sp-blockchain", + "sp-inherents", "thiserror", "tracing-gum", ] @@ -12184,7 +11247,7 @@ version = "17.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "always-assert", - "array-bytes 6.2.3", + "array-bytes", "blake3", "cfg-if", "futures 0.3.30", @@ -12200,7 +11263,7 @@ dependencies = [ "polkadot-primitives", "rand 0.8.5", "slotmap", - "sp-core 34.0.0", + "sp-core", "tempfile", "thiserror", "tokio", @@ -12218,7 +11281,7 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-overseer", "polkadot-primitives", - "sp-keystore 0.40.0", + "sp-keystore", "thiserror", "tracing-gum", ] @@ -12236,15 +11299,15 @@ dependencies = [ "parity-scale-codec", "polkadot-parachain-primitives", "polkadot-primitives", - "sc-executor 0.40.0", - "sc-executor-common 0.35.0", - "sc-executor-wasmtime 0.35.0", + "sc-executor", + "sc-executor-common", + "sc-executor-wasmtime", "seccompiler", - "sp-core 34.0.0", - "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", - "sp-externalities 0.29.0", - "sp-io 38.0.0", - "sp-tracing 17.0.0", + "sp-core", + "sp-crypto-hashing", + "sp-externalities", + "sp-io", + "sp-tracing", "thiserror", "tracing-gum", ] @@ -12276,9 +11339,9 @@ dependencies = [ "parking_lot 0.12.3", "polkadot-node-primitives", "polkadot-primitives", - "sc-network 0.44.0", - "sc-network-types 0.12.1", - "sp-core 34.0.0", + "sc-network", + "sc-network-types", + "sp-core", "thiserror", "tokio", ] @@ -12298,7 +11361,7 @@ dependencies = [ "sc-cli", "sc-service", "sc-tracing", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "substrate-prometheus-endpoint", "tracing-gum", ] @@ -12320,9 +11383,9 @@ dependencies = [ "polkadot-primitives", "rand 0.8.5", "sc-authority-discovery", - "sc-network 0.44.0", - "sc-network-types 0.12.1", - "sp-runtime 39.0.0", + "sc-network", + "sc-network-types", + "sp-runtime", "strum 0.26.3", "thiserror", "tracing-gum", @@ -12341,12 +11404,12 @@ dependencies = [ "polkadot-primitives", "schnorrkel 0.11.4", "serde", - "sp-application-crypto 38.0.0", + "sp-application-crypto", "sp-consensus-babe", - "sp-core 34.0.0", - "sp-keystore 0.40.0", - "sp-maybe-compressed-blob 11.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", - "sp-runtime 39.0.0", + "sp-core", + "sp-keystore", + "sp-maybe-compressed-blob", + "sp-runtime", "thiserror", "zstd 0.12.4", ] @@ -12377,17 +11440,17 @@ dependencies = [ "polkadot-node-primitives", "polkadot-primitives", "polkadot-statement-table", - "sc-client-api 37.0.0", - "sc-network 0.44.0", - "sc-network-types 0.12.1", - "sc-transaction-pool-api 37.0.0", + "sc-client-api", + "sc-network", + "sc-network-types", + "sc-transaction-pool-api", "smallvec", - "sp-api 34.0.0", + "sp-api", "sp-authority-discovery", - "sp-blockchain 37.0.0", + "sp-blockchain", "sp-consensus-babe", - "sp-runtime 39.0.0", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-runtime", + "substrate-prometheus-endpoint", "thiserror", ] @@ -12418,11 +11481,11 @@ dependencies = [ "polkadot-primitives", "prioritized-metered-channel", "rand 0.8.5", - "sc-client-api 37.0.0", + "sc-client-api", "schnellru", - "sp-application-crypto 38.0.0", - "sp-core 34.0.0", - "sp-keystore 0.40.0", + "sp-application-crypto", + "sp-core", + "sp-keystore", "thiserror", "tracing-gum", ] @@ -12442,9 +11505,9 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem-types", "polkadot-primitives", - "sc-client-api 37.0.0", - "sp-api 34.0.0", - "sp-core 34.0.0", + "sc-client-api", + "sp-api", + "sp-core", "tikv-jemalloc-ctl", "tracing-gum", ] @@ -12460,9 +11523,9 @@ dependencies = [ "polkadot-core-primitives", "scale-info", "serde", - "sp-core 34.0.0", - "sp-runtime 39.0.0", - "sp-weights 31.0.0", + "sp-core", + "sp-runtime", + "sp-weights", ] [[package]] @@ -12478,16 +11541,16 @@ dependencies = [ "polkadot-parachain-primitives", "scale-info", "serde", - "sp-api 34.0.0", - "sp-application-crypto 38.0.0", - "sp-arithmetic 26.0.0", + "sp-api", + "sp-application-crypto", + "sp-arithmetic", "sp-authority-discovery", "sp-consensus-slots", - "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-core", + "sp-inherents", + "sp-io", + "sp-keystore", + "sp-runtime", "sp-staking", ] @@ -12496,12 +11559,12 @@ name = "polkadot-rpc" version = "17.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ - "jsonrpsee 0.23.2", + "jsonrpsee", "mmr-rpc", "pallet-transaction-payment-rpc", "polkadot-primitives", - "sc-chain-spec 37.0.0", - "sc-client-api 37.0.0", + "sc-chain-spec", + "sc-client-api", "sc-consensus-babe", "sc-consensus-babe-rpc", "sc-consensus-beefy", @@ -12512,16 +11575,16 @@ dependencies = [ "sc-rpc", "sc-rpc-spec-v2", "sc-sync-state-rpc", - "sc-transaction-pool-api 37.0.0", - "sp-api 34.0.0", - "sp-application-crypto 38.0.0", + "sc-transaction-pool-api", + "sp-api", + "sp-application-crypto", "sp-block-builder", - "sp-blockchain 37.0.0", - "sp-consensus 0.40.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-babe", "sp-consensus-beefy", - "sp-keystore 0.40.0", - "sp-runtime 39.0.0", + "sp-keystore", + "sp-runtime", "substrate-frame-rpc-system", "substrate-state-trie-migration-rpc", ] @@ -12562,12 +11625,12 @@ 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", + "sp-core", + "sp-inherents", + "sp-io", "sp-npos-elections", - "sp-runtime 39.0.0", + "sp-runtime", "sp-session", "sp-staking", "staging-xcm", @@ -12585,7 +11648,7 @@ dependencies = [ "frame-benchmarking", "parity-scale-codec", "polkadot-primitives", - "sp-tracing 17.0.0", + "sp-tracing", ] [[package]] @@ -12620,14 +11683,14 @@ 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", + "sp-application-crypto", + "sp-arithmetic", + "sp-core", + "sp-inherents", + "sp-io", + "sp-keystore", + "sp-runtime", "sp-session", "sp-staking", "staging-xcm", @@ -12702,54 +11765,54 @@ dependencies = [ "sc-authority-discovery", "sc-basic-authorship", "sc-block-builder", - "sc-chain-spec 37.0.0", - "sc-client-api 37.0.0", + "sc-chain-spec", + "sc-client-api", "sc-client-db", - "sc-consensus 0.43.0", + "sc-consensus", "sc-consensus-babe", "sc-consensus-beefy", "sc-consensus-grandpa", "sc-consensus-slots", - "sc-executor 0.40.0", + "sc-executor", "sc-keystore", - "sc-network 0.44.0", - "sc-network-common 0.43.0", + "sc-network", + "sc-network-common", "sc-network-sync", "sc-offchain", "sc-service", "sc-sync-state-rpc", "sc-sysinfo", - "sc-telemetry 24.0.0", + "sc-telemetry", "sc-transaction-pool", - "sc-transaction-pool-api 37.0.0", + "sc-transaction-pool-api", "schnellru", "serde", "serde_json", - "sp-api 34.0.0", + "sp-api", "sp-authority-discovery", "sp-block-builder", - "sp-blockchain 37.0.0", - "sp-consensus 0.40.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-babe", "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-consensus-grandpa", + "sp-core", + "sp-inherents", + "sp-io", "sp-keyring", - "sp-keystore 0.40.0", + "sp-keystore", "sp-mmr-primitives", "sp-offchain", - "sp-runtime 39.0.0", + "sp-runtime", "sp-session", - "sp-state-machine 0.43.0", - "sp-storage 21.0.0", + "sp-state-machine", + "sp-storage", "sp-timestamp", "sp-transaction-pool", - "sp-version 37.0.0", - "sp-weights 31.0.0", + "sp-version", + "sp-weights", "staging-xcm", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "substrate-prometheus-endpoint", "thiserror", "tracing-gum", "westend-runtime", @@ -12774,7 +11837,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-keystore 0.40.0", + "sp-keystore", "sp-staking", "thiserror", "tracing-gum", @@ -12787,7 +11850,7 @@ source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbea dependencies = [ "parity-scale-codec", "polkadot-primitives", - "sp-core 34.0.0", + "sp-core", "tracing-gum", ] @@ -12886,7 +11949,7 @@ dependencies = [ "concurrent-queue", "libc", "log", - "pin-project-lite 0.2.14", + "pin-project-lite", "windows-sys 0.48.0", ] @@ -12899,7 +11962,7 @@ dependencies = [ "cfg-if", "concurrent-queue", "hermit-abi 0.4.0", - "pin-project-lite 0.2.14", + "pin-project-lite", "rustix 0.38.37", "tracing", "windows-sys 0.59.0", @@ -12974,10 +12037,10 @@ dependencies = [ "scale-info", "serde", "sha3", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", "staging-xcm", "xcm-primitives 0.1.0", ] @@ -13004,10 +12067,10 @@ dependencies = [ "scale-info", "serde", "similar-asserts", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-weights 31.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-weights", "staging-xcm", ] @@ -13021,7 +12084,7 @@ dependencies = [ "prettyplease 0.2.22", "proc-macro2", "quote", - "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-crypto-hashing", "syn 1.0.109", ] @@ -13213,18 +12276,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "prometheus-client" -version = "0.19.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d6fa99d535dd930d1249e6c79cb3c2915f9172a540fe2b02a4c8f9ca954721e" -dependencies = [ - "dtoa", - "itoa", - "parking_lot 0.12.3", - "prometheus-client-derive-encode", -] - [[package]] name = "prometheus-client" version = "0.21.2" @@ -13394,19 +12445,6 @@ dependencies = [ "byteorder", ] -[[package]] -name = "quick-protobuf-codec" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1693116345026436eb2f10b677806169c1a1260c1c60eaaffe3fb5a29ae23d8b" -dependencies = [ - "asynchronous-codec", - "bytes", - "quick-protobuf", - "thiserror", - "unsigned-varint 0.7.2", -] - [[package]] name = "quick-protobuf-codec" version = "0.2.0" @@ -13420,17 +12458,6 @@ dependencies = [ "unsigned-varint 0.7.2", ] -[[package]] -name = "quicksink" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858" -dependencies = [ - "futures-core", - "futures-sink", - "pin-project-lite 0.1.12", -] - [[package]] name = "quinn" version = "0.9.4" @@ -13438,7 +12465,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2e8b432585672228923edbbf64b8b12c14e1112f62e88737655b4a083dbcd78e" dependencies = [ "bytes", - "pin-project-lite 0.2.14", + "pin-project-lite", "quinn-proto 0.9.6", "quinn-udp 0.3.2", "rustc-hash", @@ -13457,7 +12484,7 @@ checksum = "8cc2c5017e4b43d5995dcea317bc46c1e09404c0a9664d2908f7f02dfe943d75" dependencies = [ "bytes", "futures-io", - "pin-project-lite 0.2.14", + "pin-project-lite", "quinn-proto 0.10.6", "quinn-udp 0.4.1", "rustc-hash", @@ -13830,23 +12857,6 @@ dependencies = [ "subtle 2.6.1", ] -[[package]] -name = "ring" -version = "0.1.0" -source = "git+https://github.com/w3f/ring-proof#31658d1f5b88e106c969557c36c821aff46b2236" -dependencies = [ - "ark-ec", - "ark-ff", - "ark-poly", - "ark-serialize", - "ark-std", - "ark-transcript 0.0.2 (git+https://github.com/w3f/ring-vrf)", - "arrayvec 0.7.6", - "blake2 0.10.6", - "common", - "fflonk", -] - [[package]] name = "ring" version = "0.16.20" @@ -13991,25 +13001,25 @@ dependencies = [ "serde_derive", "serde_json", "smallvec", - "sp-api 34.0.0", - "sp-arithmetic 26.0.0", + "sp-api", + "sp-arithmetic", "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", "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-consensus-grandpa", + "sp-core", + "sp-genesis-builder", + "sp-inherents", + "sp-io", "sp-mmr-primitives", "sp-offchain", - "sp-runtime 39.0.0", + "sp-runtime", "sp-session", "sp-staking", - "sp-storage 21.0.0", + "sp-storage", "sp-transaction-pool", - "sp-version 37.0.0", + "sp-version", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -14027,9 +13037,9 @@ dependencies = [ "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core 34.0.0", - "sp-runtime 39.0.0", - "sp-weights 31.0.0", + "sp-core", + "sp-runtime", + "sp-weights", "staging-xcm", "staging-xcm-builder", ] @@ -14159,7 +13169,6 @@ version = "0.20.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99" dependencies = [ - "log", "ring 0.16.20", "sct", "webpki", @@ -14177,20 +13186,6 @@ dependencies = [ "sct", ] -[[package]] -name = "rustls" -version = "0.22.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432" -dependencies = [ - "log", - "ring 0.17.8", - "rustls-pki-types", - "rustls-webpki 0.102.8", - "subtle 2.6.1", - "zeroize", -] - [[package]] name = "rustls" version = "0.23.13" @@ -14321,17 +13316,6 @@ dependencies = [ "twox-hash", ] -[[package]] -name = "rw-stream-sink" -version = "0.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26338f5e09bb721b85b135ea05af7767c90b52f6de4f087d4f4a3a9d64e7dc04" -dependencies = [ - "futures 0.3.30", - "pin-project", - "static_assertions", -] - [[package]] name = "rw-stream-sink" version = "0.4.0" @@ -14367,25 +13351,14 @@ dependencies = [ "winapi-util", ] -[[package]] -name = "sc-allocator" -version = "23.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" -dependencies = [ - "log", - "sp-core 28.0.0", - "sp-wasm-interface 20.0.0", - "thiserror", -] - [[package]] name = "sc-allocator" version = "29.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "log", - "sp-core 34.0.0", - "sp-wasm-interface 21.0.0", + "sp-core", + "sp-wasm-interface", "thiserror", ] @@ -14398,7 +13371,7 @@ dependencies = [ "futures 0.3.30", "futures-timer", "ip_network", - "libp2p 0.52.4", + "libp2p", "linked_hash_set", "log", "multihash 0.19.1", @@ -14406,16 +13379,16 @@ dependencies = [ "prost 0.12.6", "prost-build 0.12.6", "rand 0.8.5", - "sc-client-api 37.0.0", - "sc-network 0.44.0", - "sc-network-types 0.12.1", - "sp-api 34.0.0", + "sc-client-api", + "sc-network", + "sc-network-types", + "sp-api", "sp-authority-discovery", - "sp-blockchain 37.0.0", - "sp-core 34.0.0", - "sp-keystore 0.40.0", - "sp-runtime 39.0.0", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-blockchain", + "sp-core", + "sp-keystore", + "sp-runtime", + "substrate-prometheus-endpoint", "thiserror", ] @@ -14430,15 +13403,15 @@ dependencies = [ "parity-scale-codec", "sc-block-builder", "sc-proposer-metrics", - "sc-telemetry 24.0.0", - "sc-transaction-pool-api 37.0.0", - "sp-api 34.0.0", - "sp-blockchain 37.0.0", - "sp-consensus 0.40.0", - "sp-core 34.0.0", - "sp-inherents 34.0.0", - "sp-runtime 39.0.0", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sc-telemetry", + "sc-transaction-pool-api", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-inherents", + "sp-runtime", + "substrate-prometheus-endpoint", ] [[package]] @@ -14447,40 +13420,13 @@ version = "0.42.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "parity-scale-codec", - "sp-api 34.0.0", + "sp-api", "sp-block-builder", - "sp-blockchain 37.0.0", - "sp-core 34.0.0", - "sp-inherents 34.0.0", - "sp-runtime 39.0.0", - "sp-trie 37.0.0", -] - -[[package]] -name = "sc-chain-spec" -version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" -dependencies = [ - "array-bytes 6.2.3", - "docify", - "log", - "memmap2 0.9.5", - "parity-scale-codec", - "sc-chain-spec-derive 11.0.0", - "sc-client-api 28.0.0", - "sc-executor 0.32.0", - "sc-network 0.34.0", - "sc-telemetry 15.0.0", - "serde", - "serde_json", - "sp-blockchain 28.0.0", - "sp-core 28.0.0", - "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0)", - "sp-genesis-builder 0.8.0", - "sp-io 30.0.0", - "sp-runtime 31.0.1", - "sp-state-machine 0.35.0", - "sp-tracing 16.0.0", + "sp-blockchain", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-trie", ] [[package]] @@ -14488,37 +13434,26 @@ name = "sc-chain-spec" version = "37.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ - "array-bytes 6.2.3", + "array-bytes", "docify", "log", "memmap2 0.9.5", "parity-scale-codec", - "sc-chain-spec-derive 12.0.0", - "sc-client-api 37.0.0", - "sc-executor 0.40.0", - "sc-network 0.44.0", - "sc-telemetry 24.0.0", + "sc-chain-spec-derive", + "sc-client-api", + "sc-executor", + "sc-network", + "sc-telemetry", "serde", "serde_json", - "sp-blockchain 37.0.0", - "sp-core 34.0.0", - "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", - "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", -] - -[[package]] -name = "sc-chain-spec-derive" -version = "11.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" -dependencies = [ - "proc-macro-crate 3.2.0", - "proc-macro2", - "quote", - "syn 2.0.77", + "sp-blockchain", + "sp-core", + "sp-crypto-hashing", + "sp-genesis-builder", + "sp-io", + "sp-runtime", + "sp-state-machine", + "sp-tracing", ] [[package]] @@ -14537,13 +13472,13 @@ name = "sc-cli" version = "0.46.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ - "array-bytes 6.2.3", + "array-bytes", "chrono", "clap", "fdlimit", "futures 0.3.30", "itertools 0.11.0", - "libp2p-identity 0.2.9", + "libp2p-identity", "log", "names", "parity-bip39", @@ -14551,58 +13486,31 @@ dependencies = [ "rand 0.8.5", "regex", "rpassword", - "sc-client-api 37.0.0", + "sc-client-api", "sc-client-db", - "sc-executor 0.40.0", + "sc-executor", "sc-keystore", - "sc-mixnet 0.14.0", - "sc-network 0.44.0", + "sc-mixnet", + "sc-network", "sc-service", - "sc-telemetry 24.0.0", + "sc-telemetry", "sc-tracing", - "sc-utils 17.0.0", + "sc-utils", "serde", "serde_json", - "sp-blockchain 37.0.0", - "sp-core 34.0.0", + "sp-blockchain", + "sp-core", "sp-keyring", - "sp-keystore 0.40.0", - "sp-panic-handler 13.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", - "sp-runtime 39.0.0", - "sp-state-machine 0.43.0", - "sp-storage 21.0.0", - "sp-version 37.0.0", + "sp-keystore", + "sp-panic-handler", + "sp-runtime", + "sp-state-machine", + "sp-storage", + "sp-version", "thiserror", "tokio", ] -[[package]] -name = "sc-client-api" -version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" -dependencies = [ - "fnv", - "futures 0.3.30", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "sc-executor 0.32.0", - "sc-transaction-pool-api 28.0.0", - "sc-utils 14.0.0", - "sp-api 26.0.0", - "sp-blockchain 28.0.0", - "sp-consensus 0.32.0", - "sp-core 28.0.0", - "sp-database 10.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0)", - "sp-externalities 0.25.0", - "sp-runtime 31.0.1", - "sp-state-machine 0.35.0", - "sp-statement-store 10.0.0", - "sp-storage 19.0.0", - "sp-trie 29.0.0", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0)", -] - [[package]] name = "sc-client-api" version = "37.0.0" @@ -14613,21 +13521,21 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.3", - "sc-executor 0.40.0", - "sc-transaction-pool-api 37.0.0", - "sc-utils 17.0.0", - "sp-api 34.0.0", - "sp-blockchain 37.0.0", - "sp-consensus 0.40.0", - "sp-core 34.0.0", - "sp-database 10.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", - "sp-externalities 0.29.0", - "sp-runtime 39.0.0", - "sp-state-machine 0.43.0", - "sp-statement-store 18.0.0", - "sp-storage 21.0.0", - "sp-trie 37.0.0", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sc-executor", + "sc-transaction-pool-api", + "sc-utils", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-database", + "sp-externalities", + "sp-runtime", + "sp-state-machine", + "sp-statement-store", + "sp-storage", + "sp-trie", + "substrate-prometheus-endpoint", ] [[package]] @@ -14644,41 +13552,16 @@ dependencies = [ "parity-db", "parity-scale-codec", "parking_lot 0.12.3", - "sc-client-api 37.0.0", + "sc-client-api", "sc-state-db", "schnellru", - "sp-arithmetic 26.0.0", - "sp-blockchain 37.0.0", - "sp-core 34.0.0", - "sp-database 10.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", - "sp-runtime 39.0.0", - "sp-state-machine 0.43.0", - "sp-trie 37.0.0", -] - -[[package]] -name = "sc-consensus" -version = "0.33.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" -dependencies = [ - "async-trait", - "futures 0.3.30", - "futures-timer", - "log", - "mockall 0.11.4", - "parking_lot 0.12.3", - "sc-client-api 28.0.0", - "sc-network-types 0.10.0-dev", - "sc-utils 14.0.0", - "serde", - "sp-api 26.0.0", - "sp-blockchain 28.0.0", - "sp-consensus 0.32.0", - "sp-core 28.0.0", - "sp-runtime 31.0.1", - "sp-state-machine 0.35.0", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0)", - "thiserror", + "sp-arithmetic", + "sp-blockchain", + "sp-core", + "sp-database", + "sp-runtime", + "sp-state-machine", + "sp-trie", ] [[package]] @@ -14691,17 +13574,17 @@ dependencies = [ "log", "mockall 0.11.4", "parking_lot 0.12.3", - "sc-client-api 37.0.0", - "sc-network-types 0.12.1", - "sc-utils 17.0.0", + "sc-client-api", + "sc-network-types", + "sc-utils", "serde", - "sp-api 34.0.0", - "sp-blockchain 37.0.0", - "sp-consensus 0.40.0", - "sp-core 34.0.0", - "sp-runtime 39.0.0", - "sp-state-machine 0.43.0", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-runtime", + "sp-state-machine", + "substrate-prometheus-endpoint", "thiserror", ] @@ -14715,22 +13598,22 @@ dependencies = [ "log", "parity-scale-codec", "sc-block-builder", - "sc-client-api 37.0.0", - "sc-consensus 0.43.0", + "sc-client-api", + "sc-consensus", "sc-consensus-slots", - "sc-telemetry 24.0.0", - "sp-api 34.0.0", - "sp-application-crypto 38.0.0", + "sc-telemetry", + "sp-api", + "sp-application-crypto", "sp-block-builder", - "sp-blockchain 37.0.0", - "sp-consensus 0.40.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-aura", "sp-consensus-slots", - "sp-core 34.0.0", - "sp-inherents 34.0.0", - "sp-keystore 0.40.0", - "sp-runtime 39.0.0", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-core", + "sp-inherents", + "sp-keystore", + "sp-runtime", + "substrate-prometheus-endpoint", "thiserror", ] @@ -14748,25 +13631,25 @@ dependencies = [ "num-traits", "parity-scale-codec", "parking_lot 0.12.3", - "sc-client-api 37.0.0", - "sc-consensus 0.43.0", + "sc-client-api", + "sc-consensus", "sc-consensus-epochs", "sc-consensus-slots", - "sc-telemetry 24.0.0", - "sc-transaction-pool-api 37.0.0", - "sp-api 34.0.0", - "sp-application-crypto 38.0.0", + "sc-telemetry", + "sc-transaction-pool-api", + "sp-api", + "sp-application-crypto", "sp-block-builder", - "sp-blockchain 37.0.0", - "sp-consensus 0.40.0", + "sp-blockchain", + "sp-consensus", "sp-consensus-babe", "sp-consensus-slots", - "sp-core 34.0.0", - "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", - "sp-inherents 34.0.0", - "sp-keystore 0.40.0", - "sp-runtime 39.0.0", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-core", + "sp-crypto-hashing", + "sp-inherents", + "sp-keystore", + "sp-runtime", + "substrate-prometheus-endpoint", "thiserror", ] @@ -14776,19 +13659,19 @@ version = "0.44.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "futures 0.3.30", - "jsonrpsee 0.23.2", + "jsonrpsee", "sc-consensus-babe", "sc-consensus-epochs", - "sc-rpc-api 0.43.0", + "sc-rpc-api", "serde", - "sp-api 34.0.0", - "sp-application-crypto 38.0.0", - "sp-blockchain 37.0.0", - "sp-consensus 0.40.0", + "sp-api", + "sp-application-crypto", + "sp-blockchain", + "sp-consensus", "sp-consensus-babe", - "sp-core 34.0.0", - "sp-keystore 0.40.0", - "sp-runtime 39.0.0", + "sp-core", + "sp-keystore", + "sp-runtime", "thiserror", ] @@ -14797,7 +13680,7 @@ name = "sc-consensus-beefy" version = "23.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ - "array-bytes 6.2.3", + "array-bytes", "async-channel 1.9.0", "async-trait", "fnv", @@ -14805,24 +13688,24 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.3", - "sc-client-api 37.0.0", - "sc-consensus 0.43.0", - "sc-network 0.44.0", + "sc-client-api", + "sc-consensus", + "sc-network", "sc-network-gossip", "sc-network-sync", - "sc-network-types 0.12.1", - "sc-utils 17.0.0", - "sp-api 34.0.0", - "sp-application-crypto 38.0.0", - "sp-arithmetic 26.0.0", - "sp-blockchain 37.0.0", - "sp-consensus 0.40.0", + "sc-network-types", + "sc-utils", + "sp-api", + "sp-application-crypto", + "sp-arithmetic", + "sp-blockchain", + "sp-consensus", "sp-consensus-beefy", - "sp-core 34.0.0", - "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", - "sp-keystore 0.40.0", - "sp-runtime 39.0.0", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-core", + "sp-crypto-hashing", + "sp-keystore", + "sp-runtime", + "substrate-prometheus-endpoint", "thiserror", "tokio", "wasm-timer", @@ -14834,17 +13717,17 @@ version = "23.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "futures 0.3.30", - "jsonrpsee 0.23.2", + "jsonrpsee", "log", "parity-scale-codec", "parking_lot 0.12.3", "sc-consensus-beefy", "sc-rpc", "serde", - "sp-application-crypto 38.0.0", + "sp-application-crypto", "sp-consensus-beefy", - "sp-core 34.0.0", - "sp-runtime 39.0.0", + "sp-core", + "sp-runtime", "thiserror", ] @@ -14855,10 +13738,10 @@ source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbea dependencies = [ "fork-tree", "parity-scale-codec", - "sc-client-api 37.0.0", - "sc-consensus 0.43.0", - "sp-blockchain 37.0.0", - "sp-runtime 39.0.0", + "sc-client-api", + "sc-consensus", + "sp-blockchain", + "sp-runtime", ] [[package]] @@ -14866,8 +13749,8 @@ name = "sc-consensus-grandpa" version = "0.29.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ - "ahash 0.8.11", - "array-bytes 6.2.3", + "ahash", + "array-bytes", "async-trait", "dyn-clone", "finality-grandpa", @@ -14879,29 +13762,29 @@ dependencies = [ "parking_lot 0.12.3", "rand 0.8.5", "sc-block-builder", - "sc-chain-spec 37.0.0", - "sc-client-api 37.0.0", - "sc-consensus 0.43.0", - "sc-network 0.44.0", - "sc-network-common 0.43.0", + "sc-chain-spec", + "sc-client-api", + "sc-consensus", + "sc-network", + "sc-network-common", "sc-network-gossip", "sc-network-sync", - "sc-network-types 0.12.1", - "sc-telemetry 24.0.0", - "sc-transaction-pool-api 37.0.0", - "sc-utils 17.0.0", + "sc-network-types", + "sc-telemetry", + "sc-transaction-pool-api", + "sc-utils", "serde_json", - "sp-api 34.0.0", - "sp-application-crypto 38.0.0", - "sp-arithmetic 26.0.0", - "sp-blockchain 37.0.0", - "sp-consensus 0.40.0", - "sp-consensus-grandpa 21.0.0", - "sp-core 34.0.0", - "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", - "sp-keystore 0.40.0", - "sp-runtime 39.0.0", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-api", + "sp-application-crypto", + "sp-arithmetic", + "sp-blockchain", + "sp-consensus", + "sp-consensus-grandpa", + "sp-core", + "sp-crypto-hashing", + "sp-keystore", + "sp-runtime", + "substrate-prometheus-endpoint", "thiserror", ] @@ -14912,16 +13795,16 @@ source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbea dependencies = [ "finality-grandpa", "futures 0.3.30", - "jsonrpsee 0.23.2", + "jsonrpsee", "log", "parity-scale-codec", - "sc-client-api 37.0.0", + "sc-client-api", "sc-consensus-grandpa", "sc-rpc", "serde", - "sp-blockchain 37.0.0", - "sp-core 34.0.0", - "sp-runtime 39.0.0", + "sp-blockchain", + "sp-core", + "sp-runtime", "thiserror", ] @@ -14934,29 +13817,29 @@ dependencies = [ "async-trait", "futures 0.3.30", "futures-timer", - "jsonrpsee 0.23.2", + "jsonrpsee", "log", "parity-scale-codec", - "sc-client-api 37.0.0", - "sc-consensus 0.43.0", + "sc-client-api", + "sc-consensus", "sc-consensus-aura", "sc-consensus-babe", "sc-consensus-epochs", "sc-transaction-pool", - "sc-transaction-pool-api 37.0.0", + "sc-transaction-pool-api", "serde", - "sp-api 34.0.0", - "sp-blockchain 37.0.0", - "sp-consensus 0.40.0", + "sp-api", + "sp-blockchain", + "sp-consensus", "sp-consensus-aura", "sp-consensus-babe", "sp-consensus-slots", - "sp-core 34.0.0", - "sp-inherents 34.0.0", - "sp-keystore 0.40.0", - "sp-runtime 39.0.0", + "sp-core", + "sp-inherents", + "sp-keystore", + "sp-runtime", "sp-timestamp", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "substrate-prometheus-endpoint", "thiserror", ] @@ -14970,41 +13853,17 @@ dependencies = [ "futures-timer", "log", "parity-scale-codec", - "sc-client-api 37.0.0", - "sc-consensus 0.43.0", - "sc-telemetry 24.0.0", - "sp-arithmetic 26.0.0", - "sp-blockchain 37.0.0", - "sp-consensus 0.40.0", + "sc-client-api", + "sc-consensus", + "sc-telemetry", + "sp-arithmetic", + "sp-blockchain", + "sp-consensus", "sp-consensus-slots", - "sp-core 34.0.0", - "sp-inherents 34.0.0", - "sp-runtime 39.0.0", - "sp-state-machine 0.43.0", -] - -[[package]] -name = "sc-executor" -version = "0.32.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" -dependencies = [ - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "sc-executor-common 0.29.0", - "sc-executor-polkavm 0.29.0", - "sc-executor-wasmtime 0.29.0", - "schnellru", - "sp-api 26.0.0", - "sp-core 28.0.0", - "sp-externalities 0.25.0", - "sp-io 30.0.0", - "sp-panic-handler 13.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0)", - "sp-runtime-interface 24.0.0", - "sp-trie 29.0.0", - "sp-version 29.0.0", - "sp-wasm-interface 20.0.0", - "tracing", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-state-machine", ] [[package]] @@ -15015,36 +13874,22 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.3", - "sc-executor-common 0.35.0", - "sc-executor-polkavm 0.32.0", - "sc-executor-wasmtime 0.35.0", + "sc-executor-common", + "sc-executor-polkavm", + "sc-executor-wasmtime", "schnellru", - "sp-api 34.0.0", - "sp-core 34.0.0", - "sp-externalities 0.29.0", - "sp-io 38.0.0", - "sp-panic-handler 13.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", - "sp-runtime-interface 28.0.0", - "sp-trie 37.0.0", - "sp-version 37.0.0", - "sp-wasm-interface 21.0.0", + "sp-api", + "sp-core", + "sp-externalities", + "sp-io", + "sp-panic-handler", + "sp-runtime-interface", + "sp-trie", + "sp-version", + "sp-wasm-interface", "tracing", ] -[[package]] -name = "sc-executor-common" -version = "0.29.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" -dependencies = [ - "parity-scale-codec", - "polkavm", - "sc-allocator 23.0.0", - "sp-maybe-compressed-blob 11.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0)", - "sp-wasm-interface 20.0.0", - "thiserror", - "wasm-instrument", -] - [[package]] name = "sc-executor-common" version = "0.35.0" @@ -15052,24 +13897,13 @@ source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbea dependencies = [ "parity-scale-codec", "polkavm", - "sc-allocator 29.0.0", - "sp-maybe-compressed-blob 11.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", - "sp-wasm-interface 21.0.0", + "sc-allocator", + "sp-maybe-compressed-blob", + "sp-wasm-interface", "thiserror", "wasm-instrument", ] -[[package]] -name = "sc-executor-polkavm" -version = "0.29.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" -dependencies = [ - "log", - "polkavm", - "sc-executor-common 0.29.0", - "sp-wasm-interface 20.0.0", -] - [[package]] name = "sc-executor-polkavm" version = "0.32.0" @@ -15077,28 +13911,8 @@ source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbea dependencies = [ "log", "polkavm", - "sc-executor-common 0.35.0", - "sp-wasm-interface 21.0.0", -] - -[[package]] -name = "sc-executor-wasmtime" -version = "0.29.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" -dependencies = [ - "anyhow", - "cfg-if", - "libc", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "rustix 0.36.17", - "sc-allocator 23.0.0", - "sc-executor-common 0.29.0", - "sp-core 28.0.0", - "sp-runtime-interface 24.0.0", - "sp-wasm-interface 20.0.0", - "wasmtime", + "sc-executor-common", + "sp-wasm-interface", ] [[package]] @@ -15113,10 +13927,10 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", "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", + "sc-allocator", + "sc-executor-common", + "sp-runtime-interface", + "sp-wasm-interface", "wasmtime", ] @@ -15129,12 +13943,12 @@ dependencies = [ "futures 0.3.30", "futures-timer", "log", - "sc-client-api 37.0.0", - "sc-network 0.44.0", - "sc-network-common 0.43.0", + "sc-client-api", + "sc-network", + "sc-network-common", "sc-network-sync", - "sp-blockchain 37.0.0", - "sp-runtime 39.0.0", + "sp-blockchain", + "sp-runtime", ] [[package]] @@ -15142,41 +13956,12 @@ name = "sc-keystore" version = "33.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ - "array-bytes 6.2.3", + "array-bytes", "parking_lot 0.12.3", "serde_json", - "sp-application-crypto 38.0.0", - "sp-core 34.0.0", - "sp-keystore 0.40.0", - "thiserror", -] - -[[package]] -name = "sc-mixnet" -version = "0.4.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" -dependencies = [ - "array-bytes 4.2.0", - "arrayvec 0.7.6", - "blake2 0.10.6", - "bytes", - "futures 0.3.30", - "futures-timer", - "log", - "mixnet", - "multiaddr 0.17.1", - "parity-scale-codec", - "parking_lot 0.12.3", - "sc-client-api 28.0.0", - "sc-network 0.34.0", - "sc-network-types 0.10.0-dev", - "sc-transaction-pool-api 28.0.0", - "sp-api 26.0.0", - "sp-consensus 0.32.0", - "sp-core 28.0.0", - "sp-keystore 0.34.0", - "sp-mixnet 0.4.0", - "sp-runtime 31.0.1", + "sp-application-crypto", + "sp-core", + "sp-keystore", "thiserror", ] @@ -15185,7 +13970,7 @@ name = "sc-mixnet" version = "0.14.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ - "array-bytes 6.2.3", + "array-bytes", "arrayvec 0.7.6", "blake2 0.10.6", "bytes", @@ -15196,68 +13981,17 @@ dependencies = [ "multiaddr 0.18.1", "parity-scale-codec", "parking_lot 0.12.3", - "sc-client-api 37.0.0", - "sc-network 0.44.0", - "sc-network-types 0.12.1", - "sc-transaction-pool-api 37.0.0", - "sp-api 34.0.0", - "sp-consensus 0.40.0", - "sp-core 34.0.0", - "sp-keystore 0.40.0", - "sp-mixnet 0.12.0", - "sp-runtime 39.0.0", - "thiserror", -] - -[[package]] -name = "sc-network" -version = "0.34.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" -dependencies = [ - "array-bytes 6.2.3", - "async-channel 1.9.0", - "async-trait", - "asynchronous-codec", - "bytes", - "cid 0.9.0", - "either", - "fnv", - "futures 0.3.30", - "futures-timer", - "ip_network", - "libp2p 0.51.4", - "linked_hash_set", - "litep2p 0.5.0", - "log", - "mockall 0.11.4", - "once_cell", - "parity-scale-codec", - "parking_lot 0.12.3", - "partial_sort", - "pin-project", - "prost 0.11.9", - "prost-build 0.11.9", - "rand 0.8.5", - "sc-client-api 28.0.0", - "sc-network-common 0.33.0", - "sc-network-types 0.10.0-dev", - "sc-utils 14.0.0", - "schnellru", - "serde", - "serde_json", - "smallvec", - "sp-arithmetic 23.0.0", - "sp-blockchain 28.0.0", - "sp-core 28.0.0", - "sp-runtime 31.0.1", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0)", + "sc-client-api", + "sc-network", + "sc-network-types", + "sc-transaction-pool-api", + "sp-api", + "sp-consensus", + "sp-core", + "sp-keystore", + "sp-mixnet", + "sp-runtime", "thiserror", - "tokio", - "tokio-stream", - "unsigned-varint 0.7.2", - "void", - "wasm-timer", - "zeroize", ] [[package]] @@ -15265,7 +13999,7 @@ name = "sc-network" version = "0.44.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ - "array-bytes 6.2.3", + "array-bytes", "async-channel 1.9.0", "async-trait", "asynchronous-codec", @@ -15276,9 +14010,9 @@ dependencies = [ "futures 0.3.30", "futures-timer", "ip_network", - "libp2p 0.52.4", + "libp2p", "linked_hash_set", - "litep2p 0.6.2", + "litep2p", "log", "mockall 0.11.4", "once_cell", @@ -15289,19 +14023,19 @@ dependencies = [ "prost 0.12.6", "prost-build 0.12.6", "rand 0.8.5", - "sc-client-api 37.0.0", - "sc-network-common 0.43.0", - "sc-network-types 0.12.1", - "sc-utils 17.0.0", + "sc-client-api", + "sc-network-common", + "sc-network-types", + "sc-utils", "schnellru", "serde", "serde_json", "smallvec", - "sp-arithmetic 26.0.0", - "sp-blockchain 37.0.0", - "sp-core 34.0.0", - "sp-runtime 39.0.0", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-arithmetic", + "sp-blockchain", + "sp-core", + "sp-runtime", + "substrate-prometheus-endpoint", "thiserror", "tokio", "tokio-stream", @@ -15311,24 +14045,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "sc-network-common" -version = "0.33.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" -dependencies = [ - "async-trait", - "bitflags 1.3.2", - "futures 0.3.30", - "libp2p-identity 0.1.3", - "parity-scale-codec", - "prost-build 0.11.9", - "sc-consensus 0.33.0", - "sc-network-types 0.10.0-dev", - "sp-consensus 0.32.0", - "sp-consensus-grandpa 13.0.0", - "sp-runtime 31.0.1", -] - [[package]] name = "sc-network-common" version = "0.43.0" @@ -15337,14 +14053,14 @@ dependencies = [ "async-trait", "bitflags 1.3.2", "futures 0.3.30", - "libp2p-identity 0.2.9", + "libp2p-identity", "parity-scale-codec", "prost-build 0.12.6", - "sc-consensus 0.43.0", - "sc-network-types 0.12.1", - "sp-consensus 0.40.0", - "sp-consensus-grandpa 21.0.0", - "sp-runtime 39.0.0", + "sc-consensus", + "sc-network-types", + "sp-consensus", + "sp-consensus-grandpa", + "sp-runtime", ] [[package]] @@ -15352,17 +14068,17 @@ name = "sc-network-gossip" version = "0.44.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ - "ahash 0.8.11", + "ahash", "futures 0.3.30", "futures-timer", "log", - "sc-network 0.44.0", - "sc-network-common 0.43.0", + "sc-network", + "sc-network-common", "sc-network-sync", - "sc-network-types 0.12.1", + "sc-network-types", "schnellru", - "sp-runtime 39.0.0", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-runtime", + "substrate-prometheus-endpoint", "tracing", ] @@ -15371,19 +14087,19 @@ name = "sc-network-light" version = "0.43.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ - "array-bytes 6.2.3", + "array-bytes", "async-channel 1.9.0", "futures 0.3.30", "log", "parity-scale-codec", "prost 0.12.6", "prost-build 0.12.6", - "sc-client-api 37.0.0", - "sc-network 0.44.0", - "sc-network-types 0.12.1", - "sp-blockchain 37.0.0", - "sp-core 34.0.0", - "sp-runtime 39.0.0", + "sc-client-api", + "sc-network", + "sc-network-types", + "sp-blockchain", + "sp-core", + "sp-runtime", "thiserror", ] @@ -15392,33 +14108,33 @@ name = "sc-network-sync" version = "0.43.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ - "array-bytes 6.2.3", + "array-bytes", "async-channel 1.9.0", "async-trait", "fork-tree", "futures 0.3.30", "futures-timer", - "libp2p 0.52.4", + "libp2p", "log", "mockall 0.11.4", "parity-scale-codec", "prost 0.12.6", "prost-build 0.12.6", - "sc-client-api 37.0.0", - "sc-consensus 0.43.0", - "sc-network 0.44.0", - "sc-network-common 0.43.0", - "sc-network-types 0.12.1", - "sc-utils 17.0.0", + "sc-client-api", + "sc-consensus", + "sc-network", + "sc-network-common", + "sc-network-types", + "sc-utils", "schnellru", "smallvec", - "sp-arithmetic 26.0.0", - "sp-blockchain 37.0.0", - "sp-consensus 0.40.0", - "sp-consensus-grandpa 21.0.0", - "sp-core 34.0.0", - "sp-runtime 39.0.0", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-arithmetic", + "sp-blockchain", + "sp-consensus", + "sp-consensus-grandpa", + "sp-core", + "sp-runtime", + "substrate-prometheus-endpoint", "thiserror", "tokio", "tokio-stream", @@ -15429,32 +14145,18 @@ name = "sc-network-transactions" version = "0.43.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ - "array-bytes 6.2.3", + "array-bytes", "futures 0.3.30", "log", "parity-scale-codec", - "sc-network 0.44.0", - "sc-network-common 0.43.0", + "sc-network", + "sc-network-common", "sc-network-sync", - "sc-network-types 0.12.1", - "sc-utils 17.0.0", - "sp-consensus 0.40.0", - "sp-runtime 39.0.0", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", -] - -[[package]] -name = "sc-network-types" -version = "0.10.0-dev" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" -dependencies = [ - "bs58 0.4.0", - "libp2p-identity 0.1.3", - "litep2p 0.5.0", - "multiaddr 0.17.1", - "multihash 0.17.0", - "rand 0.8.5", - "thiserror", + "sc-network-types", + "sc-utils", + "sp-consensus", + "sp-runtime", + "substrate-prometheus-endpoint", ] [[package]] @@ -15463,9 +14165,9 @@ version = "0.12.1" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "bs58 0.5.1", - "ed25519-dalek 2.1.1", - "libp2p-identity 0.2.9", - "litep2p 0.6.2", + "ed25519-dalek", + "libp2p-identity", + "litep2p", "log", "multiaddr 0.18.1", "multihash 0.19.1", @@ -15479,7 +14181,7 @@ name = "sc-offchain" version = "39.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ - "array-bytes 6.2.3", + "array-bytes", "bytes", "fnv", "futures 0.3.30", @@ -15492,18 +14194,18 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", "rand 0.8.5", - "sc-client-api 37.0.0", - "sc-network 0.44.0", - "sc-network-common 0.43.0", - "sc-network-types 0.12.1", - "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", + "sc-client-api", + "sc-network", + "sc-network-common", + "sc-network-types", + "sc-transaction-pool-api", + "sc-utils", + "sp-api", + "sp-core", + "sp-externalities", + "sp-keystore", "sp-offchain", - "sp-runtime 39.0.0", + "sp-runtime", "threadpool", "tracing", ] @@ -15514,7 +14216,7 @@ version = "0.18.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "log", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "substrate-prometheus-endpoint", ] [[package]] @@ -15523,69 +14225,49 @@ version = "39.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "futures 0.3.30", - "jsonrpsee 0.23.2", + "jsonrpsee", "log", "parity-scale-codec", "parking_lot 0.12.3", "sc-block-builder", - "sc-chain-spec 37.0.0", - "sc-client-api 37.0.0", - "sc-mixnet 0.14.0", - "sc-rpc-api 0.43.0", + "sc-chain-spec", + "sc-client-api", + "sc-mixnet", + "sc-rpc-api", "sc-tracing", - "sc-transaction-pool-api 37.0.0", - "sc-utils 17.0.0", + "sc-transaction-pool-api", + "sc-utils", "serde_json", - "sp-api 34.0.0", - "sp-blockchain 37.0.0", - "sp-core 34.0.0", - "sp-keystore 0.40.0", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-keystore", "sp-offchain", - "sp-rpc 32.0.0", - "sp-runtime 39.0.0", + "sp-rpc", + "sp-runtime", "sp-session", - "sp-statement-store 18.0.0", - "sp-version 37.0.0", + "sp-statement-store", + "sp-version", "tokio", ] -[[package]] -name = "sc-rpc-api" -version = "0.33.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" -dependencies = [ - "jsonrpsee 0.22.5", - "parity-scale-codec", - "sc-chain-spec 28.0.0", - "sc-mixnet 0.4.0", - "sc-transaction-pool-api 28.0.0", - "scale-info", - "serde", - "serde_json", - "sp-core 28.0.0", - "sp-rpc 26.0.0", - "sp-runtime 31.0.1", - "sp-version 29.0.0", - "thiserror", -] - [[package]] name = "sc-rpc-api" version = "0.43.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ - "jsonrpsee 0.23.2", + "jsonrpsee", "parity-scale-codec", - "sc-chain-spec 37.0.0", - "sc-mixnet 0.14.0", - "sc-transaction-pool-api 37.0.0", + "sc-chain-spec", + "sc-mixnet", + "sc-transaction-pool-api", "scale-info", "serde", "serde_json", - "sp-core 34.0.0", - "sp-rpc 32.0.0", - "sp-runtime 39.0.0", - "sp-version 37.0.0", + "sp-core", + "sp-rpc", + "sp-runtime", + "sp-version", "thiserror", ] @@ -15601,11 +14283,11 @@ dependencies = [ "http-body-util", "hyper 1.4.1", "ip_network", - "jsonrpsee 0.23.2", + "jsonrpsee", "log", "serde", "serde_json", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "substrate-prometheus-endpoint", "tokio", "tower", "tower-http", @@ -15616,28 +14298,28 @@ name = "sc-rpc-spec-v2" version = "0.44.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ - "array-bytes 6.2.3", + "array-bytes", "futures 0.3.30", "futures-util", "hex", - "jsonrpsee 0.23.2", + "jsonrpsee", "log", "parity-scale-codec", "parking_lot 0.12.3", "rand 0.8.5", - "sc-chain-spec 37.0.0", - "sc-client-api 37.0.0", + "sc-chain-spec", + "sc-client-api", "sc-rpc", - "sc-transaction-pool-api 37.0.0", - "sc-utils 17.0.0", + "sc-transaction-pool-api", + "sc-utils", "schnellru", "serde", - "sp-api 34.0.0", - "sp-blockchain 37.0.0", - "sp-core 34.0.0", - "sp-rpc 32.0.0", - "sp-runtime 39.0.0", - "sp-version 37.0.0", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-rpc", + "sp-runtime", + "sp-version", "thiserror", "tokio", "tokio-stream", @@ -15653,53 +14335,53 @@ dependencies = [ "exit-future", "futures 0.3.30", "futures-timer", - "jsonrpsee 0.23.2", + "jsonrpsee", "log", "parity-scale-codec", "parking_lot 0.12.3", "pin-project", "rand 0.8.5", - "sc-chain-spec 37.0.0", - "sc-client-api 37.0.0", + "sc-chain-spec", + "sc-client-api", "sc-client-db", - "sc-consensus 0.43.0", - "sc-executor 0.40.0", + "sc-consensus", + "sc-executor", "sc-informant", "sc-keystore", - "sc-network 0.44.0", - "sc-network-common 0.43.0", + "sc-network", + "sc-network-common", "sc-network-light", "sc-network-sync", "sc-network-transactions", - "sc-network-types 0.12.1", + "sc-network-types", "sc-rpc", "sc-rpc-server", "sc-rpc-spec-v2", "sc-sysinfo", - "sc-telemetry 24.0.0", + "sc-telemetry", "sc-tracing", "sc-transaction-pool", - "sc-transaction-pool-api 37.0.0", - "sc-utils 17.0.0", + "sc-transaction-pool-api", + "sc-utils", "schnellru", "serde", "serde_json", - "sp-api 34.0.0", - "sp-blockchain 37.0.0", - "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-api", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-externalities", + "sp-keystore", + "sp-runtime", "sp-session", - "sp-state-machine 0.43.0", - "sp-storage 21.0.0", + "sp-state-machine", + "sp-storage", "sp-transaction-pool", "sp-transaction-storage-proof", - "sp-trie 37.0.0", - "sp-version 37.0.0", + "sp-trie", + "sp-version", "static_init", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "substrate-prometheus-endpoint", "tempfile", "thiserror", "tokio", @@ -15715,7 +14397,7 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.3", - "sp-core 34.0.0", + "sp-core", ] [[package]] @@ -15726,7 +14408,7 @@ dependencies = [ "clap", "fs4", "log", - "sp-core 34.0.0", + "sp-core", "thiserror", "tokio", ] @@ -15736,17 +14418,17 @@ name = "sc-sync-state-rpc" version = "0.44.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ - "jsonrpsee 0.23.2", + "jsonrpsee", "parity-scale-codec", - "sc-chain-spec 37.0.0", - "sc-client-api 37.0.0", + "sc-chain-spec", + "sc-client-api", "sc-consensus-babe", "sc-consensus-epochs", "sc-consensus-grandpa", "serde", "serde_json", - "sp-blockchain 37.0.0", - "sp-runtime 39.0.0", + "sp-blockchain", + "sp-runtime", "thiserror", ] @@ -15762,33 +14444,13 @@ dependencies = [ "rand 0.8.5", "rand_pcg", "regex", - "sc-telemetry 24.0.0", - "serde", - "serde_json", - "sp-core 34.0.0", - "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", - "sp-io 38.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", -] - -[[package]] -name = "sc-telemetry" -version = "15.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" -dependencies = [ - "chrono", - "futures 0.3.30", - "libp2p 0.51.4", - "log", - "parking_lot 0.12.3", - "pin-project", - "rand 0.8.5", - "sc-network 0.34.0", - "sc-utils 14.0.0", + "sc-telemetry", "serde", "serde_json", - "thiserror", - "wasm-timer", + "sp-core", + "sp-crypto-hashing", + "sp-io", + "sp-std", ] [[package]] @@ -15798,13 +14460,13 @@ source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbea dependencies = [ "chrono", "futures 0.3.30", - "libp2p 0.52.4", + "libp2p", "log", "parking_lot 0.12.3", "pin-project", "rand 0.8.5", - "sc-network 0.44.0", - "sc-utils 17.0.0", + "sc-network", + "sc-utils", "serde", "serde_json", "thiserror", @@ -15826,15 +14488,15 @@ dependencies = [ "parking_lot 0.12.3", "regex", "rustc-hash", - "sc-client-api 37.0.0", + "sc-client-api", "sc-tracing-proc-macro", "serde", - "sp-api 34.0.0", - "sp-blockchain 37.0.0", - "sp-core 34.0.0", - "sp-rpc 32.0.0", - "sp-runtime 39.0.0", - "sp-tracing 17.0.0", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-rpc", + "sp-runtime", + "sp-tracing", "thiserror", "tracing", "tracing-log", @@ -15864,34 +14526,18 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.3", - "sc-client-api 37.0.0", - "sc-transaction-pool-api 37.0.0", - "sc-utils 17.0.0", + "sc-client-api", + "sc-transaction-pool-api", + "sc-utils", "serde", - "sp-api 34.0.0", - "sp-blockchain 37.0.0", - "sp-core 34.0.0", - "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", - "sp-runtime 39.0.0", - "sp-tracing 17.0.0", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-crypto-hashing", + "sp-runtime", + "sp-tracing", "sp-transaction-pool", - "substrate-prometheus-endpoint 0.17.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", - "thiserror", -] - -[[package]] -name = "sc-transaction-pool-api" -version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" -dependencies = [ - "async-trait", - "futures 0.3.30", - "log", - "parity-scale-codec", - "serde", - "sp-blockchain 28.0.0", - "sp-core 28.0.0", - "sp-runtime 31.0.1", + "substrate-prometheus-endpoint", "thiserror", ] @@ -15905,27 +14551,12 @@ dependencies = [ "log", "parity-scale-codec", "serde", - "sp-blockchain 37.0.0", - "sp-core 34.0.0", - "sp-runtime 39.0.0", + "sp-blockchain", + "sp-core", + "sp-runtime", "thiserror", ] -[[package]] -name = "sc-utils" -version = "14.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" -dependencies = [ - "async-channel 1.9.0", - "futures 0.3.30", - "futures-timer", - "lazy_static", - "log", - "parking_lot 0.12.3", - "prometheus", - "sp-arithmetic 23.0.0", -] - [[package]] name = "sc-utils" version = "17.0.0" @@ -15938,7 +14569,7 @@ dependencies = [ "log", "parking_lot 0.12.3", "prometheus", - "sp-arithmetic 26.0.0", + "sp-arithmetic", ] [[package]] @@ -16011,7 +14642,7 @@ version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c9a8ef13a93c54d20580de1e5c413e624e53121d42fc7e2c11d10ef7f8b02367" dependencies = [ - "ahash 0.8.11", + "ahash", "cfg-if", "hashbrown 0.13.2", ] @@ -16041,7 +14672,7 @@ dependencies = [ "aead", "arrayref", "arrayvec 0.7.6", - "curve25519-dalek 4.1.3", + "curve25519-dalek", "getrandom_or_panic", "merlin", "rand_core 0.6.4", @@ -16263,14 +14894,14 @@ dependencies = [ "nimbus-primitives", "parity-scale-codec", "scale-info", - "sp-api 34.0.0", - "sp-application-crypto 38.0.0", + "sp-api", + "sp-application-crypto", "sp-consensus-babe", - "sp-core 34.0.0", - "sp-inherents 34.0.0", - "sp-keystore 0.40.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-core", + "sp-inherents", + "sp-keystore", + "sp-runtime", + "sp-std", ] [[package]] @@ -16376,12 +15007,6 @@ dependencies = [ "libc", ] -[[package]] -name = "signature" -version = "1.6.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" - [[package]] name = "signature" version = "2.2.0" @@ -16481,7 +15106,7 @@ dependencies = [ "enumn", "parity-scale-codec", "paste", - "sp-runtime 39.0.0", + "sp-runtime", ] [[package]] @@ -16532,7 +15157,7 @@ dependencies = [ "chacha20", "crossbeam-queue", "derive_more", - "ed25519-zebra 4.0.3", + "ed25519-zebra", "either", "event-listener 2.5.3", "fnv", @@ -16566,7 +15191,7 @@ dependencies = [ "soketto 0.7.1", "twox-hash", "wasmi", - "x25519-dalek 2.0.1", + "x25519-dalek", "zeroize", ] @@ -16621,7 +15246,7 @@ dependencies = [ "aes-gcm", "blake2 0.10.6", "chacha20poly1305", - "curve25519-dalek 4.1.3", + "curve25519-dalek", "rand_core 0.6.4", "ring 0.17.8", "rustc_version", @@ -16657,9 +15282,7 @@ checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2" dependencies = [ "base64 0.13.1", "bytes", - "flate2", "futures 0.3.30", - "http 0.2.12", "httparse", "log", "rand 0.8.5", @@ -16684,62 +15307,26 @@ dependencies = [ [[package]] name = "sp-api" -version = "26.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" +version = "34.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ + "docify", "hash-db", "log", "parity-scale-codec", "scale-info", - "sp-api-proc-macro 15.0.0", - "sp-core 28.0.0", - "sp-externalities 0.25.0", - "sp-metadata-ir 0.6.0", - "sp-runtime 31.0.1", - "sp-runtime-interface 24.0.0", - "sp-state-machine 0.35.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0)", - "sp-trie 29.0.0", - "sp-version 29.0.0", + "sp-api-proc-macro", + "sp-core", + "sp-externalities", + "sp-metadata-ir", + "sp-runtime", + "sp-runtime-interface", + "sp-state-machine", + "sp-trie", + "sp-version", "thiserror", ] -[[package]] -name = "sp-api" -version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" -dependencies = [ - "docify", - "hash-db", - "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", - "thiserror", -] - -[[package]] -name = "sp-api-proc-macro" -version = "15.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" -dependencies = [ - "Inflector", - "blake2 0.10.6", - "expander", - "proc-macro-crate 3.2.0", - "proc-macro2", - "quote", - "syn 2.0.77", -] - [[package]] name = "sp-api-proc-macro" version = "20.0.0" @@ -16754,19 +15341,6 @@ dependencies = [ "syn 2.0.77", ] -[[package]] -name = "sp-application-crypto" -version = "30.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde", - "sp-core 28.0.0", - "sp-io 30.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0)", -] - [[package]] name = "sp-application-crypto" version = "38.0.0" @@ -16775,23 +15349,8 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 34.0.0", - "sp-io 38.0.0", -] - -[[package]] -name = "sp-arithmetic" -version = "23.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" -dependencies = [ - "docify", - "integer-sqrt", - "num-traits", - "parity-scale-codec", - "scale-info", - "serde", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0)", - "static_assertions", + "sp-core", + "sp-io", ] [[package]] @@ -16808,24 +15367,6 @@ dependencies = [ "static_assertions", ] -[[package]] -name = "sp-ark-bls12-381" -version = "0.4.2" -source = "git+https://github.com/paritytech/arkworks-substrate#caa2eed74beb885dd07c7db5f916f2281dad818f" -dependencies = [ - "ark-bls12-381-ext", - "sp-crypto-ec-utils", -] - -[[package]] -name = "sp-ark-ed-on-bls12-381-bandersnatch" -version = "0.4.2" -source = "git+https://github.com/paritytech/arkworks-substrate#caa2eed74beb885dd07c7db5f916f2281dad818f" -dependencies = [ - "ark-ed-on-bls12-381-bandersnatch-ext", - "sp-crypto-ec-utils", -] - [[package]] name = "sp-authority-discovery" version = "34.0.0" @@ -16833,9 +15374,9 @@ source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbea dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 34.0.0", - "sp-application-crypto 38.0.0", - "sp-runtime 39.0.0", + "sp-api", + "sp-application-crypto", + "sp-runtime", ] [[package]] @@ -16843,27 +15384,9 @@ name = "sp-block-builder" version = "34.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ - "sp-api 34.0.0", - "sp-inherents 34.0.0", - "sp-runtime 39.0.0", -] - -[[package]] -name = "sp-blockchain" -version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" -dependencies = [ - "futures 0.3.30", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "schnellru", - "sp-api 26.0.0", - "sp-consensus 0.32.0", - "sp-database 10.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0)", - "sp-runtime 31.0.1", - "sp-state-machine 0.35.0", - "thiserror", + "sp-api", + "sp-inherents", + "sp-runtime", ] [[package]] @@ -16875,31 +15398,16 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", "schnellru", - "sp-api 34.0.0", - "sp-consensus 0.40.0", - "sp-core 34.0.0", - "sp-database 10.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", - "sp-runtime 39.0.0", - "sp-state-machine 0.43.0", + "sp-api", + "sp-consensus", + "sp-core", + "sp-database", + "sp-runtime", + "sp-state-machine", "thiserror", "tracing", ] -[[package]] -name = "sp-consensus" -version = "0.32.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" -dependencies = [ - "async-trait", - "futures 0.3.30", - "log", - "sp-core 28.0.0", - "sp-inherents 26.0.0", - "sp-runtime 31.0.1", - "sp-state-machine 0.35.0", - "thiserror", -] - [[package]] name = "sp-consensus" version = "0.40.0" @@ -16908,10 +15416,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", + "sp-inherents", + "sp-runtime", + "sp-state-machine", "thiserror", ] @@ -16923,11 +15431,11 @@ dependencies = [ "async-trait", "parity-scale-codec", "scale-info", - "sp-api 34.0.0", - "sp-application-crypto 38.0.0", + "sp-api", + "sp-application-crypto", "sp-consensus-slots", - "sp-inherents 34.0.0", - "sp-runtime 39.0.0", + "sp-inherents", + "sp-runtime", "sp-timestamp", ] @@ -16940,12 +15448,12 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-api 34.0.0", - "sp-application-crypto 38.0.0", + "sp-api", + "sp-application-crypto", "sp-consensus-slots", - "sp-core 34.0.0", - "sp-inherents 34.0.0", - "sp-runtime 39.0.0", + "sp-core", + "sp-inherents", + "sp-runtime", "sp-timestamp", ] @@ -16958,34 +15466,17 @@ 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 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", - "sp-io 38.0.0", - "sp-keystore 0.40.0", + "sp-api", + "sp-application-crypto", + "sp-core", + "sp-crypto-hashing", + "sp-io", + "sp-keystore", "sp-mmr-primitives", - "sp-runtime 39.0.0", + "sp-runtime", "strum 0.26.3", ] -[[package]] -name = "sp-consensus-grandpa" -version = "13.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" -dependencies = [ - "finality-grandpa", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-api 26.0.0", - "sp-application-crypto 30.0.0", - "sp-core 28.0.0", - "sp-keystore 0.34.0", - "sp-runtime 31.0.1", -] - [[package]] name = "sp-consensus-grandpa" version = "21.0.0" @@ -16996,11 +15487,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", + "sp-application-crypto", + "sp-core", + "sp-keystore", + "sp-runtime", ] [[package]] @@ -17014,65 +15505,18 @@ dependencies = [ "sp-timestamp", ] -[[package]] -name = "sp-core" -version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" -dependencies = [ - "array-bytes 6.2.3", - "bandersnatch_vrfs", - "bitflags 1.3.2", - "blake2 0.10.6", - "bounded-collections", - "bs58 0.5.1", - "dyn-clonable", - "ed25519-zebra 3.1.0", - "futures 0.3.30", - "hash-db", - "hash256-std-hasher", - "impl-serde", - "itertools 0.10.5", - "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-v1.11.0)", - "sp-debug-derive 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0)", - "sp-externalities 0.25.0", - "sp-runtime-interface 24.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0)", - "sp-storage 19.0.0", - "ss58-registry", - "substrate-bip39 0.4.7", - "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#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ - "array-bytes 6.2.3", + "array-bytes", "bitflags 1.3.2", "blake2 0.10.6", "bounded-collections", "bs58 0.5.1", "dyn-clonable", - "ed25519-zebra 4.0.3", + "ed25519-zebra", "futures 0.3.30", "hash-db", "hash256-std-hasher", @@ -17093,40 +15537,20 @@ dependencies = [ "secp256k1", "secrecy", "serde", - "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", - "sp-debug-derive 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", - "sp-externalities 0.29.0", - "sp-runtime-interface 28.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", - "sp-storage 21.0.0", + "sp-crypto-hashing", + "sp-debug-derive", + "sp-externalities", + "sp-runtime-interface", + "sp-std", + "sp-storage", "ss58-registry", - "substrate-bip39 0.6.0", + "substrate-bip39", "thiserror", "tracing", "w3f-bls", "zeroize", ] -[[package]] -name = "sp-crypto-ec-utils" -version = "0.14.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" -dependencies = [ - "ark-bls12-377", - "ark-bls12-377-ext", - "ark-bls12-381", - "ark-bls12-381-ext", - "ark-bw6-761", - "ark-bw6-761-ext", - "ark-ec", - "ark-ed-on-bls12-377", - "ark-ed-on-bls12-377-ext", - "ark-ed-on-bls12-381-bandersnatch", - "ark-ed-on-bls12-381-bandersnatch-ext", - "ark-scale", - "sp-runtime-interface 28.0.0", -] - [[package]] name = "sp-crypto-hashing" version = "0.1.0" @@ -17140,36 +15564,13 @@ dependencies = [ "twox-hash", ] -[[package]] -name = "sp-crypto-hashing" -version = "0.1.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" -dependencies = [ - "blake2b_simd", - "byteorder", - "digest 0.10.7", - "sha2 0.10.8", - "sha3", - "twox-hash", -] - [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "quote", - "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", - "syn 2.0.77", -] - -[[package]] -name = "sp-crypto-hashing-proc-macro" -version = "0.1.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" -dependencies = [ - "quote", - "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0)", + "sp-crypto-hashing", "syn 2.0.77", ] @@ -17182,15 +15583,6 @@ dependencies = [ "parking_lot 0.12.3", ] -[[package]] -name = "sp-database" -version = "10.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" -dependencies = [ - "kvdb", - "parking_lot 0.12.3", -] - [[package]] name = "sp-debug-derive" version = "14.0.0" @@ -17201,26 +15593,6 @@ dependencies = [ "syn 2.0.77", ] -[[package]] -name = "sp-debug-derive" -version = "14.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.77", -] - -[[package]] -name = "sp-externalities" -version = "0.25.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" -dependencies = [ - "environmental", - "parity-scale-codec", - "sp-storage 19.0.0", -] - [[package]] name = "sp-externalities" version = "0.29.0" @@ -17228,19 +15600,7 @@ source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbea dependencies = [ "environmental", "parity-scale-codec", - "sp-storage 21.0.0", -] - -[[package]] -name = "sp-genesis-builder" -version = "0.8.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" -dependencies = [ - "parity-scale-codec", - "scale-info", - "serde_json", - "sp-api 26.0.0", - "sp-runtime 31.0.1", + "sp-storage", ] [[package]] @@ -17251,21 +15611,8 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde_json", - "sp-api 34.0.0", - "sp-runtime 39.0.0", -] - -[[package]] -name = "sp-inherents" -version = "26.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" -dependencies = [ - "async-trait", - "impl-trait-for-tuples", - "parity-scale-codec", - "scale-info", - "sp-runtime 31.0.1", - "thiserror", + "sp-api", + "sp-runtime", ] [[package]] @@ -17277,36 +15624,10 @@ dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", "scale-info", - "sp-runtime 39.0.0", + "sp-runtime", "thiserror", ] -[[package]] -name = "sp-io" -version = "30.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" -dependencies = [ - "bytes", - "ed25519-dalek 2.1.1", - "libsecp256k1", - "log", - "parity-scale-codec", - "polkavm-derive", - "rustversion", - "secp256k1", - "sp-core 28.0.0", - "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0)", - "sp-externalities 0.25.0", - "sp-keystore 0.34.0", - "sp-runtime-interface 24.0.0", - "sp-state-machine 0.35.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0)", - "sp-tracing 16.0.0", - "sp-trie 29.0.0", - "tracing", - "tracing-core", -] - [[package]] name = "sp-io" version = "38.0.0" @@ -17314,21 +15635,21 @@ source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbea dependencies = [ "bytes", "docify", - "ed25519-dalek 2.1.1", + "ed25519-dalek", "libsecp256k1", "log", "parity-scale-codec", "polkavm-derive", "rustversion", "secp256k1", - "sp-core 34.0.0", - "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", - "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", + "sp-crypto-hashing", + "sp-externalities", + "sp-keystore", + "sp-runtime-interface", + "sp-state-machine", + "sp-tracing", + "sp-trie", "tracing", "tracing-core", ] @@ -17338,22 +15659,11 @@ name = "sp-keyring" version = "39.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ - "sp-core 34.0.0", - "sp-runtime 39.0.0", + "sp-core", + "sp-runtime", "strum 0.26.3", ] -[[package]] -name = "sp-keystore" -version = "0.34.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" -dependencies = [ - "parity-scale-codec", - "parking_lot 0.12.3", - "sp-core 28.0.0", - "sp-externalities 0.25.0", -] - [[package]] name = "sp-keystore" version = "0.40.0" @@ -17361,8 +15671,8 @@ source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbea dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", - "sp-core 34.0.0", - "sp-externalities 0.29.0", + "sp-core", + "sp-externalities", ] [[package]] @@ -17374,25 +15684,6 @@ dependencies = [ "zstd 0.12.4", ] -[[package]] -name = "sp-maybe-compressed-blob" -version = "11.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" -dependencies = [ - "thiserror", - "zstd 0.12.4", -] - -[[package]] -name = "sp-metadata-ir" -version = "0.6.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" -dependencies = [ - "frame-metadata", - "parity-scale-codec", - "scale-info", -] - [[package]] name = "sp-metadata-ir" version = "0.7.0" @@ -17403,17 +15694,6 @@ dependencies = [ "scale-info", ] -[[package]] -name = "sp-mixnet" -version = "0.4.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" -dependencies = [ - "parity-scale-codec", - "scale-info", - "sp-api 26.0.0", - "sp-application-crypto 30.0.0", -] - [[package]] name = "sp-mixnet" version = "0.12.0" @@ -17421,8 +15701,8 @@ source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbea dependencies = [ "parity-scale-codec", "scale-info", - "sp-api 34.0.0", - "sp-application-crypto 38.0.0", + "sp-api", + "sp-application-crypto", ] [[package]] @@ -17435,10 +15715,10 @@ dependencies = [ "polkadot-ckb-merkle-mountain-range", "scale-info", "serde", - "sp-api 34.0.0", - "sp-core 34.0.0", - "sp-debug-derive 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", - "sp-runtime 39.0.0", + "sp-api", + "sp-core", + "sp-debug-derive", + "sp-runtime", "thiserror", ] @@ -17450,9 +15730,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", + "sp-core", + "sp-runtime", ] [[package]] @@ -17460,9 +15740,9 @@ name = "sp-offchain" version = "34.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ - "sp-api 34.0.0", - "sp-core 34.0.0", - "sp-runtime 39.0.0", + "sp-api", + "sp-core", + "sp-runtime", ] [[package]] @@ -17476,57 +15756,13 @@ dependencies = [ ] [[package]] -name = "sp-panic-handler" -version = "13.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" -dependencies = [ - "backtrace", - "lazy_static", - "regex", -] - -[[package]] -name = "sp-rpc" -version = "26.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" -dependencies = [ - "rustc-hash", - "serde", - "sp-core 28.0.0", -] - -[[package]] -name = "sp-rpc" -version = "32.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" -dependencies = [ - "rustc-hash", - "serde", - "sp-core 34.0.0", -] - -[[package]] -name = "sp-runtime" -version = "31.0.1" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" +name = "sp-rpc" +version = "32.0.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ - "docify", - "either", - "hash256-std-hasher", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "paste", - "rand 0.8.5", - "scale-info", + "rustc-hash", "serde", - "simple-mermaid", - "sp-application-crypto 30.0.0", - "sp-arithmetic 23.0.0", - "sp-core 28.0.0", - "sp-io 30.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0)", - "sp-weights 27.0.0", + "sp-core", ] [[package]] @@ -17546,34 +15782,15 @@ dependencies = [ "scale-info", "serde", "simple-mermaid", - "sp-application-crypto 38.0.0", - "sp-arithmetic 26.0.0", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", - "sp-weights 31.0.0", + "sp-application-crypto", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-std", + "sp-weights", "tracing", ] -[[package]] -name = "sp-runtime-interface" -version = "24.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" -dependencies = [ - "bytes", - "impl-trait-for-tuples", - "parity-scale-codec", - "polkavm-derive", - "primitive-types", - "sp-externalities 0.25.0", - "sp-runtime-interface-proc-macro 17.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0)", - "sp-storage 19.0.0", - "sp-tracing 16.0.0", - "sp-wasm-interface 20.0.0", - "static_assertions", -] - [[package]] name = "sp-runtime-interface" version = "28.0.0" @@ -17584,28 +15801,15 @@ dependencies = [ "parity-scale-codec", "polkavm-derive", "primitive-types", - "sp-externalities 0.29.0", - "sp-runtime-interface-proc-macro 18.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", - "sp-storage 21.0.0", - "sp-tracing 17.0.0", - "sp-wasm-interface 21.0.0", + "sp-externalities", + "sp-runtime-interface-proc-macro", + "sp-std", + "sp-storage", + "sp-tracing", + "sp-wasm-interface", "static_assertions", ] -[[package]] -name = "sp-runtime-interface-proc-macro" -version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" -dependencies = [ - "Inflector", - "expander", - "proc-macro-crate 3.2.0", - "proc-macro2", - "quote", - "syn 2.0.77", -] - [[package]] name = "sp-runtime-interface-proc-macro" version = "18.0.0" @@ -17626,10 +15830,10 @@ source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbea 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-api", + "sp-core", + "sp-keystore", + "sp-runtime", "sp-staking", ] @@ -17642,28 +15846,8 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-core 34.0.0", - "sp-runtime 39.0.0", -] - -[[package]] -name = "sp-state-machine" -version = "0.35.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" -dependencies = [ - "hash-db", - "log", - "parity-scale-codec", - "parking_lot 0.12.3", - "rand 0.8.5", - "smallvec", - "sp-core 28.0.0", - "sp-externalities 0.25.0", - "sp-panic-handler 13.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0)", - "sp-trie 29.0.0", - "thiserror", - "tracing", - "trie-db", + "sp-core", + "sp-runtime", ] [[package]] @@ -17677,61 +15861,37 @@ dependencies = [ "parking_lot 0.12.3", "rand 0.8.5", "smallvec", - "sp-core 34.0.0", - "sp-externalities 0.29.0", - "sp-panic-handler 13.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", - "sp-trie 37.0.0", + "sp-core", + "sp-externalities", + "sp-panic-handler", + "sp-trie", "thiserror", "tracing", "trie-db", ] -[[package]] -name = "sp-statement-store" -version = "10.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" -dependencies = [ - "aes-gcm", - "curve25519-dalek 4.1.3", - "ed25519-dalek 2.1.1", - "hkdf", - "parity-scale-codec", - "rand 0.8.5", - "scale-info", - "sha2 0.10.8", - "sp-api 26.0.0", - "sp-application-crypto 30.0.0", - "sp-core 28.0.0", - "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0)", - "sp-externalities 0.25.0", - "sp-runtime 31.0.1", - "sp-runtime-interface 24.0.0", - "thiserror", - "x25519-dalek 2.0.1", -] - [[package]] name = "sp-statement-store" version = "18.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "aes-gcm", - "curve25519-dalek 4.1.3", - "ed25519-dalek 2.1.1", + "curve25519-dalek", + "ed25519-dalek", "hkdf", "parity-scale-codec", "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 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", - "sp-externalities 0.29.0", - "sp-runtime 39.0.0", - "sp-runtime-interface 28.0.0", + "sp-api", + "sp-application-crypto", + "sp-core", + "sp-crypto-hashing", + "sp-externalities", + "sp-runtime", + "sp-runtime-interface", "thiserror", - "x25519-dalek 2.0.1", + "x25519-dalek", ] [[package]] @@ -17739,23 +15899,6 @@ name = "sp-std" version = "14.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" -[[package]] -name = "sp-std" -version = "14.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" - -[[package]] -name = "sp-storage" -version = "19.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" -dependencies = [ - "impl-serde", - "parity-scale-codec", - "ref-cast", - "serde", - "sp-debug-derive 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0)", -] - [[package]] name = "sp-storage" version = "21.0.0" @@ -17765,7 +15908,7 @@ dependencies = [ "parity-scale-codec", "ref-cast", "serde", - "sp-debug-derive 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-debug-derive", ] [[package]] @@ -17775,22 +15918,11 @@ source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbea dependencies = [ "async-trait", "parity-scale-codec", - "sp-inherents 34.0.0", - "sp-runtime 39.0.0", + "sp-inherents", + "sp-runtime", "thiserror", ] -[[package]] -name = "sp-tracing" -version = "16.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" -dependencies = [ - "parity-scale-codec", - "tracing", - "tracing-core", - "tracing-subscriber", -] - [[package]] name = "sp-tracing" version = "17.0.0" @@ -17807,8 +15939,8 @@ name = "sp-transaction-pool" version = "34.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ - "sp-api 34.0.0", - "sp-runtime 39.0.0", + "sp-api", + "sp-runtime", ] [[package]] @@ -17819,33 +15951,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", -] - -[[package]] -name = "sp-trie" -version = "29.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" -dependencies = [ - "ahash 0.8.11", - "hash-db", - "lazy_static", - "memory-db", - "nohash-hasher", - "parity-scale-codec", - "parking_lot 0.12.3", - "rand 0.8.5", - "scale-info", - "schnellru", - "sp-core 28.0.0", - "sp-externalities 0.25.0", - "thiserror", - "tracing", - "trie-db", - "trie-root", + "sp-core", + "sp-inherents", + "sp-runtime", + "sp-trie", ] [[package]] @@ -17853,7 +15962,7 @@ name = "sp-trie" version = "37.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ - "ahash 0.8.11", + "ahash", "hash-db", "lazy_static", "memory-db", @@ -17863,31 +15972,14 @@ dependencies = [ "rand 0.8.5", "scale-info", "schnellru", - "sp-core 34.0.0", - "sp-externalities 0.29.0", + "sp-core", + "sp-externalities", "thiserror", "tracing", "trie-db", "trie-root", ] -[[package]] -name = "sp-version" -version = "29.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" -dependencies = [ - "impl-serde", - "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-v1.11.0)", - "sp-runtime 31.0.1", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0)", - "sp-version-proc-macro 13.0.0", - "thiserror", -] - [[package]] name = "sp-version" version = "37.0.0" @@ -17898,24 +15990,13 @@ dependencies = [ "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)", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", - "sp-version-proc-macro 14.0.0", + "sp-crypto-hashing-proc-macro", + "sp-runtime", + "sp-std", + "sp-version-proc-macro", "thiserror", ] -[[package]] -name = "sp-version-proc-macro" -version = "13.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" -dependencies = [ - "parity-scale-codec", - "proc-macro2", - "quote", - "syn 2.0.77", -] - [[package]] name = "sp-version-proc-macro" version = "14.0.0" @@ -17927,18 +16008,6 @@ dependencies = [ "syn 2.0.77", ] -[[package]] -name = "sp-wasm-interface" -version = "20.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" -dependencies = [ - "anyhow", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "wasmtime", -] - [[package]] name = "sp-wasm-interface" version = "21.0.0" @@ -17951,20 +16020,6 @@ dependencies = [ "wasmtime", ] -[[package]] -name = "sp-weights" -version = "27.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" -dependencies = [ - "bounded-collections", - "parity-scale-codec", - "scale-info", - "serde", - "smallvec", - "sp-arithmetic 23.0.0", - "sp-debug-derive 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0)", -] - [[package]] name = "sp-weights" version = "31.0.0" @@ -17975,8 +16030,8 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-arithmetic 26.0.0", - "sp-debug-derive 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-arithmetic", + "sp-debug-derive", ] [[package]] @@ -18040,7 +16095,7 @@ version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "24ba59a9342a3d9bab6c56c118be528b27c9b60e490080e9711a04dccac83ef6" dependencies = [ - "ahash 0.8.11", + "ahash", "atoi", "byteorder", "bytes", @@ -18164,7 +16219,7 @@ dependencies = [ "frame-system", "parity-scale-codec", "scale-info", - "sp-runtime 39.0.0", + "sp-runtime", ] [[package]] @@ -18172,7 +16227,7 @@ name = "staging-xcm" version = "14.1.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ - "array-bytes 6.2.3", + "array-bytes", "bounded-collections", "derivative", "environmental", @@ -18181,7 +16236,7 @@ dependencies = [ "parity-scale-codec", "scale-info", "serde", - "sp-weights 31.0.0", + "sp-weights", "xcm-procedural", ] @@ -18198,10 +16253,10 @@ dependencies = [ "parity-scale-codec", "polkadot-parachain-primitives", "scale-info", - "sp-arithmetic 26.0.0", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-weights 31.0.0", + "sp-arithmetic", + "sp-io", + "sp-runtime", + "sp-weights", "staging-xcm", "staging-xcm-executor", ] @@ -18217,11 +16272,11 @@ dependencies = [ "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", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", + "sp-weights", "staging-xcm", "tracing", ] @@ -18268,11 +16323,11 @@ dependencies = [ "frame-support", "hex", "parity-scale-codec", - "sp-core 34.0.0", - "sp-runtime 39.0.0", - "sp-state-machine 0.43.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", - "sp-trie 37.0.0", + "sp-core", + "sp-runtime", + "sp-state-machine", + "sp-std", + "sp-trie", ] [[package]] @@ -18342,18 +16397,6 @@ dependencies = [ "syn 2.0.77", ] -[[package]] -name = "substrate-bip39" -version = "0.4.7" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" -dependencies = [ - "hmac 0.12.1", - "pbkdf2 0.12.2", - "schnorrkel 0.11.4", - "sha2 0.10.8", - "zeroize", -] - [[package]] name = "substrate-bip39" version = "0.6.0" @@ -18402,16 +16445,16 @@ dependencies = [ "docify", "frame-system-rpc-runtime-api", "futures 0.3.30", - "jsonrpsee 0.23.2", + "jsonrpsee", "log", "parity-scale-codec", - "sc-rpc-api 0.43.0", - "sc-transaction-pool-api 37.0.0", - "sp-api 34.0.0", + "sc-rpc-api", + "sc-transaction-pool-api", + "sp-api", "sp-block-builder", - "sp-blockchain 37.0.0", - "sp-core 34.0.0", - "sp-runtime 39.0.0", + "sp-blockchain", + "sp-core", + "sp-runtime", ] [[package]] @@ -18428,29 +16471,17 @@ dependencies = [ "tokio", ] -[[package]] -name = "substrate-prometheus-endpoint" -version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" -dependencies = [ - "hyper 0.14.30", - "log", - "prometheus", - "thiserror", - "tokio", -] - [[package]] name = "substrate-rpc-client" -version = "0.33.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-v1.11.0#125e709e299d83556c21d668660fe37e2e3962cb" +version = "0.43.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ "async-trait", - "jsonrpsee 0.22.5", + "jsonrpsee", "log", - "sc-rpc-api 0.33.0", + "sc-rpc-api", "serde", - "sp-runtime 31.0.1", + "sp-runtime", ] [[package]] @@ -18458,15 +16489,15 @@ name = "substrate-state-trie-migration-rpc" version = "37.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ - "jsonrpsee 0.23.2", + "jsonrpsee", "parity-scale-codec", - "sc-client-api 37.0.0", - "sc-rpc-api 0.43.0", + "sc-client-api", + "sc-rpc-api", "serde", - "sp-core 34.0.0", - "sp-runtime 39.0.0", - "sp-state-machine 0.43.0", - "sp-trie 37.0.0", + "sp-core", + "sp-runtime", + "sp-state-machine", + "sp-trie", "trie-db", ] @@ -18475,25 +16506,25 @@ name = "substrate-test-client" version = "2.0.1" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ - "array-bytes 6.2.3", + "array-bytes", "async-trait", "futures 0.3.30", "parity-scale-codec", - "sc-client-api 37.0.0", + "sc-client-api", "sc-client-db", - "sc-consensus 0.43.0", - "sc-executor 0.40.0", + "sc-consensus", + "sc-executor", "sc-offchain", "sc-service", "serde", "serde_json", - "sp-blockchain 37.0.0", - "sp-consensus 0.40.0", - "sp-core 34.0.0", + "sp-blockchain", + "sp-consensus", + "sp-core", "sp-keyring", - "sp-keystore 0.40.0", - "sp-runtime 39.0.0", - "sp-state-machine 0.43.0", + "sp-keystore", + "sp-runtime", + "sp-state-machine", "tokio", ] @@ -18502,7 +16533,7 @@ name = "substrate-test-runtime" version = "2.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ - "array-bytes 6.2.3", + "array-bytes", "frame-executive", "frame-metadata-hash-extension", "frame-support", @@ -18516,26 +16547,26 @@ dependencies = [ "sc-service", "scale-info", "serde_json", - "sp-api 34.0.0", - "sp-application-crypto 38.0.0", + "sp-api", + "sp-application-crypto", "sp-block-builder", "sp-consensus-aura", "sp-consensus-babe", - "sp-consensus-grandpa 21.0.0", - "sp-core 34.0.0", - "sp-crypto-hashing 0.1.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", - "sp-externalities 0.29.0", - "sp-genesis-builder 0.15.0", - "sp-inherents 34.0.0", - "sp-io 38.0.0", + "sp-consensus-grandpa", + "sp-core", + "sp-crypto-hashing", + "sp-externalities", + "sp-genesis-builder", + "sp-inherents", + "sp-io", "sp-keyring", "sp-offchain", - "sp-runtime 39.0.0", + "sp-runtime", "sp-session", - "sp-state-machine 0.43.0", + "sp-state-machine", "sp-transaction-pool", - "sp-trie 37.0.0", - "sp-version 37.0.0", + "sp-trie", + "sp-version", "substrate-wasm-builder", "tracing", "trie-db", @@ -18548,13 +16579,13 @@ source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbea dependencies = [ "futures 0.3.30", "sc-block-builder", - "sc-client-api 37.0.0", - "sc-consensus 0.43.0", - "sp-api 34.0.0", - "sp-blockchain 37.0.0", - "sp-consensus 0.40.0", - "sp-core 34.0.0", - "sp-runtime 39.0.0", + "sc-client-api", + "sc-consensus", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-runtime", "substrate-test-client", "substrate-test-runtime", ] @@ -18574,7 +16605,7 @@ name = "substrate-wasm-builder" version = "24.0.0" source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" dependencies = [ - "array-bytes 6.2.3", + "array-bytes", "build-helper", "cargo_metadata", "console", @@ -18584,12 +16615,12 @@ dependencies = [ "parity-scale-codec", "parity-wasm", "polkavm-linker", - "sc-executor 0.40.0", - "sp-core 34.0.0", - "sp-io 38.0.0", - "sp-maybe-compressed-blob 11.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", - "sp-tracing 17.0.0", - "sp-version 37.0.0", + "sc-executor", + "sp-core", + "sp-io", + "sp-maybe-compressed-blob", + "sp-tracing", + "sp-version", "strum 0.26.3", "tempfile", "toml 0.8.19", @@ -18927,7 +16958,7 @@ dependencies = [ "libc", "mio", "parking_lot 0.12.3", - "pin-project-lite 0.2.14", + "pin-project-lite", "signal-hook-registry", "socket2 0.5.7", "tokio-macros", @@ -18966,17 +16997,6 @@ dependencies = [ "tokio", ] -[[package]] -name = "tokio-rustls" -version = "0.25.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f" -dependencies = [ - "rustls 0.22.4", - "rustls-pki-types", - "tokio", -] - [[package]] name = "tokio-rustls" version = "0.26.0" @@ -18995,7 +17015,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1" dependencies = [ "futures-core", - "pin-project-lite 0.2.14", + "pin-project-lite", "tokio", "tokio-util", ] @@ -19025,7 +17045,7 @@ dependencies = [ "futures-core", "futures-io", "futures-sink", - "pin-project-lite 0.2.14", + "pin-project-lite", "tokio", ] @@ -19081,7 +17101,7 @@ dependencies = [ "futures-core", "futures-util", "pin-project", - "pin-project-lite 0.2.14", + "pin-project-lite", "tokio", "tower-layer", "tower-service", @@ -19099,7 +17119,7 @@ dependencies = [ "http 1.1.0", "http-body 1.0.1", "http-body-util", - "pin-project-lite 0.2.14", + "pin-project-lite", "tower-layer", "tower-service", ] @@ -19123,7 +17143,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" dependencies = [ "log", - "pin-project-lite 0.2.14", + "pin-project-lite", "tracing-attributes", "tracing-core", ] @@ -19284,26 +17304,6 @@ dependencies = [ "url", ] -[[package]] -name = "trust-dns-resolver" -version = "0.22.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aff21aa4dcefb0a1afbfac26deb0adc93888c7d295fb63ab273ef276ba2b7cfe" -dependencies = [ - "cfg-if", - "futures-util", - "ipconfig", - "lazy_static", - "lru-cache", - "parking_lot 0.12.3", - "resolv-conf", - "smallvec", - "thiserror", - "tokio", - "tracing", - "trust-dns-proto 0.22.0", -] - [[package]] name = "trust-dns-resolver" version = "0.23.2" @@ -19458,7 +17458,6 @@ dependencies = [ "bytes", "futures-io", "futures-util", - "tokio-util", ] [[package]] @@ -20011,15 +18010,6 @@ dependencies = [ "untrusted 0.9.0", ] -[[package]] -name = "webpki-roots" -version = "0.22.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87" -dependencies = [ - "webpki", -] - [[package]] name = "webpki-roots" version = "0.25.4" @@ -20113,26 +18103,26 @@ dependencies = [ "serde", "serde_derive", "smallvec", - "sp-api 34.0.0", - "sp-application-crypto 38.0.0", - "sp-arithmetic 26.0.0", + "sp-api", + "sp-application-crypto", + "sp-arithmetic", "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", "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", + "sp-genesis-builder", + "sp-inherents", + "sp-io", "sp-mmr-primitives", "sp-npos-elections", "sp-offchain", - "sp-runtime 39.0.0", + "sp-runtime", "sp-session", "sp-staking", - "sp-storage 21.0.0", + "sp-storage", "sp-transaction-pool", - "sp-version 37.0.0", + "sp-version", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -20150,9 +18140,9 @@ dependencies = [ "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core 34.0.0", - "sp-runtime 39.0.0", - "sp-weights 31.0.0", + "sp-core", + "sp-runtime", + "sp-weights", "staging-xcm", "staging-xcm-builder", ] @@ -20501,47 +18491,18 @@ dependencies = [ "tap", ] -[[package]] -name = "x25519-dalek" -version = "1.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f" -dependencies = [ - "curve25519-dalek 3.2.0", - "rand_core 0.5.1", - "zeroize", -] - [[package]] name = "x25519-dalek" version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c7e468321c81fb07fa7f4c636c3972b9100f0346e5b6a9f2bd0603a52f7ed277" dependencies = [ - "curve25519-dalek 4.1.3", + "curve25519-dalek", "rand_core 0.6.4", "serde", "zeroize", ] -[[package]] -name = "x509-parser" -version = "0.14.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0ecbeb7b67ce215e40e3cc7f2ff902f94a223acf44995934763467e7b1febc8" -dependencies = [ - "asn1-rs 0.5.2", - "base64 0.13.1", - "data-encoding", - "der-parser 8.2.0", - "lazy_static", - "nom", - "oid-registry 0.6.1", - "rusticata-macros", - "thiserror", - "time", -] - [[package]] name = "x509-parser" version = "0.15.1" @@ -20586,9 +18547,9 @@ dependencies = [ "log", "parity-scale-codec", "primitive-types", - "sp-core 34.0.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-core", + "sp-runtime", + "sp-std", "staging-xcm", ] @@ -20612,9 +18573,9 @@ dependencies = [ "scale-info", "serde", "sha3", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-io", + "sp-runtime", + "sp-std", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -20639,8 +18600,8 @@ dependencies = [ "frame-support", "parity-scale-codec", "scale-info", - "sp-api 34.0.0", - "sp-weights 31.0.0", + "sp-api", + "sp-weights", "staging-xcm", "staging-xcm-executor", ] @@ -20659,9 +18620,9 @@ dependencies = [ "polkadot-primitives", "polkadot-runtime-parachains", "scale-info", - "sp-io 38.0.0", - "sp-runtime 39.0.0", - "sp-std 14.0.0 (git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407)", + "sp-io", + "sp-runtime", + "sp-std", "staging-xcm", "staging-xcm-builder", "staging-xcm-executor", @@ -20682,20 +18643,6 @@ dependencies = [ "xml-rs", ] -[[package]] -name = "yamux" -version = "0.10.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5d9ba232399af1783a58d8eb26f6b5006fbefe2dc9ef36bd283324792d03ea5" -dependencies = [ - "futures 0.3.30", - "log", - "nohash-hasher", - "parking_lot 0.12.3", - "rand 0.8.5", - "static_assertions", -] - [[package]] name = "yamux" version = "0.12.1" @@ -20808,3 +18755,8 @@ dependencies = [ "cc", "pkg-config", ] + +[[patch.unused]] +name = "sp-crypto-ec-utils" +version = "0.14.0" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" diff --git a/Cargo.toml b/Cargo.toml index f012273c46..2bcafa920a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ members = [ "pallets/proxy-genesis-companion", "pallets/xcm-transactor", "pallets/xcm-weight-trader", - "precompiles/balances-erc20", + "precompiles/balances-erc20", "precompiles/batch", "precompiles/call-permit", "precompiles/collective", @@ -187,7 +187,7 @@ sp-runtime-interface = { git = "https://github.com/moonbeam-foundation/polkadot- sp-session = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } sp-std = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } sp-state-machine = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } -sp-tracing = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0", default-features = false } +sp-tracing = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } sp-transaction-pool = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } sp-trie = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } sp-version = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407", default-features = false } @@ -227,7 +227,7 @@ sp-consensus = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", br sp-storage = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } sp-timestamp = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } sp-wasm-interface = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } -sp-rpc = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } +sp-rpc = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } substrate-build-script-utils = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } substrate-frame-rpc-system = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } substrate-prometheus-endpoint = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } @@ -235,7 +235,7 @@ substrate-test-client = { git = "https://github.com/moonbeam-foundation/polkadot substrate-test-runtime = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } substrate-test-runtime-client = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } substrate-wasm-builder = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } -substrate-rpc-client = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-v1.11.0" } +substrate-rpc-client = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } # Frontier (wasm) diff --git a/node/service/src/chain_spec/test_spec.rs b/node/service/src/chain_spec/test_spec.rs index c814b6f6f6..51255cda5f 100644 --- a/node/service/src/chain_spec/test_spec.rs +++ b/node/service/src/chain_spec/test_spec.rs @@ -16,7 +16,7 @@ //! Embedded specs for testing purposes, must be compiled with --features=test-spec use crate::chain_spec::moonbase::{testnet_genesis, ChainSpec}; -use crate::chain_spec::{get_from_seed}; +use crate::chain_spec::{get_from_seed, Extensions}; use cumulus_primitives_core::ParaId; use hex_literal::hex; use moonbase_runtime::{currency::UNIT, AccountId, WASM_BINARY}; @@ -28,7 +28,10 @@ use sc_service::ChainType; pub fn staking_spec(para_id: ParaId) -> ChainSpec { ChainSpec::builder( WASM_BINARY.expect("WASM binary was not build, please build it!"), - Default::default(), + Extensions { + relay_chain: "westend_local".into(), + para_id: para_id.into(), + }, ) .with_name("Moonbase Development Testnet") .with_id("staking") @@ -86,9 +89,7 @@ pub fn staking_spec(para_id: ParaId) -> ChainSpec { } #[cfg(feature = "lazy-loading")] -pub fn lazy_loading_spec_builder( - para_id: ParaId, -) -> sc_chain_spec::ChainSpecBuilder { +pub fn lazy_loading_spec_builder(para_id: ParaId) -> sc_chain_spec::ChainSpecBuilder { crate::chain_spec::moonbeam::ChainSpec::builder( moonbeam_runtime::WASM_BINARY.expect("WASM binary was not build, please build it!"), Default::default(), diff --git a/node/service/src/lazy_loading/backend.rs b/node/service/src/lazy_loading/backend.rs index e2f2e1a3aa..845ca205c5 100644 --- a/node/service/src/lazy_loading/backend.rs +++ b/node/service/src/lazy_loading/backend.rs @@ -505,20 +505,6 @@ impl blockchain::Backend for Blockchain Ok(self.storage.read().leaves.hashes()) } - fn displaced_leaves_after_finalizing( - &self, - block_number: NumberFor, - ) -> sp_blockchain::Result> { - Ok(self - .storage - .read() - .leaves - .displaced_by_finalize_height(block_number) - .leaves() - .cloned() - .collect::>()) - } - fn children(&self, _parent_hash: Block::Hash) -> sp_blockchain::Result> { unimplemented!("Not supported by the `lazy-loading` backend.") } diff --git a/node/service/src/lazy_loading/mod.rs b/node/service/src/lazy_loading/mod.rs index 2f1e95988f..0a7f0d6a82 100644 --- a/node/service/src/lazy_loading/mod.rs +++ b/node/service/src/lazy_loading/mod.rs @@ -620,6 +620,7 @@ where let mocked_parachain = MockValidationDataInherentDataProvider { current_para_block, + para_id: ParaId::new(parachain_id), current_para_block_head, relay_offset: 1000, relay_blocks_per_para_block: 2, @@ -629,7 +630,6 @@ where xcm_config: MockXcmConfig::new( &*client_for_cidp, block, - ParaId::new(parachain_id), Default::default(), ), raw_downward_messages: downward_xcm_receiver.drain().collect(), From 7456ad73b3eb41778498fbef8ff8b8677ad7af19 Mon Sep 17 00:00:00 2001 From: Gonza Montiel Date: Fri, 20 Sep 2024 11:54:30 +0200 Subject: [PATCH 28/52] remove unused patch --- Cargo.lock | 5 ----- Cargo.toml | 3 --- 2 files changed, 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 17df28a6ca..befc07d8c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -18755,8 +18755,3 @@ dependencies = [ "cc", "pkg-config", ] - -[[patch.unused]] -name = "sp-crypto-ec-utils" -version = "0.14.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" diff --git a/Cargo.toml b/Cargo.toml index 2bcafa920a..d54a2ca17b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -497,6 +497,3 @@ debug = 1 # debug symbols are useful for profilers debug-assertions = true # Enable debug-assert! for non-production profiles inherits = "release" overflow-checks = true - -[patch."https://github.com/paritytech/polkadot-sdk"] -sp-crypto-ec-utils = { git = "https://github.com/moonbeam-foundation/polkadot-sdk", branch = "moonbeam-polkadot-stable2407" } From 15086d6228a56f4710433d5a05076e72f89f5247 Mon Sep 17 00:00:00 2001 From: Gonza Montiel Date: Fri, 20 Sep 2024 11:54:40 +0200 Subject: [PATCH 29/52] fix linters --- .../dev/moonbase/test-treasury/test-treasury-pallet.ts | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/test/suites/dev/moonbase/test-treasury/test-treasury-pallet.ts b/test/suites/dev/moonbase/test-treasury/test-treasury-pallet.ts index 82a4b34d48..2c642e8eac 100644 --- a/test/suites/dev/moonbase/test-treasury/test-treasury-pallet.ts +++ b/test/suites/dev/moonbase/test-treasury/test-treasury-pallet.ts @@ -2,8 +2,6 @@ import "@moonbeam-network/api-augment"; import { beforeAll, describeSuite, expect } from "@moonwall/cli"; import { ApiPromise } from "@polkadot/api"; import { alith, baltathar, ethan } from "@moonwall/util"; -import { Signer } from "@polkadot/types/types"; -import { jumpBlocks } from "../../../../helpers"; describeSuite({ id: "D013801", @@ -38,7 +36,8 @@ describeSuite({ test: async function () { expect((await api.query.treasury.spendCount()).toNumber()).to.equal(0); // Creates a proposal - // Value needs to be higher than the transaction fee paid by ethan, but lower than the total treasury pot + // Value needs to be higher than the transaction fee paid by ethan, + // but lower than the total treasury pot const proposal_value = 1000000000n; const tx = api.tx.treasury.spendLocal(proposal_value, ethan.address); const signedTx = await api.tx.sudo.sudo(tx).signAsync(alith); @@ -49,4 +48,4 @@ describeSuite({ }, }); }, -}); \ No newline at end of file +}); From 87acd36fc3b316b4a3ba5fbce270d8bde495a954 Mon Sep 17 00:00:00 2001 From: Gonza Montiel Date: Fri, 20 Sep 2024 13:52:04 +0200 Subject: [PATCH 30/52] fix cargo test with benchmarking and tracing enabled --- Cargo.lock | 558 +++++++++--------- .../src/generic/mock.rs | 1 + 2 files changed, 280 insertions(+), 279 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index befc07d8c1..27636598ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -787,7 +787,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "15.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "hash-db", "log", @@ -1017,7 +1017,7 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub-router" version = "0.14.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "parity-scale-codec", "scale-info", @@ -1754,7 +1754,7 @@ dependencies = [ [[package]] name = "cumulus-client-cli" version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "clap", "parity-scale-codec", @@ -1771,7 +1771,7 @@ dependencies = [ [[package]] name = "cumulus-client-collator" version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", @@ -1794,7 +1794,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-common" version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "async-trait", "cumulus-client-pov-recovery", @@ -1824,7 +1824,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-proposer" version = "0.15.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "anyhow", "async-trait", @@ -1839,7 +1839,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-relay-chain" version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "async-trait", "cumulus-client-consensus-common", @@ -1862,7 +1862,7 @@ dependencies = [ [[package]] name = "cumulus-client-network" version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "async-trait", "cumulus-relay-chain-interface", @@ -1888,7 +1888,7 @@ dependencies = [ [[package]] name = "cumulus-client-parachain-inherent" version = "0.11.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -1910,7 +1910,7 @@ dependencies = [ [[package]] name = "cumulus-client-pov-recovery" version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -1936,7 +1936,7 @@ dependencies = [ [[package]] name = "cumulus-client-service" version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "cumulus-client-cli", "cumulus-client-collator", @@ -1973,7 +1973,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-dmp-queue" version = "0.16.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "cumulus-primitives-core", "frame-benchmarking", @@ -1990,7 +1990,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" version = "0.16.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", @@ -2026,7 +2026,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system-proc-macro" version = "0.6.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", @@ -2037,7 +2037,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" version = "0.16.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -2052,7 +2052,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" version = "0.16.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "bounded-collections", "bp-xcm-bridge-hub-router", @@ -2077,7 +2077,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" version = "0.15.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -2093,7 +2093,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.15.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2109,7 +2109,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" version = "0.10.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "sp-externalities", "sp-runtime-interface", @@ -2119,7 +2119,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-storage-weight-reclaim" version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-proof-size-hostfunction", @@ -2135,7 +2135,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-timestamp" version = "0.15.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "cumulus-primitives-core", "sp-inherents", @@ -2145,7 +2145,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" version = "0.16.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -2164,7 +2164,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-inprocess-interface" version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2188,7 +2188,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-interface" version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2207,7 +2207,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-minimal-node" version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "array-bytes", "async-trait", @@ -2242,7 +2242,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2281,7 +2281,7 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.15.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", @@ -3401,7 +3401,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "13.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "parity-scale-codec", ] @@ -3529,7 +3529,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-support", "frame-support-procedural", @@ -3553,7 +3553,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "42.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "Inflector", "array-bytes", @@ -3603,7 +3603,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "14.0.1" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", @@ -3614,7 +3614,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -3630,7 +3630,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "aquamarine", "frame-support", @@ -3660,7 +3660,7 @@ dependencies = [ [[package]] name = "frame-metadata-hash-extension" version = "0.5.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "array-bytes", "docify", @@ -3675,7 +3675,7 @@ dependencies = [ [[package]] name = "frame-support" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "aquamarine", "array-bytes", @@ -3716,7 +3716,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "30.0.2" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "Inflector", "cfg-expr", @@ -3735,7 +3735,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "13.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 3.2.0", @@ -3747,7 +3747,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "12.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "proc-macro2", "quote", @@ -3757,7 +3757,7 @@ dependencies = [ [[package]] name = "frame-system" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "cfg-if", "docify", @@ -3777,7 +3777,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-benchmarking", "frame-support", @@ -3791,7 +3791,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "docify", "parity-scale-codec", @@ -3801,7 +3801,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.43.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-support", "parity-scale-codec", @@ -6107,7 +6107,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "39.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "futures 0.3.30", "log", @@ -6126,7 +6126,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -8112,7 +8112,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion" version = "19.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-benchmarking", "frame-support", @@ -8150,7 +8150,7 @@ dependencies = [ [[package]] name = "pallet-asset-rate" version = "16.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-benchmarking", "frame-support", @@ -8164,7 +8164,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-benchmarking", "frame-support", @@ -8181,7 +8181,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "39.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-benchmarking", "frame-support", @@ -8273,7 +8273,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-support", "frame-system", @@ -8288,7 +8288,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-support", "frame-system", @@ -8301,7 +8301,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-benchmarking", "frame-support", @@ -8324,7 +8324,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "36.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "aquamarine", "docify", @@ -8345,7 +8345,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "docify", "frame-benchmarking", @@ -8360,7 +8360,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-support", "frame-system", @@ -8379,7 +8379,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -8403,7 +8403,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "36.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-benchmarking", "frame-support", @@ -8420,7 +8420,7 @@ dependencies = [ [[package]] name = "pallet-broker" version = "0.16.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "bitvec", "frame-benchmarking", @@ -8438,7 +8438,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "36.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-benchmarking", "frame-support", @@ -8456,7 +8456,7 @@ dependencies = [ [[package]] name = "pallet-collator-selection" version = "18.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-benchmarking", "frame-support", @@ -8475,7 +8475,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-benchmarking", "frame-support", @@ -8491,7 +8491,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "assert_matches", "frame-benchmarking", @@ -8529,7 +8529,7 @@ dependencies = [ [[package]] name = "pallet-delegated-staking" version = "4.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-support", "frame-system", @@ -8542,7 +8542,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-benchmarking", "frame-support", @@ -8559,7 +8559,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "36.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -8581,7 +8581,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "36.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -8594,7 +8594,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-benchmarking", "frame-support", @@ -9481,7 +9481,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "36.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "docify", "frame-benchmarking", @@ -9499,7 +9499,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-benchmarking", "frame-support", @@ -9521,7 +9521,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "enumflags2", "frame-benchmarking", @@ -9539,7 +9539,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "36.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-benchmarking", "frame-support", @@ -9558,7 +9558,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-benchmarking", "frame-support", @@ -9590,7 +9590,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-benchmarking", "frame-support", @@ -9606,7 +9606,7 @@ dependencies = [ [[package]] name = "pallet-message-queue" version = "40.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "environmental", "frame-benchmarking", @@ -9644,7 +9644,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-benchmarking", "frame-support", @@ -9726,7 +9726,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-benchmarking", "frame-support", @@ -9741,7 +9741,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-benchmarking", "frame-support", @@ -9756,7 +9756,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-support", "frame-system", @@ -9774,7 +9774,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "35.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -9794,7 +9794,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "32.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -9804,7 +9804,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "36.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-support", "frame-system", @@ -9820,7 +9820,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -9865,7 +9865,7 @@ dependencies = [ [[package]] name = "pallet-parameters" version = "0.8.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "cumulus-primitives-storage-weight-reclaim", "docify", @@ -9903,7 +9903,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-benchmarking", "frame-support", @@ -9919,7 +9919,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-benchmarking", "frame-support", @@ -9976,7 +9976,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-benchmarking", "frame-support", @@ -9994,7 +9994,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-benchmarking", "frame-support", @@ -10008,7 +10008,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "assert_matches", "frame-benchmarking", @@ -10049,7 +10049,7 @@ dependencies = [ [[package]] name = "pallet-root-testing" version = "13.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-support", "frame-system", @@ -10063,7 +10063,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "docify", "frame-benchmarking", @@ -10080,7 +10080,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-support", "frame-system", @@ -10101,7 +10101,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-benchmarking", "frame-support", @@ -10117,7 +10117,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-benchmarking", "frame-support", @@ -10134,7 +10134,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -10156,7 +10156,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "12.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", @@ -10167,7 +10167,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "22.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "log", "sp-arithmetic", @@ -10176,7 +10176,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "22.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "parity-scale-codec", "sp-api", @@ -10186,7 +10186,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "39.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-benchmarking", "frame-support", @@ -10202,7 +10202,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "docify", "frame-benchmarking", @@ -10217,7 +10217,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "36.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "docify", "frame-benchmarking", @@ -10236,7 +10236,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "36.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-benchmarking", "frame-support", @@ -10254,7 +10254,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-support", "frame-system", @@ -10269,7 +10269,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "40.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -10285,7 +10285,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -10297,7 +10297,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "36.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "docify", "frame-benchmarking", @@ -10315,7 +10315,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-benchmarking", "frame-support", @@ -10330,7 +10330,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-benchmarking", "frame-support", @@ -10344,7 +10344,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "36.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-benchmarking", "frame-support", @@ -10358,7 +10358,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "16.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "bounded-collections", "frame-benchmarking", @@ -10381,7 +10381,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "16.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-benchmarking", "frame-support", @@ -10446,7 +10446,7 @@ dependencies = [ [[package]] name = "parachains-common" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-utility", @@ -10775,7 +10775,7 @@ checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" [[package]] name = "polkadot-approval-distribution" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "bitvec", "futures 0.3.30", @@ -10795,7 +10795,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "always-assert", "futures 0.3.30", @@ -10811,7 +10811,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "derive_more", "fatality", @@ -10835,7 +10835,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "async-trait", "fatality", @@ -10868,7 +10868,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "cfg-if", "clap", @@ -10896,7 +10896,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "bitvec", "fatality", @@ -10918,7 +10918,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "15.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "parity-scale-codec", "scale-info", @@ -10929,7 +10929,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "derive_more", "fatality", @@ -10954,7 +10954,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "15.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -10968,7 +10968,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "futures 0.3.30", "futures-timer", @@ -10990,7 +10990,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "always-assert", "async-trait", @@ -11013,7 +11013,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "futures 0.3.30", "parity-scale-codec", @@ -11031,7 +11031,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "bitvec", "derive_more", @@ -11064,7 +11064,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "bitvec", "futures 0.3.30", @@ -11086,7 +11086,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "bitvec", "fatality", @@ -11106,7 +11106,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "futures 0.3.30", "polkadot-node-subsystem", @@ -11121,7 +11121,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "async-trait", "futures 0.3.30", @@ -11142,7 +11142,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "futures 0.3.30", "polkadot-node-metrics", @@ -11156,7 +11156,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "futures 0.3.30", "futures-timer", @@ -11173,7 +11173,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "fatality", "futures 0.3.30", @@ -11192,7 +11192,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "async-trait", "futures 0.3.30", @@ -11209,7 +11209,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-prospective-parachains" version = "16.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "bitvec", "fatality", @@ -11226,7 +11226,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "bitvec", "fatality", @@ -11244,7 +11244,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "always-assert", "array-bytes", @@ -11273,7 +11273,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "futures 0.3.30", "polkadot-node-primitives", @@ -11289,7 +11289,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-common" version = "15.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "cpu-time", "futures 0.3.30", @@ -11315,7 +11315,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "futures 0.3.30", "polkadot-node-metrics", @@ -11330,7 +11330,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "lazy_static", "log", @@ -11349,7 +11349,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "bs58 0.5.1", "futures 0.3.30", @@ -11368,7 +11368,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -11394,7 +11394,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "15.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "bitvec", "bounded-vec", @@ -11417,7 +11417,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -11427,7 +11427,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "async-trait", "bitvec", @@ -11457,7 +11457,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "async-trait", "derive_more", @@ -11493,7 +11493,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "async-trait", "futures 0.3.30", @@ -11515,7 +11515,7 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" version = "14.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "bounded-collections", "derive_more", @@ -11531,7 +11531,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "15.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "bitvec", "hex-literal 0.4.1", @@ -11557,7 +11557,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "jsonrpsee", "mmr-rpc", @@ -11592,7 +11592,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "16.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "bitvec", "frame-benchmarking", @@ -11642,7 +11642,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "16.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "bs58 0.5.1", "frame-benchmarking", @@ -11654,7 +11654,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "16.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "bitflags 1.3.2", "bitvec", @@ -11701,7 +11701,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "async-trait", "bitvec", @@ -11823,7 +11823,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "arrayvec 0.7.6", "bitvec", @@ -11846,7 +11846,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "15.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -12931,7 +12931,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "binary-merkle-tree", "bitvec", @@ -13031,7 +13031,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "16.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-support", "polkadot-primitives", @@ -13354,7 +13354,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "29.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "log", "sp-core", @@ -13365,7 +13365,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.44.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "async-trait", "futures 0.3.30", @@ -13395,7 +13395,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.44.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "futures 0.3.30", "futures-timer", @@ -13417,7 +13417,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.42.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "parity-scale-codec", "sp-api", @@ -13432,7 +13432,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "array-bytes", "docify", @@ -13459,7 +13459,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "12.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", @@ -13470,7 +13470,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.46.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "array-bytes", "chrono", @@ -13514,7 +13514,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "fnv", "futures 0.3.30", @@ -13541,7 +13541,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.44.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "hash-db", "kvdb", @@ -13567,7 +13567,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.43.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "async-trait", "futures 0.3.30", @@ -13591,7 +13591,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.44.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "async-trait", "futures 0.3.30", @@ -13620,7 +13620,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.44.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "async-trait", "fork-tree", @@ -13656,7 +13656,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.44.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "futures 0.3.30", "jsonrpsee", @@ -13678,7 +13678,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "23.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -13714,7 +13714,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "23.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "futures 0.3.30", "jsonrpsee", @@ -13734,7 +13734,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.43.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "fork-tree", "parity-scale-codec", @@ -13747,7 +13747,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.29.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "ahash", "array-bytes", @@ -13791,7 +13791,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.29.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "finality-grandpa", "futures 0.3.30", @@ -13811,7 +13811,7 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" version = "0.45.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "assert_matches", "async-trait", @@ -13846,7 +13846,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.43.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "async-trait", "futures 0.3.30", @@ -13869,7 +13869,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.40.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "log", "parity-scale-codec", @@ -13893,7 +13893,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.35.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "parity-scale-codec", "polkavm", @@ -13907,7 +13907,7 @@ dependencies = [ [[package]] name = "sc-executor-polkavm" version = "0.32.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "log", "polkavm", @@ -13918,7 +13918,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.35.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "anyhow", "cfg-if", @@ -13937,7 +13937,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.43.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "ansi_term", "futures 0.3.30", @@ -13954,7 +13954,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "33.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "array-bytes", "parking_lot 0.12.3", @@ -13968,7 +13968,7 @@ dependencies = [ [[package]] name = "sc-mixnet" version = "0.14.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "array-bytes", "arrayvec 0.7.6", @@ -13997,7 +13997,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.44.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -14048,7 +14048,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.43.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -14066,7 +14066,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.44.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "ahash", "futures 0.3.30", @@ -14085,7 +14085,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.43.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -14106,7 +14106,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.43.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -14143,7 +14143,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.43.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "array-bytes", "futures 0.3.30", @@ -14162,7 +14162,7 @@ dependencies = [ [[package]] name = "sc-network-types" version = "0.12.1" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "bs58 0.5.1", "ed25519-dalek", @@ -14179,7 +14179,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "39.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "array-bytes", "bytes", @@ -14213,7 +14213,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.18.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -14222,7 +14222,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "39.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "futures 0.3.30", "jsonrpsee", @@ -14254,7 +14254,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.43.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -14274,7 +14274,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "16.0.2" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "forwarded-header-value", "futures 0.3.30", @@ -14296,7 +14296,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.44.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "array-bytes", "futures 0.3.30", @@ -14328,7 +14328,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.45.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "async-trait", "directories", @@ -14392,7 +14392,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.36.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "log", "parity-scale-codec", @@ -14403,7 +14403,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.22.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "clap", "fs4", @@ -14416,7 +14416,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.44.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -14435,7 +14435,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "derive_more", "futures 0.3.30", @@ -14456,7 +14456,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "24.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "chrono", "futures 0.3.30", @@ -14476,7 +14476,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "ansi_term", "chrono", @@ -14506,7 +14506,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "11.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", @@ -14517,7 +14517,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "async-trait", "futures 0.3.30", @@ -14544,7 +14544,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "async-trait", "futures 0.3.30", @@ -14560,7 +14560,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "async-channel 1.9.0", "futures 0.3.30", @@ -15101,7 +15101,7 @@ dependencies = [ [[package]] name = "slot-range-helper" version = "15.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "enumn", "parity-scale-codec", @@ -15308,7 +15308,7 @@ dependencies = [ [[package]] name = "sp-api" version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "docify", "hash-db", @@ -15330,7 +15330,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "20.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "Inflector", "blake2 0.10.6", @@ -15344,7 +15344,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "parity-scale-codec", "scale-info", @@ -15356,7 +15356,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "26.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "docify", "integer-sqrt", @@ -15370,7 +15370,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "parity-scale-codec", "scale-info", @@ -15382,7 +15382,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "sp-api", "sp-inherents", @@ -15392,7 +15392,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "futures 0.3.30", "parity-scale-codec", @@ -15411,7 +15411,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.40.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "async-trait", "futures 0.3.30", @@ -15426,7 +15426,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.40.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "async-trait", "parity-scale-codec", @@ -15442,7 +15442,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.40.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "async-trait", "parity-scale-codec", @@ -15460,7 +15460,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "22.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "lazy_static", "parity-scale-codec", @@ -15480,7 +15480,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "21.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "finality-grandpa", "log", @@ -15497,7 +15497,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.40.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "parity-scale-codec", "scale-info", @@ -15508,7 +15508,7 @@ dependencies = [ [[package]] name = "sp-core" version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "array-bytes", "bitflags 1.3.2", @@ -15554,7 +15554,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "blake2b_simd", "byteorder", @@ -15567,7 +15567,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "quote", "sp-crypto-hashing", @@ -15577,7 +15577,7 @@ dependencies = [ [[package]] name = "sp-database" version = "10.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "kvdb", "parking_lot 0.12.3", @@ -15586,7 +15586,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "proc-macro2", "quote", @@ -15596,7 +15596,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.29.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "environmental", "parity-scale-codec", @@ -15606,7 +15606,7 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.15.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "parity-scale-codec", "scale-info", @@ -15618,7 +15618,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -15631,7 +15631,7 @@ dependencies = [ [[package]] name = "sp-io" version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "bytes", "docify", @@ -15657,7 +15657,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "39.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "sp-core", "sp-runtime", @@ -15667,7 +15667,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.40.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", @@ -15678,7 +15678,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "thiserror", "zstd 0.12.4", @@ -15687,7 +15687,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.7.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -15697,7 +15697,7 @@ dependencies = [ [[package]] name = "sp-mixnet" version = "0.12.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "parity-scale-codec", "scale-info", @@ -15708,7 +15708,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "log", "parity-scale-codec", @@ -15725,7 +15725,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "parity-scale-codec", "scale-info", @@ -15738,7 +15738,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "sp-api", "sp-core", @@ -15748,7 +15748,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "13.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "backtrace", "lazy_static", @@ -15758,7 +15758,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "32.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "rustc-hash", "serde", @@ -15768,7 +15768,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "39.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "docify", "either", @@ -15794,7 +15794,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -15813,7 +15813,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "18.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "Inflector", "expander", @@ -15826,7 +15826,7 @@ dependencies = [ [[package]] name = "sp-session" version = "35.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "parity-scale-codec", "scale-info", @@ -15840,7 +15840,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -15853,7 +15853,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.43.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "hash-db", "log", @@ -15873,7 +15873,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "18.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "aes-gcm", "curve25519-dalek", @@ -15897,12 +15897,12 @@ dependencies = [ [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" [[package]] name = "sp-storage" version = "21.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "impl-serde", "parity-scale-codec", @@ -15914,7 +15914,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "async-trait", "parity-scale-codec", @@ -15926,7 +15926,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "parity-scale-codec", "tracing", @@ -15937,7 +15937,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "sp-api", "sp-runtime", @@ -15946,7 +15946,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "async-trait", "parity-scale-codec", @@ -15960,7 +15960,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "ahash", "hash-db", @@ -15983,7 +15983,7 @@ dependencies = [ [[package]] name = "sp-version" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "impl-serde", "parity-scale-codec", @@ -16000,7 +16000,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "14.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -16011,7 +16011,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "21.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -16023,7 +16023,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "31.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "bounded-collections", "parity-scale-codec", @@ -16212,7 +16212,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staging-parachain-info" version = "0.16.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -16225,7 +16225,7 @@ dependencies = [ [[package]] name = "staging-xcm" version = "14.1.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "array-bytes", "bounded-collections", @@ -16243,7 +16243,7 @@ dependencies = [ [[package]] name = "staging-xcm-builder" version = "16.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-support", "frame-system", @@ -16264,7 +16264,7 @@ dependencies = [ [[package]] name = "staging-xcm-executor" version = "16.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "environmental", "frame-benchmarking", @@ -16400,7 +16400,7 @@ dependencies = [ [[package]] name = "substrate-bip39" version = "0.6.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "hmac 0.12.1", "pbkdf2 0.12.2", @@ -16425,7 +16425,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "11.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" [[package]] name = "substrate-fixed" @@ -16440,7 +16440,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "docify", "frame-system-rpc-runtime-api", @@ -16460,7 +16460,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "http-body-util", "hyper 1.4.1", @@ -16474,7 +16474,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.43.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "async-trait", "jsonrpsee", @@ -16487,7 +16487,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -16504,7 +16504,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "array-bytes", "async-trait", @@ -16531,7 +16531,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime" version = "2.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "array-bytes", "frame-executive", @@ -16575,7 +16575,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime-client" version = "2.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "futures 0.3.30", "sc-block-builder", @@ -16603,7 +16603,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "24.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "array-bytes", "build-helper", @@ -17182,7 +17182,7 @@ dependencies = [ [[package]] name = "tracing-gum" version = "15.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "coarsetime", "polkadot-primitives", @@ -17193,7 +17193,7 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "5.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "expander", "proc-macro-crate 3.2.0", @@ -18028,7 +18028,7 @@ dependencies = [ [[package]] name = "westend-runtime" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "binary-merkle-tree", "bitvec", @@ -18134,7 +18134,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "16.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-support", "polkadot-primitives", @@ -18584,7 +18584,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "10.1.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "Inflector", "proc-macro2", @@ -18595,7 +18595,7 @@ dependencies = [ [[package]] name = "xcm-runtime-apis" version = "0.3.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-support", "parity-scale-codec", @@ -18609,7 +18609,7 @@ dependencies = [ [[package]] name = "xcm-simulator" version = "16.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#fb030ea85f538e50bd792e6e3aa9dcfb4dd564fc" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" dependencies = [ "frame-support", "frame-system", diff --git a/pallets/moonbeam-xcm-benchmarks/src/generic/mock.rs b/pallets/moonbeam-xcm-benchmarks/src/generic/mock.rs index 15097e56c9..a85241a167 100644 --- a/pallets/moonbeam-xcm-benchmarks/src/generic/mock.rs +++ b/pallets/moonbeam-xcm-benchmarks/src/generic/mock.rs @@ -153,6 +153,7 @@ impl xcm_executor::Config for XcmConfig { type HrmpNewChannelOpenRequestHandler = (); type HrmpChannelAcceptedHandler = (); type HrmpChannelClosingHandler = (); + type XcmRecorder = (); } impl pallet_xcm_benchmarks::Config for Test { From 66bbfc8ed2c89c73b97b93f6ded1b8be13f1a0de Mon Sep 17 00:00:00 2001 From: Gonza Montiel Date: Fri, 20 Sep 2024 15:49:54 +0200 Subject: [PATCH 31/52] fix lazy loading --- node/cli/src/command.rs | 146 +++++++++++++++------------ node/service/src/lazy_loading/mod.rs | 19 +++- 2 files changed, 98 insertions(+), 67 deletions(-) diff --git a/node/cli/src/command.rs b/node/cli/src/command.rs index 73c3d6275a..22f6adb37e 100644 --- a/node/cli/src/command.rs +++ b/node/cli/src/command.rs @@ -693,7 +693,10 @@ pub fn run() -> Result<()> { None => { let runner = cli.create_runner(&(*cli.run).normalize())?; let collator_options = cli.run.collator_options(); - runner.run_node_until_exit(|config| async move { + + // It is used when feature "lazy-loading" is enabled + #[allow(unused_mut)] + runner.run_node_until_exit(|mut config| async move { let hwbench = if !cli.run.no_hardware_benchmarks { config.database.path().map(|database_path| { let _ = std::fs::create_dir_all(&database_path); @@ -704,23 +707,11 @@ pub fn run() -> Result<()> { }; let extension = chain_spec::Extensions::try_get(&*config.chain_spec); - let para_id = extension.map(|e| e.para_id); - let id = ParaId::from(cli.run.parachain_id.clone().or(para_id).unwrap_or(1000)); let rpc_config = cli.run.new_rpc_config(); - // If dev service was requested, start up manual or instant seal. - // Otherwise continue with the normal parachain node. - // Dev service can be requested in two ways. - // 1. by providing the --dev-service flag to the CLI - // 2. by specifying "dev-service" in the chain spec's "relay-chain" field. - // NOTE: the --dev flag triggers the dev service by way of number 2 - let relay_chain_id = extension.map(|e| e.relay_chain.as_str()); - let dev_service = cli.run.dev_service - || config.chain_spec.is_dev() - || relay_chain_id == Some("dev-service"); - - if dev_service { + #[cfg(feature = "lazy-loading")] + if let Some(fork_chain_from_rpc) = cli.run.fork_chain_from_rpc { // When running the dev service, just use Alice's author inherent //TODO maybe make the --alice etc flags work here, and consider bringing back // the author-id flag. For now, this will work. @@ -728,55 +719,81 @@ pub fn run() -> Result<()> { "Alice", )); - return match &config.chain_spec { - #[cfg(feature = "moonriver-native")] - spec if spec.is_moonriver() => moonbeam_service::new_dev::< - moonbeam_service::moonriver_runtime::RuntimeApi, - moonbeam_service::MoonriverCustomizations, - sc_network::NetworkWorker<_, _>, - >( - config, - para_id, - author_id, - cli.run.sealing, - rpc_config, - hwbench, - ) - .await - .map_err(Into::into), - #[cfg(feature = "moonbeam-native")] - spec if spec.is_moonbeam() => moonbeam_service::new_dev::< - moonbeam_service::moonbeam_runtime::RuntimeApi, - moonbeam_service::MoonbeamCustomizations, - sc_network::NetworkWorker<_, _>, - >( - config, - para_id, - author_id, - cli.run.sealing, - rpc_config, - hwbench, - ) - .await - .map_err(Into::into), - #[cfg(feature = "moonbase-native")] - _ => moonbeam_service::new_dev::< - moonbeam_service::moonbase_runtime::RuntimeApi, - moonbeam_service::MoonbaseCustomizations, - sc_network::NetworkWorker<_, _>, - >( - config, - para_id, - author_id, - cli.run.sealing, - rpc_config, - hwbench, - ) - .await - .map_err(Into::into), - #[cfg(not(feature = "moonbase-native"))] - _ => panic!("invalid chain spec"), + let lazy_loading_config = moonbeam_cli_opt::LazyLoadingConfig { + state_rpc: fork_chain_from_rpc, + from_block: cli.run.block, + state_overrides_path: cli.run.fork_state_overrides, + runtime_override: cli.run.runtime_override, }; + + let spec_builder = + chain_spec::test_spec::lazy_loading_spec_builder(Default::default()); + config.chain_spec = Box::new(spec_builder.build()); + + return moonbeam_service::lazy_loading::new_lazy_loading_service::< + moonbeam_runtime::RuntimeApi, + moonbeam_service::MoonbeamCustomizations, + sc_network::NetworkWorker<_, _>, + >( + config, + author_id, + cli.run.sealing, + rpc_config, + lazy_loading_config, + hwbench, + ) + .await + .map_err(Into::into); + } + #[cfg(not(feature = "lazy-loading"))] + { + // If dev service was requested, start up manual or instant seal. + // Otherwise continue with the normal parachain node. + // Dev service can be requested in two ways. + // 1. by providing the --dev-service flag to the CLI + // 2. by specifying "dev-service" in the chain spec's "relay-chain" field. + // NOTE: the --dev flag triggers the dev service by way of number 2 + let relay_chain_id = extension.map(|e| e.relay_chain.as_str()); + let dev_service = cli.run.dev_service + || config.chain_spec.is_dev() + || relay_chain_id == Some("dev-service"); + if dev_service { + // When running the dev service, just use Alice's author inherent + //TODO maybe make the --alice etc flags work here, and consider bringing back + // the author-id flag. For now, this will work. + let author_id = Some(chain_spec::get_from_seed::< + nimbus_primitives::NimbusId, + >("Alice")); + + return match &config.chain_spec { + #[cfg(feature = "moonriver-native")] + spec if spec.is_moonriver() => moonbeam_service::new_dev::< + moonbeam_service::moonriver_runtime::RuntimeApi, + moonbeam_service::MoonriverCustomizations, + sc_network::NetworkWorker<_, _>, + >(config, author_id, cli.run.sealing, rpc_config, hwbench) + .await + .map_err(Into::into), + #[cfg(feature = "moonbeam-native")] + spec if spec.is_moonbeam() => moonbeam_service::new_dev::< + moonbeam_service::moonbeam_runtime::RuntimeApi, + moonbeam_service::MoonbeamCustomizations, + sc_network::NetworkWorker<_, _>, + >(config, author_id, cli.run.sealing, rpc_config, hwbench) + .await + .map_err(Into::into), + #[cfg(feature = "moonbase-native")] + _ => moonbeam_service::new_dev::< + moonbeam_service::moonbase_runtime::RuntimeApi, + moonbeam_service::MoonbaseCustomizations, + sc_network::NetworkWorker<_, _>, + >(config, author_id, cli.run.sealing, rpc_config, hwbench) + .await + .map_err(Into::into), + #[cfg(not(feature = "moonbase-native"))] + _ => panic!("invalid chain spec"), + }; + } } let polkadot_cli = RelayChainCli::new( @@ -786,6 +803,9 @@ pub fn run() -> Result<()> { .chain(cli.relaychain_args.iter()), ); + let para_id = extension.map(|e| e.para_id); + let id = ParaId::from(cli.run.parachain_id.clone().or(para_id).unwrap_or(1000)); + let parachain_account = AccountIdConversion::::into_account_truncating(&id); diff --git a/node/service/src/lazy_loading/mod.rs b/node/service/src/lazy_loading/mod.rs index 0a7f0d6a82..9ffa2b0ada 100644 --- a/node/service/src/lazy_loading/mod.rs +++ b/node/service/src/lazy_loading/mod.rs @@ -16,8 +16,9 @@ use crate::{ lazy_loading, open_frontier_backend, rpc, set_prometheus_registry, BlockImportPipeline, - ClientCustomizations, FrontierBlockImport, HostFunctions, PartialComponentsResult, - PendingConsensusDataProvider, RuntimeApiCollection, SOFT_DEADLINE_PERCENT, + ClientCustomizations, FrontierBlockImport, HostFunctions, MockTimestampInherentDataProvider, + PartialComponentsResult, PendingConsensusDataProvider, RuntimeApiCollection, + RELAY_CHAIN_SLOT_DURATION_MILLIS, SOFT_DEADLINE_PERCENT, TIMESTAMP, }; use cumulus_client_parachain_inherent::{MockValidationDataInherentDataProvider, MockXcmConfig}; use cumulus_primitives_core::{relay_chain, BlockT, ParaId}; @@ -32,7 +33,7 @@ use nimbus_consensus::NimbusManualSealConsensusDataProvider; use nimbus_primitives::NimbusId; use parity_scale_codec::Encode; use polkadot_primitives::{ - AbridgedHostConfiguration, AsyncBackingParams, PersistedValidationData, UpgradeGoAhead, + AbridgedHostConfiguration, AsyncBackingParams, PersistedValidationData, Slot, UpgradeGoAhead, }; use sc_chain_spec::{get_extension, BuildGenesisBlock, GenesisBlockBuilder}; use sc_client_api::{Backend, BadBlocks, ExecutorProvider, ForkBlocks, StorageProvider}; @@ -559,10 +560,11 @@ where let maybe_current_para_head = client_set_aside_for_cidp.expect_header(block); let downward_xcm_receiver = downward_xcm_receiver.clone(); let hrmp_xcm_receiver = hrmp_xcm_receiver.clone(); + let relay_slot_key = relay_chain::well_known_keys::CURRENT_SLOT.to_vec(); let client_for_cidp = client_set_aside_for_cidp.clone(); async move { - let time = sp_timestamp::InherentDataProvider::from_system_time(); + let time = MockTimestampInherentDataProvider; let current_para_block = maybe_current_para_block? .ok_or(sp_blockchain::Error::UnknownBlock(block.to_string()))?; @@ -571,6 +573,14 @@ where maybe_current_para_head?.encode(), )); + // Get the mocked timestamp + let mut timestamp = 0u64; + TIMESTAMP.with(|x| { + timestamp = x.clone().take() + RELAY_CHAIN_SLOT_DURATION_MILLIS; + }); + // Calculate mocked slot number (should be consecutively 1, 2, ...) + let slot = timestamp.saturating_div(RELAY_CHAIN_SLOT_DURATION_MILLIS); + let mut additional_key_values = vec![ ( moonbeam_core_primitives::well_known_relay_keys::TIMESTAMP_NOW @@ -596,6 +606,7 @@ where } .encode(), ), + (relay_slot_key, Slot::from(slot).encode()), ]; // If there is a pending upgrade, lets mimic a GoAhead From 22e52d37b0c2cb6beb0fb00c6bd970e540493cca Mon Sep 17 00:00:00 2001 From: Gonza Montiel Date: Fri, 20 Sep 2024 16:10:23 +0200 Subject: [PATCH 32/52] fix command for lazy loading --- node/cli/src/command.rs | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/node/cli/src/command.rs b/node/cli/src/command.rs index 22f6adb37e..632ce4197b 100644 --- a/node/cli/src/command.rs +++ b/node/cli/src/command.rs @@ -754,6 +754,8 @@ pub fn run() -> Result<()> { // 2. by specifying "dev-service" in the chain spec's "relay-chain" field. // NOTE: the --dev flag triggers the dev service by way of number 2 let relay_chain_id = extension.map(|e| e.relay_chain.as_str()); + let para_id = extension.map(|e| e.para_id); + let dev_service = cli.run.dev_service || config.chain_spec.is_dev() || relay_chain_id == Some("dev-service"); @@ -771,7 +773,14 @@ pub fn run() -> Result<()> { moonbeam_service::moonriver_runtime::RuntimeApi, moonbeam_service::MoonriverCustomizations, sc_network::NetworkWorker<_, _>, - >(config, author_id, cli.run.sealing, rpc_config, hwbench) + >( + config, + para_id, + author_id, + cli.run.sealing, + rpc_config, + hwbench, + ) .await .map_err(Into::into), #[cfg(feature = "moonbeam-native")] @@ -779,7 +788,14 @@ pub fn run() -> Result<()> { moonbeam_service::moonbeam_runtime::RuntimeApi, moonbeam_service::MoonbeamCustomizations, sc_network::NetworkWorker<_, _>, - >(config, author_id, cli.run.sealing, rpc_config, hwbench) + >( + config, + para_id, + author_id, + cli.run.sealing, + rpc_config, + hwbench, + ) .await .map_err(Into::into), #[cfg(feature = "moonbase-native")] @@ -787,7 +803,14 @@ pub fn run() -> Result<()> { moonbeam_service::moonbase_runtime::RuntimeApi, moonbeam_service::MoonbaseCustomizations, sc_network::NetworkWorker<_, _>, - >(config, author_id, cli.run.sealing, rpc_config, hwbench) + >( + config, + para_id, + author_id, + cli.run.sealing, + rpc_config, + hwbench, + ) .await .map_err(Into::into), #[cfg(not(feature = "moonbase-native"))] From 90e42e371892e42f1f6ac091062072771e5483e1 Mon Sep 17 00:00:00 2001 From: Gonza Montiel Date: Fri, 20 Sep 2024 17:54:53 +0200 Subject: [PATCH 33/52] update frontier pin --- Cargo.lock | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 27636598ca..1aedd165dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3088,7 +3088,7 @@ dependencies = [ [[package]] name = "fc-api" version = "1.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#2658b6d09a3e806f4fe1cd41bea9787158ffd10e" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#ed01a609d755df562dde17c6bf1cdcc55d564815" dependencies = [ "async-trait", "fp-storage", @@ -3100,7 +3100,7 @@ dependencies = [ [[package]] name = "fc-consensus" version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#2658b6d09a3e806f4fe1cd41bea9787158ffd10e" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#ed01a609d755df562dde17c6bf1cdcc55d564815" dependencies = [ "async-trait", "fp-consensus", @@ -3116,7 +3116,7 @@ dependencies = [ [[package]] name = "fc-db" version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#2658b6d09a3e806f4fe1cd41bea9787158ffd10e" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#ed01a609d755df562dde17c6bf1cdcc55d564815" dependencies = [ "async-trait", "ethereum", @@ -3146,7 +3146,7 @@ dependencies = [ [[package]] name = "fc-mapping-sync" version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#2658b6d09a3e806f4fe1cd41bea9787158ffd10e" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#ed01a609d755df562dde17c6bf1cdcc55d564815" dependencies = [ "fc-db", "fc-storage", @@ -3169,7 +3169,7 @@ dependencies = [ [[package]] name = "fc-rpc" version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#2658b6d09a3e806f4fe1cd41bea9787158ffd10e" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#ed01a609d755df562dde17c6bf1cdcc55d564815" dependencies = [ "ethereum", "ethereum-types", @@ -3223,7 +3223,7 @@ dependencies = [ [[package]] name = "fc-rpc-core" version = "1.1.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#2658b6d09a3e806f4fe1cd41bea9787158ffd10e" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#ed01a609d755df562dde17c6bf1cdcc55d564815" dependencies = [ "ethereum", "ethereum-types", @@ -3238,7 +3238,7 @@ dependencies = [ [[package]] name = "fc-storage" version = "1.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#2658b6d09a3e806f4fe1cd41bea9787158ffd10e" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#ed01a609d755df562dde17c6bf1cdcc55d564815" dependencies = [ "ethereum", "ethereum-types", @@ -3428,7 +3428,7 @@ dependencies = [ [[package]] name = "fp-account" version = "1.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#2658b6d09a3e806f4fe1cd41bea9787158ffd10e" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#ed01a609d755df562dde17c6bf1cdcc55d564815" dependencies = [ "hex", "impl-serde", @@ -3447,7 +3447,7 @@ dependencies = [ [[package]] name = "fp-consensus" version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#2658b6d09a3e806f4fe1cd41bea9787158ffd10e" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#ed01a609d755df562dde17c6bf1cdcc55d564815" dependencies = [ "ethereum", "parity-scale-codec", @@ -3458,7 +3458,7 @@ dependencies = [ [[package]] name = "fp-ethereum" version = "1.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#2658b6d09a3e806f4fe1cd41bea9787158ffd10e" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#ed01a609d755df562dde17c6bf1cdcc55d564815" dependencies = [ "ethereum", "ethereum-types", @@ -3470,7 +3470,7 @@ dependencies = [ [[package]] name = "fp-evm" version = "3.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#2658b6d09a3e806f4fe1cd41bea9787158ffd10e" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#ed01a609d755df562dde17c6bf1cdcc55d564815" dependencies = [ "environmental", "evm", @@ -3486,7 +3486,7 @@ dependencies = [ [[package]] name = "fp-rpc" version = "3.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#2658b6d09a3e806f4fe1cd41bea9787158ffd10e" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#ed01a609d755df562dde17c6bf1cdcc55d564815" dependencies = [ "ethereum", "ethereum-types", @@ -3502,7 +3502,7 @@ dependencies = [ [[package]] name = "fp-self-contained" version = "1.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#2658b6d09a3e806f4fe1cd41bea9787158ffd10e" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#ed01a609d755df562dde17c6bf1cdcc55d564815" dependencies = [ "frame-support", "parity-scale-codec", @@ -3514,7 +3514,7 @@ dependencies = [ [[package]] name = "fp-storage" version = "2.0.0" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#2658b6d09a3e806f4fe1cd41bea9787158ffd10e" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#ed01a609d755df562dde17c6bf1cdcc55d564815" dependencies = [ "parity-scale-codec", "serde", @@ -8655,7 +8655,7 @@ dependencies = [ [[package]] name = "pallet-ethereum" version = "4.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#2658b6d09a3e806f4fe1cd41bea9787158ffd10e" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#ed01a609d755df562dde17c6bf1cdcc55d564815" dependencies = [ "environmental", "ethereum", @@ -8711,7 +8711,7 @@ dependencies = [ [[package]] name = "pallet-evm" version = "6.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#2658b6d09a3e806f4fe1cd41bea9787158ffd10e" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#ed01a609d755df562dde17c6bf1cdcc55d564815" dependencies = [ "environmental", "evm", @@ -8734,7 +8734,7 @@ dependencies = [ [[package]] name = "pallet-evm-chain-id" version = "1.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#2658b6d09a3e806f4fe1cd41bea9787158ffd10e" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#ed01a609d755df562dde17c6bf1cdcc55d564815" dependencies = [ "frame-support", "frame-system", @@ -8829,7 +8829,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-blake2" version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#2658b6d09a3e806f4fe1cd41bea9787158ffd10e" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#ed01a609d755df562dde17c6bf1cdcc55d564815" dependencies = [ "fp-evm", ] @@ -8837,7 +8837,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-bn128" version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#2658b6d09a3e806f4fe1cd41bea9787158ffd10e" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#ed01a609d755df562dde17c6bf1cdcc55d564815" dependencies = [ "fp-evm", "sp-core", @@ -8969,7 +8969,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-dispatch" version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#2658b6d09a3e806f4fe1cd41bea9787158ffd10e" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#ed01a609d755df562dde17c6bf1cdcc55d564815" dependencies = [ "fp-evm", "frame-support", @@ -9046,7 +9046,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-modexp" version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#2658b6d09a3e806f4fe1cd41bea9787158ffd10e" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#ed01a609d755df562dde17c6bf1cdcc55d564815" dependencies = [ "fp-evm", "num", @@ -9292,7 +9292,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-sha3fips" version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#2658b6d09a3e806f4fe1cd41bea9787158ffd10e" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#ed01a609d755df562dde17c6bf1cdcc55d564815" dependencies = [ "fp-evm", "tiny-keccak", @@ -9301,7 +9301,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-simple" version = "2.0.0-dev" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#2658b6d09a3e806f4fe1cd41bea9787158ffd10e" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#ed01a609d755df562dde17c6bf1cdcc55d564815" dependencies = [ "fp-evm", "ripemd", @@ -9311,7 +9311,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-storage-cleaner" version = "0.1.0" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#2658b6d09a3e806f4fe1cd41bea9787158ffd10e" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#ed01a609d755df562dde17c6bf1cdcc55d564815" dependencies = [ "fp-evm", "frame-support", @@ -12048,7 +12048,7 @@ dependencies = [ [[package]] name = "precompile-utils" version = "0.1.0" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#2658b6d09a3e806f4fe1cd41bea9787158ffd10e" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#ed01a609d755df562dde17c6bf1cdcc55d564815" dependencies = [ "derive_more", "environmental", @@ -12077,7 +12077,7 @@ dependencies = [ [[package]] name = "precompile-utils-macro" version = "0.1.0" -source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#2658b6d09a3e806f4fe1cd41bea9787158ffd10e" +source = "git+https://github.com/moonbeam-foundation/frontier?branch=moonbeam-polkadot-stable2407#ed01a609d755df562dde17c6bf1cdcc55d564815" dependencies = [ "case", "num_enum 0.7.3", From b8fff6b7edd073e9d703cec059a43505258dda7f Mon Sep 17 00:00:00 2001 From: Gonza Montiel Date: Mon, 23 Sep 2024 11:03:23 +0200 Subject: [PATCH 34/52] support new 'stableYYMM' versioning for polkadot --- test/scripts/download-polkadot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/scripts/download-polkadot.sh b/test/scripts/download-polkadot.sh index 2eb0fe75b1..22bdfe383e 100755 --- a/test/scripts/download-polkadot.sh +++ b/test/scripts/download-polkadot.sh @@ -5,7 +5,7 @@ set -e # Grab Polkadot version branch=$(egrep -o '/polkadot.*#([^\"]*)' $(dirname $0)/../../Cargo.lock | head -1 | sed 's/.*release-//#') -polkadot_release=$(echo $branch | sed 's/#.*//' | sed 's/\/polkadot-sdk?branch=moonbeam-polkadot-v//') +polkadot_release=$(echo $branch | sed 's/#.*//' | sed 's/\/polkadot-sdk?branch=moonbeam-polkadot-v?//') # Always run the commands from the "test" dir cd $(dirname $0)/.. From 10f33345416830dfc899ed3601fbdfc4488128a9 Mon Sep 17 00:00:00 2001 From: Gonza Montiel Date: Mon, 23 Sep 2024 13:09:51 +0200 Subject: [PATCH 35/52] update polkadot sdk pin --- Cargo.lock | 558 ++++++++++++++++++++++++++--------------------------- 1 file changed, 279 insertions(+), 279 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1aedd165dd..4477d1c018 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -787,7 +787,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "15.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "hash-db", "log", @@ -1017,7 +1017,7 @@ dependencies = [ [[package]] name = "bp-xcm-bridge-hub-router" version = "0.14.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "parity-scale-codec", "scale-info", @@ -1754,7 +1754,7 @@ dependencies = [ [[package]] name = "cumulus-client-cli" version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "clap", "parity-scale-codec", @@ -1771,7 +1771,7 @@ dependencies = [ [[package]] name = "cumulus-client-collator" version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", @@ -1794,7 +1794,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-common" version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "async-trait", "cumulus-client-pov-recovery", @@ -1824,7 +1824,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-proposer" version = "0.15.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "anyhow", "async-trait", @@ -1839,7 +1839,7 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-relay-chain" version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "async-trait", "cumulus-client-consensus-common", @@ -1862,7 +1862,7 @@ dependencies = [ [[package]] name = "cumulus-client-network" version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "async-trait", "cumulus-relay-chain-interface", @@ -1888,7 +1888,7 @@ dependencies = [ [[package]] name = "cumulus-client-parachain-inherent" version = "0.11.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -1910,7 +1910,7 @@ dependencies = [ [[package]] name = "cumulus-client-pov-recovery" version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -1936,7 +1936,7 @@ dependencies = [ [[package]] name = "cumulus-client-service" version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "cumulus-client-cli", "cumulus-client-collator", @@ -1973,7 +1973,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-dmp-queue" version = "0.16.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "cumulus-primitives-core", "frame-benchmarking", @@ -1990,7 +1990,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system" version = "0.16.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", @@ -2026,7 +2026,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-parachain-system-proc-macro" version = "0.6.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", @@ -2037,7 +2037,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" version = "0.16.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -2052,7 +2052,7 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcmp-queue" version = "0.16.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "bounded-collections", "bp-xcm-bridge-hub-router", @@ -2077,7 +2077,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" version = "0.15.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -2093,7 +2093,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.15.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2109,7 +2109,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" version = "0.10.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "sp-externalities", "sp-runtime-interface", @@ -2119,7 +2119,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-storage-weight-reclaim" version = "7.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-proof-size-hostfunction", @@ -2135,7 +2135,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-timestamp" version = "0.15.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "cumulus-primitives-core", "sp-inherents", @@ -2145,7 +2145,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-utility" version = "0.16.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -2164,7 +2164,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-inprocess-interface" version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2188,7 +2188,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-interface" version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2207,7 +2207,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-minimal-node" version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "array-bytes", "async-trait", @@ -2242,7 +2242,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-rpc-interface" version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2281,7 +2281,7 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.15.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", @@ -3401,7 +3401,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "13.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "parity-scale-codec", ] @@ -3529,7 +3529,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-support", "frame-support-procedural", @@ -3553,7 +3553,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "42.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "Inflector", "array-bytes", @@ -3603,7 +3603,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "14.0.1" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", @@ -3614,7 +3614,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -3630,7 +3630,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "aquamarine", "frame-support", @@ -3660,7 +3660,7 @@ dependencies = [ [[package]] name = "frame-metadata-hash-extension" version = "0.5.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "array-bytes", "docify", @@ -3675,7 +3675,7 @@ dependencies = [ [[package]] name = "frame-support" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "aquamarine", "array-bytes", @@ -3716,7 +3716,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "30.0.2" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "Inflector", "cfg-expr", @@ -3735,7 +3735,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "13.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 3.2.0", @@ -3747,7 +3747,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "12.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "proc-macro2", "quote", @@ -3757,7 +3757,7 @@ dependencies = [ [[package]] name = "frame-system" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "cfg-if", "docify", @@ -3777,7 +3777,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-benchmarking", "frame-support", @@ -3791,7 +3791,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "docify", "parity-scale-codec", @@ -3801,7 +3801,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.43.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-support", "parity-scale-codec", @@ -6107,7 +6107,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "39.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "futures 0.3.30", "log", @@ -6126,7 +6126,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -8112,7 +8112,7 @@ dependencies = [ [[package]] name = "pallet-asset-conversion" version = "19.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-benchmarking", "frame-support", @@ -8150,7 +8150,7 @@ dependencies = [ [[package]] name = "pallet-asset-rate" version = "16.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-benchmarking", "frame-support", @@ -8164,7 +8164,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-benchmarking", "frame-support", @@ -8181,7 +8181,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "39.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-benchmarking", "frame-support", @@ -8273,7 +8273,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-support", "frame-system", @@ -8288,7 +8288,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-support", "frame-system", @@ -8301,7 +8301,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-benchmarking", "frame-support", @@ -8324,7 +8324,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "36.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "aquamarine", "docify", @@ -8345,7 +8345,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "docify", "frame-benchmarking", @@ -8360,7 +8360,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-support", "frame-system", @@ -8379,7 +8379,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -8403,7 +8403,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "36.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-benchmarking", "frame-support", @@ -8420,7 +8420,7 @@ dependencies = [ [[package]] name = "pallet-broker" version = "0.16.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "bitvec", "frame-benchmarking", @@ -8438,7 +8438,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "36.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-benchmarking", "frame-support", @@ -8456,7 +8456,7 @@ dependencies = [ [[package]] name = "pallet-collator-selection" version = "18.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-benchmarking", "frame-support", @@ -8475,7 +8475,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-benchmarking", "frame-support", @@ -8491,7 +8491,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "assert_matches", "frame-benchmarking", @@ -8529,7 +8529,7 @@ dependencies = [ [[package]] name = "pallet-delegated-staking" version = "4.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-support", "frame-system", @@ -8542,7 +8542,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-benchmarking", "frame-support", @@ -8559,7 +8559,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "36.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -8581,7 +8581,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "36.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -8594,7 +8594,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-benchmarking", "frame-support", @@ -9481,7 +9481,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "36.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "docify", "frame-benchmarking", @@ -9499,7 +9499,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-benchmarking", "frame-support", @@ -9521,7 +9521,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "enumflags2", "frame-benchmarking", @@ -9539,7 +9539,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "36.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-benchmarking", "frame-support", @@ -9558,7 +9558,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-benchmarking", "frame-support", @@ -9590,7 +9590,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-benchmarking", "frame-support", @@ -9606,7 +9606,7 @@ dependencies = [ [[package]] name = "pallet-message-queue" version = "40.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "environmental", "frame-benchmarking", @@ -9644,7 +9644,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-benchmarking", "frame-support", @@ -9726,7 +9726,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-benchmarking", "frame-support", @@ -9741,7 +9741,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-benchmarking", "frame-support", @@ -9756,7 +9756,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-support", "frame-system", @@ -9774,7 +9774,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "35.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -9794,7 +9794,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "32.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -9804,7 +9804,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "36.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-support", "frame-system", @@ -9820,7 +9820,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -9865,7 +9865,7 @@ dependencies = [ [[package]] name = "pallet-parameters" version = "0.8.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "cumulus-primitives-storage-weight-reclaim", "docify", @@ -9903,7 +9903,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-benchmarking", "frame-support", @@ -9919,7 +9919,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-benchmarking", "frame-support", @@ -9976,7 +9976,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-benchmarking", "frame-support", @@ -9994,7 +9994,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-benchmarking", "frame-support", @@ -10008,7 +10008,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "assert_matches", "frame-benchmarking", @@ -10049,7 +10049,7 @@ dependencies = [ [[package]] name = "pallet-root-testing" version = "13.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-support", "frame-system", @@ -10063,7 +10063,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "docify", "frame-benchmarking", @@ -10080,7 +10080,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-support", "frame-system", @@ -10101,7 +10101,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-benchmarking", "frame-support", @@ -10117,7 +10117,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-benchmarking", "frame-support", @@ -10134,7 +10134,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -10156,7 +10156,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "12.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", @@ -10167,7 +10167,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "22.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "log", "sp-arithmetic", @@ -10176,7 +10176,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "22.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "parity-scale-codec", "sp-api", @@ -10186,7 +10186,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "39.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-benchmarking", "frame-support", @@ -10202,7 +10202,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "docify", "frame-benchmarking", @@ -10217,7 +10217,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "36.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "docify", "frame-benchmarking", @@ -10236,7 +10236,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "36.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-benchmarking", "frame-support", @@ -10254,7 +10254,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-support", "frame-system", @@ -10269,7 +10269,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "40.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -10285,7 +10285,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -10297,7 +10297,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "36.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "docify", "frame-benchmarking", @@ -10315,7 +10315,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-benchmarking", "frame-support", @@ -10330,7 +10330,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-benchmarking", "frame-support", @@ -10344,7 +10344,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "36.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-benchmarking", "frame-support", @@ -10358,7 +10358,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "16.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "bounded-collections", "frame-benchmarking", @@ -10381,7 +10381,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "16.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-benchmarking", "frame-support", @@ -10446,7 +10446,7 @@ dependencies = [ [[package]] name = "parachains-common" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "cumulus-primitives-core", "cumulus-primitives-utility", @@ -10775,7 +10775,7 @@ checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" [[package]] name = "polkadot-approval-distribution" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "bitvec", "futures 0.3.30", @@ -10795,7 +10795,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "always-assert", "futures 0.3.30", @@ -10811,7 +10811,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "derive_more", "fatality", @@ -10835,7 +10835,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "async-trait", "fatality", @@ -10868,7 +10868,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "cfg-if", "clap", @@ -10896,7 +10896,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "bitvec", "fatality", @@ -10918,7 +10918,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "15.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "parity-scale-codec", "scale-info", @@ -10929,7 +10929,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "derive_more", "fatality", @@ -10954,7 +10954,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "15.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -10968,7 +10968,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "futures 0.3.30", "futures-timer", @@ -10990,7 +10990,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "always-assert", "async-trait", @@ -11013,7 +11013,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "futures 0.3.30", "parity-scale-codec", @@ -11031,7 +11031,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "bitvec", "derive_more", @@ -11064,7 +11064,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "bitvec", "futures 0.3.30", @@ -11086,7 +11086,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "bitvec", "fatality", @@ -11106,7 +11106,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "futures 0.3.30", "polkadot-node-subsystem", @@ -11121,7 +11121,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "async-trait", "futures 0.3.30", @@ -11142,7 +11142,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "futures 0.3.30", "polkadot-node-metrics", @@ -11156,7 +11156,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "futures 0.3.30", "futures-timer", @@ -11173,7 +11173,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "fatality", "futures 0.3.30", @@ -11192,7 +11192,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "async-trait", "futures 0.3.30", @@ -11209,7 +11209,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-prospective-parachains" version = "16.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "bitvec", "fatality", @@ -11226,7 +11226,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "bitvec", "fatality", @@ -11244,7 +11244,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "always-assert", "array-bytes", @@ -11273,7 +11273,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "futures 0.3.30", "polkadot-node-primitives", @@ -11289,7 +11289,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-common" version = "15.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "cpu-time", "futures 0.3.30", @@ -11315,7 +11315,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "futures 0.3.30", "polkadot-node-metrics", @@ -11330,7 +11330,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "lazy_static", "log", @@ -11349,7 +11349,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "bs58 0.5.1", "futures 0.3.30", @@ -11368,7 +11368,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -11394,7 +11394,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "15.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "bitvec", "bounded-vec", @@ -11417,7 +11417,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -11427,7 +11427,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "async-trait", "bitvec", @@ -11457,7 +11457,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "async-trait", "derive_more", @@ -11493,7 +11493,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "async-trait", "futures 0.3.30", @@ -11515,7 +11515,7 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" version = "14.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "bounded-collections", "derive_more", @@ -11531,7 +11531,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "15.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "bitvec", "hex-literal 0.4.1", @@ -11557,7 +11557,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "jsonrpsee", "mmr-rpc", @@ -11592,7 +11592,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "16.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "bitvec", "frame-benchmarking", @@ -11642,7 +11642,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "16.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "bs58 0.5.1", "frame-benchmarking", @@ -11654,7 +11654,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "16.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "bitflags 1.3.2", "bitvec", @@ -11701,7 +11701,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "async-trait", "bitvec", @@ -11823,7 +11823,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "arrayvec 0.7.6", "bitvec", @@ -11846,7 +11846,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "15.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -12931,7 +12931,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "binary-merkle-tree", "bitvec", @@ -13031,7 +13031,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "16.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-support", "polkadot-primitives", @@ -13354,7 +13354,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "29.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "log", "sp-core", @@ -13365,7 +13365,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.44.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "async-trait", "futures 0.3.30", @@ -13395,7 +13395,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.44.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "futures 0.3.30", "futures-timer", @@ -13417,7 +13417,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.42.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "parity-scale-codec", "sp-api", @@ -13432,7 +13432,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "array-bytes", "docify", @@ -13459,7 +13459,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "12.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", @@ -13470,7 +13470,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.46.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "array-bytes", "chrono", @@ -13514,7 +13514,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "fnv", "futures 0.3.30", @@ -13541,7 +13541,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.44.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "hash-db", "kvdb", @@ -13567,7 +13567,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.43.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "async-trait", "futures 0.3.30", @@ -13591,7 +13591,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.44.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "async-trait", "futures 0.3.30", @@ -13620,7 +13620,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.44.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "async-trait", "fork-tree", @@ -13656,7 +13656,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.44.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "futures 0.3.30", "jsonrpsee", @@ -13678,7 +13678,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "23.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -13714,7 +13714,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "23.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "futures 0.3.30", "jsonrpsee", @@ -13734,7 +13734,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.43.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "fork-tree", "parity-scale-codec", @@ -13747,7 +13747,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.29.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "ahash", "array-bytes", @@ -13791,7 +13791,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.29.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "finality-grandpa", "futures 0.3.30", @@ -13811,7 +13811,7 @@ dependencies = [ [[package]] name = "sc-consensus-manual-seal" version = "0.45.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "assert_matches", "async-trait", @@ -13846,7 +13846,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.43.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "async-trait", "futures 0.3.30", @@ -13869,7 +13869,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.40.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "log", "parity-scale-codec", @@ -13893,7 +13893,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.35.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "parity-scale-codec", "polkavm", @@ -13907,7 +13907,7 @@ dependencies = [ [[package]] name = "sc-executor-polkavm" version = "0.32.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "log", "polkavm", @@ -13918,7 +13918,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.35.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "anyhow", "cfg-if", @@ -13937,7 +13937,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.43.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "ansi_term", "futures 0.3.30", @@ -13954,7 +13954,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "33.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "array-bytes", "parking_lot 0.12.3", @@ -13968,7 +13968,7 @@ dependencies = [ [[package]] name = "sc-mixnet" version = "0.14.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "array-bytes", "arrayvec 0.7.6", @@ -13997,7 +13997,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.44.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -14048,7 +14048,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.43.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -14066,7 +14066,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.44.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "ahash", "futures 0.3.30", @@ -14085,7 +14085,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.43.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -14106,7 +14106,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.43.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -14143,7 +14143,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.43.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "array-bytes", "futures 0.3.30", @@ -14162,7 +14162,7 @@ dependencies = [ [[package]] name = "sc-network-types" version = "0.12.1" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "bs58 0.5.1", "ed25519-dalek", @@ -14179,7 +14179,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "39.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "array-bytes", "bytes", @@ -14213,7 +14213,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.18.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -14222,7 +14222,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "39.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "futures 0.3.30", "jsonrpsee", @@ -14254,7 +14254,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.43.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -14274,7 +14274,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "16.0.2" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "forwarded-header-value", "futures 0.3.30", @@ -14296,7 +14296,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.44.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "array-bytes", "futures 0.3.30", @@ -14328,7 +14328,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.45.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "async-trait", "directories", @@ -14392,7 +14392,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.36.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "log", "parity-scale-codec", @@ -14403,7 +14403,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.22.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "clap", "fs4", @@ -14416,7 +14416,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.44.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -14435,7 +14435,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "derive_more", "futures 0.3.30", @@ -14456,7 +14456,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "24.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "chrono", "futures 0.3.30", @@ -14476,7 +14476,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "ansi_term", "chrono", @@ -14506,7 +14506,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "11.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "proc-macro-crate 3.2.0", "proc-macro2", @@ -14517,7 +14517,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "async-trait", "futures 0.3.30", @@ -14544,7 +14544,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "async-trait", "futures 0.3.30", @@ -14560,7 +14560,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "async-channel 1.9.0", "futures 0.3.30", @@ -15101,7 +15101,7 @@ dependencies = [ [[package]] name = "slot-range-helper" version = "15.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "enumn", "parity-scale-codec", @@ -15308,7 +15308,7 @@ dependencies = [ [[package]] name = "sp-api" version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "docify", "hash-db", @@ -15330,7 +15330,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "20.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "Inflector", "blake2 0.10.6", @@ -15344,7 +15344,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "parity-scale-codec", "scale-info", @@ -15356,7 +15356,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "26.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "docify", "integer-sqrt", @@ -15370,7 +15370,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "parity-scale-codec", "scale-info", @@ -15382,7 +15382,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "sp-api", "sp-inherents", @@ -15392,7 +15392,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "futures 0.3.30", "parity-scale-codec", @@ -15411,7 +15411,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.40.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "async-trait", "futures 0.3.30", @@ -15426,7 +15426,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.40.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "async-trait", "parity-scale-codec", @@ -15442,7 +15442,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.40.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "async-trait", "parity-scale-codec", @@ -15460,7 +15460,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "22.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "lazy_static", "parity-scale-codec", @@ -15480,7 +15480,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "21.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "finality-grandpa", "log", @@ -15497,7 +15497,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.40.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "parity-scale-codec", "scale-info", @@ -15508,7 +15508,7 @@ dependencies = [ [[package]] name = "sp-core" version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "array-bytes", "bitflags 1.3.2", @@ -15554,7 +15554,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "blake2b_simd", "byteorder", @@ -15567,7 +15567,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "quote", "sp-crypto-hashing", @@ -15577,7 +15577,7 @@ dependencies = [ [[package]] name = "sp-database" version = "10.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "kvdb", "parking_lot 0.12.3", @@ -15586,7 +15586,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "proc-macro2", "quote", @@ -15596,7 +15596,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.29.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "environmental", "parity-scale-codec", @@ -15606,7 +15606,7 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.15.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "parity-scale-codec", "scale-info", @@ -15618,7 +15618,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -15631,7 +15631,7 @@ dependencies = [ [[package]] name = "sp-io" version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "bytes", "docify", @@ -15657,7 +15657,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "39.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "sp-core", "sp-runtime", @@ -15667,7 +15667,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.40.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", @@ -15678,7 +15678,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "thiserror", "zstd 0.12.4", @@ -15687,7 +15687,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.7.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-metadata", "parity-scale-codec", @@ -15697,7 +15697,7 @@ dependencies = [ [[package]] name = "sp-mixnet" version = "0.12.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "parity-scale-codec", "scale-info", @@ -15708,7 +15708,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "log", "parity-scale-codec", @@ -15725,7 +15725,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "parity-scale-codec", "scale-info", @@ -15738,7 +15738,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "sp-api", "sp-core", @@ -15748,7 +15748,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "13.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "backtrace", "lazy_static", @@ -15758,7 +15758,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "32.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "rustc-hash", "serde", @@ -15768,7 +15768,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "39.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "docify", "either", @@ -15794,7 +15794,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "28.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -15813,7 +15813,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "18.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "Inflector", "expander", @@ -15826,7 +15826,7 @@ dependencies = [ [[package]] name = "sp-session" version = "35.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "parity-scale-codec", "scale-info", @@ -15840,7 +15840,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -15853,7 +15853,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.43.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "hash-db", "log", @@ -15873,7 +15873,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "18.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "aes-gcm", "curve25519-dalek", @@ -15897,12 +15897,12 @@ dependencies = [ [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" [[package]] name = "sp-storage" version = "21.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "impl-serde", "parity-scale-codec", @@ -15914,7 +15914,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "async-trait", "parity-scale-codec", @@ -15926,7 +15926,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "parity-scale-codec", "tracing", @@ -15937,7 +15937,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "sp-api", "sp-runtime", @@ -15946,7 +15946,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "34.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "async-trait", "parity-scale-codec", @@ -15960,7 +15960,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "ahash", "hash-db", @@ -15983,7 +15983,7 @@ dependencies = [ [[package]] name = "sp-version" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "impl-serde", "parity-scale-codec", @@ -16000,7 +16000,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "14.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -16011,7 +16011,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "21.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -16023,7 +16023,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "31.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "bounded-collections", "parity-scale-codec", @@ -16212,7 +16212,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staging-parachain-info" version = "0.16.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -16225,7 +16225,7 @@ dependencies = [ [[package]] name = "staging-xcm" version = "14.1.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "array-bytes", "bounded-collections", @@ -16243,7 +16243,7 @@ dependencies = [ [[package]] name = "staging-xcm-builder" version = "16.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-support", "frame-system", @@ -16264,7 +16264,7 @@ dependencies = [ [[package]] name = "staging-xcm-executor" version = "16.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "environmental", "frame-benchmarking", @@ -16400,7 +16400,7 @@ dependencies = [ [[package]] name = "substrate-bip39" version = "0.6.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "hmac 0.12.1", "pbkdf2 0.12.2", @@ -16425,7 +16425,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "11.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" [[package]] name = "substrate-fixed" @@ -16440,7 +16440,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "38.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "docify", "frame-system-rpc-runtime-api", @@ -16460,7 +16460,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.17.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "http-body-util", "hyper 1.4.1", @@ -16474,7 +16474,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.43.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "async-trait", "jsonrpsee", @@ -16487,7 +16487,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "37.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -16504,7 +16504,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "array-bytes", "async-trait", @@ -16531,7 +16531,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime" version = "2.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "array-bytes", "frame-executive", @@ -16575,7 +16575,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime-client" version = "2.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "futures 0.3.30", "sc-block-builder", @@ -16603,7 +16603,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "24.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "array-bytes", "build-helper", @@ -17182,7 +17182,7 @@ dependencies = [ [[package]] name = "tracing-gum" version = "15.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "coarsetime", "polkadot-primitives", @@ -17193,7 +17193,7 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "5.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "expander", "proc-macro-crate 3.2.0", @@ -18028,7 +18028,7 @@ dependencies = [ [[package]] name = "westend-runtime" version = "17.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "binary-merkle-tree", "bitvec", @@ -18134,7 +18134,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "16.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-support", "polkadot-primitives", @@ -18584,7 +18584,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "10.1.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "Inflector", "proc-macro2", @@ -18595,7 +18595,7 @@ dependencies = [ [[package]] name = "xcm-runtime-apis" version = "0.3.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-support", "parity-scale-codec", @@ -18609,7 +18609,7 @@ dependencies = [ [[package]] name = "xcm-simulator" version = "16.0.0" -source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#e96e98b5172d15764e565cad8db8f98c9e3bc01d" +source = "git+https://github.com/moonbeam-foundation/polkadot-sdk?branch=moonbeam-polkadot-stable2407#86b704de84221ef445b7422c1bbc7fcafb6b9e15" dependencies = [ "frame-support", "frame-system", From ed46225f6c4b7fcfaa2068ec107a1bdc63a9a3d8 Mon Sep 17 00:00:00 2001 From: Gonza Montiel Date: Mon, 23 Sep 2024 14:11:55 +0200 Subject: [PATCH 36/52] fix download-polkadot script --- test/scripts/download-polkadot.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/scripts/download-polkadot.sh b/test/scripts/download-polkadot.sh index 22bdfe383e..63a4733e75 100755 --- a/test/scripts/download-polkadot.sh +++ b/test/scripts/download-polkadot.sh @@ -6,6 +6,8 @@ set -e # Grab Polkadot version branch=$(egrep -o '/polkadot.*#([^\"]*)' $(dirname $0)/../../Cargo.lock | head -1 | sed 's/.*release-//#') polkadot_release=$(echo $branch | sed 's/#.*//' | sed 's/\/polkadot-sdk?branch=moonbeam-polkadot-v?//') +# Workaround for supporting 'stable2407' versioning +polkadot_release=$(echo $polkadot_release | sed 's/#.*//' | sed 's/\/polkadot-sdk?branch=moonbeam-polkadot-//') # Always run the commands from the "test" dir cd $(dirname $0)/.. From 94d0daa15e2345842fe4ddaf363b39406ac2d020 Mon Sep 17 00:00:00 2001 From: Gonza Montiel Date: Mon, 23 Sep 2024 14:17:11 +0200 Subject: [PATCH 37/52] simplify script --- test/scripts/download-polkadot.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/test/scripts/download-polkadot.sh b/test/scripts/download-polkadot.sh index 63a4733e75..c3a9bc7e13 100755 --- a/test/scripts/download-polkadot.sh +++ b/test/scripts/download-polkadot.sh @@ -5,9 +5,7 @@ set -e # Grab Polkadot version branch=$(egrep -o '/polkadot.*#([^\"]*)' $(dirname $0)/../../Cargo.lock | head -1 | sed 's/.*release-//#') -polkadot_release=$(echo $branch | sed 's/#.*//' | sed 's/\/polkadot-sdk?branch=moonbeam-polkadot-v?//') -# Workaround for supporting 'stable2407' versioning -polkadot_release=$(echo $polkadot_release | sed 's/#.*//' | sed 's/\/polkadot-sdk?branch=moonbeam-polkadot-//') +polkadot_release=$(echo $branch | sed 's/#.*//' | sed 's/\/polkadot-sdk?branch=moonbeam-polkadot-//') # Always run the commands from the "test" dir cd $(dirname $0)/.. @@ -19,7 +17,7 @@ if [[ -f tmp/polkadot ]]; then else echo "Updating polkadot binary..." - wget https://github.com/paritytech/polkadot-sdk/releases/download/polkadot-v$polkadot_release/polkadot -P tmp + wget https://github.com/paritytech/polkadot-sdk/releases/download/polkadot-$polkadot_release/polkadot -P tmp chmod +x tmp/polkadot pnpm moonwall download polkadot-execute-worker $polkadot_release tmp @@ -31,7 +29,7 @@ if [[ -f tmp/polkadot ]]; then fi else echo "Polkadot binary not found, downloading..." - wget https://github.com/paritytech/polkadot-sdk/releases/download/polkadot-v$polkadot_release/polkadot -P tmp + wget https://github.com/paritytech/polkadot-sdk/releases/download/polkadot-$polkadot_release/polkadot -P tmp chmod +x tmp/polkadot pnpm moonwall download polkadot-execute-worker $polkadot_release tmp From 5307533d41060d81738bdd54d19af60efa6f11bb Mon Sep 17 00:00:00 2001 From: Gonza Montiel Date: Mon, 23 Sep 2024 16:51:35 +0200 Subject: [PATCH 38/52] Replace thread_local with AtomicU64 (as per review request) --- node/service/src/lazy_loading/mod.rs | 6 ++---- node/service/src/lib.rs | 18 +++++++++--------- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/node/service/src/lazy_loading/mod.rs b/node/service/src/lazy_loading/mod.rs index 9ffa2b0ada..b89167b4ed 100644 --- a/node/service/src/lazy_loading/mod.rs +++ b/node/service/src/lazy_loading/mod.rs @@ -56,6 +56,7 @@ use sp_runtime::traits::NumberFor; use sp_storage::StorageKey; use std::collections::BTreeMap; use std::str::FromStr; +use std::sync::atomic::Ordering; use std::sync::{Arc, Mutex}; use std::time::Duration; @@ -574,10 +575,7 @@ where )); // Get the mocked timestamp - let mut timestamp = 0u64; - TIMESTAMP.with(|x| { - timestamp = x.clone().take() + RELAY_CHAIN_SLOT_DURATION_MILLIS; - }); + let timestamp = TIMESTAMP.load(Ordering::SeqCst); // Calculate mocked slot number (should be consecutively 1, 2, ...) let slot = timestamp.saturating_div(RELAY_CHAIN_SLOT_DURATION_MILLIS); diff --git a/node/service/src/lib.rs b/node/service/src/lib.rs index fa5314f794..7411c72777 100644 --- a/node/service/src/lib.rs +++ b/node/service/src/lib.rs @@ -78,6 +78,7 @@ use sp_consensus::SyncOracle; use sp_core::{ByteArray, Encode, H256}; use sp_keystore::{Keystore, KeystorePtr}; use std::str::FromStr; +use std::sync::atomic::{AtomicU64, Ordering}; use std::sync::Arc; use std::{collections::BTreeMap, path::Path, sync::Mutex, time::Duration}; use substrate_prometheus_endpoint::Registry; @@ -116,7 +117,7 @@ type PartialComponentsResult = Result< const RELAY_CHAIN_SLOT_DURATION_MILLIS: u64 = 6_000; -thread_local!(static TIMESTAMP: std::cell::RefCell = const { std::cell::RefCell::new(0) }); +static TIMESTAMP: AtomicU64 = AtomicU64::new(0); /// Provide a mock duration starting at 0 in millisecond for timestamp inherent. /// Each call will increment timestamp by slot_duration making Aura think time has passed. @@ -127,10 +128,11 @@ impl sp_inherents::InherentDataProvider for MockTimestampInherentDataProvider { &self, inherent_data: &mut sp_inherents::InherentData, ) -> Result<(), sp_inherents::Error> { - TIMESTAMP.with(|x| { - *x.borrow_mut() += RELAY_CHAIN_SLOT_DURATION_MILLIS; - inherent_data.put_data(sp_timestamp::INHERENT_IDENTIFIER, &*x.borrow()) - }) + TIMESTAMP.fetch_add(RELAY_CHAIN_SLOT_DURATION_MILLIS, Ordering::SeqCst); + inherent_data.put_data( + sp_timestamp::INHERENT_IDENTIFIER, + &TIMESTAMP.load(Ordering::SeqCst), + ) } async fn try_handle_error( @@ -1359,12 +1361,10 @@ where )); // Get the mocked timestamp - let mut timestamp = 0u64; - TIMESTAMP.with(|x| { - timestamp = x.clone().take() + RELAY_CHAIN_SLOT_DURATION_MILLIS; - }); + let timestamp = TIMESTAMP.load(Ordering::SeqCst); // Calculate mocked slot number (should be consecutively 1, 2, ...) let slot = timestamp.saturating_div(RELAY_CHAIN_SLOT_DURATION_MILLIS); + let additional_key_values = Some(vec![ ( moonbeam_core_primitives::well_known_relay_keys::TIMESTAMP_NOW From e09df39c2ecb501fae3658f646b27779a8b6c4a5 Mon Sep 17 00:00:00 2001 From: Gonza Montiel Date: Mon, 23 Sep 2024 17:58:00 +0200 Subject: [PATCH 39/52] remove deprecated test code --- .../service/src/lazy_loading/call_executor.rs | 16 --- .../service/src/lazy_loading/wasm_override.rs | 130 ------------------ 2 files changed, 146 deletions(-) diff --git a/node/service/src/lazy_loading/call_executor.rs b/node/service/src/lazy_loading/call_executor.rs index ae3af5a793..3d8df1bbdf 100644 --- a/node/service/src/lazy_loading/call_executor.rs +++ b/node/service/src/lazy_loading/call_executor.rs @@ -328,19 +328,3 @@ where self.executor.native_version() } } - -#[cfg(test)] -mod tests { - use super::*; - use sc_executor::{NativeElseWasmExecutor, WasmExecutor}; - use substrate_test_runtime_client::LocalExecutorDispatch; - - fn executor() -> NativeElseWasmExecutor { - NativeElseWasmExecutor::new_with_wasm_executor( - WasmExecutor::builder() - .with_max_runtime_instances(1) - .with_runtime_cache_size(2) - .build(), - ) - } -} diff --git a/node/service/src/lazy_loading/wasm_override.rs b/node/service/src/lazy_loading/wasm_override.rs index 89890ef234..297fe1e7c7 100644 --- a/node/service/src/lazy_loading/wasm_override.rs +++ b/node/service/src/lazy_loading/wasm_override.rs @@ -249,133 +249,3 @@ impl WasmOverride { .map_err(|e| WasmOverrideError::VersionInvalid(e.to_string()).into()) } } - -/// Returns a WasmOverride struct filled with dummy data for testing. -#[cfg(test)] -pub fn dummy_overrides() -> WasmOverride { - let version = RuntimeVersion { - spec_name: "test".into(), - ..Default::default() - }; - let mut overrides = HashMap::new(); - overrides.insert( - 0, - WasmBlob::new( - vec![0, 0, 0, 0, 0, 0, 0, 0], - vec![0], - PathBuf::new(), - version.clone(), - ), - ); - overrides.insert( - 1, - WasmBlob::new( - vec![1, 1, 1, 1, 1, 1, 1, 1], - vec![1], - PathBuf::new(), - version.clone(), - ), - ); - overrides.insert( - 2, - WasmBlob::new( - vec![2, 2, 2, 2, 2, 2, 2, 2], - vec![2], - PathBuf::new(), - version, - ), - ); - - WasmOverride { overrides } -} - -#[cfg(test)] -mod tests { - use super::*; - use sc_executor::{HeapAllocStrategy, NativeElseWasmExecutor, WasmExecutor}; - use std::fs::{self, File}; - use substrate_test_runtime_client::LocalExecutorDispatch; - - fn executor() -> NativeElseWasmExecutor { - NativeElseWasmExecutor::::new_with_wasm_executor( - WasmExecutor::builder() - .with_onchain_heap_alloc_strategy(HeapAllocStrategy::Static { extra_pages: 128 }) - .with_offchain_heap_alloc_strategy(HeapAllocStrategy::Static { extra_pages: 128 }) - .with_max_runtime_instances(1) - .with_runtime_cache_size(2) - .build(), - ) - } - - fn wasm_test(fun: F) - where - F: Fn(&Path, &[u8], &NativeElseWasmExecutor), - { - let exec = executor(); - let bytes = substrate_test_runtime::wasm_binary_unwrap(); - let dir = tempfile::tempdir().expect("Create a temporary directory"); - fun(dir.path(), bytes, &exec); - dir.close().expect("Temporary Directory should close"); - } - - #[test] - fn should_get_runtime_version() { - let executor = executor(); - - let version = WasmOverride::runtime_version( - &executor, - substrate_test_runtime::wasm_binary_unwrap(), - &[1], - Some(128), - ) - .expect("should get the `RuntimeVersion` of the test-runtime wasm blob"); - assert_eq!(version.spec_version, 2); - } - - #[test] - fn should_scrape_wasm() { - wasm_test(|dir, wasm_bytes, exec| { - fs::write(dir.join("test.wasm"), wasm_bytes).expect("Create test file"); - let overrides = - WasmOverride::scrape_overrides(dir, exec).expect("HashMap of u32 and WasmBlob"); - let wasm = overrides.get(&2).expect("WASM binary"); - assert_eq!( - wasm.code, - substrate_test_runtime::wasm_binary_unwrap().to_vec() - ) - }); - } - - #[test] - fn should_check_for_duplicates() { - wasm_test(|dir, wasm_bytes, exec| { - fs::write(dir.join("test0.wasm"), wasm_bytes).expect("Create test file"); - fs::write(dir.join("test1.wasm"), wasm_bytes).expect("Create test file"); - let scraped = WasmOverride::scrape_overrides(dir, exec); - - match scraped { - Err(sp_blockchain::Error::Application(e)) => { - match e.downcast_ref::() { - Some(WasmOverrideError::DuplicateRuntime(duplicates)) => { - assert_eq!(duplicates.len(), 1); - } - _ => panic!("Test should end with Msg Error Variant"), - } - } - _ => panic!("Test should end in error"), - } - }); - } - - #[test] - fn should_ignore_non_wasm() { - wasm_test(|dir, wasm_bytes, exec| { - File::create(dir.join("README.md")).expect("Create test file"); - File::create(dir.join("LICENSE")).expect("Create a test file"); - fs::write(dir.join("test0.wasm"), wasm_bytes).expect("Create test file"); - let scraped = - WasmOverride::scrape_overrides(dir, exec).expect("HashMap of u32 and WasmBlob"); - assert_eq!(scraped.len(), 1); - }); - } -} From e4731978c0fbb5eaf82f0215ecc6901a2bf6c39c Mon Sep 17 00:00:00 2001 From: Rodrigo Quelhas Date: Mon, 23 Sep 2024 21:15:24 +0100 Subject: [PATCH 40/52] use latest version of nextest --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 2610e45892..6c1c9dbed9 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -126,7 +126,7 @@ jobs: - name: Unit tests run: | # curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash - # curl -LsSf https://get.nexte.st/latest/linux | tar zxf - -C ${CARGO_HOME:-~/.cargo}/bin + curl -LsSf https://get.nexte.st/latest/linux | tar zxf - -C ${CARGO_HOME:-~/.cargo}/bin # echo $PATH cargo nextest run --release --workspace --features=evm-tracing - name: "Run Moonwall Dev Tests" From f19c9ef94fe0841a0764239a73ecfc89f7d121b9 Mon Sep 17 00:00:00 2001 From: Gonza Montiel Date: Thu, 26 Sep 2024 12:19:21 +0200 Subject: [PATCH 41/52] Update precompiles/collective/src/mock.rs Co-authored-by: Rodrigo Quelhas <22591718+RomarQ@users.noreply.github.com> --- precompiles/collective/src/mock.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/precompiles/collective/src/mock.rs b/precompiles/collective/src/mock.rs index 72a26dd46d..3cfe99cae6 100644 --- a/precompiles/collective/src/mock.rs +++ b/precompiles/collective/src/mock.rs @@ -212,7 +212,6 @@ impl pallet_treasury::Config for Runtime { type RejectOrigin = frame_support::traits::NeverEnsureOrigin; type RuntimeEvent = RuntimeEvent; // If spending proposal rejected, transfer proposer bond to treasury - // If spending proposal rejected, transfer proposer bond to treasury type SpendPeriod = ConstU32<1>; type Burn = (); type BurnDestination = (); From 6daef572fb5feb408dd9205e78ca0ef971ca141b Mon Sep 17 00:00:00 2001 From: Gonza Montiel Date: Thu, 26 Sep 2024 12:40:05 +0200 Subject: [PATCH 42/52] apply review suggestions --- runtime/moonbase/src/xcm_config.rs | 2 +- runtime/moonbeam/src/xcm_config.rs | 2 +- runtime/moonriver/src/xcm_config.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/runtime/moonbase/src/xcm_config.rs b/runtime/moonbase/src/xcm_config.rs index 5ba4642b4a..29ca7879a8 100644 --- a/runtime/moonbase/src/xcm_config.rs +++ b/runtime/moonbase/src/xcm_config.rs @@ -376,7 +376,7 @@ impl cumulus_pallet_xcmp_queue::Config for Runtime { type PriceForSiblingDelivery = polkadot_runtime_common::xcm_sender::NoPriceForMessageDelivery< cumulus_primitives_core::ParaId, >; - type MaxActiveOutboundChannels = ConstU32<128>; + type MaxActiveOutboundChannels = MessageQueueHeapSize; // Most on-chain HRMP channels are configured to use 102400 bytes of max message size, so we // need to set the page size larger than that until we reduce the channel size on-chain. type MaxPageSize = ConstU32<{ 103 * 1024 }>; diff --git a/runtime/moonbeam/src/xcm_config.rs b/runtime/moonbeam/src/xcm_config.rs index a5948d6985..04afa119f9 100644 --- a/runtime/moonbeam/src/xcm_config.rs +++ b/runtime/moonbeam/src/xcm_config.rs @@ -365,7 +365,7 @@ impl cumulus_pallet_xcmp_queue::Config for Runtime { type PriceForSiblingDelivery = polkadot_runtime_common::xcm_sender::NoPriceForMessageDelivery< cumulus_primitives_core::ParaId, >; - type MaxActiveOutboundChannels = ConstU32<128>; + type MaxActiveOutboundChannels = MessageQueueHeapSize; // Most on-chain HRMP channels are configured to use 102400 bytes of max message size, so we // need to set the page size larger than that until we reduce the channel size on-chain. type MaxPageSize = ConstU32<{ 103 * 1024 }>; diff --git a/runtime/moonriver/src/xcm_config.rs b/runtime/moonriver/src/xcm_config.rs index 76b87d12f7..fb78020495 100644 --- a/runtime/moonriver/src/xcm_config.rs +++ b/runtime/moonriver/src/xcm_config.rs @@ -373,7 +373,7 @@ impl cumulus_pallet_xcmp_queue::Config for Runtime { type PriceForSiblingDelivery = polkadot_runtime_common::xcm_sender::NoPriceForMessageDelivery< cumulus_primitives_core::ParaId, >; - type MaxActiveOutboundChannels = ConstU32<128>; + type MaxActiveOutboundChannels = MessageQueueHeapSize; // Most on-chain HRMP channels are configured to use 102400 bytes of max message size, so we // need to set the page size larger than that until we reduce the channel size on-chain. type MaxPageSize = ConstU32<{ 103 * 1024 }>; From f7b044c91d9c98cb9923da9a3aff1e1bacda6604 Mon Sep 17 00:00:00 2001 From: Gonza Montiel Date: Thu, 26 Sep 2024 12:42:35 +0200 Subject: [PATCH 43/52] Revert "apply review suggestions" This reverts commit 6daef572fb5feb408dd9205e78ca0ef971ca141b. --- runtime/moonbase/src/xcm_config.rs | 2 +- runtime/moonbeam/src/xcm_config.rs | 2 +- runtime/moonriver/src/xcm_config.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/runtime/moonbase/src/xcm_config.rs b/runtime/moonbase/src/xcm_config.rs index 29ca7879a8..5ba4642b4a 100644 --- a/runtime/moonbase/src/xcm_config.rs +++ b/runtime/moonbase/src/xcm_config.rs @@ -376,7 +376,7 @@ impl cumulus_pallet_xcmp_queue::Config for Runtime { type PriceForSiblingDelivery = polkadot_runtime_common::xcm_sender::NoPriceForMessageDelivery< cumulus_primitives_core::ParaId, >; - type MaxActiveOutboundChannels = MessageQueueHeapSize; + type MaxActiveOutboundChannels = ConstU32<128>; // Most on-chain HRMP channels are configured to use 102400 bytes of max message size, so we // need to set the page size larger than that until we reduce the channel size on-chain. type MaxPageSize = ConstU32<{ 103 * 1024 }>; diff --git a/runtime/moonbeam/src/xcm_config.rs b/runtime/moonbeam/src/xcm_config.rs index 04afa119f9..a5948d6985 100644 --- a/runtime/moonbeam/src/xcm_config.rs +++ b/runtime/moonbeam/src/xcm_config.rs @@ -365,7 +365,7 @@ impl cumulus_pallet_xcmp_queue::Config for Runtime { type PriceForSiblingDelivery = polkadot_runtime_common::xcm_sender::NoPriceForMessageDelivery< cumulus_primitives_core::ParaId, >; - type MaxActiveOutboundChannels = MessageQueueHeapSize; + type MaxActiveOutboundChannels = ConstU32<128>; // Most on-chain HRMP channels are configured to use 102400 bytes of max message size, so we // need to set the page size larger than that until we reduce the channel size on-chain. type MaxPageSize = ConstU32<{ 103 * 1024 }>; diff --git a/runtime/moonriver/src/xcm_config.rs b/runtime/moonriver/src/xcm_config.rs index fb78020495..76b87d12f7 100644 --- a/runtime/moonriver/src/xcm_config.rs +++ b/runtime/moonriver/src/xcm_config.rs @@ -373,7 +373,7 @@ impl cumulus_pallet_xcmp_queue::Config for Runtime { type PriceForSiblingDelivery = polkadot_runtime_common::xcm_sender::NoPriceForMessageDelivery< cumulus_primitives_core::ParaId, >; - type MaxActiveOutboundChannels = MessageQueueHeapSize; + type MaxActiveOutboundChannels = ConstU32<128>; // Most on-chain HRMP channels are configured to use 102400 bytes of max message size, so we // need to set the page size larger than that until we reduce the channel size on-chain. type MaxPageSize = ConstU32<{ 103 * 1024 }>; From 912650e3f2b8212be32778b4861118122e2ecfc3 Mon Sep 17 00:00:00 2001 From: Gonza Montiel Date: Thu, 26 Sep 2024 12:44:14 +0200 Subject: [PATCH 44/52] apply review suggestions --- runtime/moonbase/src/xcm_config.rs | 2 +- runtime/moonbeam/src/xcm_config.rs | 2 +- runtime/moonriver/src/xcm_config.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/runtime/moonbase/src/xcm_config.rs b/runtime/moonbase/src/xcm_config.rs index 5ba4642b4a..cdb3aeba09 100644 --- a/runtime/moonbase/src/xcm_config.rs +++ b/runtime/moonbase/src/xcm_config.rs @@ -379,7 +379,7 @@ impl cumulus_pallet_xcmp_queue::Config for Runtime { type MaxActiveOutboundChannels = ConstU32<128>; // Most on-chain HRMP channels are configured to use 102400 bytes of max message size, so we // need to set the page size larger than that until we reduce the channel size on-chain. - type MaxPageSize = ConstU32<{ 103 * 1024 }>; + type MaxPageSize = MessageQueueHeapSize; } parameter_types! { diff --git a/runtime/moonbeam/src/xcm_config.rs b/runtime/moonbeam/src/xcm_config.rs index a5948d6985..c58e00bcdd 100644 --- a/runtime/moonbeam/src/xcm_config.rs +++ b/runtime/moonbeam/src/xcm_config.rs @@ -368,7 +368,7 @@ impl cumulus_pallet_xcmp_queue::Config for Runtime { type MaxActiveOutboundChannels = ConstU32<128>; // Most on-chain HRMP channels are configured to use 102400 bytes of max message size, so we // need to set the page size larger than that until we reduce the channel size on-chain. - type MaxPageSize = ConstU32<{ 103 * 1024 }>; + type MaxPageSize = MessageQueueHeapSize; } parameter_types! { diff --git a/runtime/moonriver/src/xcm_config.rs b/runtime/moonriver/src/xcm_config.rs index 76b87d12f7..00328bc571 100644 --- a/runtime/moonriver/src/xcm_config.rs +++ b/runtime/moonriver/src/xcm_config.rs @@ -376,7 +376,7 @@ impl cumulus_pallet_xcmp_queue::Config for Runtime { type MaxActiveOutboundChannels = ConstU32<128>; // Most on-chain HRMP channels are configured to use 102400 bytes of max message size, so we // need to set the page size larger than that until we reduce the channel size on-chain. - type MaxPageSize = ConstU32<{ 103 * 1024 }>; + type MaxPageSize = MessageQueueHeapSize; } parameter_types! { From 97fe208528a80e9f6e117c3cc4052ae759be131f Mon Sep 17 00:00:00 2001 From: Rodrigo Quelhas Date: Thu, 26 Sep 2024 12:01:40 +0100 Subject: [PATCH 45/52] fix lazy-loading --- node/service/src/lazy_loading/mod.rs | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/node/service/src/lazy_loading/mod.rs b/node/service/src/lazy_loading/mod.rs index c2ef56a80d..19c6ccb7c6 100644 --- a/node/service/src/lazy_loading/mod.rs +++ b/node/service/src/lazy_loading/mod.rs @@ -16,9 +16,8 @@ use crate::{ lazy_loading, open_frontier_backend, rpc, set_prometheus_registry, BlockImportPipeline, - ClientCustomizations, FrontierBlockImport, HostFunctions, MockTimestampInherentDataProvider, - PartialComponentsResult, PendingConsensusDataProvider, RuntimeApiCollection, - RELAY_CHAIN_SLOT_DURATION_MILLIS, SOFT_DEADLINE_PERCENT, TIMESTAMP, + ClientCustomizations, FrontierBlockImport, HostFunctions, PartialComponentsResult, + PendingConsensusDataProvider, RuntimeApiCollection, SOFT_DEADLINE_PERCENT, }; use cumulus_client_parachain_inherent::{MockValidationDataInherentDataProvider, MockXcmConfig}; use cumulus_primitives_core::{relay_chain, BlockT, ParaId}; @@ -56,7 +55,6 @@ use sp_runtime::traits::NumberFor; use sp_storage::StorageKey; use std::collections::BTreeMap; use std::str::FromStr; -use std::sync::atomic::Ordering; use std::sync::{Arc, Mutex}; use std::time::Duration; @@ -596,11 +594,10 @@ where let maybe_current_para_head = client_set_aside_for_cidp.expect_header(block); let downward_xcm_receiver = downward_xcm_receiver.clone(); let hrmp_xcm_receiver = hrmp_xcm_receiver.clone(); - let relay_slot_key = relay_chain::well_known_keys::CURRENT_SLOT.to_vec(); let client_for_cidp = client_set_aside_for_cidp.clone(); async move { - let time = MockTimestampInherentDataProvider; + let time = sp_timestamp::InherentDataProvider::from_system_time(); let current_para_block = maybe_current_para_block? .ok_or(sp_blockchain::Error::UnknownBlock(block.to_string()))?; @@ -609,11 +606,6 @@ where maybe_current_para_head?.encode(), )); - // Get the mocked timestamp - let timestamp = TIMESTAMP.load(Ordering::SeqCst); - // Calculate mocked slot number (should be consecutively 1, 2, ...) - let slot = timestamp.saturating_div(RELAY_CHAIN_SLOT_DURATION_MILLIS); - let mut additional_key_values = vec![ ( moonbeam_core_primitives::well_known_relay_keys::TIMESTAMP_NOW @@ -639,7 +631,11 @@ where } .encode(), ), - (relay_slot_key, Slot::from(slot).encode()), + // Override current slot number + ( + relay_chain::well_known_keys::CURRENT_SLOT.to_vec(), + Slot::from(u64::from(current_para_block)).encode(), + ), ]; // If there is a pending upgrade, lets mimic a GoAhead From e12e8e597838905f89e3f7723bb1046f78d91eca Mon Sep 17 00:00:00 2001 From: Gonza Montiel Date: Thu, 26 Sep 2024 16:47:23 +0200 Subject: [PATCH 46/52] re add reset_issuance --- pallets/parachain-staking/src/tests.rs | 31 ++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) diff --git a/pallets/parachain-staking/src/tests.rs b/pallets/parachain-staking/src/tests.rs index dcc492aacd..b61c4d1a2a 100644 --- a/pallets/parachain-staking/src/tests.rs +++ b/pallets/parachain-staking/src/tests.rs @@ -26,16 +26,18 @@ use crate::auto_compound::{AutoCompoundConfig, AutoCompoundDelegations}; use crate::delegation_requests::{CancelledScheduledRequest, DelegationAction, ScheduledRequest}; use crate::mock::{ roll_blocks, roll_to, roll_to_round_begin, roll_to_round_end, set_author, set_block_author, - Balances, BlockNumber, ExtBuilder, ParachainStaking, RuntimeOrigin, Test, + AccountId, Balances, BlockNumber, ExtBuilder, ParachainStaking, RuntimeEvent, RuntimeOrigin, + Test, }; use crate::{ assert_events_emitted, assert_events_emitted_match, assert_events_eq, assert_no_events, AtStake, Bond, CollatorStatus, DelegationScheduledRequests, DelegatorAdded, EnableMarkingOffline, Error, Event, Range, DELEGATOR_LOCK_ID, }; +use frame_support::traits::{Currency, ExistenceRequirement, WithdrawReasons}; use frame_support::{assert_err, assert_noop, assert_ok, pallet_prelude::*, BoundedVec}; +use pallet_balances::{Event as BalancesEvent, PositiveImbalance}; use sp_runtime::{traits::Zero, DispatchError, ModuleError, Perbill, Percent}; - // ~~ ROOT ~~ #[test] @@ -6575,6 +6577,7 @@ fn deferred_payment_steady_state_event_flow() { // this test "flows" through a number of rounds, asserting that certain things do/don't happen // once the staking pallet is in a "steady state" (specifically, once we are past the first few // rounds to clear RewardPaymentDelay) + use crate::mock::System; ExtBuilder::default() .with_balances(vec![ @@ -6616,6 +6619,27 @@ fn deferred_payment_steady_state_event_flow() { set_author(round as BlockNumber, 4, 1); }; + // grab initial issuance -- we will reset it before round issuance is calculated so that + // it is consistent every round + let account: AccountId = 111; + let initial_issuance = Balances::total_issuance(); + let reset_issuance = || { + let new_issuance = Balances::total_issuance(); + let amount_to_burn = new_issuance - initial_issuance; + let _ = Balances::burn(Some(account).into(), amount_to_burn, false); + System::assert_last_event(RuntimeEvent::Balances(BalancesEvent::Burned { + who: account, + amount: amount_to_burn, + })); + let event = Balances::settle( + &account, + PositiveImbalance::new(amount_to_burn), + WithdrawReasons::FEE, + ExistenceRequirement::AllowDeath, + ) + .expect("Account can absorb burn"); + }; + // fn to roll through the first RewardPaymentDelay rounds. returns new round index let roll_through_initial_rounds = |mut round: BlockNumber| -> BlockNumber { while round < crate::mock::RewardPaymentDelay::get() + 1 { @@ -6624,6 +6648,7 @@ fn deferred_payment_steady_state_event_flow() { roll_to_round_end(round); round += 1; } + reset_issuance(); round }; @@ -6741,6 +6766,8 @@ fn deferred_payment_steady_state_event_flow() { let num_rounds_rolled = roll_to_round_end(round); assert_eq!(num_rounds_rolled, 0, "expected to be at round end already"); + reset_issuance(); + round + 1 }; From e96f38ff3420678038c1356900370422cfe2c0f4 Mon Sep 17 00:00:00 2001 From: Gonza Montiel Date: Thu, 26 Sep 2024 16:47:31 +0200 Subject: [PATCH 47/52] add missing weights --- runtime/common/src/weights/pallet_balances.rs | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/runtime/common/src/weights/pallet_balances.rs b/runtime/common/src/weights/pallet_balances.rs index 46e967ae98..db8a95e590 100644 --- a/runtime/common/src/weights/pallet_balances.rs +++ b/runtime/common/src/weights/pallet_balances.rs @@ -148,6 +148,18 @@ impl pallet_balances::WeightInfo for WeightInfo { Weight::from_parts(5_873_000, 1501) .saturating_add(T::DbWeight::get().reads(1_u64)) } - fn burn_allow_death() -> frame_support::weights::Weight { todo!() } - fn burn_keep_alive() -> frame_support::weights::Weight { todo!() } + fn burn_allow_death() -> frame_support::weights::Weight { + // Proof Size summary in bytes: + // Measured: `0` + // Estimated: `0` + // Minimum execution time: 22_000_000 picoseconds. + Weight::from_parts(23_000_000, 0) + } + fn burn_keep_alive() -> frame_support::weights::Weight { + // Proof Size summary in bytes: + // Measured: `0` + // Estimated: `0` + // Minimum execution time: 16_000_000 picoseconds. + Weight::from_parts(17_000_000, 0) + } } From 23bc9bef75cddf5c32040c3fd9bdd98dbadea615 Mon Sep 17 00:00:00 2001 From: Gonza Montiel Date: Thu, 26 Sep 2024 17:19:37 +0200 Subject: [PATCH 48/52] remove unused var --- pallets/parachain-staking/src/tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pallets/parachain-staking/src/tests.rs b/pallets/parachain-staking/src/tests.rs index b61c4d1a2a..260f68122b 100644 --- a/pallets/parachain-staking/src/tests.rs +++ b/pallets/parachain-staking/src/tests.rs @@ -6631,7 +6631,7 @@ fn deferred_payment_steady_state_event_flow() { who: account, amount: amount_to_burn, })); - let event = Balances::settle( + Balances::settle( &account, PositiveImbalance::new(amount_to_burn), WithdrawReasons::FEE, From 76ac5d37111bd7d6074aba5ed34e7f2acbd43cda Mon Sep 17 00:00:00 2001 From: Gonza Montiel Date: Tue, 1 Oct 2024 15:09:21 +0200 Subject: [PATCH 49/52] fix download correct binaries --- test/scripts/download-polkadot.sh | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/test/scripts/download-polkadot.sh b/test/scripts/download-polkadot.sh index c3a9bc7e13..278fa6a964 100755 --- a/test/scripts/download-polkadot.sh +++ b/test/scripts/download-polkadot.sh @@ -20,21 +20,20 @@ if [[ -f tmp/polkadot ]]; then wget https://github.com/paritytech/polkadot-sdk/releases/download/polkadot-$polkadot_release/polkadot -P tmp chmod +x tmp/polkadot - pnpm moonwall download polkadot-execute-worker $polkadot_release tmp - chmod +x tmp/polkadot-execute-worker - - pnpm moonwall download polkadot-prepare-worker $polkadot_release tmp - chmod +x tmp/polkadot-prepare-worker + wget https://github.com/paritytech/polkadot-sdk/releases/download/polkadot-$polkadot_release/polkadot-execute-worker -P tmp + chmod +x tmp/polkadot + wget https://github.com/paritytech/polkadot-sdk/releases/download/polkadot-$polkadot_release/polkadot-prepare-worker -P tmp + chmod +x tmp/polkadot fi else echo "Polkadot binary not found, downloading..." wget https://github.com/paritytech/polkadot-sdk/releases/download/polkadot-$polkadot_release/polkadot -P tmp chmod +x tmp/polkadot - pnpm moonwall download polkadot-execute-worker $polkadot_release tmp - chmod +x tmp/polkadot-execute-worker + wget https://github.com/paritytech/polkadot-sdk/releases/download/polkadot-$polkadot_release/polkadot-execute-worker -P tmp + chmod +x tmp/polkadot - pnpm moonwall download polkadot-prepare-worker $polkadot_release tmp - chmod +x tmp/polkadot-prepare-worker + wget https://github.com/paritytech/polkadot-sdk/releases/download/polkadot-$polkadot_release/polkadot-prepare-worker -P tmp + chmod +x tmp/polkadot fi From 8111ba7383281db041ae05fbbafdc4b31e1d5845 Mon Sep 17 00:00:00 2001 From: Gonza Montiel Date: Tue, 1 Oct 2024 16:16:56 +0200 Subject: [PATCH 50/52] cargo fmt --- node/cli/src/command.rs | 99 +++++++++++++++++++++-------------------- 1 file changed, 50 insertions(+), 49 deletions(-) diff --git a/node/cli/src/command.rs b/node/cli/src/command.rs index 7989f76812..68f943b8b1 100644 --- a/node/cli/src/command.rs +++ b/node/cli/src/command.rs @@ -707,7 +707,7 @@ pub fn run() -> Result<()> { let relay_chain_id = extension.map(|e| e.relay_chain.as_str()); let para_id = extension.map(|e| e.para_id); - let dev_service = cli.run.dev_service + let dev_service = cli.run.dev_service || config.chain_spec.is_dev() || relay_chain_id == Some("dev-service"); if dev_service { @@ -718,56 +718,57 @@ pub fn run() -> Result<()> { "Alice", )); - return match &config.chain_spec { - #[cfg(feature = "moonriver-native")] - spec if spec.is_moonriver() => moonbeam_service::new_dev::< - moonbeam_service::moonriver_runtime::RuntimeApi, - moonbeam_service::MoonriverCustomizations, - sc_network::NetworkWorker<_, _>, - >( - config, - para_id, - author_id, - cli.run.sealing, - rpc_config, - hwbench, + return match &config.chain_spec { + #[cfg(feature = "moonriver-native")] + spec if spec.is_moonriver() => moonbeam_service::new_dev::< + moonbeam_service::moonriver_runtime::RuntimeApi, + moonbeam_service::MoonriverCustomizations, + sc_network::NetworkWorker<_, _>, + >( + config, + para_id, + author_id, + cli.run.sealing, + rpc_config, + hwbench, ) - .await - .map_err(Into::into), - #[cfg(feature = "moonbeam-native")] - spec if spec.is_moonbeam() => moonbeam_service::new_dev::< - moonbeam_service::moonbeam_runtime::RuntimeApi, - moonbeam_service::MoonbeamCustomizations, - sc_network::NetworkWorker<_, _>, - >( - config, - para_id, - author_id, - cli.run.sealing, - rpc_config, - hwbench, + .await + .map_err(Into::into), + #[cfg(feature = "moonbeam-native")] + spec if spec.is_moonbeam() => moonbeam_service::new_dev::< + moonbeam_service::moonbeam_runtime::RuntimeApi, + moonbeam_service::MoonbeamCustomizations, + sc_network::NetworkWorker<_, _>, + >( + config, + para_id, + author_id, + cli.run.sealing, + rpc_config, + hwbench, ) - .await - .map_err(Into::into), - #[cfg(feature = "moonbase-native")] - _ => moonbeam_service::new_dev::< - moonbeam_service::moonbase_runtime::RuntimeApi, - moonbeam_service::MoonbaseCustomizations, - sc_network::NetworkWorker<_, _>, - >( - config, - para_id, - author_id, - cli.run.sealing, - rpc_config, - hwbench, - ) - .await - .map_err(Into::into), - #[cfg(not(feature = "moonbase-native"))] - _ => panic!("invalid chain spec"), - }; - }#[cfg(feature = "lazy-loading")] + .await + .map_err(Into::into), + #[cfg(feature = "moonbase-native")] + _ => moonbeam_service::new_dev::< + moonbeam_service::moonbase_runtime::RuntimeApi, + moonbeam_service::MoonbaseCustomizations, + sc_network::NetworkWorker<_, _>, + >( + config, + para_id, + author_id, + cli.run.sealing, + rpc_config, + hwbench, + ) + .await + .map_err(Into::into), + #[cfg(not(feature = "moonbase-native"))] + _ => panic!("invalid chain spec"), + }; + } + #[cfg(feature = "lazy-loading")] if let Some(fork_chain_from_rpc) = cli.run.fork_chain_from_rpc { let author_id = Some(chain_spec::get_from_seed::( "Alice", From 09eddbd71b31c978f3c5f0f87a29b9fc2f9e8183 Mon Sep 17 00:00:00 2001 From: Gonza Montiel Date: Tue, 1 Oct 2024 17:04:07 +0200 Subject: [PATCH 51/52] make polkadot worker binearies executable --- test/scripts/download-polkadot.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/scripts/download-polkadot.sh b/test/scripts/download-polkadot.sh index 278fa6a964..2612abf587 100755 --- a/test/scripts/download-polkadot.sh +++ b/test/scripts/download-polkadot.sh @@ -21,10 +21,10 @@ if [[ -f tmp/polkadot ]]; then chmod +x tmp/polkadot wget https://github.com/paritytech/polkadot-sdk/releases/download/polkadot-$polkadot_release/polkadot-execute-worker -P tmp - chmod +x tmp/polkadot + chmod +x tmp/polkadot-execute-worker wget https://github.com/paritytech/polkadot-sdk/releases/download/polkadot-$polkadot_release/polkadot-prepare-worker -P tmp - chmod +x tmp/polkadot + chmod +x tmp/polkadot-prepare-worker fi else echo "Polkadot binary not found, downloading..." @@ -32,8 +32,8 @@ else chmod +x tmp/polkadot wget https://github.com/paritytech/polkadot-sdk/releases/download/polkadot-$polkadot_release/polkadot-execute-worker -P tmp - chmod +x tmp/polkadot + chmod +x tmp/polkadot-execute-worker wget https://github.com/paritytech/polkadot-sdk/releases/download/polkadot-$polkadot_release/polkadot-prepare-worker -P tmp - chmod +x tmp/polkadot + chmod +x tmp/polkadot-prepare-worker fi From 966083ab865056be6d4afd2e6d2e3767f5064348 Mon Sep 17 00:00:00 2001 From: Gonza Montiel Date: Tue, 1 Oct 2024 20:12:06 +0200 Subject: [PATCH 52/52] configure XcmRecorder for mocks --- runtime/moonbase/tests/xcm_mock/relay_chain.rs | 5 ++--- runtime/moonbeam/tests/xcm_mock/parachain.rs | 2 +- runtime/moonbeam/tests/xcm_mock/relay_chain.rs | 2 +- runtime/moonbeam/tests/xcm_mock/statemint_like.rs | 2 +- runtime/moonriver/tests/xcm_mock/relay_chain.rs | 2 +- 5 files changed, 6 insertions(+), 7 deletions(-) diff --git a/runtime/moonbase/tests/xcm_mock/relay_chain.rs b/runtime/moonbase/tests/xcm_mock/relay_chain.rs index 93a358d9fb..290b1f5786 100644 --- a/runtime/moonbase/tests/xcm_mock/relay_chain.rs +++ b/runtime/moonbase/tests/xcm_mock/relay_chain.rs @@ -213,7 +213,7 @@ impl Config for XcmConfig { type HrmpNewChannelOpenRequestHandler = (); type HrmpChannelAcceptedHandler = (); type HrmpChannelClosingHandler = (); - type XcmRecorder = PolkadotXcm; + type XcmRecorder = XcmPallet; } pub type LocalOriginToLocation = SignedToAccountId32; @@ -294,7 +294,7 @@ impl hrmp::Config for Runtime { type WeightInfo = TestHrmpWeightInfo; type ChannelManager = frame_system::EnsureRoot; type DefaultChannelSizeAndCapacityWithSystem = DefaultChannelSizeAndCapacityWithSystem; - type VersionWrapper = PolkadotXcm; + type VersionWrapper = XcmPallet; } impl frame_system::offchain::SendTransactionTypes for Runtime @@ -374,7 +374,6 @@ pub(crate) fn relay_events() -> Vec { .collect::>() } -use crate::xcm_mock::statemint_like::PolkadotXcm; use frame_support::traits::{OnFinalize, OnInitialize}; pub(crate) fn relay_roll_to(n: BlockNumber) { diff --git a/runtime/moonbeam/tests/xcm_mock/parachain.rs b/runtime/moonbeam/tests/xcm_mock/parachain.rs index 881ca98cb2..77beff13f9 100644 --- a/runtime/moonbeam/tests/xcm_mock/parachain.rs +++ b/runtime/moonbeam/tests/xcm_mock/parachain.rs @@ -368,7 +368,7 @@ impl Config for XcmConfig { type HrmpNewChannelOpenRequestHandler = (); type HrmpChannelAcceptedHandler = (); type HrmpChannelClosingHandler = (); - type XcmRecorder = (); + type XcmRecorder = PolkadotXcm; } impl cumulus_pallet_xcm::Config for Runtime { diff --git a/runtime/moonbeam/tests/xcm_mock/relay_chain.rs b/runtime/moonbeam/tests/xcm_mock/relay_chain.rs index 24c9f0c47a..cf5d3ca5ce 100644 --- a/runtime/moonbeam/tests/xcm_mock/relay_chain.rs +++ b/runtime/moonbeam/tests/xcm_mock/relay_chain.rs @@ -213,7 +213,7 @@ impl Config for XcmConfig { type HrmpNewChannelOpenRequestHandler = (); type HrmpChannelAcceptedHandler = (); type HrmpChannelClosingHandler = (); - type XcmRecorder = (); + type XcmRecorder = XcmPallet; } pub type LocalOriginToLocation = SignedToAccountId32; diff --git a/runtime/moonbeam/tests/xcm_mock/statemint_like.rs b/runtime/moonbeam/tests/xcm_mock/statemint_like.rs index 71a522c3e6..bc27a84ac0 100644 --- a/runtime/moonbeam/tests/xcm_mock/statemint_like.rs +++ b/runtime/moonbeam/tests/xcm_mock/statemint_like.rs @@ -348,7 +348,7 @@ impl Config for XcmConfig { type HrmpNewChannelOpenRequestHandler = (); type HrmpChannelAcceptedHandler = (); type HrmpChannelClosingHandler = (); - type XcmRecorder = (); + type XcmRecorder = PolkadotXcm; } /// No local origins on this chain are allowed to dispatch XCM sends/executions. diff --git a/runtime/moonriver/tests/xcm_mock/relay_chain.rs b/runtime/moonriver/tests/xcm_mock/relay_chain.rs index 24c9f0c47a..cf5d3ca5ce 100644 --- a/runtime/moonriver/tests/xcm_mock/relay_chain.rs +++ b/runtime/moonriver/tests/xcm_mock/relay_chain.rs @@ -213,7 +213,7 @@ impl Config for XcmConfig { type HrmpNewChannelOpenRequestHandler = (); type HrmpChannelAcceptedHandler = (); type HrmpChannelClosingHandler = (); - type XcmRecorder = (); + type XcmRecorder = XcmPallet; } pub type LocalOriginToLocation = SignedToAccountId32;