From e3fe321697721a352442ec6b3592034f08d3bc85 Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Wed, 21 May 2025 12:35:00 +0700 Subject: [PATCH 01/56] Update branch --- Cargo.toml | 244 ++++++++++++++++++++++++++--------------------------- 1 file changed, 122 insertions(+), 122 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 80e21c4cb3f..0178aa25644 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -311,131 +311,131 @@ ethexe-compute = { path = "ethexe/compute", default-features = false } wasmi = { package = "wasmi", version = "0.38" } # Substrate deps -binary-merkle-tree = { version = "15.0.1", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -frame-benchmarking = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -frame-benchmarking-cli = { version = "43.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none" } -frame-election-provider-support = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -frame-executive = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -frame-support = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -frame-support-test = { version = "3.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -frame-system = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -frame-system-benchmarking = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -frame-remote-externalities = { version = "0.46.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none" } -frame-try-runtime = { version = "0.44.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -frame-system-rpc-runtime-api = { version = "34.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } +binary-merkle-tree = { version = "15.0.1", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +frame-benchmarking = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +frame-benchmarking-cli = { version = "43.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +frame-election-provider-support = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +frame-executive = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +frame-support = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +frame-support-test = { version = "3.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +frame-system = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +frame-system-benchmarking = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +frame-remote-externalities = { version = "0.46.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +frame-try-runtime = { version = "0.44.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +frame-system-rpc-runtime-api = { version = "34.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -frame-metadata-hash-extension = { default-features = false, git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none" } +frame-metadata-hash-extension = { default-features = false, git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } -generate-bags = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none" } -pallet-authorship = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -pallet-authority-discovery = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -pallet-babe = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -pallet-bags-list = { version = "37.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -pallet-bounties = { version = "37.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -pallet-child-bounties = { version = "37.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -pallet-balances = { version = "39.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -pallet-conviction-voting = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -pallet-election-provider-multi-phase = { version = "37.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -pallet-grandpa = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -pallet-identity = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -pallet-im-online = { version = "37.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -pallet-multisig = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -pallet-nomination-pools = { version = "35.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -pallet-nomination-pools-runtime-api = { version = "33.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -pallet-offences = { version = "37.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -pallet-preimage = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -pallet-proxy = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -pallet-ranked-collective = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -pallet-referenda = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -pallet-scheduler = { version = "39.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -pallet-session = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -pallet-staking = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -pallet-staking-runtime-api = { version = "24.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -pallet-staking-reward-fn = { version = "22.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -pallet-sudo = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -pallet-timestamp = { version = "37.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -pallet-transaction-payment = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -pallet-transaction-payment-rpc = { version = "41.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -pallet-treasury = { version = "37.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -pallet-utility = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -pallet-vesting = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -pallet-whitelist = { version = "37.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.17.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none" } -sc-authority-discovery = { version = "0.45.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none" } -sc-block-builder = { version = "0.42.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none" } -sc-consensus = { version = "0.44.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none" } -sc-consensus-babe = { version = "0.45.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none" } -sc-consensus-babe-rpc = { version = "0.45.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none" } -sc-consensus-epochs = { version = "0.44.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none" } -sc-consensus-slots = { version = "0.44.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none" } -sp-crypto-ec-utils = { version = "0.14.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -sp-debug-derive = { version = "14.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -sc-chain-spec = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none" } -sc-cli = { version = "0.47.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none" } -sc-client-api = { version = "37.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none" } -sc-executor = { version = "0.40.1", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none" } -sc-executor-common = { version = "0.35.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none" } -sc-consensus-grandpa = { version = "0.30.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none" } -sc-consensus-grandpa-rpc = { version = "0.30.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none" } -sc-keystore = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none" } -sc-network = { version = "0.45.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none" } -sc-network-common = { version = "0.44.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none" } -sc-network-sync = { version = "0.44.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none" } -sc-network-statement = { version = "0.27.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none" } -sc-offchain = { version = "40.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none" } -sc-proposer-metrics = { version = "0.18.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none" } -sc-service = { version = "0.46.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none" } -sc-telemetry = { version = "25.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none" } -sc-rpc = { version = "40.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none" } -sc-rpc-api = { version = "0.44.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none" } -sc-rpc-spec-v2 = { version = "0.45.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none" } -sc-sync-state-rpc = { version = "0.45.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none" } -sc-sysinfo = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none" } -sc-transaction-pool = { version = "37.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none" } -sc-transaction-pool-api = { version = "37.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none" } -sc-tracing = { version = "37.0.1", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none" } -sp-allocator = { version = "29.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -sp-api = { version = "34.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -sp-authority-discovery = { version = "34.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -sp-arithmetic = { version = "26.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -sp-blockchain = { version = "37.0.1", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -sp-block-builder = { version = "34.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -sp-core = { version = "34.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -sp-consensus = { version = "0.40.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -sp-consensus-babe = { version = "0.40.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -sp-consensus-slots = { version = "0.40.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -sp-externalities = { version = "0.29.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -sp-consensus-grandpa = { version = "21.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -sp-genesis-builder = { version = "0.15.1", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -sp-inherents = { version = "34.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -sp-io = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -sp-keyring = { version = "39.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -sp-keystore = { version = "0.40.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -sp-npos-elections = { version = "34.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -sp-offchain = { version = "34.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -sp-rpc = { version = "32.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -sp-runtime = { version = "39.0.1", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -sp-runtime-interface = { version = "28.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -sp-session = { version = "36.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -sp-std = { version = "14.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -sp-state-machine = { version = "0.43.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -sp-staking = { version = "36.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -sp-storage = { version = "21.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -sp-timestamp = { version = "34.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -sp-transaction-pool = { version = "34.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -sp-transaction-storage-proof = { version = "34.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -sp-trie = { version = "37.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -sp-version = { version = "37.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -sp-wasm-interface = { version = "21.0.1", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -sp-wasm-interface-common = { version = "7.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none", default-features = false } -substrate-build-script-utils = { version = "11.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none" } -substrate-frame-rpc-system = { version = "39.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none" } -substrate-rpc-client = { version = "0.44.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none" } -substrate-state-trie-migration-rpc = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none" } -substrate-test-client = { version = "2.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none" } -substrate-wasm-builder = { version = "24.0.1", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2409-wasm32v1-none" } +generate-bags = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +pallet-authorship = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-authority-discovery = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-babe = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-bags-list = { version = "37.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-bounties = { version = "37.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-child-bounties = { version = "37.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-balances = { version = "39.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-conviction-voting = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-election-provider-multi-phase = { version = "37.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-grandpa = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-identity = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-im-online = { version = "37.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-multisig = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-nomination-pools = { version = "35.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-nomination-pools-runtime-api = { version = "33.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-offences = { version = "37.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-preimage = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-proxy = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-ranked-collective = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-referenda = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-scheduler = { version = "39.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-session = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-staking = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-staking-runtime-api = { version = "24.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-staking-reward-fn = { version = "22.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-sudo = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-timestamp = { version = "37.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-transaction-payment = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-transaction-payment-rpc = { version = "41.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-treasury = { version = "37.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-utility = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-vesting = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-whitelist = { version = "37.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.17.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-authority-discovery = { version = "0.45.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-block-builder = { version = "0.42.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-consensus = { version = "0.44.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-consensus-babe = { version = "0.45.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-consensus-babe-rpc = { version = "0.45.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-consensus-epochs = { version = "0.44.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-consensus-slots = { version = "0.44.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sp-crypto-ec-utils = { version = "0.14.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-debug-derive = { version = "14.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sc-chain-spec = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-cli = { version = "0.47.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-client-api = { version = "37.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-executor = { version = "0.40.1", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-executor-common = { version = "0.35.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-consensus-grandpa = { version = "0.30.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-consensus-grandpa-rpc = { version = "0.30.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-keystore = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-network = { version = "0.45.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-network-common = { version = "0.44.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-network-sync = { version = "0.44.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-network-statement = { version = "0.27.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-offchain = { version = "40.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-proposer-metrics = { version = "0.18.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-service = { version = "0.46.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-telemetry = { version = "25.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-rpc = { version = "40.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-rpc-api = { version = "0.44.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-rpc-spec-v2 = { version = "0.45.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-sync-state-rpc = { version = "0.45.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-sysinfo = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-transaction-pool = { version = "37.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-transaction-pool-api = { version = "37.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-tracing = { version = "37.0.1", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sp-allocator = { version = "29.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-api = { version = "34.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-authority-discovery = { version = "34.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-arithmetic = { version = "26.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-blockchain = { version = "37.0.1", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-block-builder = { version = "34.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-core = { version = "34.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-consensus = { version = "0.40.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-consensus-babe = { version = "0.40.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-consensus-slots = { version = "0.40.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-externalities = { version = "0.29.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-consensus-grandpa = { version = "21.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-genesis-builder = { version = "0.15.1", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-inherents = { version = "34.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-io = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-keyring = { version = "39.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-keystore = { version = "0.40.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-npos-elections = { version = "34.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-offchain = { version = "34.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-rpc = { version = "32.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-runtime = { version = "39.0.1", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-runtime-interface = { version = "28.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-session = { version = "36.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-std = { version = "14.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-state-machine = { version = "0.43.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-staking = { version = "36.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-storage = { version = "21.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-timestamp = { version = "34.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-transaction-pool = { version = "34.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-transaction-storage-proof = { version = "34.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-trie = { version = "37.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-version = { version = "37.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-wasm-interface = { version = "21.0.1", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-wasm-interface-common = { version = "7.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +substrate-build-script-utils = { version = "11.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +substrate-frame-rpc-system = { version = "39.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +substrate-rpc-client = { version = "0.44.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +substrate-state-trie-migration-rpc = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +substrate-test-client = { version = "2.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +substrate-wasm-builder = { version = "24.0.1", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } # Examples test-syscalls = { path = "examples/syscalls", default-features = false } From 48c41db086de23234d6ff42370a33dba456c0ccf Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Wed, 21 May 2025 12:46:17 +0700 Subject: [PATCH 02/56] Update deps --- Cargo.lock | 2774 +++++++++++++++++++++++++++++++++------------------- Cargo.toml | 224 ++--- 2 files changed, 1885 insertions(+), 1113 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 97e289069cb..9c7abcf54f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -185,7 +185,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "03fd095a9d70f4b1c5c102c84a4c782867a5c6416dbf6dcd42a63e7c7a89d3c8" dependencies = [ "num_enum 0.7.2", - "strum 0.26.2", + "strum 0.26.3", ] [[package]] @@ -208,7 +208,7 @@ dependencies = [ "rand 0.8.5", "serde", "serde_with", - "thiserror 2.0.9", + "thiserror 2.0.12", ] [[package]] @@ -243,7 +243,7 @@ dependencies = [ "alloy-transport", "futures", "futures-util", - "thiserror 2.0.9", + "thiserror 2.0.12", ] [[package]] @@ -286,7 +286,7 @@ dependencies = [ "alloy-rlp", "crc", "serde", - "thiserror 2.0.9", + "thiserror 2.0.12", ] [[package]] @@ -310,7 +310,7 @@ dependencies = [ "alloy-rlp", "k256", "serde", - "thiserror 2.0.9", + "thiserror 2.0.12", ] [[package]] @@ -369,7 +369,7 @@ dependencies = [ "alloy-sol-types", "serde", "serde_json", - "thiserror 2.0.9", + "thiserror 2.0.12", "tracing", ] @@ -396,7 +396,7 @@ dependencies = [ "futures-utils-wasm", "serde", "serde_json", - "thiserror 2.0.9", + "thiserror 2.0.12", ] [[package]] @@ -427,7 +427,7 @@ dependencies = [ "rand 0.8.5", "serde_json", "tempfile", - "thiserror 2.0.9", + "thiserror 2.0.12", "tracing", "url", ] @@ -445,7 +445,7 @@ dependencies = [ "derive_more 2.0.1", "foldhash", "hashbrown 0.15.2", - "indexmap 2.7.1", + "indexmap 2.9.0", "itoa", "k256", "keccak-asm", @@ -493,7 +493,7 @@ dependencies = [ "reqwest", "serde", "serde_json", - "thiserror 2.0.9", + "thiserror 2.0.12", "tokio", "tracing", "url", @@ -615,7 +615,7 @@ dependencies = [ "alloy-rpc-types-engine", "serde", "serde_with", - "thiserror 2.0.9", + "thiserror 2.0.12", ] [[package]] @@ -652,7 +652,7 @@ dependencies = [ "itertools 0.14.0", "serde", "serde_json", - "thiserror 2.0.9", + "thiserror 2.0.12", ] [[package]] @@ -678,7 +678,7 @@ dependencies = [ "either", "elliptic-curve", "k256", - "thiserror 2.0.9", + "thiserror 2.0.12", ] [[package]] @@ -694,7 +694,7 @@ dependencies = [ "async-trait", "k256", "rand 0.8.5", - "thiserror 2.0.9", + "thiserror 2.0.12", ] [[package]] @@ -721,7 +721,7 @@ dependencies = [ "alloy-sol-macro-input", "const-hex", "heck 0.5.0", - "indexmap 2.7.1", + "indexmap 2.9.0", "proc-macro-error2", "proc-macro2", "quote", @@ -781,7 +781,7 @@ dependencies = [ "futures-utils-wasm", "serde", "serde_json", - "thiserror 2.0.9", + "thiserror 2.0.12", "tokio", "tower 0.5.1", "tracing", @@ -814,10 +814,10 @@ dependencies = [ "alloy-transport", "futures", "http 1.1.0", - "rustls 0.23.10", + "rustls 0.23.27", "serde_json", "tokio", - "tokio-tungstenite 0.26.2", + "tokio-tungstenite", "tracing", "ws_stream_wasm", ] @@ -1309,7 +1309,7 @@ dependencies = [ "nom", "num-traits", "rusticata-macros", - "thiserror 1.0.62", + "thiserror 1.0.69", "time", ] @@ -1325,7 +1325,23 @@ dependencies = [ "nom", "num-traits", "rusticata-macros", - "thiserror 1.0.62", + "thiserror 1.0.69", + "time", +] + +[[package]] +name = "asn1-rs" +version = "0.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "56624a96882bb8c26d61312ae18cb45868e5a9992ea73c58e45c3101e56a1e60" +dependencies = [ + "asn1-rs-derive 0.6.0", + "asn1-rs-impl 0.2.0", + "displaydoc", + "nom", + "num-traits", + "rusticata-macros", + "thiserror 2.0.12", "time", ] @@ -1353,6 +1369,18 @@ dependencies = [ "synstructure 0.13.1", ] +[[package]] +name = "asn1-rs-derive" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3109e49b1e4909e9db6515a30c633684d68cdeaa252f215214cb4fa1a5bfee2c" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.100", + "synstructure 0.13.1", +] + [[package]] name = "asn1-rs-impl" version = "0.1.0" @@ -1584,9 +1612,9 @@ checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" [[package]] name = "async-trait" -version = "0.1.81" +version = "0.1.88" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6e0c28dcc82d7c8ead5cb13beb15405b57b8546e93215673ff8ca0349a028107" +checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5" dependencies = [ "proc-macro2", "quote", @@ -1775,11 +1803,12 @@ checksum = "230c5f1ca6a325a32553f8640d31ac9b49f2411e901e427570154868b46da4f7" [[package]] name = "binary-merkle-tree" -version = "15.0.1" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "16.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "hash-db", "log", + "parity-scale-codec", ] [[package]] @@ -1803,7 +1832,7 @@ dependencies = [ "lazy_static", "lazycell", "peeking_take_while", - "prettyplease 0.2.15", + "prettyplease", "proc-macro2", "quote", "regex", @@ -1812,6 +1841,23 @@ dependencies = [ "syn 2.0.100", ] +[[package]] +name = "bip32" +version = "0.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "db40d3dfbeab4e031d78c844642fa0caa0b0db11ce1607ac9d2986dff1405c69" +dependencies = [ + "bs58", + "hmac 0.12.1", + "k256", + "rand_core 0.6.4", + "ripemd", + "secp256k1 0.27.0", + "sha2 0.10.8", + "subtle 2.6.1", + "zeroize", +] + [[package]] name = "bip39" version = "2.0.0" @@ -1819,6 +1865,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93f2635620bf0b9d4576eb7bb9a38a55df78bd1205d26fa994b25911a69f212f" dependencies = [ "bitcoin_hashes 0.11.0", + "serde", + "unicode-normalization", ] [[package]] @@ -1866,9 +1914,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" -version = "2.5.0" +version = "2.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" +checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967" [[package]] name = "bitvec" @@ -1878,6 +1926,7 @@ checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" dependencies = [ "funty", "radium", + "serde", "tap", "wyz", ] @@ -2023,10 +2072,13 @@ dependencies = [ ] [[package]] -name = "bs58" -version = "0.4.0" +name = "bounded-vec" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3" +checksum = "68534a48cbf63a4b1323c433cf21238c9ec23711e0df13b08c33e5c2082663ce" +dependencies = [ + "thiserror 1.0.69", +] [[package]] name = "bs58" @@ -2034,6 +2086,7 @@ version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4" dependencies = [ + "sha2 0.10.8", "tinyvec", ] @@ -2238,7 +2291,7 @@ dependencies = [ "semver 1.0.18", "serde", "serde_json", - "thiserror 1.0.62", + "thiserror 1.0.69", ] [[package]] @@ -2252,7 +2305,7 @@ dependencies = [ "semver 1.0.18", "serde", "serde_json", - "thiserror 2.0.9", + "thiserror 2.0.12", ] [[package]] @@ -2394,15 +2447,14 @@ dependencies = [ [[package]] name = "cid" -version = "0.10.1" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd94671561e36e4e7de75f753f577edafb0e7c05d6e4547229fdf7938fbcd2c3" +checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a" dependencies = [ "core2", "multibase", - "multihash 0.18.1", - "serde", - "unsigned-varint 0.7.2", + "multihash 0.19.1", + "unsigned-varint 0.8.0", ] [[package]] @@ -2540,6 +2592,17 @@ version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" +[[package]] +name = "coarsetime" +version = "0.1.36" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "91849686042de1b41cd81490edc83afbcb0abe5a9b6f2c4114f23ce8cca1bcf4" +dependencies = [ + "libc", + "wasix", + "wasm-bindgen", +] + [[package]] name = "cobs" version = "0.2.3" @@ -2768,6 +2831,16 @@ dependencies = [ "libc", ] +[[package]] +name = "core-foundation" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63" +dependencies = [ + "core-foundation-sys", + "libc", +] + [[package]] name = "core-foundation-sys" version = "0.8.7" @@ -3087,6 +3160,100 @@ dependencies = [ "cipher 0.4.4", ] +[[package]] +name = "cumulus-client-parachain-inherent" +version = "0.15.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +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 0.1.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412)", + "sp-inherents", + "sp-runtime", + "sp-state-machine", + "sp-storage", + "sp-trie", + "tracing", +] + +[[package]] +name = "cumulus-primitives-core" +version = "0.17.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +dependencies = [ + "parity-scale-codec", + "polkadot-core-primitives", + "polkadot-parachain-primitives", + "polkadot-primitives", + "scale-info", + "sp-api", + "sp-runtime", + "sp-trie", + "staging-xcm", +] + +[[package]] +name = "cumulus-primitives-parachain-inherent" +version = "0.17.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +dependencies = [ + "async-trait", + "cumulus-primitives-core", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-inherents", + "sp-trie", +] + +[[package]] +name = "cumulus-primitives-proof-size-hostfunction" +version = "0.11.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +dependencies = [ + "sp-externalities", + "sp-runtime-interface", + "sp-trie", +] + +[[package]] +name = "cumulus-relay-chain-interface" +version = "0.21.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +dependencies = [ + "async-trait", + "cumulus-primitives-core", + "futures", + "jsonrpsee-core 0.24.7", + "parity-scale-codec", + "polkadot-overseer", + "sc-client-api", + "sp-api", + "sp-blockchain", + "sp-state-machine", + "sp-version", + "thiserror 1.0.69", +] + +[[package]] +name = "cumulus-test-relay-sproof-builder" +version = "0.17.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +dependencies = [ + "cumulus-primitives-core", + "parity-scale-codec", + "polkadot-primitives", + "sp-runtime", + "sp-state-machine", + "sp-trie", +] + [[package]] name = "curve25519-dalek" version = "4.1.3" @@ -3925,6 +4092,20 @@ dependencies = [ "rusticata-macros", ] +[[package]] +name = "der-parser" +version = "10.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "07da5016415d5a3c4dd39b11ed26f915f52fc4e0dc197d87908bc916e51bc1a6" +dependencies = [ + "asn1-rs 0.7.1", + "displaydoc", + "nom", + "num-bigint", + "num-traits", + "rusticata-macros", +] + [[package]] name = "deranged" version = "0.3.11" @@ -4199,18 +4380,18 @@ checksum = "86e3bdc80eee6e16b2b6b0f87fbc98c04bee3455e35174c0de1a125d0688c632" [[package]] name = "docify" -version = "0.2.8" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43a2f138ad521dc4a2ced1a4576148a6a610b4c5923933b062a263130a6802ce" +checksum = "a772b62b1837c8f060432ddcc10b17aae1453ef17617a99bc07789252d2a5896" dependencies = [ "docify_macros", ] [[package]] name = "docify_macros" -version = "0.2.8" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a081e51fb188742f5a7a1164ad752121abcb22874b21e2c3b0dd040c515fdad" +checksum = "60e6be249b0a462a14784a99b19bf35a667bb5e09de611738bb7362fa4c95ff7" dependencies = [ "common-path", "derive-syn-parse", @@ -4963,12 +5144,14 @@ dependencies = [ [[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", "proc-macro2", "quote", "syn 2.0.100", @@ -5033,6 +5216,30 @@ dependencies = [ "bytes", ] +[[package]] +name = "fatality" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec6f82451ff7f0568c6181287189126d492b5654e30a788add08027b6363d019" +dependencies = [ + "fatality-proc-macro", + "thiserror 1.0.69", +] + +[[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.9.0", + "proc-macro-crate 3.1.0", + "proc-macro2", + "quote", + "syn 2.0.100", +] + [[package]] name = "fdlimit" version = "0.3.0" @@ -5040,7 +5247,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e182f7dbc2ef73d9ef67351c5fbbea084729c48362d3ce9dd44c28e32e277fe5" dependencies = [ "libc", - "thiserror 1.0.62", + "thiserror 1.0.69", ] [[package]] @@ -5059,6 +5266,16 @@ 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", +] + [[package]] name = "file-per-thread-logger" version = "0.1.6" @@ -5179,8 +5396,8 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" -version = "13.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "13.0.1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "parity-scale-codec", ] @@ -5201,7 +5418,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8835f84f38484cc86f110a805655697908257fb9a7af005234060891557198e9" dependencies = [ "nonempty 0.7.0", - "thiserror 1.0.62", + "thiserror 1.0.69", ] [[package]] @@ -5212,8 +5429,8 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" -version = "38.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "39.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "frame-support", "frame-support-procedural", @@ -5236,24 +5453,28 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" -version = "43.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "46.1.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "Inflector", "array-bytes", "chrono", "clap 4.5.23", "comfy-table", + "cumulus-client-parachain-inherent", + "cumulus-primitives-proof-size-hostfunction", "frame-benchmarking", "frame-support", "frame-system", "gethostname", "handlebars", + "hex", "itertools 0.11.0", - "lazy_static", "linked-hash-map", "log", "parity-scale-codec", + "polkadot-parachain-primitives", + "polkadot-primitives", "rand 0.8.5", "rand_pcg", "sc-block-builder", @@ -5262,13 +5483,16 @@ dependencies = [ "sc-client-api", "sc-client-db", "sc-executor", + "sc-executor-common", "sc-service", "sc-sysinfo", "serde", "serde_json", "sp-api", + "sp-block-builder", "sp-blockchain", "sp-core", + "sp-crypto-hashing 0.1.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412)", "sp-database", "sp-externalities", "sp-genesis-builder", @@ -5278,16 +5502,21 @@ dependencies = [ "sp-runtime", "sp-state-machine", "sp-storage", + "sp-timestamp", + "sp-transaction-pool", "sp-trie", + "sp-version", "sp-wasm-interface", - "thiserror 1.0.62", + "subxt", + "subxt-signer", + "thiserror 1.0.69", "thousands", ] [[package]] name = "frame-election-provider-solution-type" version = "14.0.1" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", @@ -5297,8 +5526,8 @@ dependencies = [ [[package]] name = "frame-election-provider-support" -version = "38.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "39.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -5313,8 +5542,8 @@ dependencies = [ [[package]] name = "frame-executive" -version = "38.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "39.1.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "aquamarine", "frame-support", @@ -5352,12 +5581,25 @@ dependencies = [ "serde", ] +[[package]] +name = "frame-metadata" +version = "18.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "daaf440c68eb2c3d88e5760fe8c7af3f9fee9181fab6c2f2c4e7cc48dcc40bb8" +dependencies = [ + "cfg-if", + "parity-scale-codec", + "scale-info", + "serde", +] + [[package]] name = "frame-metadata-hash-extension" -version = "0.6.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "0.7.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "array-bytes", + "const-hex", "docify", "frame-support", "frame-system", @@ -5369,8 +5611,8 @@ dependencies = [ [[package]] name = "frame-remote-externalities" -version = "0.46.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "0.49.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "futures", "indicatif", @@ -5379,7 +5621,7 @@ dependencies = [ "parity-scale-codec", "serde", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412)", "sp-io", "sp-runtime", "sp-state-machine", @@ -5391,15 +5633,16 @@ dependencies = [ [[package]] name = "frame-support" -version = "38.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "39.1.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "aquamarine", "array-bytes", + "binary-merkle-tree", "bitflags 1.3.2", "docify", "environmental", - "frame-metadata 16.0.0", + "frame-metadata 18.0.0", "frame-support-procedural", "impl-trait-for-tuples", "k256", @@ -5409,7 +5652,7 @@ dependencies = [ "paste", "scale-info", "serde", - "serde-json-wasm", + "serde_json", "smallvec", "sp-api", "sp-arithmetic", @@ -5425,6 +5668,7 @@ dependencies = [ "sp-state-machine", "sp-std", "sp-tracing", + "sp-trie", "sp-weights", "static_assertions", "tt-call", @@ -5432,8 +5676,8 @@ dependencies = [ [[package]] name = "frame-support-procedural" -version = "30.0.3" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "31.1.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "Inflector", "cfg-expr", @@ -5446,14 +5690,14 @@ dependencies = [ "proc-macro-warning 1.0.2", "proc-macro2", "quote", - "sp-crypto-hashing 0.1.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412)", "syn 2.0.100", ] [[package]] name = "frame-support-procedural-tools" -version = "13.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "13.0.1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 3.1.0", @@ -5465,7 +5709,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "12.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "proc-macro2", "quote", @@ -5475,11 +5719,11 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "frame-benchmarking", "frame-executive", - "frame-metadata 16.0.0", + "frame-metadata 18.0.0", "frame-support", "frame-support-test-pallet", "frame-system", @@ -5503,7 +5747,7 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" version = "4.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "frame-support", "frame-system", @@ -5515,8 +5759,8 @@ dependencies = [ [[package]] name = "frame-system" -version = "38.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "39.1.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "cfg-if", "docify", @@ -5535,8 +5779,8 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" -version = "38.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "39.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "frame-benchmarking", "frame-support", @@ -5549,8 +5793,8 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" -version = "34.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "35.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "docify", "parity-scale-codec", @@ -5559,8 +5803,8 @@ dependencies = [ [[package]] name = "frame-try-runtime" -version = "0.44.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "0.45.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "frame-support", "parity-scale-codec", @@ -5586,7 +5830,7 @@ dependencies = [ "scale-info", "serde", "serdect", - "thiserror 2.0.9", + "thiserror 2.0.12", "visibility", "zeroize", ] @@ -5650,9 +5894,9 @@ checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" [[package]] name = "futures" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" +checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" dependencies = [ "futures-channel", "futures-core", @@ -5685,9 +5929,9 @@ dependencies = [ [[package]] name = "futures-channel" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" +checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" dependencies = [ "futures-core", "futures-sink", @@ -5695,15 +5939,15 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" +checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" [[package]] name = "futures-executor" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" +checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" dependencies = [ "futures-core", "futures-task", @@ -5713,9 +5957,9 @@ dependencies = [ [[package]] name = "futures-io" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" +checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" [[package]] name = "futures-lite" @@ -5747,9 +5991,9 @@ dependencies = [ [[package]] name = "futures-macro" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" +checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" dependencies = [ "proc-macro2", "quote", @@ -5773,21 +6017,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a8f2f12607f92c69b12ed746fabf9ca4f5c482cba46679c1a75b874ed7c26adb" dependencies = [ "futures-io", - "rustls 0.23.10", + "rustls 0.23.27", "rustls-pki-types", ] [[package]] name = "futures-sink" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" +checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" [[package]] name = "futures-task" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" +checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" [[package]] name = "futures-ticker" @@ -5808,9 +6052,9 @@ checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24" [[package]] name = "futures-util" -version = "0.3.30" +version = "0.3.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" +checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" dependencies = [ "futures-channel", "futures-core", @@ -5910,7 +6154,7 @@ dependencies = [ "reqwest", "scale-info", "serde", - "thiserror 1.0.62", + "thiserror 1.0.69", "tokio", "toml 0.8.14", "tracing-subscriber", @@ -5957,7 +6201,7 @@ dependencies = [ "log", "parity-scale-codec", "subxt", - "thiserror 1.0.62", + "thiserror 1.0.69", "tokio", "tracing-subscriber", "url", @@ -6045,7 +6289,7 @@ dependencies = [ "hex", "log", "rand 0.8.5", - "thiserror 1.0.62", + "thiserror 1.0.69", ] [[package]] @@ -6097,7 +6341,7 @@ dependencies = [ "gsys", "hex-literal", "log", - "primitive-types", + "primitive-types 0.12.2", "proptest", "sp-arithmetic", "sp-core", @@ -6127,13 +6371,13 @@ dependencies = [ "gprimitives", "gsys", "hex", - "impl-serde", + "impl-serde 0.4.0", "log", "num-traits", "numerated", "parity-scale-codec", "paste", - "primitive-types", + "primitive-types 0.12.2", "proptest", "rand 0.8.5", "scale-info", @@ -6282,10 +6526,10 @@ dependencies = [ "gsdk", "names", "parking_lot 0.12.3", - "primitive-types", + "primitive-types 0.12.2", "rand 0.8.5", "reqwest", - "thiserror 1.0.62", + "thiserror 1.0.69", "tokio", "tracing", "tracing-appender", @@ -6441,7 +6685,7 @@ dependencies = [ "sp-allocator", "sp-wasm-interface-common", "tempfile", - "thiserror 1.0.62", + "thiserror 1.0.69", "wasmer", "wasmer-types", "wasmi 0.38.0", @@ -6535,7 +6779,7 @@ name = "gear-ss58" version = "1.8.1" dependencies = [ "blake2 0.10.6", - "bs58 0.5.1", + "bs58", "hex", ] @@ -6572,7 +6816,7 @@ dependencies = [ "parity-scale-codec", "sp-consensus-babe", "subxt", - "thiserror 1.0.62", + "thiserror 1.0.69", "tokio", "tracing-subscriber", ] @@ -6593,7 +6837,7 @@ dependencies = [ "pathdiff", "regex", "rustc_version 0.4.0", - "thiserror 1.0.62", + "thiserror 1.0.69", "toml 0.8.14", ] @@ -6611,13 +6855,13 @@ dependencies = [ "gear-utils", "gear-wasm-instrument", "gsys", - "indexmap 2.7.1", + "indexmap 2.9.0", "indicatif", "log", "nonempty 0.8.1", "proptest", "rand 0.8.5", - "thiserror 1.0.62", + "thiserror 1.0.69", "wasm-smith", "wasmparser 0.230.0 (registry+https://github.com/rust-lang/crates.io-index)", "wasmprinter", @@ -6682,7 +6926,7 @@ dependencies = [ "frame-support", "gear-utils", "heck 0.5.0", - "indexmap 2.7.1", + "indexmap 2.9.0", "pallet-gear", "proc-macro2", "quote", @@ -6695,8 +6939,8 @@ dependencies = [ [[package]] name = "generate-bags" -version = "38.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "39.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "chrono", "frame-election-provider-support", @@ -6887,7 +7131,7 @@ dependencies = [ "derive_more 2.0.1", "gear-ss58", "hex", - "primitive-types", + "primitive-types 0.12.2", "scale-info", "serde", ] @@ -6942,7 +7186,7 @@ dependencies = [ "gear-utils", "gsdk-codegen", "hex", - "indexmap 2.7.1", + "indexmap 2.9.0", "jsonrpsee 0.24.7", "log", "parity-scale-codec", @@ -6953,7 +7197,7 @@ dependencies = [ "sp-core", "sp-runtime", "subxt", - "thiserror 1.0.62", + "thiserror 1.0.69", "tokio", ] @@ -7062,7 +7306,7 @@ dependencies = [ "futures-sink", "futures-util", "http 0.2.9", - "indexmap 2.7.1", + "indexmap 2.9.0", "slab", "tokio", "tokio-util", @@ -7081,7 +7325,7 @@ dependencies = [ "futures-core", "futures-sink", "http 1.1.0", - "indexmap 2.7.1", + "indexmap 2.9.0", "slab", "tokio", "tokio-util", @@ -7105,7 +7349,7 @@ dependencies = [ "pest_derive", "serde", "serde_json", - "thiserror 1.0.62", + "thiserror 1.0.69", ] [[package]] @@ -7300,8 +7544,8 @@ dependencies = [ "ipnet", "once_cell", "rand 0.8.5", - "socket2 0.5.7", - "thiserror 1.0.62", + "socket2 0.5.9", + "thiserror 1.0.69", "tinyvec", "tokio", "tracing", @@ -7310,9 +7554,9 @@ dependencies = [ [[package]] name = "hickory-resolver" -version = "0.24.1" +version = "0.24.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28757f23aa75c98f254cf0405e6d8c25b831b32921b050a66692427679b1f243" +checksum = "cbb117a1ca520e111743ab2f6688eddee69db4e0ea242545a604dce8a66fd22e" dependencies = [ "cfg-if", "futures-util", @@ -7324,7 +7568,7 @@ dependencies = [ "rand 0.8.5", "resolv-conf", "smallvec", - "thiserror 1.0.62", + "thiserror 1.0.69", "tokio", "tracing", ] @@ -7499,7 +7743,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2 0.5.7", + "socket2 0.4.9", "tokio", "tower-service", "tracing", @@ -7554,7 +7798,8 @@ dependencies = [ "hyper 1.4.1", "hyper-util", "log", - "rustls 0.23.10", + "rustls 0.23.27", + "rustls-native-certs 0.8.1", "rustls-pki-types", "tokio", "tokio-rustls 0.26.0", @@ -7591,7 +7836,7 @@ dependencies = [ "http-body 1.0.0", "hyper 1.4.1", "pin-project-lite", - "socket2 0.5.7", + "socket2 0.5.9", "tokio", "tower 0.4.13", "tower-service", @@ -7622,48 +7867,145 @@ dependencies = [ ] [[package]] -name = "id-arena" -version = "2.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005" - -[[package]] -name = "ident_case" -version = "1.0.1" +name = "icu_collections" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" +checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47" +dependencies = [ + "displaydoc", + "potential_utf", + "yoke", + "zerofrom", + "zerovec", +] [[package]] -name = "idna" -version = "0.2.3" +name = "icu_locale_core" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8" +checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a" dependencies = [ - "matches", - "unicode-bidi", - "unicode-normalization", + "displaydoc", + "litemap", + "tinystr", + "writeable", + "zerovec", ] [[package]] -name = "idna" -version = "0.4.0" +name = "icu_normalizer" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" +checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979" dependencies = [ - "unicode-bidi", - "unicode-normalization", + "displaydoc", + "icu_collections", + "icu_normalizer_data", + "icu_properties", + "icu_provider", + "smallvec", + "zerovec", ] +[[package]] +name = "icu_normalizer_data" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3" + +[[package]] +name = "icu_properties" +version = "2.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b" +dependencies = [ + "displaydoc", + "icu_collections", + "icu_locale_core", + "icu_properties_data", + "icu_provider", + "potential_utf", + "zerotrie", + "zerovec", +] + +[[package]] +name = "icu_properties_data" +version = "2.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632" + +[[package]] +name = "icu_provider" +version = "2.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af" +dependencies = [ + "displaydoc", + "icu_locale_core", + "stable_deref_trait", + "tinystr", + "writeable", + "yoke", + "zerofrom", + "zerotrie", + "zerovec", +] + +[[package]] +name = "id-arena" +version = "2.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005" + +[[package]] +name = "ident_case" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" + [[package]] name = "idna" -version = "0.5.0" +version = "0.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8" +dependencies = [ + "matches", + "unicode-bidi", + "unicode-normalization", +] + +[[package]] +name = "idna" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" +checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c" dependencies = [ "unicode-bidi", "unicode-normalization", ] +[[package]] +name = "idna" +version = "1.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" +dependencies = [ + "idna_adapter", + "smallvec", + "utf8_iter", +] + +[[package]] +name = "idna_adapter" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" +dependencies = [ + "icu_normalizer", + "icu_properties", +] + [[package]] name = "if-addrs" version = "0.10.2" @@ -7681,7 +8023,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d6b0422c86d7ce0e97169cc42e04ae643caf278874a7a3c87b8150a220dc7e1e" dependencies = [ "async-io 2.3.3", - "core-foundation", + "core-foundation 0.9.3", "fnv", "futures", "if-addrs", @@ -7721,6 +8063,26 @@ dependencies = [ "parity-scale-codec", ] +[[package]] +name = "impl-codec" +version = "0.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2d40b9d5e17727407e55028eafc22b2dc68781786e6d7eb8a21103f5058e3a14" +dependencies = [ + "parity-scale-codec", +] + +[[package]] +name = "impl-num-traits" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "803d15461ab0dcc56706adf266158acbc44ccf719bf7d0af30705f58b90a4b8c" +dependencies = [ + "integer-sqrt", + "num-traits", + "uint 0.10.0", +] + [[package]] name = "impl-serde" version = "0.4.0" @@ -7730,6 +8092,15 @@ dependencies = [ "serde", ] +[[package]] +name = "impl-serde" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4a143eada6a1ec4aefa5049037a26a6d597bfd64f8c026d07b77133e02b7dd0b" +dependencies = [ + "serde", +] + [[package]] name = "impl-trait-for-tuples" version = "0.2.3" @@ -7779,9 +8150,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.7.1" +version = "2.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652" +checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e" dependencies = [ "equivalent", "hashbrown 0.15.2", @@ -7857,7 +8228,7 @@ version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" dependencies = [ - "socket2 0.5.7", + "socket2 0.5.9", "widestring", "windows-sys 0.48.0", "winreg", @@ -7961,7 +8332,7 @@ dependencies = [ "combine", "jni-sys", "log", - "thiserror 1.0.62", + "thiserror 1.0.69", "walkdir", ] @@ -8041,7 +8412,7 @@ dependencies = [ "rustls-native-certs 0.7.2", "rustls-pki-types", "soketto 0.7.1", - "thiserror 1.0.62", + "thiserror 1.0.69", "tokio", "tokio-rustls 0.25.0", "tokio-util", @@ -8060,11 +8431,11 @@ dependencies = [ "http 1.1.0", "jsonrpsee-core 0.23.2", "pin-project", - "rustls 0.23.10", + "rustls 0.23.27", "rustls-pki-types", "rustls-platform-verifier", "soketto 0.8.0", - "thiserror 1.0.62", + "thiserror 1.0.69", "tokio", "tokio-rustls 0.26.0", "tokio-util", @@ -8083,11 +8454,11 @@ dependencies = [ "http 1.1.0", "jsonrpsee-core 0.24.7", "pin-project", - "rustls 0.23.10", + "rustls 0.23.27", "rustls-pki-types", "rustls-platform-verifier", "soketto 0.8.0", - "thiserror 1.0.62", + "thiserror 1.0.69", "tokio", "tokio-rustls 0.26.0", "tokio-util", @@ -8112,7 +8483,7 @@ dependencies = [ "rustc-hash 1.1.0", "serde", "serde_json", - "thiserror 1.0.62", + "thiserror 1.0.69", "tokio", "tokio-stream", "tracing", @@ -8134,7 +8505,7 @@ dependencies = [ "rustc-hash 1.1.0", "serde", "serde_json", - "thiserror 1.0.62", + "thiserror 1.0.69", "tokio", "tokio-stream", "tracing", @@ -8160,7 +8531,7 @@ dependencies = [ "rustc-hash 2.1.1", "serde", "serde_json", - "thiserror 1.0.62", + "thiserror 1.0.69", "tokio", "tokio-stream", "tracing", @@ -8179,7 +8550,7 @@ dependencies = [ "jsonrpsee-types 0.22.5", "serde", "serde_json", - "thiserror 1.0.62", + "thiserror 1.0.69", "tokio", "tower 0.4.13", "tracing", @@ -8200,11 +8571,11 @@ dependencies = [ "hyper-util", "jsonrpsee-core 0.24.7", "jsonrpsee-types 0.24.7", - "rustls 0.23.10", + "rustls 0.23.27", "rustls-platform-verifier", "serde", "serde_json", - "thiserror 1.0.62", + "thiserror 1.0.69", "tokio", "tower 0.4.13", "tracing", @@ -8243,7 +8614,7 @@ dependencies = [ "serde", "serde_json", "soketto 0.8.0", - "thiserror 1.0.62", + "thiserror 1.0.69", "tokio", "tokio-stream", "tokio-util", @@ -8261,7 +8632,7 @@ dependencies = [ "beef", "serde", "serde_json", - "thiserror 1.0.62", + "thiserror 1.0.69", ] [[package]] @@ -8274,7 +8645,7 @@ dependencies = [ "http 1.1.0", "serde", "serde_json", - "thiserror 1.0.62", + "thiserror 1.0.69", ] [[package]] @@ -8286,7 +8657,7 @@ dependencies = [ "http 1.1.0", "serde", "serde_json", - "thiserror 1.0.62", + "thiserror 1.0.69", ] [[package]] @@ -8355,6 +8726,16 @@ dependencies = [ "sha3-asm", ] +[[package]] +name = "keccak-hash" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4b286e6b663fb926e1eeb68528e69cb70ed46c6d65871a21b2215ae8154c6d3c" +dependencies = [ + "primitive-types 0.12.2", + "tiny-keccak", +] + [[package]] name = "keyring" version = "1.2.1" @@ -8363,7 +8744,7 @@ checksum = "ba264b266563c1363dcce004776cbf198d7422a4262f77f4ca285bf26ae30955" dependencies = [ "byteorder", "secret-service", - "security-framework", + "security-framework 2.10.0", "winapi", ] @@ -8558,7 +8939,7 @@ dependencies = [ "multiaddr 0.18.1", "pin-project", "rw-stream-sink 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "thiserror 1.0.62", + "thiserror 1.0.69", ] [[package]] @@ -8593,7 +8974,7 @@ dependencies = [ "multiaddr 0.18.1", "pin-project", "rw-stream-sink 0.4.0 (git+https://github.com/gear-tech/rust-libp2p?branch=al%2Fv0.54.1-patches)", - "thiserror 1.0.62", + "thiserror 1.0.69", ] [[package]] @@ -8665,7 +9046,7 @@ dependencies = [ "rand 0.8.5", "rw-stream-sink 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec", - "thiserror 1.0.62", + "thiserror 1.0.69", "unsigned-varint 0.7.2", "void", ] @@ -8690,7 +9071,7 @@ dependencies = [ "rand 0.8.5", "rw-stream-sink 0.4.0 (git+https://github.com/gear-tech/rust-libp2p?branch=al%2Fv0.54.1-patches)", "smallvec", - "thiserror 1.0.62", + "thiserror 1.0.69", "tracing", "unsigned-varint 0.8.0", "void", @@ -8777,7 +9158,7 @@ dependencies = [ "quick-protobuf", "quick-protobuf-codec 0.2.0", "smallvec", - "thiserror 1.0.62", + "thiserror 1.0.69", "void", ] @@ -8798,7 +9179,7 @@ dependencies = [ "quick-protobuf", "quick-protobuf-codec 0.3.1", "smallvec", - "thiserror 1.0.62", + "thiserror 1.0.69", "tracing", "void", ] @@ -8810,7 +9191,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "55cca1eb2bc1fd29f099f3daaab7effd01e1a54b7c577d0ed082521034d912e8" dependencies = [ "asn1_der", - "bs58 0.5.1", + "bs58", "ed25519-dalek", "hkdf 0.12.4", "libsecp256k1", @@ -8818,7 +9199,7 @@ dependencies = [ "quick-protobuf", "rand 0.8.5", "sha2 0.10.8", - "thiserror 1.0.62", + "thiserror 1.0.69", "tracing", "zeroize", ] @@ -8846,8 +9227,8 @@ dependencies = [ "rand 0.8.5", "sha2 0.10.8", "smallvec", - "thiserror 1.0.62", - "uint", + "thiserror 1.0.69", + "uint 0.9.5", "unsigned-varint 0.7.2", "void", ] @@ -8873,9 +9254,9 @@ dependencies = [ "rand 0.8.5", "sha2 0.10.8", "smallvec", - "thiserror 1.0.62", + "thiserror 1.0.69", "tracing", - "uint", + "uint 0.9.5", "void", "web-time", ] @@ -8895,7 +9276,7 @@ dependencies = [ "log", "rand 0.8.5", "smallvec", - "socket2 0.5.7", + "socket2 0.5.9", "tokio", "trust-dns-proto 0.22.0", "void", @@ -8915,7 +9296,7 @@ dependencies = [ "libp2p-swarm 0.45.1", "rand 0.8.5", "smallvec", - "socket2 0.5.7", + "socket2 0.5.9", "tokio", "tracing", "void", @@ -8976,7 +9357,7 @@ dependencies = [ "sha2 0.10.8", "snow", "static_assertions", - "thiserror 1.0.62", + "thiserror 1.0.69", "x25519-dalek", "zeroize", ] @@ -9050,8 +9431,8 @@ dependencies = [ "rand 0.8.5", "ring 0.16.20", "rustls 0.21.7", - "socket2 0.5.7", - "thiserror 1.0.62", + "socket2 0.5.9", + "thiserror 1.0.69", "tokio", ] @@ -9071,9 +9452,9 @@ dependencies = [ "quinn 0.11.2", "rand 0.8.5", "ring 0.17.8", - "rustls 0.23.10", - "socket2 0.5.7", - "thiserror 1.0.62", + "rustls 0.23.27", + "socket2 0.5.9", + "thiserror 1.0.69", "tokio", "tracing", ] @@ -9216,7 +9597,7 @@ dependencies = [ "libp2p-core 0.40.1", "libp2p-identity", "log", - "socket2 0.5.7", + "socket2 0.5.9", "tokio", ] @@ -9231,7 +9612,7 @@ dependencies = [ "libc", "libp2p-core 0.42.0", "libp2p-identity", - "socket2 0.5.7", + "socket2 0.5.9", "tokio", "tracing", ] @@ -9250,7 +9631,7 @@ dependencies = [ "ring 0.16.20", "rustls 0.21.7", "rustls-webpki 0.101.4", - "thiserror 1.0.62", + "thiserror 1.0.69", "x509-parser 0.15.1", "yasna", ] @@ -9266,9 +9647,9 @@ dependencies = [ "libp2p-identity", "rcgen 0.11.3", "ring 0.17.8", - "rustls 0.23.10", + "rustls 0.23.27", "rustls-webpki 0.101.4", - "thiserror 1.0.62", + "thiserror 1.0.69", "x509-parser 0.16.0", "yasna", ] @@ -9334,7 +9715,7 @@ dependencies = [ "pin-project-lite", "rw-stream-sink 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "soketto 0.8.0", - "thiserror 1.0.62", + "thiserror 1.0.69", "url", "webpki-roots 0.25.2", ] @@ -9348,7 +9729,7 @@ dependencies = [ "futures", "libp2p-core 0.40.1", "log", - "thiserror 1.0.62", + "thiserror 1.0.69", "yamux 0.12.1", ] @@ -9360,10 +9741,10 @@ dependencies = [ "either", "futures", "libp2p-core 0.42.0", - "thiserror 1.0.62", + "thiserror 1.0.69", "tracing", "yamux 0.12.1", - "yamux 0.13.3", + "yamux 0.13.5", ] [[package]] @@ -9518,57 +9899,55 @@ dependencies = [ "keystream", ] +[[package]] +name = "litemap" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" + [[package]] name = "litep2p" -version = "0.6.2" +version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f46c51c205264b834ceed95c8b195026e700494bc3991aaba3b4ea9e20626d9" +checksum = "d71056c23c896bb0e18113b2d2f1989be95135e6bdeedb0b757422ee21a073eb" dependencies = [ "async-trait", - "bs58 0.4.0", + "bs58", "bytes", - "cid 0.10.1", + "cid 0.11.1", "ed25519-dalek", "futures", "futures-timer", - "hex-literal", - "indexmap 2.7.1", + "hickory-resolver", + "indexmap 2.9.0", "libc", - "mockall 0.12.1", + "mockall 0.13.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", + "prost 0.13.5", + "prost-build", "rand 0.8.5", - "rcgen 0.10.0", - "ring 0.16.20", - "rustls 0.20.8", "serde", "sha2 0.10.8", "simple-dns", "smallvec", "snow", - "socket2 0.5.7", - "static_assertions", - "str0m", - "thiserror 1.0.62", + "socket2 0.5.9", + "thiserror 2.0.12", "tokio", "tokio-stream", - "tokio-tungstenite 0.20.1", + "tokio-tungstenite", "tokio-util", "tracing", - "trust-dns-resolver", - "uint", + "uint 0.10.0", "unsigned-varint 0.8.0", "url", - "webpki", "x25519-dalek", - "x509-parser 0.16.0", + "x509-parser 0.17.0", + "yamux 0.13.5", "yasna", "zeroize", ] @@ -9853,13 +10232,13 @@ checksum = "8452105ba047068f40ff7093dd1d9da90898e63dd61736462e9cdda6a90ad3c3" [[package]] name = "merkleized-metadata" -version = "0.1.0" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f313fcff1d2a4bcaa2deeaa00bf7530d77d5f7bd0467a117dde2e29a75a7a17a" +checksum = "38c592efaf1b3250df14c8f3c2d952233f0302bb81d3586db2f303666c1cd607" dependencies = [ "array-bytes", "blake3", - "frame-metadata 16.0.0", + "frame-metadata 18.0.0", "parity-scale-codec", "scale-decode", "scale-info", @@ -9949,7 +10328,7 @@ dependencies = [ "rand_chacha 0.3.1", "rand_distr", "subtle 2.6.1", - "thiserror 1.0.62", + "thiserror 1.0.69", "zeroize", ] @@ -9970,15 +10349,14 @@ dependencies = [ [[package]] name = "mockall" -version = "0.12.1" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43766c2b5203b10de348ffe19f7e54564b64f3d6018ff7648d1e2d6d3a0f0a48" +checksum = "39a6bfcc6c8c7eed5ee98b9c3e33adc726054389233e201c95dab2d41a3839d2" dependencies = [ "cfg-if", "downcast", "fragile", - "lazy_static", - "mockall_derive 0.12.1", + "mockall_derive 0.13.1", "predicates 3.1.2", "predicates-tree", ] @@ -9997,9 +10375,9 @@ dependencies = [ [[package]] name = "mockall_derive" -version = "0.12.1" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af7cbce79ec385a1d4f54baa90a76401eb15d9cab93685f62e7e9f942aa00ae2" +checksum = "25ca3004c2efe9011bd4e461bd8256445052b9615405b4f7ea43fc8ca5c20898" dependencies = [ "cfg-if", "proc-macro2", @@ -10085,23 +10463,6 @@ dependencies = [ "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", - "sha2 0.10.8", - "sha3", - "unsigned-varint 0.7.2", -] - [[package]] name = "multihash" version = "0.19.1" @@ -10204,6 +10565,12 @@ dependencies = [ "rand 0.8.5", ] +[[package]] +name = "nanorand" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3" + [[package]] name = "native-tls" version = "0.2.11" @@ -10217,7 +10584,7 @@ dependencies = [ "openssl-probe", "openssl-sys", "schannel", - "security-framework", + "security-framework 2.10.0", "security-framework-sys", "tempfile", ] @@ -10267,7 +10634,7 @@ dependencies = [ "anyhow", "byteorder", "paste", - "thiserror 1.0.62", + "thiserror 1.0.69", ] [[package]] @@ -10281,7 +10648,7 @@ dependencies = [ "log", "netlink-packet-core", "netlink-sys", - "thiserror 1.0.62", + "thiserror 1.0.69", "tokio", ] @@ -10300,13 +10667,13 @@ dependencies = [ [[package]] name = "network-interface" -version = "1.1.4" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4a43439bf756eed340bdf8feba761e2d50c7d47175d87545cd5cbe4a137c4d1" +checksum = "c3329f515506e4a2de3aa6e07027a6758e22e0f0e8eaf64fa47261cec2282602" dependencies = [ "cc", "libc", - "thiserror 1.0.62", + "thiserror 1.0.69", "winapi", ] @@ -10661,6 +11028,15 @@ dependencies = [ "asn1-rs 0.6.1", ] +[[package]] +name = "oid-registry" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "12f40cff3dde1b6087cc5d5f5d4d65712f34016a03ed60e9c08dcc392736b5b7" +dependencies = [ + "asn1-rs 0.7.1", +] + [[package]] name = "once_cell" version = "1.19.0" @@ -10685,7 +11061,7 @@ version = "0.10.60" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "79a4c6c3a2b158f7f8f2a2fc5a969fa3a068df6fc9dbb4a43845436e3af7c800" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.9.1", "cfg-if", "foreign-types", "libc", @@ -10711,15 +11087,6 @@ version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" -[[package]] -name = "openssl-src" -version = "300.3.2+3.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a211a18d945ef7e648cc6e0058f4c548ee46aab922ea203e0d30e966ea23647b" -dependencies = [ - "cc", -] - [[package]] name = "openssl-sys" version = "0.9.96" @@ -10728,7 +11095,6 @@ checksum = "3812c071ba60da8b5677cc12bcb1d42989a65553772897a7e0355545a819838f" dependencies = [ "cc", "libc", - "openssl-src", "pkg-config", "vcpkg", ] @@ -10739,6 +11105,39 @@ 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", + "futures-timer", + "orchestra-proc-macro", + "pin-project", + "prioritized-metered-channel", + "thiserror 1.0.69", + "tracing", +] + +[[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.9.0", + "itertools 0.11.0", + "petgraph", + "proc-macro-crate 3.1.0", + "proc-macro2", + "quote", + "syn 1.0.109", +] + [[package]] name = "os_str_bytes" version = "6.5.1" @@ -10769,8 +11168,8 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" -version = "38.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "39.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "frame-support", "frame-system", @@ -10784,8 +11183,8 @@ dependencies = [ [[package]] name = "pallet-authorship" -version = "38.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "39.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "frame-support", "frame-system", @@ -10797,8 +11196,8 @@ dependencies = [ [[package]] name = "pallet-babe" -version = "38.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "39.1.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "frame-benchmarking", "frame-support", @@ -10820,8 +11219,8 @@ dependencies = [ [[package]] name = "pallet-bags-list" -version = "37.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "38.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "aquamarine", "docify", @@ -10841,8 +11240,8 @@ dependencies = [ [[package]] name = "pallet-balances" -version = "39.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "40.1.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "docify", "frame-benchmarking", @@ -10856,8 +11255,8 @@ dependencies = [ [[package]] name = "pallet-bounties" -version = "37.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "38.1.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "frame-benchmarking", "frame-support", @@ -10873,8 +11272,8 @@ dependencies = [ [[package]] name = "pallet-child-bounties" -version = "37.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "38.1.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "frame-benchmarking", "frame-support", @@ -10891,8 +11290,8 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" -version = "38.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "39.1.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "assert_matches", "frame-benchmarking", @@ -10907,8 +11306,8 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" -version = "37.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "38.1.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -10924,13 +11323,13 @@ dependencies = [ "sp-io", "sp-npos-elections", "sp-runtime", - "strum 0.26.2", + "strum 0.26.3", ] [[package]] name = "pallet-election-provider-support-benchmarking" -version = "37.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "38.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -11021,7 +11420,7 @@ dependencies = [ "pallet-gear-voucher", "pallet-timestamp", "parity-scale-codec", - "primitive-types", + "primitive-types 0.12.2", "rand 0.8.5", "rand_pcg", "scale-info", @@ -11051,7 +11450,7 @@ dependencies = [ "pallet-authorship", "pallet-balances", "parity-scale-codec", - "primitive-types", + "primitive-types 0.12.2", "scale-info", "sp-io", "sp-runtime", @@ -11103,7 +11502,7 @@ dependencies = [ "pallet-staking", "pallet-timestamp", "parity-scale-codec", - "primitive-types", + "primitive-types 0.12.2", "scale-info", "sha2 0.10.8", "sp-core", @@ -11160,7 +11559,7 @@ dependencies = [ "pallet-gear-scheduler", "pallet-timestamp", "parity-scale-codec", - "primitive-types", + "primitive-types 0.12.2", "scale-info", "sp-core", "sp-io", @@ -11220,7 +11619,7 @@ version = "1.8.1" dependencies = [ "jsonrpsee 0.24.7", "pallet-gear-eth-bridge-rpc-runtime-api", - "primitive-types", + "primitive-types 0.12.2", "sp-api", "sp-blockchain", "sp-runtime", @@ -11247,7 +11646,7 @@ dependencies = [ "pallet-balances", "pallet-gear-messenger", "parity-scale-codec", - "primitive-types", + "primitive-types 0.12.2", "scale-info", "sp-io", "sp-runtime", @@ -11269,7 +11668,7 @@ dependencies = [ "pallet-gear-gas", "pallet-timestamp", "parity-scale-codec", - "primitive-types", + "primitive-types 0.12.2", "rand 0.8.5", "scale-info", "sp-io", @@ -11300,7 +11699,7 @@ dependencies = [ "pallet-timestamp", "pallet-transaction-payment", "parity-scale-codec", - "primitive-types", + "primitive-types 0.12.2", "scale-info", "sp-io", "sp-runtime", @@ -11459,7 +11858,7 @@ dependencies = [ "gear-core", "pallet-balances", "parity-scale-codec", - "primitive-types", + "primitive-types 0.12.2", "scale-info", "sp-core", "sp-io", @@ -11470,8 +11869,8 @@ dependencies = [ [[package]] name = "pallet-grandpa" -version = "38.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "39.1.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "frame-benchmarking", "frame-support", @@ -11492,8 +11891,8 @@ dependencies = [ [[package]] name = "pallet-identity" -version = "38.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "39.1.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "enumflags2 0.7.7", "frame-benchmarking", @@ -11508,8 +11907,8 @@ dependencies = [ [[package]] name = "pallet-im-online" -version = "37.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "38.1.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "frame-benchmarking", "frame-support", @@ -11527,23 +11926,19 @@ dependencies = [ [[package]] name = "pallet-multisig" -version = "38.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "39.1.1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", "log", "parity-scale-codec", + "polkadot-sdk-frame", "scale-info", - "sp-io", - "sp-runtime", ] [[package]] name = "pallet-nomination-pools" -version = "35.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "37.0.2" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "frame-support", "frame-system", @@ -11560,8 +11955,8 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" -version = "33.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "35.0.1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -11570,8 +11965,8 @@ dependencies = [ [[package]] name = "pallet-offences" -version = "37.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "38.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "frame-support", "frame-system", @@ -11586,8 +11981,8 @@ dependencies = [ [[package]] name = "pallet-preimage" -version = "38.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "39.1.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "frame-benchmarking", "frame-support", @@ -11602,22 +11997,18 @@ dependencies = [ [[package]] name = "pallet-proxy" -version = "38.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "39.1.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", "parity-scale-codec", + "polkadot-sdk-frame", "scale-info", - "sp-io", - "sp-runtime", ] [[package]] name = "pallet-ranked-collective" -version = "38.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "39.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "frame-benchmarking", "frame-support", @@ -11634,8 +12025,8 @@ dependencies = [ [[package]] name = "pallet-referenda" -version = "38.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "39.1.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "assert_matches", "frame-benchmarking", @@ -11652,8 +12043,8 @@ dependencies = [ [[package]] name = "pallet-scheduler" -version = "39.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "40.1.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "docify", "frame-benchmarking", @@ -11669,8 +12060,8 @@ dependencies = [ [[package]] name = "pallet-session" -version = "38.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "39.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "frame-support", "frame-system", @@ -11690,8 +12081,8 @@ dependencies = [ [[package]] name = "pallet-staking" -version = "38.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "39.1.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -11713,7 +12104,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "22.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "log", "sp-arithmetic", @@ -11721,8 +12112,8 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" -version = "24.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "25.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "parity-scale-codec", "sp-api", @@ -11731,8 +12122,8 @@ dependencies = [ [[package]] name = "pallet-sudo" -version = "38.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "39.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "docify", "frame-benchmarking", @@ -11746,8 +12137,8 @@ dependencies = [ [[package]] name = "pallet-timestamp" -version = "37.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "38.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "docify", "frame-benchmarking", @@ -11765,9 +12156,10 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" -version = "38.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "39.1.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ + "frame-benchmarking", "frame-support", "frame-system", "parity-scale-codec", @@ -11780,8 +12172,8 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" -version = "41.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "42.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "jsonrpsee 0.24.7", "pallet-transaction-payment-rpc-runtime-api", @@ -11796,8 +12188,8 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" -version = "38.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "39.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -11808,14 +12200,15 @@ dependencies = [ [[package]] name = "pallet-treasury" -version = "37.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "38.1.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "docify", "frame-benchmarking", "frame-support", "frame-system", "impl-trait-for-tuples", + "log", "pallet-balances", "parity-scale-codec", "scale-info", @@ -11826,8 +12219,8 @@ dependencies = [ [[package]] name = "pallet-utility" -version = "38.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "39.1.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "frame-benchmarking", "frame-support", @@ -11841,8 +12234,8 @@ dependencies = [ [[package]] name = "pallet-vesting" -version = "38.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "39.1.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "frame-benchmarking", "frame-support", @@ -11855,8 +12248,8 @@ dependencies = [ [[package]] name = "pallet-whitelist" -version = "37.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "38.1.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "frame-benchmarking", "frame-support", @@ -12082,7 +12475,7 @@ version = "2.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1acb4a4365a13f749a93f1a094a7805e5cfa0955373a9de860d962eaa3a5fe5a" dependencies = [ - "thiserror 1.0.62", + "thiserror 1.0.69", "ucd-trie", ] @@ -12127,7 +12520,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9" dependencies = [ "fixedbitset", - "indexmap 2.7.1", + "indexmap 2.9.0", ] [[package]] @@ -12142,18 +12535,18 @@ dependencies = [ [[package]] name = "pin-project" -version = "1.1.5" +version = "1.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3" +checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a" dependencies = [ "pin-project-internal", ] [[package]] name = "pin-project-internal" -version = "1.1.5" +version = "1.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" +checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" dependencies = [ "proc-macro2", "quote", @@ -12200,27 +12593,248 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" [[package]] -name = "polkavm" -version = "0.9.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a3693e5efdb2bf74e449cd25fd777a28bd7ed87e41f5d5da75eb31b4de48b94" +name = "polkadot-core-primitives" +version = "16.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ - "libc", - "log", - "polkavm-assembler", - "polkavm-common", - "polkavm-linux-raw", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-runtime", ] [[package]] -name = "polkavm-assembler" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fa96d6d868243acc12de813dd48e756cbadcc8e13964c70d272753266deadc1" +name = "polkadot-node-metrics" +version = "21.1.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ + "bs58", + "futures", + "futures-timer", "log", -] - + "parity-scale-codec", + "polkadot-primitives", + "prioritized-metered-channel", + "sc-cli", + "sc-service", + "sc-tracing", + "substrate-prometheus-endpoint", + "tracing-gum", +] + +[[package]] +name = "polkadot-node-network-protocol" +version = "21.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +dependencies = [ + "async-channel 1.9.0", + "async-trait", + "bitvec", + "derive_more 0.99.18", + "fatality", + "futures", + "hex", + "parity-scale-codec", + "polkadot-node-primitives", + "polkadot-primitives", + "rand 0.8.5", + "sc-authority-discovery", + "sc-network", + "sc-network-types", + "sp-runtime", + "strum 0.26.3", + "thiserror 1.0.69", + "tracing-gum", +] + +[[package]] +name = "polkadot-node-primitives" +version = "17.0.1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +dependencies = [ + "bitvec", + "bounded-vec", + "futures", + "futures-timer", + "parity-scale-codec", + "polkadot-parachain-primitives", + "polkadot-primitives", + "sc-keystore", + "schnorrkel", + "serde", + "sp-application-crypto", + "sp-consensus-babe", + "sp-consensus-slots", + "sp-core", + "sp-keystore", + "sp-maybe-compressed-blob", + "sp-runtime", + "thiserror 1.0.69", + "zstd 0.12.4", +] + +[[package]] +name = "polkadot-node-subsystem-types" +version = "21.0.1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +dependencies = [ + "async-trait", + "bitvec", + "derive_more 0.99.18", + "fatality", + "futures", + "orchestra", + "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 1.0.69", +] + +[[package]] +name = "polkadot-overseer" +version = "21.1.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +dependencies = [ + "async-trait", + "futures", + "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", +] + +[[package]] +name = "polkadot-parachain-primitives" +version = "15.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +dependencies = [ + "bounded-collections", + "derive_more 0.99.18", + "parity-scale-codec", + "polkadot-core-primitives", + "scale-info", + "serde", + "sp-core", + "sp-runtime", + "sp-weights", +] + +[[package]] +name = "polkadot-primitives" +version = "17.1.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +dependencies = [ + "bitvec", + "hex-literal", + "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", + "sp-std", + "thiserror 1.0.69", +] + +[[package]] +name = "polkadot-sdk-frame" +version = "0.8.1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +dependencies = [ + "docify", + "frame-benchmarking", + "frame-executive", + "frame-support", + "frame-system", + "frame-system-benchmarking", + "frame-system-rpc-runtime-api", + "frame-try-runtime", + "log", + "parity-scale-codec", + "scale-info", + "sp-api", + "sp-arithmetic", + "sp-block-builder", + "sp-consensus-aura", + "sp-consensus-grandpa", + "sp-core", + "sp-genesis-builder", + "sp-inherents", + "sp-io", + "sp-keyring", + "sp-offchain", + "sp-runtime", + "sp-session", + "sp-storage", + "sp-transaction-pool", + "sp-version", +] + +[[package]] +name = "polkadot-statement-table" +version = "17.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +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", +] + +[[package]] +name = "polkavm-assembler" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1fa96d6d868243acc12de813dd48e756cbadcc8e13964c70d272753266deadc1" +dependencies = [ + "log", +] + [[package]] name = "polkavm-common" version = "0.9.0" @@ -12377,6 +12991,15 @@ dependencies = [ "serde", ] +[[package]] +name = "potential_utf" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585" +dependencies = [ + "zerovec", +] + [[package]] name = "powerfmt" version = "0.2.0" @@ -12439,16 +13062,6 @@ dependencies = [ "yansi", ] -[[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", -] - [[package]] name = "prettyplease" version = "0.2.15" @@ -12466,10 +13079,40 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0b34d9fd68ae0b74a41b21c03c2f62847aa0ffea044eee893b4c140b37e244e2" dependencies = [ "fixed-hash", - "impl-codec", - "impl-serde", + "impl-codec 0.6.0", + "impl-serde 0.4.0", "scale-info", - "uint", + "uint 0.9.5", +] + +[[package]] +name = "primitive-types" +version = "0.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d15600a7d856470b7d278b3fe0e311fe28c2526348549f8ef2ff7db3299c87f5" +dependencies = [ + "fixed-hash", + "impl-codec 0.7.1", + "impl-num-traits", + "impl-serde 0.5.0", + "scale-info", + "uint 0.10.0", +] + +[[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 0.99.18", + "futures", + "futures-timer", + "nanorand", + "thiserror 1.0.69", + "tracing", ] [[package]] @@ -12487,7 +13130,7 @@ version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a" dependencies = [ - "thiserror 1.0.62", + "thiserror 1.0.69", "toml 0.5.11", ] @@ -12588,7 +13231,7 @@ dependencies = [ "lazy_static", "memchr", "parking_lot 0.12.3", - "thiserror 1.0.62", + "thiserror 1.0.69", ] [[package]] @@ -12634,7 +13277,7 @@ checksum = "b4c2511913b88df1637da85cc8d96ec8e43a3f8bb8ccb71ee1ac240d6f3df58d" dependencies = [ "bit-set", "bit-vec", - "bitflags 2.5.0", + "bitflags 2.9.1", "lazy_static", "num-traits", "rand 0.8.5", @@ -12646,16 +13289,6 @@ dependencies = [ "unarray", ] -[[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", -] - [[package]] name = "prost" version = "0.12.6" @@ -12667,43 +13300,30 @@ dependencies = [ ] [[package]] -name = "prost-build" -version = "0.11.9" +name = "prost" +version = "0.13.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "119533552c9a7ffacc21e099c24a0ac8bb19c2a2a3f363de84cd9b844feab270" +checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5" dependencies = [ "bytes", - "heck 0.4.1", - "itertools 0.10.5", - "lazy_static", - "log", - "multimap", - "petgraph", - "prettyplease 0.1.25", - "prost 0.11.9", - "prost-types 0.11.9", - "regex", - "syn 1.0.109", - "tempfile", - "which", + "prost-derive 0.13.5", ] [[package]] name = "prost-build" -version = "0.12.6" +version = "0.13.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4" +checksum = "be769465445e8c1474e9c5dac2018218498557af32d9ed057325ec9a41ae81bf" dependencies = [ - "bytes", "heck 0.5.0", - "itertools 0.12.1", + "itertools 0.14.0", "log", "multimap", "once_cell", "petgraph", - "prettyplease 0.2.15", - "prost 0.12.6", - "prost-types 0.12.6", + "prettyplease", + "prost 0.13.5", + "prost-types", "regex", "syn 2.0.100", "tempfile", @@ -12711,25 +13331,25 @@ dependencies = [ [[package]] name = "prost-derive" -version = "0.11.9" +version = "0.12.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4" +checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" dependencies = [ "anyhow", - "itertools 0.10.5", + "itertools 0.12.1", "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.100", ] [[package]] name = "prost-derive" -version = "0.12.6" +version = "0.13.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" +checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d" dependencies = [ "anyhow", - "itertools 0.12.1", + "itertools 0.14.0", "proc-macro2", "quote", "syn 2.0.100", @@ -12737,20 +13357,11 @@ dependencies = [ [[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", -] - -[[package]] -name = "prost-types" -version = "0.12.6" +version = "0.13.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0" +checksum = "52c2c1bf36ddb1a1c396b3601a3cec27c2462e45f07c386894ec3ccf5332bd16" dependencies = [ - "prost 0.12.6", + "prost 0.13.5", ] [[package]] @@ -12832,7 +13443,7 @@ dependencies = [ "asynchronous-codec 0.6.2", "bytes", "quick-protobuf", - "thiserror 1.0.62", + "thiserror 1.0.69", "unsigned-varint 0.7.2", ] @@ -12844,7 +13455,7 @@ dependencies = [ "asynchronous-codec 0.7.0", "bytes", "quick-protobuf", - "thiserror 1.0.62", + "thiserror 1.0.69", "unsigned-varint 0.8.0", ] @@ -12858,24 +13469,6 @@ dependencies = [ "serde", ] -[[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.4", - "quinn-udp 0.3.2", - "rustc-hash 1.1.0", - "rustls 0.20.8", - "thiserror 1.0.62", - "tokio", - "tracing", - "webpki", -] - [[package]] name = "quinn" version = "0.10.2" @@ -12889,7 +13482,7 @@ dependencies = [ "quinn-udp 0.4.1", "rustc-hash 1.1.0", "rustls 0.21.7", - "thiserror 1.0.62", + "thiserror 1.0.69", "tokio", "tracing", ] @@ -12906,30 +13499,12 @@ dependencies = [ "quinn-proto 0.11.3", "quinn-udp 0.5.2", "rustc-hash 1.1.0", - "rustls 0.23.10", - "thiserror 1.0.62", + "rustls 0.23.27", + "thiserror 1.0.69", "tokio", "tracing", ] -[[package]] -name = "quinn-proto" -version = "0.9.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f31999cfc7927c4e212e60fd50934ab40e8e8bfd2d493d6095d2d306bc0764d9" -dependencies = [ - "bytes", - "rand 0.8.5", - "ring 0.16.20", - "rustc-hash 1.1.0", - "rustls 0.20.8", - "slab", - "thiserror 1.0.62", - "tinyvec", - "tracing", - "webpki", -] - [[package]] name = "quinn-proto" version = "0.10.6" @@ -12942,7 +13517,7 @@ dependencies = [ "rustc-hash 1.1.0", "rustls 0.21.7", "slab", - "thiserror 1.0.62", + "thiserror 1.0.69", "tinyvec", "tracing", ] @@ -12957,26 +13532,13 @@ dependencies = [ "rand 0.8.5", "ring 0.17.8", "rustc-hash 1.1.0", - "rustls 0.23.10", + "rustls 0.23.27", "slab", - "thiserror 1.0.62", + "thiserror 1.0.69", "tinyvec", "tracing", ] -[[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.4", - "socket2 0.4.9", - "tracing", - "windows-sys 0.42.0", -] - [[package]] name = "quinn-udp" version = "0.4.1" @@ -12985,7 +13547,7 @@ checksum = "055b4e778e8feb9f93c4e439f71dc2156ef13360b432b799e179a8c4cdf0b1d7" dependencies = [ "bytes", "libc", - "socket2 0.5.7", + "socket2 0.5.9", "tracing", "windows-sys 0.48.0", ] @@ -12998,7 +13560,7 @@ checksum = "9096629c45860fc7fb143e125eb826b5e721e10be3263160c7d60ca832cf8c46" dependencies = [ "libc", "once_cell", - "socket2 0.5.7", + "socket2 0.5.9", "tracing", "windows-sys 0.52.0", ] @@ -13113,7 +13675,7 @@ version = "11.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1ab240315c661615f2ee9f0f2cd32d5a7343a84d5ebcccb99d46e6637565e7b0" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.9.1", ] [[package]] @@ -13177,7 +13739,7 @@ dependencies = [ "futures", "jsonrpsee 0.23.2", "serde_json", - "thiserror 1.0.62", + "thiserror 1.0.69", "tokio", "tracing", ] @@ -13208,7 +13770,7 @@ checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" dependencies = [ "getrandom 0.2.15", "redox_syscall 0.2.16", - "thiserror 1.0.62", + "thiserror 1.0.69", ] [[package]] @@ -13363,7 +13925,7 @@ dependencies = [ "percent-encoding", "pin-project-lite", "quinn 0.11.2", - "rustls 0.23.10", + "rustls 0.23.27", "rustls-pemfile 2.1.2", "rustls-pki-types", "serde", @@ -13432,6 +13994,15 @@ dependencies = [ "windows-sys 0.52.0", ] +[[package]] +name = "ripemd" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bd124222d17ad93a644ed9d011a40f4fb64aa54275c08cc216524a9ea82fb09f" +dependencies = [ + "digest 0.10.7", +] + [[package]] name = "rkyv" version = "0.7.42" @@ -13485,7 +14056,7 @@ dependencies = [ "parity-scale-codec", "rand_core 0.6.4", "scale-info", - "thiserror 2.0.9", + "thiserror 2.0.12", ] [[package]] @@ -13537,7 +14108,7 @@ dependencies = [ "netlink-packet-route", "netlink-proto", "nix 0.24.3", - "thiserror 1.0.62", + "thiserror 1.0.69", "tokio", ] @@ -13565,7 +14136,7 @@ dependencies = [ "num-bigint", "num-traits", "parity-scale-codec", - "primitive-types", + "primitive-types 0.12.2", "proptest", "rand 0.8.5", "rlp", @@ -13711,24 +14282,13 @@ version = "0.38.37" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.9.1", "errno", "libc", "linux-raw-sys 0.4.14", "windows-sys 0.52.0", ] -[[package]] -name = "rustls" -version = "0.20.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f" -dependencies = [ - "ring 0.16.20", - "sct", - "webpki", -] - [[package]] name = "rustls" version = "0.21.7" @@ -13757,15 +14317,15 @@ dependencies = [ [[package]] name = "rustls" -version = "0.23.10" +version = "0.23.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05cff451f60db80f490f3c182b77c35260baace73209e9cdbbe526bfe3a4d402" +checksum = "730944ca083c1c233a75c09f199e973ca499344a2b7ba9e755c457e86fb4a321" dependencies = [ "log", "once_cell", "ring 0.17.8", "rustls-pki-types", - "rustls-webpki 0.102.4", + "rustls-webpki 0.103.3", "subtle 2.6.1", "zeroize", ] @@ -13777,22 +14337,34 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00" dependencies = [ "openssl-probe", - "rustls-pemfile 1.0.3", + "rustls-pemfile 1.0.3", + "schannel", + "security-framework 2.10.0", +] + +[[package]] +name = "rustls-native-certs" +version = "0.7.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "04182dffc9091a404e0fc069ea5cd60e5b866c3adf881eff99a32d048242dffa" +dependencies = [ + "openssl-probe", + "rustls-pemfile 2.1.2", + "rustls-pki-types", "schannel", - "security-framework", + "security-framework 2.10.0", ] [[package]] name = "rustls-native-certs" -version = "0.7.2" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04182dffc9091a404e0fc069ea5cd60e5b866c3adf881eff99a32d048242dffa" +checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3" dependencies = [ "openssl-probe", - "rustls-pemfile 2.1.2", "rustls-pki-types", "schannel", - "security-framework", + "security-framework 3.2.0", ] [[package]] @@ -13816,9 +14388,12 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.7.0" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d" +checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79" +dependencies = [ + "zeroize", +] [[package]] name = "rustls-platform-verifier" @@ -13826,16 +14401,16 @@ version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93bda3f493b9abe5b93b3e7e3ecde0df292f2bd28c0296b90586ee0055ff5123" dependencies = [ - "core-foundation", + "core-foundation 0.9.3", "core-foundation-sys", "jni", "log", "once_cell", - "rustls 0.23.10", + "rustls 0.23.27", "rustls-native-certs 0.7.2", "rustls-platform-verifier-android", "rustls-webpki 0.102.4", - "security-framework", + "security-framework 2.10.0", "security-framework-sys", "webpki-roots 0.26.3", "winapi", @@ -13868,6 +14443,17 @@ dependencies = [ "untrusted 0.9.0", ] +[[package]] +name = "rustls-webpki" +version = "0.103.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e4a72fe2bcf7a6ac6fd7d0b9e5cb68aeb7d4c0a0271730218b3e92d43b4eb435" +dependencies = [ + "ring 0.17.8", + "rustls-pki-types", + "untrusted 0.9.0", +] + [[package]] name = "rustversion" version = "1.0.18" @@ -13944,8 +14530,8 @@ dependencies = [ [[package]] name = "sc-authority-discovery" -version = "0.45.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "0.48.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "async-trait", "futures", @@ -13957,7 +14543,7 @@ dependencies = [ "multihash 0.19.1", "parity-scale-codec", "prost 0.12.6", - "prost-build 0.12.6", + "prost-build", "rand 0.8.5", "sc-client-api", "sc-network", @@ -13969,13 +14555,13 @@ dependencies = [ "sp-keystore", "sp-runtime", "substrate-prometheus-endpoint", - "thiserror 1.0.62", + "thiserror 1.0.69", ] [[package]] name = "sc-block-builder" -version = "0.42.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "0.43.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "parity-scale-codec", "sp-api", @@ -13989,8 +14575,8 @@ dependencies = [ [[package]] name = "sc-chain-spec" -version = "38.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "41.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "array-bytes", "docify", @@ -14006,7 +14592,7 @@ dependencies = [ "serde_json", "sp-blockchain", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412)", "sp-genesis-builder", "sp-io", "sp-runtime", @@ -14017,7 +14603,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "12.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", @@ -14027,8 +14613,8 @@ dependencies = [ [[package]] name = "sc-cli" -version = "0.47.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "0.50.1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "array-bytes", "chrono", @@ -14052,6 +14638,7 @@ dependencies = [ "sc-service", "sc-telemetry", "sc-tracing", + "sc-transaction-pool", "sc-utils", "serde", "serde_json", @@ -14062,14 +14649,14 @@ dependencies = [ "sp-panic-handler", "sp-runtime", "sp-version", - "thiserror 1.0.62", + "thiserror 1.0.69", "tokio", ] [[package]] name = "sc-client-api" -version = "37.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "38.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "fnv", "futures", @@ -14095,8 +14682,8 @@ dependencies = [ [[package]] name = "sc-client-db" -version = "0.44.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "0.45.1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "hash-db", "kvdb", @@ -14121,8 +14708,8 @@ dependencies = [ [[package]] name = "sc-consensus" -version = "0.44.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "0.47.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "async-trait", "futures", @@ -14140,13 +14727,13 @@ dependencies = [ "sp-runtime", "sp-state-machine", "substrate-prometheus-endpoint", - "thiserror 1.0.62", + "thiserror 1.0.69", ] [[package]] name = "sc-consensus-babe" -version = "0.45.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "0.48.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "async-trait", "fork-tree", @@ -14171,18 +14758,18 @@ dependencies = [ "sp-consensus-babe", "sp-consensus-slots", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412)", "sp-inherents", "sp-keystore", "sp-runtime", "substrate-prometheus-endpoint", - "thiserror 1.0.62", + "thiserror 1.0.69", ] [[package]] name = "sc-consensus-babe-rpc" -version = "0.45.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "0.48.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "futures", "jsonrpsee 0.24.7", @@ -14198,13 +14785,13 @@ dependencies = [ "sp-core", "sp-keystore", "sp-runtime", - "thiserror 1.0.62", + "thiserror 1.0.69", ] [[package]] name = "sc-consensus-epochs" -version = "0.44.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "0.47.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "fork-tree", "parity-scale-codec", @@ -14216,8 +14803,8 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" -version = "0.30.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "0.33.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "ahash 0.8.11", "array-bytes", @@ -14251,17 +14838,17 @@ dependencies = [ "sp-consensus", "sp-consensus-grandpa", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412)", "sp-keystore", "sp-runtime", "substrate-prometheus-endpoint", - "thiserror 1.0.62", + "thiserror 1.0.69", ] [[package]] name = "sc-consensus-grandpa-rpc" -version = "0.30.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "0.33.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "finality-grandpa", "futures", @@ -14275,13 +14862,13 @@ dependencies = [ "sp-blockchain", "sp-core", "sp-runtime", - "thiserror 1.0.62", + "thiserror 1.0.69", ] [[package]] name = "sc-consensus-slots" -version = "0.44.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "0.47.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "async-trait", "futures", @@ -14303,8 +14890,8 @@ dependencies = [ [[package]] name = "sc-executor" -version = "0.40.1" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "0.41.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", @@ -14327,21 +14914,21 @@ dependencies = [ [[package]] name = "sc-executor-common" -version = "0.35.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "0.36.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "polkavm", "sp-allocator", "sp-maybe-compressed-blob", "sp-wasm-interface", - "thiserror 1.0.62", + "thiserror 1.0.69", "wasm-instrument", ] [[package]] name = "sc-executor-polkavm" -version = "0.32.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "0.33.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "log", "polkavm", @@ -14351,8 +14938,8 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" -version = "0.35.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "0.36.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "anyhow", "cfg-if", @@ -14369,8 +14956,8 @@ dependencies = [ [[package]] name = "sc-informant" -version = "0.44.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "0.47.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "console", "futures", @@ -14386,8 +14973,8 @@ dependencies = [ [[package]] name = "sc-keystore" -version = "33.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "34.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "array-bytes", "parking_lot 0.12.3", @@ -14395,13 +14982,13 @@ dependencies = [ "sp-application-crypto", "sp-core", "sp-keystore", - "thiserror 1.0.62", + "thiserror 1.0.69", ] [[package]] name = "sc-mixnet" -version = "0.15.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "0.18.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "array-bytes", "arrayvec 0.7.4", @@ -14424,13 +15011,13 @@ dependencies = [ "sp-keystore", "sp-mixnet", "sp-runtime", - "thiserror 1.0.62", + "thiserror 1.0.69", ] [[package]] name = "sc-network" -version = "0.45.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "0.48.3" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -14454,7 +15041,7 @@ dependencies = [ "partial_sort", "pin-project", "prost 0.12.6", - "prost-build 0.12.6", + "prost-build", "rand 0.8.5", "sc-client-api", "sc-network-common", @@ -14469,7 +15056,7 @@ dependencies = [ "sp-core", "sp-runtime", "substrate-prometheus-endpoint", - "thiserror 1.0.62", + "thiserror 1.0.69", "tokio", "tokio-stream", "unsigned-varint 0.7.2", @@ -14480,15 +15067,15 @@ dependencies = [ [[package]] name = "sc-network-common" -version = "0.44.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "0.47.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "async-trait", "bitflags 1.3.2", "futures", "libp2p-identity", "parity-scale-codec", - "prost-build 0.12.6", + "prost-build", "sc-consensus", "sc-network-types", "sp-consensus", @@ -14498,8 +15085,8 @@ dependencies = [ [[package]] name = "sc-network-gossip" -version = "0.45.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "0.48.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "ahash 0.8.11", "futures", @@ -14517,8 +15104,8 @@ dependencies = [ [[package]] name = "sc-network-light" -version = "0.44.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "0.47.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -14526,20 +15113,20 @@ dependencies = [ "log", "parity-scale-codec", "prost 0.12.6", - "prost-build 0.12.6", + "prost-build", "sc-client-api", "sc-network", "sc-network-types", "sp-blockchain", "sp-core", "sp-runtime", - "thiserror 1.0.62", + "thiserror 1.0.69", ] [[package]] name = "sc-network-sync" -version = "0.44.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "0.47.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -14547,12 +15134,11 @@ dependencies = [ "fork-tree", "futures", "futures-timer", - "libp2p 0.52.4", "log", "mockall 0.11.4", "parity-scale-codec", "prost 0.12.6", - "prost-build 0.12.6", + "prost-build", "sc-client-api", "sc-consensus", "sc-network", @@ -14568,15 +15154,15 @@ dependencies = [ "sp-core", "sp-runtime", "substrate-prometheus-endpoint", - "thiserror 1.0.62", + "thiserror 1.0.69", "tokio", "tokio-stream", ] [[package]] name = "sc-network-transactions" -version = "0.44.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "0.47.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "array-bytes", "futures", @@ -14594,10 +15180,10 @@ dependencies = [ [[package]] name = "sc-network-types" -version = "0.12.1" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "0.15.2" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ - "bs58 0.5.1", + "bs58", "ed25519-dalek", "libp2p-identity", "litep2p", @@ -14605,28 +15191,31 @@ dependencies = [ "multiaddr 0.18.1", "multihash 0.19.1", "rand 0.8.5", - "thiserror 1.0.62", + "thiserror 1.0.69", "zeroize", ] [[package]] name = "sc-offchain" -version = "40.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "43.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "array-bytes", "bytes", "fnv", "futures", "futures-timer", - "hyper 0.14.31", - "hyper-rustls 0.24.2", + "http-body-util", + "hyper 1.4.1", + "hyper-rustls 0.27.3", + "hyper-util", "log", "num_cpus", "once_cell", "parity-scale-codec", "parking_lot 0.12.3", "rand 0.8.5", + "rustls 0.23.27", "sc-client-api", "sc-network", "sc-network-common", @@ -14646,7 +15235,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.18.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -14654,8 +15243,8 @@ dependencies = [ [[package]] name = "sc-rpc" -version = "40.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "43.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "futures", "jsonrpsee 0.24.7", @@ -14686,8 +15275,8 @@ dependencies = [ [[package]] name = "sc-rpc-api" -version = "0.44.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "0.47.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "jsonrpsee 0.24.7", "parity-scale-codec", @@ -14701,13 +15290,13 @@ dependencies = [ "sp-rpc", "sp-runtime", "sp-version", - "thiserror 1.0.62", + "thiserror 1.0.69", ] [[package]] name = "sc-rpc-server" -version = "17.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "20.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "dyn-clone", "forwarded-header-value", @@ -14730,13 +15319,14 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" -version = "0.45.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "0.48.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "array-bytes", "futures", "futures-util", "hex", + "itertools 0.11.0", "jsonrpsee 0.24.7", "log", "parity-scale-codec", @@ -14746,7 +15336,6 @@ dependencies = [ "sc-client-api", "sc-rpc", "sc-transaction-pool-api", - "sc-utils", "schnellru", "serde", "sp-api", @@ -14755,15 +15344,15 @@ dependencies = [ "sp-rpc", "sp-runtime", "sp-version", - "thiserror 1.0.62", + "thiserror 1.0.69", "tokio", "tokio-stream", ] [[package]] name = "sc-service" -version = "0.46.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "0.49.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "async-trait", "directories", @@ -14818,7 +15407,7 @@ dependencies = [ "static_init", "substrate-prometheus-endpoint", "tempfile", - "thiserror 1.0.62", + "thiserror 1.0.69", "tokio", "tracing", "tracing-futures", @@ -14826,8 +15415,8 @@ dependencies = [ [[package]] name = "sc-state-db" -version = "0.36.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "0.37.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "log", "parity-scale-codec", @@ -14837,8 +15426,8 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" -version = "0.45.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "0.48.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "jsonrpsee 0.24.7", "parity-scale-codec", @@ -14851,13 +15440,13 @@ dependencies = [ "serde_json", "sp-blockchain", "sp-runtime", - "thiserror 1.0.62", + "thiserror 1.0.69", ] [[package]] name = "sc-sysinfo" -version = "38.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "41.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "derive_more 0.99.18", "futures", @@ -14870,15 +15459,15 @@ dependencies = [ "serde", "serde_json", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412)", "sp-io", "sp-std", ] [[package]] name = "sc-telemetry" -version = "25.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "28.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "chrono", "futures", @@ -14891,19 +15480,18 @@ dependencies = [ "sc-utils", "serde", "serde_json", - "thiserror 1.0.62", + "thiserror 1.0.69", "wasm-timer", ] [[package]] name = "sc-tracing" -version = "37.0.1" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "38.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "chrono", "console", "is-terminal", - "lazy_static", "libc", "log", "parity-scale-codec", @@ -14918,7 +15506,7 @@ dependencies = [ "sp-rpc", "sp-runtime", "sp-tracing", - "thiserror 1.0.62", + "thiserror 1.0.69", "tracing", "tracing-log", "tracing-subscriber", @@ -14927,7 +15515,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "11.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "proc-macro-crate 3.1.0", "proc-macro2", @@ -14937,12 +15525,14 @@ dependencies = [ [[package]] name = "sc-transaction-pool" -version = "37.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "38.1.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "async-trait", "futures", "futures-timer", + "indexmap 2.9.0", + "itertools 0.11.0", "linked-hash-map", "log", "parity-scale-codec", @@ -14954,18 +15544,20 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412)", "sp-runtime", "sp-tracing", "sp-transaction-pool", "substrate-prometheus-endpoint", - "thiserror 1.0.62", + "thiserror 1.0.69", + "tokio", + "tokio-stream", ] [[package]] name = "sc-transaction-pool-api" -version = "37.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "38.1.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "async-trait", "futures", @@ -14975,18 +15567,17 @@ dependencies = [ "sp-blockchain", "sp-core", "sp-runtime", - "thiserror 1.0.62", + "thiserror 1.0.69", ] [[package]] name = "sc-utils" -version = "17.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "18.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "async-channel 1.9.0", "futures", "futures-timer", - "lazy_static", "log", "parking_lot 0.12.3", "prometheus", @@ -15013,7 +15604,7 @@ checksum = "e98f3262c250d90e700bb802eb704e1f841e03331c2eb815e46516c4edbf5b27" dependencies = [ "derive_more 0.99.18", "parity-scale-codec", - "primitive-types", + "primitive-types 0.12.2", "scale-bits", "scale-decode-derive", "scale-type-resolver", @@ -15040,7 +15631,7 @@ checksum = "4ba0b9c48dc0eb20c60b083c29447c0c4617cb7c4a4c9fef72aa5c5bc539e15e" dependencies = [ "derive_more 0.99.18", "parity-scale-codec", - "primitive-types", + "primitive-types 0.12.2", "scale-bits", "scale-encode-derive", "scale-type-resolver", @@ -15106,7 +15697,7 @@ dependencies = [ "quote", "scale-info", "syn 2.0.100", - "thiserror 1.0.62", + "thiserror 1.0.69", ] [[package]] @@ -15222,21 +15813,6 @@ dependencies = [ "untrusted 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 1.0.62", -] - [[package]] name = "seahash" version = "4.1.0" @@ -15258,13 +15834,31 @@ dependencies = [ "zeroize", ] +[[package]] +name = "secp256k1" +version = "0.27.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "25996b82292a7a57ed3508f052cfff8640d38d32018784acd714758b43da9c8f" +dependencies = [ + "secp256k1-sys 0.8.1", +] + [[package]] name = "secp256k1" version = "0.28.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d24b59d129cdadea20aea4fb2352fa053712e5d713eee47d700cd4b2bc002f10" dependencies = [ - "secp256k1-sys", + "secp256k1-sys 0.9.2", +] + +[[package]] +name = "secp256k1-sys" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "70a129b9e9efbfb223753b9163c4ab3b13cff7fd9c7f010fbac25ab4099fa07e" +dependencies = [ + "cc", ] [[package]] @@ -15312,18 +15906,31 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "770452e37cad93e0a50d5abc3990d2bc351c36d0328f86cefec2f2fb206eaef6" dependencies = [ "bitflags 1.3.2", - "core-foundation", + "core-foundation 0.9.3", "core-foundation-sys", "libc", "num-bigint", "security-framework-sys", ] +[[package]] +name = "security-framework" +version = "3.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316" +dependencies = [ + "bitflags 2.9.1", + "core-foundation 0.10.0", + "core-foundation-sys", + "libc", + "security-framework-sys", +] + [[package]] name = "security-framework-sys" -version = "2.11.1" +version = "2.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf" +checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32" dependencies = [ "core-foundation-sys", "libc", @@ -15507,7 +16114,7 @@ dependencies = [ "chrono", "hex", "indexmap 1.9.3", - "indexmap 2.7.1", + "indexmap 2.9.0", "serde", "serde_derive", "serde_json", @@ -15533,7 +16140,7 @@ version = "0.9.34+deprecated" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" dependencies = [ - "indexmap 2.7.1", + "indexmap 2.9.0", "itoa", "ryu", "serde", @@ -15572,7 +16179,6 @@ dependencies = [ "cfg-if", "cpufeatures", "digest 0.10.7", - "sha1-asm", ] [[package]] @@ -15586,15 +16192,6 @@ dependencies = [ "digest 0.10.7", ] -[[package]] -name = "sha1-asm" -version = "0.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "286acebaf8b67c1130aedffad26f594eff0c1292389158135327d2e23aed582b" -dependencies = [ - "cc", -] - [[package]] name = "sha2" version = "0.9.9" @@ -15704,11 +16301,11 @@ checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a" [[package]] name = "simple-dns" -version = "0.5.7" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cae9a3fcdadafb6d97f4c0e007e4247b114ee0f119f650c3cbf3a8b3a1479694" +checksum = "dee851d0e5e7af3721faea1843e8015e820a234f81fda3dea9247e15bac9a86a" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.9.1", ] [[package]] @@ -15746,9 +16343,9 @@ checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7" [[package]] name = "smallvec" -version = "1.13.2" +version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" +checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9" dependencies = [ "serde", ] @@ -15782,7 +16379,7 @@ dependencies = [ "base64 0.21.7", "bip39", "blake2-rfc", - "bs58 0.5.1", + "bs58", "chacha20 0.9.1", "crossbeam-queue", "derive_more 0.99.18", @@ -15896,9 +16493,9 @@ dependencies = [ [[package]] name = "socket2" -version = "0.5.7" +version = "0.5.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" +checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef" dependencies = [ "libc", "windows-sys 0.52.0", @@ -15937,19 +16534,19 @@ dependencies = [ [[package]] name = "sp-allocator" -version = "29.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "30.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "log", "parity-scale-codec", "sp-wasm-interface-common", - "thiserror 1.0.62", + "thiserror 1.0.69", ] [[package]] name = "sp-api" -version = "34.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "35.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "docify", "hash-db", @@ -15965,13 +16562,13 @@ dependencies = [ "sp-state-machine", "sp-trie", "sp-version", - "thiserror 1.0.62", + "thiserror 1.0.69", ] [[package]] name = "sp-api-proc-macro" -version = "20.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "21.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "Inflector", "blake2 0.10.6", @@ -15984,8 +16581,8 @@ dependencies = [ [[package]] name = "sp-application-crypto" -version = "38.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "39.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "parity-scale-codec", "scale-info", @@ -15997,7 +16594,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "26.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "docify", "integer-sqrt", @@ -16010,8 +16607,8 @@ dependencies = [ [[package]] name = "sp-authority-discovery" -version = "34.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "35.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "parity-scale-codec", "scale-info", @@ -16022,8 +16619,8 @@ dependencies = [ [[package]] name = "sp-block-builder" -version = "34.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "35.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "sp-api", "sp-inherents", @@ -16032,8 +16629,8 @@ dependencies = [ [[package]] name = "sp-blockchain" -version = "37.0.1" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "38.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "futures", "parity-scale-codec", @@ -16045,14 +16642,14 @@ dependencies = [ "sp-database", "sp-runtime", "sp-state-machine", - "thiserror 1.0.62", + "thiserror 1.0.69", "tracing", ] [[package]] name = "sp-consensus" -version = "0.40.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "0.41.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "async-trait", "futures", @@ -16061,13 +16658,29 @@ dependencies = [ "sp-inherents", "sp-runtime", "sp-state-machine", - "thiserror 1.0.62", + "thiserror 1.0.69", +] + +[[package]] +name = "sp-consensus-aura" +version = "0.41.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +dependencies = [ + "async-trait", + "parity-scale-codec", + "scale-info", + "sp-api", + "sp-application-crypto", + "sp-consensus-slots", + "sp-inherents", + "sp-runtime", + "sp-timestamp", ] [[package]] name = "sp-consensus-babe" -version = "0.40.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "0.41.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "async-trait", "parity-scale-codec", @@ -16084,8 +16697,8 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" -version = "21.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "22.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "finality-grandpa", "log", @@ -16101,8 +16714,8 @@ dependencies = [ [[package]] name = "sp-consensus-slots" -version = "0.40.1" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "0.41.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "parity-scale-codec", "scale-info", @@ -16112,20 +16725,20 @@ dependencies = [ [[package]] name = "sp-core" -version = "34.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "35.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "array-bytes", "bitflags 1.3.2", "blake2 0.10.6", "bounded-collections", - "bs58 0.5.1", + "bs58", "dyn-clonable", "ed25519-zebra", "futures", "hash-db", "hash256-std-hasher", - "impl-serde", + "impl-serde 0.5.0", "itertools 0.11.0", "k256", "libsecp256k1", @@ -16135,14 +16748,14 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", "paste", - "primitive-types", + "primitive-types 0.13.1", "rand 0.8.5", "scale-info", "schnorrkel", - "secp256k1", + "secp256k1 0.28.2", "secrecy", "serde", - "sp-crypto-hashing 0.1.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412)", "sp-debug-derive", "sp-externalities", "sp-runtime-interface", @@ -16150,7 +16763,7 @@ dependencies = [ "sp-storage", "ss58-registry", "substrate-bip39", - "thiserror 1.0.62", + "thiserror 1.0.69", "tracing", "w3f-bls", "zeroize", @@ -16158,8 +16771,8 @@ dependencies = [ [[package]] name = "sp-crypto-ec-utils" -version = "0.14.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "0.15.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "ark-bls12-377", "ark-bls12-377-ext", @@ -16193,7 +16806,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "blake2b_simd", "byteorder", @@ -16206,17 +16819,17 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "quote", - "sp-crypto-hashing 0.1.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412)", "syn 2.0.100", ] [[package]] name = "sp-database" version = "10.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "kvdb", "parking_lot 0.12.3", @@ -16225,7 +16838,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "proc-macro2", "quote", @@ -16234,8 +16847,8 @@ dependencies = [ [[package]] name = "sp-externalities" -version = "0.29.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "0.30.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "environmental", "parity-scale-codec", @@ -16244,8 +16857,8 @@ dependencies = [ [[package]] name = "sp-genesis-builder" -version = "0.15.1" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "0.16.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "parity-scale-codec", "scale-info", @@ -16256,21 +16869,21 @@ dependencies = [ [[package]] name = "sp-inherents" -version = "34.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "35.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "async-trait", "impl-trait-for-tuples", "parity-scale-codec", "scale-info", "sp-runtime", - "thiserror 1.0.62", + "thiserror 1.0.69", ] [[package]] name = "sp-io" -version = "38.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "39.0.1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "bytes", "docify", @@ -16280,9 +16893,9 @@ dependencies = [ "parity-scale-codec", "polkavm-derive", "rustversion", - "secp256k1", + "secp256k1 0.28.2", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412)", "sp-externalities", "sp-keystore", "sp-runtime-interface", @@ -16295,18 +16908,18 @@ dependencies = [ [[package]] name = "sp-keyring" -version = "39.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "40.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "sp-core", "sp-runtime", - "strum 0.26.2", + "strum 0.26.3", ] [[package]] name = "sp-keystore" -version = "0.40.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "0.41.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "parity-scale-codec", "parking_lot 0.12.3", @@ -16317,26 +16930,26 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ - "thiserror 1.0.62", + "thiserror 1.0.69", "zstd 0.12.4", ] [[package]] name = "sp-metadata-ir" -version = "0.7.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "0.8.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ - "frame-metadata 16.0.0", + "frame-metadata 18.0.0", "parity-scale-codec", "scale-info", ] [[package]] name = "sp-mixnet" -version = "0.12.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "0.13.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "parity-scale-codec", "scale-info", @@ -16346,8 +16959,8 @@ dependencies = [ [[package]] name = "sp-npos-elections" -version = "34.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "35.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "parity-scale-codec", "scale-info", @@ -16359,8 +16972,8 @@ dependencies = [ [[package]] name = "sp-offchain" -version = "34.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "35.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "sp-api", "sp-core", @@ -16369,18 +16982,17 @@ dependencies = [ [[package]] name = "sp-panic-handler" -version = "13.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "13.0.1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "backtrace", - "lazy_static", "regex", ] [[package]] name = "sp-rpc" -version = "32.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "33.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "rustc-hash 1.1.0", "serde", @@ -16389,9 +17001,10 @@ dependencies = [ [[package]] name = "sp-runtime" -version = "39.0.1" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "40.1.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ + "binary-merkle-tree", "docify", "either", "hash256-std-hasher", @@ -16409,20 +17022,22 @@ dependencies = [ "sp-core", "sp-io", "sp-std", + "sp-trie", "sp-weights", "tracing", + "tuplex", ] [[package]] name = "sp-runtime-interface" -version = "28.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "29.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec", "polkavm-derive", - "primitive-types", + "primitive-types 0.13.1", "sp-externalities", "sp-runtime-interface-proc-macro", "sp-std", @@ -16435,7 +17050,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "18.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "Inflector", "expander", @@ -16447,8 +17062,8 @@ dependencies = [ [[package]] name = "sp-session" -version = "36.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "37.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "parity-scale-codec", "scale-info", @@ -16461,8 +17076,8 @@ dependencies = [ [[package]] name = "sp-staking" -version = "36.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "37.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -16474,8 +17089,8 @@ dependencies = [ [[package]] name = "sp-state-machine" -version = "0.43.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "0.44.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "hash-db", "log", @@ -16487,15 +17102,15 @@ dependencies = [ "sp-externalities", "sp-panic-handler", "sp-trie", - "thiserror 1.0.62", + "thiserror 1.0.69", "tracing", "trie-db", ] [[package]] name = "sp-statement-store" -version = "18.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "19.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "aes-gcm 0.10.3", "curve25519-dalek", @@ -16508,25 +17123,25 @@ dependencies = [ "sp-api", "sp-application-crypto", "sp-core", - "sp-crypto-hashing 0.1.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none)", + "sp-crypto-hashing 0.1.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412)", "sp-externalities", "sp-runtime", "sp-runtime-interface", - "thiserror 1.0.62", + "thiserror 1.0.69", "x25519-dalek", ] [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" [[package]] name = "sp-storage" -version = "21.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "22.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ - "impl-serde", + "impl-serde 0.5.0", "parity-scale-codec", "ref-cast", "serde", @@ -16535,20 +17150,20 @@ dependencies = [ [[package]] name = "sp-timestamp" -version = "34.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "35.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "async-trait", "parity-scale-codec", "sp-inherents", "sp-runtime", - "thiserror 1.0.62", + "thiserror 1.0.69", ] [[package]] name = "sp-tracing" version = "17.0.1" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "parity-scale-codec", "tracing", @@ -16558,8 +17173,8 @@ dependencies = [ [[package]] name = "sp-transaction-pool" -version = "34.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "35.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "sp-api", "sp-runtime", @@ -16567,8 +17182,8 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" -version = "34.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "35.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "async-trait", "parity-scale-codec", @@ -16581,12 +17196,11 @@ dependencies = [ [[package]] name = "sp-trie" -version = "37.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "38.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "ahash 0.8.11", "hash-db", - "lazy_static", "memory-db", "nohash-hasher", "parity-scale-codec", @@ -16596,7 +17210,7 @@ dependencies = [ "schnellru", "sp-core", "sp-externalities", - "thiserror 1.0.62", + "thiserror 1.0.69", "tracing", "trie-db", "trie-root", @@ -16604,10 +17218,10 @@ dependencies = [ [[package]] name = "sp-version" -version = "37.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "38.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ - "impl-serde", + "impl-serde 0.5.0", "parity-scale-codec", "parity-wasm", "scale-info", @@ -16616,15 +17230,16 @@ dependencies = [ "sp-runtime", "sp-std", "sp-version-proc-macro", - "thiserror 1.0.62", + "thiserror 1.0.69", ] [[package]] name = "sp-version-proc-macro" -version = "14.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "15.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "parity-scale-codec", + "proc-macro-warning 1.0.2", "proc-macro2", "quote", "syn 2.0.100", @@ -16633,7 +17248,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "21.0.1" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -16647,7 +17262,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface-common" version = "7.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "parity-scale-codec", "sp-std", @@ -16657,7 +17272,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "31.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "bounded-collections", "parity-scale-codec", @@ -16724,16 +17339,37 @@ dependencies = [ "proc-macro2", "quote", "serde", - "serde_json", - "unicode-xid", + "serde_json", + "unicode-xid", +] + +[[package]] +name = "stable_deref_trait" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" + +[[package]] +name = "staging-xcm" +version = "15.0.3" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +dependencies = [ + "array-bytes", + "bounded-collections", + "derivative", + "environmental", + "frame-support", + "hex-literal", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-runtime", + "sp-weights", + "xcm-procedural", ] -[[package]] -name = "stable_deref_trait" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" - [[package]] name = "static_assertions" version = "1.1.0" @@ -16786,26 +17422,6 @@ version = "3.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e75b72ee54e2f93c3ea1354066162be893ee5e25773ab743de3e088cecbb4f31" -[[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 1.0.62", - "tracing", -] - [[package]] name = "string-interner" version = "0.17.0" @@ -16876,11 +17492,11 @@ checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" [[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]] @@ -16920,11 +17536,11 @@ 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", @@ -16947,7 +17563,7 @@ dependencies = [ [[package]] name = "substrate-bip39" version = "0.6.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "hmac 0.12.1", "pbkdf2", @@ -16959,12 +17575,12 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "11.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" [[package]] name = "substrate-frame-rpc-system" -version = "39.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "42.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "docify", "frame-system-rpc-runtime-api", @@ -16983,22 +17599,22 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" -version = "0.17.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "0.17.1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "http-body-util", "hyper 1.4.1", "hyper-util", "log", "prometheus", - "thiserror 1.0.62", + "thiserror 1.0.69", "tokio", ] [[package]] name = "substrate-rpc-client" -version = "0.44.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "0.47.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "async-trait", "jsonrpsee 0.24.7", @@ -17010,8 +17626,8 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" -version = "38.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "41.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "jsonrpsee 0.24.7", "parity-scale-codec", @@ -17028,7 +17644,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "array-bytes", "async-trait", @@ -17054,27 +17670,28 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" -version = "24.0.1" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2409-wasm32v1-none#99341f59082853bcb651a634a6012d2c945022a4" +version = "25.0.1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "array-bytes", "build-helper", "cargo_metadata 0.15.4", "console", "filetime", - "frame-metadata 16.0.0", + "frame-metadata 18.0.0", "jobserver", "merkleized-metadata", "parity-scale-codec", "parity-wasm", "polkavm-linker", "sc-executor", + "shlex", "sp-core", "sp-io", "sp-maybe-compressed-blob", "sp-tracing", "sp-version", - "strum 0.26.2", + "strum 0.26.3", "tempfile", "toml 0.8.14", "walkdir", @@ -17105,11 +17722,11 @@ dependencies = [ "frame-metadata 16.0.0", "futures", "hex", - "impl-serde", + "impl-serde 0.4.0", "instant", "jsonrpsee 0.22.5", "parity-scale-codec", - "primitive-types", + "primitive-types 0.12.2", "reconnecting-jsonrpsee-ws-client", "scale-bits", "scale-decode", @@ -17123,7 +17740,7 @@ dependencies = [ "subxt-lightclient", "subxt-macro", "subxt-metadata", - "thiserror 1.0.62", + "thiserror 1.0.69", "tokio-util", "tracing", "url", @@ -17146,7 +17763,7 @@ dependencies = [ "scale-typegen", "subxt-metadata", "syn 2.0.100", - "thiserror 1.0.62", + "thiserror 1.0.69", "tokio", ] @@ -17162,9 +17779,9 @@ dependencies = [ "frame-metadata 16.0.0", "hashbrown 0.14.5", "hex", - "impl-serde", + "impl-serde 0.4.0", "parity-scale-codec", - "primitive-types", + "primitive-types 0.12.2", "scale-bits", "scale-decode", "scale-encode", @@ -17188,7 +17805,7 @@ dependencies = [ "serde", "serde_json", "smoldot-light", - "thiserror 1.0.62", + "thiserror 1.0.69", "tokio", "tokio-stream", "tracing", @@ -17222,6 +17839,30 @@ dependencies = [ "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "subxt-signer" +version = "0.37.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f49888ae6ae90fe01b471193528eea5bd4ed52d8eecd2d13f4a2333b87388850" +dependencies = [ + "bip32", + "bip39", + "cfg-if", + "hex", + "hmac 0.12.1", + "keccak-hash", + "parity-scale-codec", + "pbkdf2", + "regex", + "schnorrkel", + "secp256k1 0.28.2", + "secrecy", + "sha2 0.10.8", + "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "subxt-core", + "zeroize", +] + [[package]] name = "syn" version = "1.0.109" @@ -17301,7 +17942,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" dependencies = [ "bitflags 1.3.2", - "core-foundation", + "core-foundation 0.9.3", "system-configuration-sys", ] @@ -17426,27 +18067,27 @@ checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" [[package]] name = "thiserror" -version = "1.0.62" +version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2675633b1499176c2dff06b0856a27976a8f9d436737b4cf4f312d4d91d8bbb" +checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" dependencies = [ - "thiserror-impl 1.0.62", + "thiserror-impl 1.0.69", ] [[package]] name = "thiserror" -version = "2.0.9" +version = "2.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc" +checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708" dependencies = [ - "thiserror-impl 2.0.9", + "thiserror-impl 2.0.12", ] [[package]] name = "thiserror-impl" -version = "1.0.62" +version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d20468752b09f49e909e55a5d338caa8bedf615594e9d80bc4c565d30faf798c" +checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" dependencies = [ "proc-macro2", "quote", @@ -17455,9 +18096,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.9" +version = "2.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4" +checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" dependencies = [ "proc-macro2", "quote", @@ -17489,6 +18130,17 @@ dependencies = [ "num_cpus", ] +[[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", +] + [[package]] name = "tikv-jemalloc-sys" version = "0.5.4+5.3.0-patched" @@ -17539,6 +18191,16 @@ dependencies = [ "crunchy", ] +[[package]] +name = "tinystr" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b" +dependencies = [ + "displaydoc", + "zerovec", +] + [[package]] name = "tinyvec" version = "1.6.0" @@ -17556,9 +18218,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.44.1" +version = "1.45.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a" +checksum = "2513ca694ef9ede0fb23fe71a4ee4107cb102b9dc1930f6d0fd77aae068ae165" dependencies = [ "backtrace", "bytes", @@ -17567,7 +18229,7 @@ dependencies = [ "parking_lot 0.12.3", "pin-project-lite", "signal-hook-registry", - "socket2 0.5.7", + "socket2 0.5.9", "tokio-macros", "windows-sys 0.52.0", ] @@ -17631,7 +18293,7 @@ version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" dependencies = [ - "rustls 0.23.10", + "rustls 0.23.27", "rustls-pki-types", "tokio", ] @@ -17648,21 +18310,6 @@ dependencies = [ "tokio-util", ] -[[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.7", - "rustls-native-certs 0.6.3", - "tokio", - "tokio-rustls 0.24.1", - "tungstenite 0.20.1", -] - [[package]] name = "tokio-tungstenite" version = "0.26.2" @@ -17671,19 +18318,20 @@ checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084" dependencies = [ "futures-util", "log", - "rustls 0.23.10", + "rustls 0.23.27", + "rustls-native-certs 0.8.1", "rustls-pki-types", "tokio", "tokio-rustls 0.26.0", - "tungstenite 0.26.2", + "tungstenite", "webpki-roots 0.26.3", ] [[package]] name = "tokio-util" -version = "0.7.11" +version = "0.7.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1" +checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df" dependencies = [ "bytes", "futures-core", @@ -17741,7 +18389,7 @@ version = "0.19.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" dependencies = [ - "indexmap 2.7.1", + "indexmap 2.9.0", "serde", "serde_spanned", "toml_datetime", @@ -17754,7 +18402,7 @@ version = "0.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" dependencies = [ - "indexmap 2.7.1", + "indexmap 2.9.0", "toml_datetime", "winnow 0.5.15", ] @@ -17765,7 +18413,7 @@ version = "0.22.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f21c7aaf97f1bd9ca9d4f9e73b0a6c74bd5afef56f2bc931943a6e1c37e04e38" dependencies = [ - "indexmap 2.7.1", + "indexmap 2.9.0", "serde", "serde_spanned", "toml_datetime", @@ -17808,7 +18456,7 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.9.1", "bytes", "http 1.1.0", "http-body 1.0.0", @@ -17849,7 +18497,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf" dependencies = [ "crossbeam-channel", - "thiserror 1.0.62", + "thiserror 1.0.69", "time", "tracing-subscriber", ] @@ -17895,6 +18543,29 @@ dependencies = [ "tracing", ] +[[package]] +name = "tracing-gum" +version = "17.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +dependencies = [ + "coarsetime", + "polkadot-primitives", + "tracing", + "tracing-gum-proc-macro", +] + +[[package]] +name = "tracing-gum-proc-macro" +version = "5.0.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +dependencies = [ + "expander", + "proc-macro-crate 3.1.0", + "proc-macro2", + "quote", + "syn 2.0.100", +] + [[package]] name = "tracing-log" version = "0.2.0" @@ -17979,7 +18650,7 @@ dependencies = [ "rand 0.8.5", "smallvec", "socket2 0.4.9", - "thiserror 1.0.62", + "thiserror 1.0.69", "tinyvec", "tokio", "tracing", @@ -18004,7 +18675,7 @@ dependencies = [ "once_cell", "rand 0.8.5", "smallvec", - "thiserror 1.0.62", + "thiserror 1.0.69", "tinyvec", "tokio", "tracing", @@ -18026,7 +18697,7 @@ dependencies = [ "rand 0.8.5", "resolv-conf", "smallvec", - "thiserror 1.0.62", + "thiserror 1.0.69", "tokio", "tracing", "trust-dns-proto 0.23.2", @@ -18059,26 +18730,6 @@ 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.9", - "httparse", - "log", - "rand 0.8.5", - "rustls 0.21.7", - "sha1", - "thiserror 1.0.62", - "url", - "utf-8", -] - [[package]] name = "tungstenite" version = "0.26.2" @@ -18091,13 +18742,20 @@ dependencies = [ "httparse", "log", "rand 0.9.0", - "rustls 0.23.10", + "rustls 0.23.27", "rustls-pki-types", "sha1", - "thiserror 2.0.9", + "thiserror 2.0.12", + "url", "utf-8", ] +[[package]] +name = "tuplex" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "676ac81d5454c4dcf37955d34fa8626ede3490f744b86ca14a7b90168d2a08aa" + [[package]] name = "twox-hash" version = "1.6.3" @@ -18134,6 +18792,18 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "uint" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "909988d098b2f738727b161a106cfc7cab00c539c2687a8836f8e565976fb53e" +dependencies = [ + "byteorder", + "crunchy", + "hex", + "static_assertions", +] + [[package]] name = "uluru" version = "3.1.0" @@ -18259,12 +18929,12 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" [[package]] name = "url" -version = "2.5.2" +version = "2.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c" +checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" dependencies = [ "form_urlencoded", - "idna 0.5.0", + "idna 1.0.3", "percent-encoding", "serde", ] @@ -18275,6 +18945,12 @@ version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" +[[package]] +name = "utf8_iter" +version = "1.0.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" + [[package]] name = "utf8parse" version = "0.2.1" @@ -18447,7 +19123,7 @@ dependencies = [ "rand_core 0.6.4", "sha2 0.10.8", "sha3", - "thiserror 1.0.62", + "thiserror 1.0.69", "zeroize", ] @@ -18527,6 +19203,15 @@ dependencies = [ "wit-bindgen-rt", ] +[[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", +] + [[package]] name = "wasm-bindgen" version = "0.2.92" @@ -18640,7 +19325,7 @@ dependencies = [ "strum 0.24.1", "strum_macros 0.24.3", "tempfile", - "thiserror 1.0.62", + "thiserror 1.0.69", "wasm-opt-cxx-sys", "wasm-opt-sys", ] @@ -18724,7 +19409,7 @@ dependencies = [ "serde-wasm-bindgen", "shared-buffer", "target-lexicon", - "thiserror 1.0.62", + "thiserror 1.0.69", "tracing", "wasm-bindgen", "wasmer-compiler", @@ -18743,7 +19428,7 @@ checksum = "79fd0889f8844b7c70b8ee8fbf1d1f6ccff99399c6f3d3627048cde04b1ac493" dependencies = [ "blake3", "hex", - "thiserror 1.0.62", + "thiserror 1.0.69", "wasmer", ] @@ -18768,7 +19453,7 @@ dependencies = [ "self_cell", "shared-buffer", "smallvec", - "thiserror 1.0.62", + "thiserror 1.0.69", "wasmer-types", "wasmer-vm", "wasmparser 0.121.2", @@ -18805,14 +19490,14 @@ dependencies = [ "bytesize", "derive_builder", "hex", - "indexmap 2.7.1", + "indexmap 2.9.0", "schemars", "semver 1.0.18", "serde", "serde_cbor", "serde_json", "serde_yaml", - "thiserror 1.0.62", + "thiserror 1.0.69", "toml 0.8.14", "url", ] @@ -18845,7 +19530,7 @@ dependencies = [ "rkyv", "sha2 0.10.8", "target-lexicon", - "thiserror 1.0.62", + "thiserror 1.0.69", "webc", "xxhash-rust", ] @@ -18873,7 +19558,7 @@ dependencies = [ "more-asserts", "region", "scopeguard", - "thiserror 1.0.62", + "thiserror 1.0.69", "wasmer-types", "winapi", ] @@ -19004,8 +19689,8 @@ version = "0.121.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9dbe55c8f9d0dbd25d9447a5a889ff90c0cc3feaa7395310d3d826b2c703eaab" dependencies = [ - "bitflags 2.5.0", - "indexmap 2.7.1", + "bitflags 2.9.1", + "indexmap 2.9.0", "semver 1.0.18", ] @@ -19015,8 +19700,8 @@ version = "0.230.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "808198a69b5a0535583370a51d459baa14261dfab04800c4864ee9e1a14346ed" dependencies = [ - "bitflags 2.5.0", - "indexmap 2.7.1", + "bitflags 2.9.1", + "indexmap 2.9.0", "semver 1.0.18", ] @@ -19025,8 +19710,8 @@ name = "wasmparser" version = "0.230.0" source = "git+https://github.com/gear-tech/wasm-tools?branch=gear-stable-1.230#d6846c156c140bb59e7ff3286f02fc67a91233f7" dependencies = [ - "bitflags 2.5.0", - "indexmap 2.7.1", + "bitflags 2.9.1", + "indexmap 2.9.0", ] [[package]] @@ -19147,7 +19832,7 @@ dependencies = [ "log", "object 0.30.4", "target-lexicon", - "thiserror 1.0.62", + "thiserror 1.0.69", "wasmparser 0.102.0", "wasmtime-cranelift-shared", "wasmtime-environ", @@ -19182,7 +19867,7 @@ dependencies = [ "object 0.30.4", "serde", "target-lexicon", - "thiserror 1.0.62", + "thiserror 1.0.69", "wasmparser 0.102.0", "wasmtime-types", ] @@ -19280,7 +19965,7 @@ checksum = "a4f6fffd2a1011887d57f07654dd112791e872e3ff4a2e626aee8059ee17f06f" dependencies = [ "cranelift-entity", "serde", - "thiserror 1.0.62", + "thiserror 1.0.69", "wasmparser 0.102.0", ] @@ -19373,22 +20058,12 @@ dependencies = [ "shared-buffer", "tar", "tempfile", - "thiserror 1.0.62", + "thiserror 1.0.69", "toml 0.7.8", "url", "wasmer-config", ] -[[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", -] - [[package]] name = "webpki-roots" version = "0.25.2" @@ -19579,21 +20254,6 @@ dependencies = [ "windows_x86_64_msvc 0.33.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", -] - [[package]] name = "windows-sys" version = "0.45.0" @@ -19881,7 +20541,7 @@ version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c" dependencies = [ - "bitflags 2.5.0", + "bitflags 2.9.1", ] [[package]] @@ -19899,6 +20559,12 @@ dependencies = [ "url", ] +[[package]] +name = "writeable" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" + [[package]] name = "ws_stream_wasm" version = "0.7.4" @@ -19912,7 +20578,7 @@ dependencies = [ "pharos", "rustc_version 0.4.0", "send_wrapper", - "thiserror 1.0.62", + "thiserror 1.0.69", "wasm-bindgen", "wasm-bindgen-futures", "web-sys", @@ -19952,7 +20618,7 @@ dependencies = [ "nom", "oid-registry 0.6.1", "rusticata-macros", - "thiserror 1.0.62", + "thiserror 1.0.69", "time", ] @@ -19969,7 +20635,24 @@ dependencies = [ "nom", "oid-registry 0.7.0", "rusticata-macros", - "thiserror 1.0.62", + "thiserror 1.0.69", + "time", +] + +[[package]] +name = "x509-parser" +version = "0.17.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4569f339c0c402346d4a75a9e39cf8dad310e287eef1ff56d4c68e5067f53460" +dependencies = [ + "asn1-rs 0.7.1", + "data-encoding", + "der-parser 10.0.0", + "lazy_static", + "nom", + "oid-registry 0.8.1", + "rusticata-macros", + "thiserror 2.0.12", "time", ] @@ -19984,6 +20667,17 @@ dependencies = [ "rustix 0.38.37", ] +[[package]] +name = "xcm-procedural" +version = "11.0.1" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +dependencies = [ + "Inflector", + "proc-macro2", + "quote", + "syn 2.0.100", +] + [[package]] name = "xml-rs" version = "0.8.20" @@ -20022,16 +20716,16 @@ dependencies = [ [[package]] name = "yamux" -version = "0.13.3" +version = "0.13.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a31b5e376a8b012bee9c423acdbb835fc34d45001cfa3106236a624e4b738028" +checksum = "3da1acad1c2dc53f0dde419115a38bd8221d8c3e47ae9aeceaf453266d29307e" dependencies = [ "futures", "log", "nohash-hasher", "parking_lot 0.12.3", "pin-project", - "rand 0.8.5", + "rand 0.9.0", "static_assertions", "web-time", ] @@ -20057,6 +20751,30 @@ dependencies = [ "time", ] +[[package]] +name = "yoke" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc" +dependencies = [ + "serde", + "stable_deref_trait", + "yoke-derive", + "zerofrom", +] + +[[package]] +name = "yoke-derive" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.100", + "synstructure 0.13.1", +] + [[package]] name = "zbus" version = "1.9.3" @@ -20132,6 +20850,27 @@ dependencies = [ "syn 2.0.100", ] +[[package]] +name = "zerofrom" +version = "0.1.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" +dependencies = [ + "zerofrom-derive", +] + +[[package]] +name = "zerofrom-derive" +version = "0.1.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.100", + "synstructure 0.13.1", +] + [[package]] name = "zeroize" version = "1.8.1" @@ -20152,6 +20891,39 @@ dependencies = [ "syn 2.0.100", ] +[[package]] +name = "zerotrie" +version = "0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595" +dependencies = [ + "displaydoc", + "yoke", + "zerofrom", +] + +[[package]] +name = "zerovec" +version = "0.11.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428" +dependencies = [ + "yoke", + "zerofrom", + "zerovec-derive", +] + +[[package]] +name = "zerovec-derive" +version = "0.11.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.100", +] + [[package]] name = "zstd" version = "0.11.2+zstd.1.5.2" diff --git a/Cargo.toml b/Cargo.toml index 0178aa25644..735556a277a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -176,7 +176,7 @@ subxt = "0.37.0" subxt-metadata = "0.37.0" subxt-codegen = "0.37.0" syn = "2.0.71" -thiserror = "1.0.62" +thiserror = "1.0.69" tokio = { version = "1.38.0" } uluru = "3.1.0" url = "2.5.2" @@ -311,131 +311,131 @@ ethexe-compute = { path = "ethexe/compute", default-features = false } wasmi = { package = "wasmi", version = "0.38" } # Substrate deps -binary-merkle-tree = { version = "15.0.1", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -frame-benchmarking = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -frame-benchmarking-cli = { version = "43.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } -frame-election-provider-support = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -frame-executive = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -frame-support = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +binary-merkle-tree = { version = "16.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +frame-benchmarking = { version = "39.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +frame-benchmarking-cli = { version = "46.1.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +frame-election-provider-support = { version = "39.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +frame-executive = { version = "39.1.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +frame-support = { version = "39.1.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } frame-support-test = { version = "3.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -frame-system = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -frame-system-benchmarking = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -frame-remote-externalities = { version = "0.46.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } -frame-try-runtime = { version = "0.44.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -frame-system-rpc-runtime-api = { version = "34.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +frame-system = { version = "39.1.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +frame-system-benchmarking = { version = "39.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +frame-remote-externalities = { version = "0.49.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +frame-try-runtime = { version = "0.45.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +frame-system-rpc-runtime-api = { version = "35.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } frame-metadata-hash-extension = { default-features = false, git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } -generate-bags = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } -pallet-authorship = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -pallet-authority-discovery = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -pallet-babe = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -pallet-bags-list = { version = "37.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -pallet-bounties = { version = "37.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -pallet-child-bounties = { version = "37.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -pallet-balances = { version = "39.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -pallet-conviction-voting = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -pallet-election-provider-multi-phase = { version = "37.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -pallet-grandpa = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -pallet-identity = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -pallet-im-online = { version = "37.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -pallet-multisig = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -pallet-nomination-pools = { version = "35.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -pallet-nomination-pools-runtime-api = { version = "33.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -pallet-offences = { version = "37.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -pallet-preimage = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -pallet-proxy = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -pallet-ranked-collective = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -pallet-referenda = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -pallet-scheduler = { version = "39.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -pallet-session = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -pallet-staking = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -pallet-staking-runtime-api = { version = "24.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +generate-bags = { version = "39.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +pallet-authorship = { version = "39.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-authority-discovery = { version = "39.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-babe = { version = "39.1.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-bags-list = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-bounties = { version = "38.1.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-child-bounties = { version = "38.1.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-balances = { version = "40.1.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-conviction-voting = { version = "39.1.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-election-provider-multi-phase = { version = "38.1.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-grandpa = { version = "39.1.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-identity = { version = "39.1.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-im-online = { version = "38.1.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-multisig = { version = "39.1.1", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-nomination-pools = { version = "37.0.2", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-nomination-pools-runtime-api = { version = "35.0.1", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-offences = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-preimage = { version = "39.1.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-proxy = { version = "39.1.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-ranked-collective = { version = "39.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-referenda = { version = "39.1.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-scheduler = { version = "40.1.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-session = { version = "39.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-staking = { version = "39.1.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-staking-runtime-api = { version = "25.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } pallet-staking-reward-fn = { version = "22.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -pallet-sudo = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -pallet-timestamp = { version = "37.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -pallet-transaction-payment = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -pallet-transaction-payment-rpc = { version = "41.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -pallet-transaction-payment-rpc-runtime-api = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -pallet-treasury = { version = "37.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -pallet-utility = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -pallet-vesting = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -pallet-whitelist = { version = "37.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-sudo = { version = "39.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-timestamp = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-transaction-payment = { version = "39.1.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-transaction-payment-rpc = { version = "42.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-transaction-payment-rpc-runtime-api = { version = "39.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-treasury = { version = "38.1.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-utility = { version = "39.1.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-vesting = { version = "39.1.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-whitelist = { version = "38.1.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.17.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } -sc-authority-discovery = { version = "0.45.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } -sc-block-builder = { version = "0.42.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } -sc-consensus = { version = "0.44.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } -sc-consensus-babe = { version = "0.45.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } -sc-consensus-babe-rpc = { version = "0.45.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } -sc-consensus-epochs = { version = "0.44.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } -sc-consensus-slots = { version = "0.44.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } -sp-crypto-ec-utils = { version = "0.14.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sc-authority-discovery = { version = "0.48.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-block-builder = { version = "0.43.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-consensus = { version = "0.47.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-consensus-babe = { version = "0.48.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-consensus-babe-rpc = { version = "0.48.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-consensus-epochs = { version = "0.47.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-consensus-slots = { version = "0.47.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sp-crypto-ec-utils = { version = "0.15.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } sp-debug-derive = { version = "14.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -sc-chain-spec = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } -sc-cli = { version = "0.47.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } -sc-client-api = { version = "37.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } -sc-executor = { version = "0.40.1", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } -sc-executor-common = { version = "0.35.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } -sc-consensus-grandpa = { version = "0.30.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } -sc-consensus-grandpa-rpc = { version = "0.30.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } -sc-keystore = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } -sc-network = { version = "0.45.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } -sc-network-common = { version = "0.44.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } -sc-network-sync = { version = "0.44.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } -sc-network-statement = { version = "0.27.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } -sc-offchain = { version = "40.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-chain-spec = { version = "41.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-cli = { version = "0.50.1", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-client-api = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-executor = { version = "0.41.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-executor-common = { version = "0.36.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-consensus-grandpa = { version = "0.33.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-consensus-grandpa-rpc = { version = "0.33.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-keystore = { version = "34.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-network = { version = "0.48.3", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-network-common = { version = "0.47.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-network-sync = { version = "0.47.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-network-statement = { version = "0.30.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-offchain = { version = "43.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } sc-proposer-metrics = { version = "0.18.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } -sc-service = { version = "0.46.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } -sc-telemetry = { version = "25.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } -sc-rpc = { version = "40.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } -sc-rpc-api = { version = "0.44.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } -sc-rpc-spec-v2 = { version = "0.45.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } -sc-sync-state-rpc = { version = "0.45.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } -sc-sysinfo = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } -sc-transaction-pool = { version = "37.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } -sc-transaction-pool-api = { version = "37.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } -sc-tracing = { version = "37.0.1", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } -sp-allocator = { version = "29.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -sp-api = { version = "34.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -sp-authority-discovery = { version = "34.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sc-service = { version = "0.49.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-telemetry = { version = "28.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-rpc = { version = "43.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-rpc-api = { version = "0.47.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-rpc-spec-v2 = { version = "0.48.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-sync-state-rpc = { version = "0.48.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-sysinfo = { version = "41.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-transaction-pool = { version = "38.1.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-transaction-pool-api = { version = "38.1.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sc-tracing = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +sp-allocator = { version = "30.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-api = { version = "35.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-authority-discovery = { version = "35.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } sp-arithmetic = { version = "26.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -sp-blockchain = { version = "37.0.1", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -sp-block-builder = { version = "34.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -sp-core = { version = "34.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -sp-consensus = { version = "0.40.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -sp-consensus-babe = { version = "0.40.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -sp-consensus-slots = { version = "0.40.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -sp-externalities = { version = "0.29.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -sp-consensus-grandpa = { version = "21.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -sp-genesis-builder = { version = "0.15.1", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -sp-inherents = { version = "34.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -sp-io = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -sp-keyring = { version = "39.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -sp-keystore = { version = "0.40.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -sp-npos-elections = { version = "34.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -sp-offchain = { version = "34.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -sp-rpc = { version = "32.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -sp-runtime = { version = "39.0.1", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -sp-runtime-interface = { version = "28.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -sp-session = { version = "36.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-blockchain = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-block-builder = { version = "35.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-core = { version = "35.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-consensus = { version = "0.41.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-consensus-babe = { version = "0.41.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-consensus-slots = { version = "0.41.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-externalities = { version = "0.30.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-consensus-grandpa = { version = "22.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-genesis-builder = { version = "0.16.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-inherents = { version = "35.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-io = { version = "39.0.1", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-keyring = { version = "40.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-keystore = { version = "0.41.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-npos-elections = { version = "35.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-offchain = { version = "35.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-rpc = { version = "33.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-runtime = { version = "40.1.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-runtime-interface = { version = "29.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-session = { version = "37.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } sp-std = { version = "14.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -sp-state-machine = { version = "0.43.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -sp-staking = { version = "36.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -sp-storage = { version = "21.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -sp-timestamp = { version = "34.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -sp-transaction-pool = { version = "34.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -sp-transaction-storage-proof = { version = "34.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -sp-trie = { version = "37.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } -sp-version = { version = "37.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-state-machine = { version = "0.44.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-staking = { version = "37.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-storage = { version = "22.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-timestamp = { version = "35.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-transaction-pool = { version = "35.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-transaction-storage-proof = { version = "35.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-trie = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +sp-version = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } sp-wasm-interface = { version = "21.0.1", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } sp-wasm-interface-common = { version = "7.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } substrate-build-script-utils = { version = "11.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } -substrate-frame-rpc-system = { version = "39.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } -substrate-rpc-client = { version = "0.44.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } -substrate-state-trie-migration-rpc = { version = "38.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } -substrate-test-client = { version = "2.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } -substrate-wasm-builder = { version = "24.0.1", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +substrate-frame-rpc-system = { version = "42.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +substrate-rpc-client = { version = "0.47.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +substrate-state-trie-migration-rpc = { version = "41.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +substrate-test-client = { version = "2.0.1", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } +substrate-wasm-builder = { version = "25.0.1", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } # Examples test-syscalls = { path = "examples/syscalls", default-features = false } From 36b5b773a2a5338d4263fddb30b3bed3d254a777 Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Wed, 21 May 2025 12:49:11 +0700 Subject: [PATCH 03/56] use primitive_types::H256 --- common/src/auxiliary/gas_provider.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/auxiliary/gas_provider.rs b/common/src/auxiliary/gas_provider.rs index d42a1c5d2ce..3568c4c4651 100644 --- a/common/src/auxiliary/gas_provider.rs +++ b/common/src/auxiliary/gas_provider.rs @@ -25,7 +25,7 @@ use crate::{ }; use alloc::collections::BTreeMap; use core::{cell::RefCell, ops::DerefMut}; -use sp_core::H256; +use primitive_types::H256; /// Balance type used in the gas tree. pub(crate) type Balance = u64; From e402c564a31848529e9f04fcf53bf96e86811668 Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Mon, 26 May 2025 16:27:59 +0700 Subject: [PATCH 04/56] Use call_weight --- pallets/gear-builtin/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pallets/gear-builtin/src/lib.rs b/pallets/gear-builtin/src/lib.rs index 9b39039e998..c2f19b7af95 100644 --- a/pallets/gear-builtin/src/lib.rs +++ b/pallets/gear-builtin/src/lib.rs @@ -298,7 +298,7 @@ pub mod pallet { let call_info = call.get_dispatch_info(); // Necessary upfront gas sufficiency checks - let gas_cost = call_info.weight.ref_time(); + let gas_cost = call_info.call_weight.ref_time(); context.can_charge_gas(gas_cost)?; // Execute call From 2ad7dad2e1b2f20322d4b0131d5eb4fab9934b0b Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Mon, 26 May 2025 18:11:24 +0700 Subject: [PATCH 05/56] use sp_core::H256 --- Cargo.lock | 136 ++++-------------- common/src/auxiliary/gas_provider.rs | 2 +- common/src/gas_provider/property_tests/mod.rs | 2 +- common/src/lib.rs | 15 +- pallets/gas/Cargo.toml | 1 + pallets/gas/src/lib.rs | 2 +- pallets/gas/src/mock.rs | 2 +- pallets/gas/src/tests.rs | 2 +- pallets/gear-bank/src/migrations.rs | 2 +- pallets/gear-bank/src/mock.rs | 2 +- pallets/gear-builtin/src/tests/basic.rs | 2 +- pallets/gear-builtin/src/tests/bls381.rs | 2 +- pallets/gear-debug/src/lib.rs | 4 +- pallets/gear-debug/src/mock.rs | 3 +- pallets/gear-eth-bridge/rpc/src/lib.rs | 2 +- pallets/gear-messenger/src/mock.rs | 2 +- pallets/gear-program/Cargo.toml | 1 + pallets/gear-voucher/Cargo.toml | 1 + pallets/gear-voucher/src/lib.rs | 2 +- pallets/gear-voucher/src/mock.rs | 3 +- pallets/gear-voucher/src/tests.rs | 2 +- pallets/gear/src/lib.rs | 2 +- pallets/gear/src/manager/mod.rs | 4 +- pallets/payment/src/mock.rs | 2 +- pallets/payment/src/tests.rs | 2 +- runtime/common/Cargo.toml | 1 + utils/node-loader/src/batch_pool.rs | 2 +- utils/node-loader/src/batch_pool/api/mod.rs | 2 +- 28 files changed, 67 insertions(+), 138 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9c7abcf54f9..e4fc173c261 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -43,15 +43,6 @@ version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" -[[package]] -name = "aead" -version = "0.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877" -dependencies = [ - "generic-array 0.14.7", -] - [[package]] name = "aead" version = "0.5.2" @@ -86,31 +77,17 @@ dependencies = [ "zeroize", ] -[[package]] -name = "aes-gcm" -version = "0.9.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc3be92e19a7ef47457b8e6f90707e12b6ac5d20c6f3866584fa3be0787d839f" -dependencies = [ - "aead 0.4.3", - "aes 0.7.5", - "cipher 0.3.0", - "ctr 0.7.0", - "ghash 0.4.4", - "subtle 2.6.1", -] - [[package]] name = "aes-gcm" version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1" dependencies = [ - "aead 0.5.2", + "aead", "aes 0.8.4", "cipher 0.4.4", - "ctr 0.9.2", - "ghash 0.5.1", + "ctr", + "ghash", "subtle 2.6.1", ] @@ -649,7 +626,7 @@ dependencies = [ "alloy-rlp", "alloy-serde", "alloy-sol-types", - "itertools 0.14.0", + "itertools 0.13.0", "serde", "serde_json", "thiserror 2.0.12", @@ -2381,18 +2358,6 @@ dependencies = [ "keystream", ] -[[package]] -name = "chacha20" -version = "0.8.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c80e5460aa66fe3b91d40bcbdab953a597b60053e34d684ac6903f863b680a6" -dependencies = [ - "cfg-if", - "cipher 0.3.0", - "cpufeatures", - "zeroize", -] - [[package]] name = "chacha20" version = "0.9.1" @@ -2406,14 +2371,14 @@ dependencies = [ [[package]] name = "chacha20poly1305" -version = "0.9.1" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a18446b09be63d457bbec447509e85f662f32952b035ce892290396bc0b0cff5" +checksum = "10cd79432192d1c0f4e1a0fef9527696cc039165d729fb41b3f4f4f354c2dc35" dependencies = [ - "aead 0.4.3", - "chacha20 0.8.2", - "cipher 0.3.0", - "poly1305 0.7.2", + "aead", + "chacha20", + "cipher 0.4.4", + "poly1305", "zeroize", ] @@ -3142,15 +3107,6 @@ dependencies = [ "subtle 2.6.1", ] -[[package]] -name = "ctr" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a232f92a03f37dd7d7dd2adc67166c77e9cd88de5b019b9a9eecfaeaf7bfd481" -dependencies = [ - "cipher 0.3.0", -] - [[package]] name = "ctr" version = "0.9.2" @@ -7029,16 +6985,6 @@ dependencies = [ "rand_core 0.6.4", ] -[[package]] -name = "ghash" -version = "0.4.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99" -dependencies = [ - "opaque-debug 0.3.0", - "polyval 0.5.3", -] - [[package]] name = "ghash" version = "0.5.1" @@ -7046,7 +6992,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1" dependencies = [ "opaque-debug 0.3.0", - "polyval 0.6.2", + "polyval", ] [[package]] @@ -11648,6 +11594,7 @@ dependencies = [ "parity-scale-codec", "primitive-types 0.12.2", "scale-info", + "sp-core", "sp-io", "sp-runtime", "sp-std", @@ -12926,17 +12873,6 @@ dependencies = [ "windows-sys 0.52.0", ] -[[package]] -name = "poly1305" -version = "0.7.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede" -dependencies = [ - "cpufeatures", - "opaque-debug 0.3.0", - "universal-hash 0.4.0", -] - [[package]] name = "poly1305" version = "0.8.0" @@ -12945,19 +12881,7 @@ checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf" dependencies = [ "cpufeatures", "opaque-debug 0.3.0", - "universal-hash 0.5.1", -] - -[[package]] -name = "polyval" -version = "0.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1" -dependencies = [ - "cfg-if", - "cpufeatures", - "opaque-debug 0.3.0", - "universal-hash 0.4.0", + "universal-hash", ] [[package]] @@ -12969,7 +12893,7 @@ dependencies = [ "cfg-if", "cpufeatures", "opaque-debug 0.3.0", - "universal-hash 0.5.1", + "universal-hash", ] [[package]] @@ -13316,7 +13240,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "be769465445e8c1474e9c5dac2018218498557af32d9ed057325ec9a41ae81bf" dependencies = [ "heck 0.5.0", - "itertools 0.14.0", + "itertools 0.10.5", "log", "multimap", "once_cell", @@ -13349,7 +13273,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d" dependencies = [ "anyhow", - "itertools 0.14.0", + "itertools 0.10.5", "proc-macro2", "quote", "syn 2.0.100", @@ -14048,7 +13972,7 @@ version = "0.1.0" source = "git+https://github.com/gear-tech/roast?branch=gear-v0.1.0#925a0e7313534b8ab901c4ff8b6c4af91b149d01" dependencies = [ "aes 0.8.4", - "ctr 0.9.2", + "ctr", "digest 0.10.7", "document-features", "frost-core", @@ -15772,7 +15696,7 @@ version = "0.11.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8de18f6d8ba0aad7045f5feae07ec29899c1112584a38509a84ad7b04451eaa0" dependencies = [ - "aead 0.5.2", + "aead", "arrayref", "arrayvec 0.7.4", "curve25519-dalek", @@ -16380,7 +16304,7 @@ dependencies = [ "bip39", "blake2-rfc", "bs58", - "chacha20 0.9.1", + "chacha20", "crossbeam-queue", "derive_more 0.99.18", "ed25519-zebra", @@ -16403,7 +16327,7 @@ dependencies = [ "num-traits", "pbkdf2", "pin-project", - "poly1305 0.8.0", + "poly1305", "rand 0.8.5", "rand_chacha 0.3.1", "ruzstd", @@ -16466,16 +16390,16 @@ checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831" [[package]] name = "snow" -version = "0.9.3" +version = "0.9.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c9d1425eb528a21de2755c75af4c9b5d57f50a0d4c3b7f1828a4cd03f8ba155" +checksum = "850948bee068e713b8ab860fe1adc4d109676ab4c3b621fd8147f06b261f2f85" dependencies = [ - "aes-gcm 0.9.2", + "aes-gcm", "blake2 0.10.6", "chacha20poly1305", "curve25519-dalek", "rand_core 0.6.4", - "ring 0.16.20", + "ring 0.17.8", "rustc_version 0.4.0", "sha2 0.10.8", "subtle 2.6.1", @@ -17112,7 +17036,7 @@ name = "sp-statement-store" version = "19.0.0" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ - "aes-gcm 0.10.3", + "aes-gcm", "curve25519-dalek", "ed25519-dalek", "hkdf 0.12.4", @@ -18867,16 +18791,6 @@ version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" -[[package]] -name = "universal-hash" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8326b2c654932e3e4f9196e69d08fdf7cfd718e1dc6f66b347e6024a0c961402" -dependencies = [ - "generic-array 0.14.7", - "subtle 2.6.1", -] - [[package]] name = "universal-hash" version = "0.5.1" diff --git a/common/src/auxiliary/gas_provider.rs b/common/src/auxiliary/gas_provider.rs index 3568c4c4651..d42a1c5d2ce 100644 --- a/common/src/auxiliary/gas_provider.rs +++ b/common/src/auxiliary/gas_provider.rs @@ -25,7 +25,7 @@ use crate::{ }; use alloc::collections::BTreeMap; use core::{cell::RefCell, ops::DerefMut}; -use primitive_types::H256; +use sp_core::H256; /// Balance type used in the gas tree. pub(crate) type Balance = u64; diff --git a/common/src/gas_provider/property_tests/mod.rs b/common/src/gas_provider/property_tests/mod.rs index dccd0b041a5..d29694fa631 100644 --- a/common/src/gas_provider/property_tests/mod.rs +++ b/common/src/gas_provider/property_tests/mod.rs @@ -82,8 +82,8 @@ use core::iter::FromIterator; use enum_iterator::all; use frame_support::{assert_err, assert_ok}; use gear_utils::{NonEmpty, RingGet}; -use primitive_types::H256; use proptest::prelude::*; +use sp_core::H256; use std::collections::{BTreeSet, HashMap}; use strategies::GasTreeAction; diff --git a/common/src/lib.rs b/common/src/lib.rs index a4fb613e83f..a35fcec32ef 100644 --- a/common/src/lib.rs +++ b/common/src/lib.rs @@ -59,8 +59,9 @@ pub use gear_core::{ pages::GearPage, program::{ActiveProgram, MemoryInfix, Program}, }; -use primitive_types::H256; +use primitive_types; use sp_arithmetic::traits::{BaseArithmetic, Saturating, UniqueSaturatedInto, Unsigned}; +use sp_core::H256; use sp_runtime::{ codec::{self, Decode, Encode}, scale_info::{self, TypeInfo}, @@ -121,6 +122,18 @@ impl Origin for H256 { } } +impl Origin for primitive_types::H256 { + fn into_origin(self) -> H256 { + // H256 here refers to sp_core::H256 due to the import + H256(self.0) + } + + fn from_origin(val: H256) -> Self { + // val is sp_core::H256, Self is primitive_types::H256 + primitive_types::H256(val.0) + } +} + impl Origin for MessageId { fn into_origin(self) -> H256 { H256(self.into()) diff --git a/pallets/gas/Cargo.toml b/pallets/gas/Cargo.toml index 957e1e02585..42d6b5606ca 100644 --- a/pallets/gas/Cargo.toml +++ b/pallets/gas/Cargo.toml @@ -25,6 +25,7 @@ gear-core.workspace = true frame-support.workspace = true frame-system.workspace = true frame-benchmarking = { workspace = true, optional = true } +sp-core.workspace = true sp-std.workspace = true sp-runtime.workspace = true pallet-balances.workspace = true diff --git a/pallets/gas/src/lib.rs b/pallets/gas/src/lib.rs index 5db8b475911..c7b39f2fdf2 100644 --- a/pallets/gas/src/lib.rs +++ b/pallets/gas/src/lib.rs @@ -133,7 +133,7 @@ use common::{ }; use frame_support::{pallet_prelude::*, traits::StorageVersion}; pub use pallet::*; -pub use primitive_types::H256; +pub use sp_core::H256; use sp_runtime::DispatchError; use sp_std::convert::TryInto; diff --git a/pallets/gas/src/mock.rs b/pallets/gas/src/mock.rs index 72a19694c3c..d0d8a24b93b 100644 --- a/pallets/gas/src/mock.rs +++ b/pallets/gas/src/mock.rs @@ -21,7 +21,7 @@ use frame_support::{ construct_runtime, parameter_types, traits::ConstU32, weights::constants::RocksDbWeight, }; use frame_system::{self as system, pallet_prelude::BlockNumberFor}; -use primitive_types::H256; +use sp_core::H256; use sp_runtime::{ traits::{BlakeTwo256, IdentityLookup}, BuildStorage, diff --git a/pallets/gas/src/tests.rs b/pallets/gas/src/tests.rs index 10a04a7cf75..8dd0da4dd51 100644 --- a/pallets/gas/src/tests.rs +++ b/pallets/gas/src/tests.rs @@ -24,7 +24,7 @@ use common::{ }; use frame_support::{assert_noop, assert_ok}; use gear_core::ids::MessageId; -use primitive_types::H256; +use sp_core::H256; use sp_runtime::traits::Zero; type Gas = as common::GasProvider>::GasTree; diff --git a/pallets/gear-bank/src/migrations.rs b/pallets/gear-bank/src/migrations.rs index 30e48ced32c..0c493f9c5ef 100644 --- a/pallets/gear-bank/src/migrations.rs +++ b/pallets/gear-bank/src/migrations.rs @@ -145,7 +145,7 @@ mod tests { weights::constants::RocksDbWeight, PalletId, }; - use primitive_types::H256; + use sp_core::H256; use sp_runtime::{ traits::{BlakeTwo256, IdentityLookup}, AccountId32, BuildStorage, diff --git a/pallets/gear-bank/src/mock.rs b/pallets/gear-bank/src/mock.rs index 63dec856511..df976c93712 100644 --- a/pallets/gear-bank/src/mock.rs +++ b/pallets/gear-bank/src/mock.rs @@ -23,7 +23,7 @@ use frame_support::{ weights::constants::RocksDbWeight, PalletId, }; -use primitive_types::H256; +use sp_core::H256; use sp_io::TestExternalities; use sp_runtime::{ traits::{BlakeTwo256, IdentityLookup}, diff --git a/pallets/gear-builtin/src/tests/basic.rs b/pallets/gear-builtin/src/tests/basic.rs index a1447bd002a..f78a77b6a1d 100644 --- a/pallets/gear-builtin/src/tests/basic.rs +++ b/pallets/gear-builtin/src/tests/basic.rs @@ -27,7 +27,7 @@ use frame_support::assert_ok; use gear_core::ids::{prelude::*, ActorId, CodeId}; use gear_core_errors::{ErrorReplyReason, ReplyCode, SimpleExecutionError}; use parity_scale_codec::Encode; -use primitive_types::H256; +use sp_core::H256; pub(crate) fn init_logger() { let _ = tracing_subscriber::fmt::try_init(); diff --git a/pallets/gear-builtin/src/tests/bls381.rs b/pallets/gear-builtin/src/tests/bls381.rs index 4737bfd17bc..94db2cf74e7 100644 --- a/pallets/gear-builtin/src/tests/bls381.rs +++ b/pallets/gear-builtin/src/tests/bls381.rs @@ -36,7 +36,7 @@ use gear_core_errors::{ErrorReplyReason, ReplyCode, SimpleExecutionError}; use gear_runtime_interface::DST_G2; use pallet_gear::GasInfo; use parity_scale_codec::{Decode, Encode}; -use primitive_types::H256; +use sp_core::H256; type ArkScale = ark_scale::ArkScale; type ScalarField = ::ScalarField; diff --git a/pallets/gear-debug/src/lib.rs b/pallets/gear-debug/src/lib.rs index 6b91df6560c..bfd2a1348d7 100644 --- a/pallets/gear-debug/src/lib.rs +++ b/pallets/gear-debug/src/lib.rs @@ -49,8 +49,8 @@ pub mod pallet { pages::{GearPage, WasmPagesAmount}, program::Program, }; - use primitive_types::H256; use scale_info::TypeInfo; + use sp_core::H256; use sp_runtime::Percent; use sp_std::{ collections::{btree_map::BTreeMap, btree_set::BTreeSet}, @@ -239,7 +239,7 @@ pub mod pallet { ProgramState::Active(ProgramInfo { static_pages, persistent_pages, - code_hash: active.code_hash, + code_hash: active.code_hash.cast(), }) }, } diff --git a/pallets/gear-debug/src/mock.rs b/pallets/gear-debug/src/mock.rs index a5d0b721b73..ba2f92b0653 100644 --- a/pallets/gear-debug/src/mock.rs +++ b/pallets/gear-debug/src/mock.rs @@ -29,8 +29,7 @@ use frame_support::{ use frame_support_test::TestRandomness; use frame_system::{self as system, limits::BlockWeights, pallet_prelude::BlockNumberFor}; use pallet_gear::GasAllowanceOf; -use primitive_types::H256; -use sp_core::ConstBool; +use sp_core::{ConstBool, H256}; use sp_runtime::{ traits::{BlakeTwo256, ConstU64, IdentityLookup}, BuildStorage, diff --git a/pallets/gear-eth-bridge/rpc/src/lib.rs b/pallets/gear-eth-bridge/rpc/src/lib.rs index 34c5ee9ec6b..c0bb1678645 100644 --- a/pallets/gear-eth-bridge/rpc/src/lib.rs +++ b/pallets/gear-eth-bridge/rpc/src/lib.rs @@ -20,9 +20,9 @@ use jsonrpsee::{core::RpcResult, proc_macros::rpc, types::error::ErrorObject}; use pallet_gear_eth_bridge_rpc_runtime_api::Proof; -use primitive_types::H256; use sp_api::ProvideRuntimeApi; use sp_blockchain::HeaderBackend; +use sp_core::H256; use sp_runtime::traits::Block; use std::sync::Arc; diff --git a/pallets/gear-messenger/src/mock.rs b/pallets/gear-messenger/src/mock.rs index 0954e52b775..943cf661b17 100644 --- a/pallets/gear-messenger/src/mock.rs +++ b/pallets/gear-messenger/src/mock.rs @@ -25,7 +25,7 @@ use frame_support::{ weights::constants::RocksDbWeight, }; use frame_system::{self as system, pallet_prelude::BlockNumberFor}; -use primitive_types::H256; +use sp_core::H256; use sp_runtime::{ traits::{BlakeTwo256, IdentityLookup}, BuildStorage, diff --git a/pallets/gear-program/Cargo.toml b/pallets/gear-program/Cargo.toml index 334f8a4b9dd..d5a6d79d149 100644 --- a/pallets/gear-program/Cargo.toml +++ b/pallets/gear-program/Cargo.toml @@ -53,5 +53,6 @@ std = [ "sp-std/std", "sp-core/std", "sp-runtime/std", + "pallet-treasury/std", ] try-runtime = ["frame-support/try-runtime"] diff --git a/pallets/gear-voucher/Cargo.toml b/pallets/gear-voucher/Cargo.toml index fb62390e5ba..8236a4df462 100644 --- a/pallets/gear-voucher/Cargo.toml +++ b/pallets/gear-voucher/Cargo.toml @@ -26,6 +26,7 @@ gear-core.workspace = true frame-support.workspace = true frame-system.workspace = true frame-benchmarking = { workspace = true, optional = true } +sp-core = { workspace = true } sp-io = { workspace = true } sp-runtime.workspace = true sp-std.workspace = true diff --git a/pallets/gear-voucher/src/lib.rs b/pallets/gear-voucher/src/lib.rs index b37ab93b355..f6df047922c 100644 --- a/pallets/gear-voucher/src/lib.rs +++ b/pallets/gear-voucher/src/lib.rs @@ -57,7 +57,7 @@ use frame_support::{ PalletId, }; use gear_core::ids::{ActorId, MessageId}; -pub use primitive_types::H256; +pub use sp_core::H256; use sp_std::{convert::TryInto, vec::Vec}; pub use weights::WeightInfo; diff --git a/pallets/gear-voucher/src/mock.rs b/pallets/gear-voucher/src/mock.rs index c732eeefa13..c23c9b47cba 100644 --- a/pallets/gear-voucher/src/mock.rs +++ b/pallets/gear-voucher/src/mock.rs @@ -34,8 +34,7 @@ use gear_core::{ ids::{ActorId, MessageId}, message::UserStoredMessage, }; -use primitive_types::H256; -use sp_core::ConstU8; +use sp_core::{ConstU8, H256}; use sp_runtime::{ traits::{BlakeTwo256, IdentityLookup, Zero}, BuildStorage, diff --git a/pallets/gear-voucher/src/tests.rs b/pallets/gear-voucher/src/tests.rs index dc42a3e60c7..5cf26ef7a53 100644 --- a/pallets/gear-voucher/src/tests.rs +++ b/pallets/gear-voucher/src/tests.rs @@ -20,7 +20,7 @@ use super::*; use crate::mock::*; use common::Origin; use frame_support::{assert_noop, assert_ok, assert_storage_noop}; -use primitive_types::H256; +use sp_core::H256; use sp_runtime::traits::{One, Zero}; use utils::{DEFAULT_BALANCE, DEFAULT_VALIDITY}; diff --git a/pallets/gear/src/lib.rs b/pallets/gear/src/lib.rs index a6785b84f7e..a402728c70a 100644 --- a/pallets/gear/src/lib.rs +++ b/pallets/gear/src/lib.rs @@ -98,7 +98,7 @@ use gear_lazy_pages_common::LazyPagesInterface; use gear_lazy_pages_interface::LazyPagesRuntimeInterface; use manager::{CodeInfo, QueuePostProcessingData}; use pallet_gear_voucher::{PrepaidCall, PrepaidCallsDispatcher, VoucherId, WeightInfo as _}; -use primitive_types::H256; +use sp_core::H256; use sp_runtime::{ traits::{Bounded, One, Saturating, UniqueSaturatedInto, Zero}, DispatchError, SaturatedConversion, diff --git a/pallets/gear/src/manager/mod.rs b/pallets/gear/src/manager/mod.rs index 55bc4ecdd1d..896e9cd8430 100644 --- a/pallets/gear/src/manager/mod.rs +++ b/pallets/gear/src/manager/mod.rs @@ -75,8 +75,8 @@ use gear_core::{ reservation::GasReservationSlot, tasks::ScheduledTask, }; -use primitive_types::H256; use scale_info::TypeInfo; +use sp_core::H256; use sp_runtime::{ codec::{Decode, Encode}, traits::Zero, @@ -227,7 +227,7 @@ where // An empty program has been just constructed: it contains no mem allocations. let program = ActiveProgram { allocations_tree_len: 0, - code_hash: code_info.id, + code_hash: code_info.id.cast(), code_exports: code_info.exports.clone(), static_pages: code_info.static_pages, state: ProgramState::Uninitialized { message_id }, diff --git a/pallets/payment/src/mock.rs b/pallets/payment/src/mock.rs index 834129d07fe..dd34891087b 100644 --- a/pallets/payment/src/mock.rs +++ b/pallets/payment/src/mock.rs @@ -32,7 +32,7 @@ use frame_system::{self as system, mocking, pallet_prelude::BlockNumberFor}; use pallet_gear_voucher::VoucherId; #[allow(deprecated)] use pallet_transaction_payment::CurrencyAdapter; -use primitive_types::H256; +use sp_core::H256; use sp_runtime::{ testing::TestXt, traits::{BlakeTwo256, ConstBool, ConstU64, IdentityLookup}, diff --git a/pallets/payment/src/tests.rs b/pallets/payment/src/tests.rs index 8c3de7b3aa2..bace1fc94de 100644 --- a/pallets/payment/src/tests.rs +++ b/pallets/payment/src/tests.rs @@ -28,7 +28,7 @@ use frame_support::{ use gear_core::message::{Dispatch, DispatchKind, Message, StoredDispatch, UserStoredMessage}; use pallet_gear_voucher::{Call as VoucherCall, PrepaidCall}; use pallet_transaction_payment::{FeeDetails, InclusionFee, Multiplier, RuntimeDispatchInfo}; -use primitive_types::H256; +use sp_core::H256; use sp_runtime::{codec::Encode, testing::TestXt, traits::SignedExtension, FixedPointNumber}; use utils::*; diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index 9f77d938d6d..e4d7f9e343b 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -37,6 +37,7 @@ std = [ "frame-system-benchmarking?/std", "pallet-authorship/std", "pallet-balances/std", + "pallet-treasury/std", "pallet-gear/std", "pallet-gear-bank/std", "runtime-primitives/std", diff --git a/utils/node-loader/src/batch_pool.rs b/utils/node-loader/src/batch_pool.rs index 94c113de632..a75841455f7 100644 --- a/utils/node-loader/src/batch_pool.rs +++ b/utils/node-loader/src/batch_pool.rs @@ -11,9 +11,9 @@ use gear_call_gen::{CallGenRng, ClaimValueArgs, SendReplyArgs}; use gear_core::ids::{ActorId, MessageId}; use generators::{Batch, BatchGenerator, BatchWithSeed, RuntimeSettings}; use gsdk::metadata::{gear::Event as GearEvent, Event}; -use primitive_types::H256; pub use report::CrashAlert; use report::{BatchRunReport, MailboxReport, Report}; +use sp_core::H256; use std::{ collections::{BTreeMap, BTreeSet}, marker::PhantomData, diff --git a/utils/node-loader/src/batch_pool/api/mod.rs b/utils/node-loader/src/batch_pool/api/mod.rs index 9147fc3e02c..607422b2132 100644 --- a/utils/node-loader/src/batch_pool/api/mod.rs +++ b/utils/node-loader/src/batch_pool/api/mod.rs @@ -9,7 +9,7 @@ use gear_call_gen::{ UploadProgramArgs, }; use gear_core::ids::{ActorId, CodeId, MessageId}; -use primitive_types::H256; +use sp_core::H256; pub type UploadProgramBatchOutput = StandardBatchOutput; pub type CreateProgramBatchOutput = StandardBatchOutput; From 5c8bb496a42754cd44e471a00ade74f94326ea33 Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Mon, 26 May 2025 19:29:11 +0700 Subject: [PATCH 06/56] Update gear eth bridge --- Cargo.lock | 1 + pallets/gear-eth-bridge/src/internal.rs | 3 ++- pallets/gear-eth-bridge/src/lib.rs | 18 ++++++++++++++---- pallets/payment/Cargo.toml | 1 + 4 files changed, 18 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e4fc173c261..b44c45c85df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11648,6 +11648,7 @@ dependencies = [ "parity-scale-codec", "primitive-types 0.12.2", "scale-info", + "sp-core", "sp-io", "sp-runtime", "sp-std", diff --git a/pallets/gear-eth-bridge/src/internal.rs b/pallets/gear-eth-bridge/src/internal.rs index eca8d23826c..24a66b4ffe6 100644 --- a/pallets/gear-eth-bridge/src/internal.rs +++ b/pallets/gear-eth-bridge/src/internal.rs @@ -18,6 +18,7 @@ use crate::{Config, Error, MessageNonce}; use binary_merkle_tree::MerkleProof; +use common::Origin; use frame_support::{ensure, traits::Get}; use gprimitives::{ActorId, H160, H256, U256}; use parity_scale_codec::{Decode, Encode}; @@ -134,6 +135,6 @@ impl EthMessage { ] .concat(); - Keccak256::hash(&bytes) + Keccak256::hash(&bytes).cast() } } diff --git a/pallets/gear-eth-bridge/src/lib.rs b/pallets/gear-eth-bridge/src/lib.rs index 7bc2f0953de..c795385e457 100644 --- a/pallets/gear-eth-bridge/src/lib.rs +++ b/pallets/gear-eth-bridge/src/lib.rs @@ -49,6 +49,7 @@ mod tests; #[frame_support::pallet] pub mod pallet { use super::*; + use binary_merkle_tree::MerkleProof; use common::Origin; use frame_support::{ pallet_prelude::*, @@ -429,10 +430,19 @@ pub mod pallet { let queue = Queue::::get(); // Lookup for hash index within the queue. - let idx = queue.iter().position(|&v| v == hash)?; + let idx = queue.iter().position(|&v| v == hash)?.try_into().ok()?; // Generating proof. - let proof = binary_merkle_tree::merkle_proof::(queue, idx); + let proof_raw = binary_merkle_tree::merkle_proof::(queue, idx); + + // Convert the proof so every hash is gprimitives::H256, and fill all required fields + let proof = MerkleProof:: { + leaf: proof_raw.leaf.cast(), + proof: proof_raw.proof.into_iter().map(|h| h.cast()).collect(), + root: proof_raw.root.cast(), + leaf_index: proof_raw.leaf_index, + number_of_leaves: proof_raw.number_of_leaves, + }; // Returning appropriate type. Some(proof.into()) @@ -504,10 +514,10 @@ pub mod pallet { let root = binary_merkle_tree::merkle_root::(queue); // Updating queue merkle root in storage. - QueueMerkleRoot::::put(root); + QueueMerkleRoot::::put(root.cast::()); // Depositing event about queue root being updated. - Self::deposit_event(Event::::QueueMerkleRootChanged(root)); + Self::deposit_event(Event::::QueueMerkleRootChanged(root.cast())); } } diff --git a/pallets/payment/Cargo.toml b/pallets/payment/Cargo.toml index 53d0f2bae85..ae0fa621ea2 100644 --- a/pallets/payment/Cargo.toml +++ b/pallets/payment/Cargo.toml @@ -23,6 +23,7 @@ common.workspace = true frame-support.workspace = true frame-system.workspace = true frame-benchmarking = { workspace = true, optional = true } +sp-core.workspace = true sp-std.workspace = true sp-runtime.workspace = true pallet-authorship.workspace = true From 2b5f4706fa04c304a8519e127b9ab8d3fbcbbf55 Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Tue, 27 May 2025 18:08:06 +0700 Subject: [PATCH 07/56] feat(pallet-gear-payment): Implement TransactionExtension --- common/src/lib.rs | 4 +- pallets/payment/src/lib.rs | 142 +++++++++++------- pallets/payment/src/mock.rs | 8 +- pallets/payment/src/tests.rs | 279 +++++++++++++++-------------------- 4 files changed, 208 insertions(+), 225 deletions(-) diff --git a/common/src/lib.rs b/common/src/lib.rs index a35fcec32ef..f1d7634ed5f 100644 --- a/common/src/lib.rs +++ b/common/src/lib.rs @@ -49,7 +49,7 @@ use frame_support::{ sp_runtime::{ self, generic::{CheckedExtrinsic, UncheckedExtrinsic}, - traits::{Dispatchable, SignedExtension}, + traits::Dispatchable, }, traits::Get, }; @@ -267,7 +267,7 @@ impl ExtractCall for UncheckedExtrinsic where Call: Dispatchable + Clone, - Extra: SignedExtension, + Extra: Decode, { fn extract_call(&self) -> Call { self.function.clone() diff --git a/pallets/payment/src/lib.rs b/pallets/payment/src/lib.rs index ea15f6c538c..958bc916bf2 100644 --- a/pallets/payment/src/lib.rs +++ b/pallets/payment/src/lib.rs @@ -32,8 +32,13 @@ use pallet_transaction_payment::{ RuntimeDispatchInfo, }; use sp_runtime::{ - traits::{Bounded, Convert, DispatchInfoOf, Dispatchable, PostDispatchInfoOf, SignedExtension}, - transaction_validity::TransactionValidityError, + traits::{ + Bounded, Convert, DispatchInfoOf, Dispatchable, Implication, PostDispatchInfoOf, + TransactionExtension, ValidateResult, + }, + transaction_validity::{ + TransactionSource, TransactionValidityError, ValidTransaction, + }, FixedPointNumber, FixedPointOperand, Perquintill, SaturatedConversion, }; use sp_std::borrow::Cow; @@ -80,52 +85,72 @@ impl sp_std::fmt::Debug for CustomChargeTransactionPayment { } // Follow pallet-transaction-payment implementation -impl SignedExtension for CustomChargeTransactionPayment +impl TransactionExtension> for CustomChargeTransactionPayment where T: TypeInfo, BalanceOf: Send + Sync + From + FixedPointOperand, CallOf: Dispatchable, { - const IDENTIFIER: &'static str = as SignedExtension>::IDENTIFIER; - type AccountId = as SignedExtension>::AccountId; - type Call = CallOf; - type AdditionalSigned = as SignedExtension>::AdditionalSigned; - type Pre = as SignedExtension>::Pre; - fn additional_signed(&self) -> Result { - self.0.additional_signed() + const IDENTIFIER: &'static str = "CustomChargeTransactionPayment"; + type Implicit = as TransactionExtension>>::Implicit; + type Val = as TransactionExtension>>::Val; + type Pre = as TransactionExtension>>::Pre; + + fn weight(&self, call: &CallOf) -> Weight { + as TransactionExtension>>::weight(&self.0, call) } fn validate( &self, - who: &Self::AccountId, - call: &Self::Call, - info: &DispatchInfoOf, + origin: ::RuntimeOrigin, + call: &T::RuntimeCall, + info: &DispatchInfoOf, len: usize, - ) -> TransactionValidity { - // Override DispatchInfo struct for call variants exempted from weight fee multiplication - let info = Self::pre_dispatch_info(call, info); - let payer = Self::fee_payer_account(call, who); - self.0.validate(&payer, call, &info, len) + _: (), + implication: &impl Implication, + source: TransactionSource, + ) -> ValidateResult> { + let Ok(who) = frame_system::ensure_signed(origin.clone()) else { + return Ok((ValidTransaction::default(), Self::Val::NoCharge, origin)); + }; + let cow_info = Self::pre_dispatch_info(call, info); + let payer = Self::fee_payer_account(call, &who); + let payer_origin: ::RuntimeOrigin = + frame_system::RawOrigin::Signed(payer.into_owned()).into(); + self.0.validate( + payer_origin, + call, + cow_info.as_ref(), + len, + Self::Implicit::default(), + implication, + source, + ) } - fn pre_dispatch( + fn prepare( self, - who: &Self::AccountId, - call: &Self::Call, - info: &DispatchInfoOf, + val: Self::Val, + origin: & as Dispatchable>::RuntimeOrigin, + call: &CallOf, + info: &DispatchInfoOf>, len: usize, ) -> Result { - // Override DispatchInfo struct for call variants exempted from weight fee multiplication - let info = Self::pre_dispatch_info(call, info); - // Replace payer if delegated - let payer = Self::fee_payer_account(call, who); - self.0.pre_dispatch(&payer, call, &info, len) + let cow_info = Self::pre_dispatch_info(call, info); + as TransactionExtension>>::prepare( + self.0, + val, + origin, + call, + cow_info.as_ref(), + len, + ) } fn post_dispatch( - maybe_pre: Option, - info: &DispatchInfoOf, - post_info: &PostDispatchInfoOf, + pre: Self::Pre, + info: &DispatchInfoOf>, + post_info: &mut PostDispatchInfoOf>, len: usize, result: &sp_runtime::DispatchResult, ) -> Result<(), TransactionValidityError> { @@ -139,8 +164,8 @@ where // weight normalization before returning it from the extrinsic. // // TODO: still think of a more robust way to deal with fee refunds - as SignedExtension>::post_dispatch( - maybe_pre, info, post_info, len, result, + as TransactionExtension>>::post_dispatch( + pre, info, post_info, len, result, ) } } @@ -167,15 +192,17 @@ where if !T::ExtraFeeCallFilter::contains(call) { let multiplier = TransactionPayment::::next_fee_multiplier(); if multiplier > Multiplier::saturating_from_integer(1) { - let mut info: DispatchInfo = *info; - info.weight = Weight::from_parts( + let mut new_info: DispatchInfo = *info; + new_info.call_weight = Weight::from_parts( multiplier .reciprocal() // take inverse .unwrap_or_else(Multiplier::max_value) - .saturating_mul_int(info.weight.ref_time()), + .saturating_mul_int(info.call_weight.ref_time()), 0, ); - Cow::Owned(info) + // Assuming extension weight is not affected here or should be reset + new_info.extension_weight = Weight::zero(); + Cow::Owned(new_info) } else { Cow::Borrowed(info) } @@ -207,7 +234,7 @@ where S: Get, { fn convert(_previous: Multiplier) -> Multiplier { - let len_step = S::get().max(1); // Avoiding division by 0. + let len_step = sp_std::cmp::max(S::get(), 1u128); // Avoiding division by 0. let queue_len: u128 = QueueOf::::len().saturated_into(); let multiplier = queue_len.saturating_div(len_step).saturating_add(1); @@ -238,7 +265,7 @@ impl Pallet { /// Modification of the `pallet_transaction_payment::Pallet::query_info()` /// that is aware of the transaction fee customization based on a specific call pub fn query_info< - Extrinsic: sp_runtime::traits::Extrinsic + GetDispatchInfo + ExtractCall>, + Extrinsic: sp_runtime::traits::ExtrinsicLike + GetDispatchInfo + ExtractCall>, >( unchecked_extrinsic: Extrinsic, len: u32, @@ -247,31 +274,34 @@ impl Pallet { CallOf: Dispatchable, BalanceOf: FixedPointOperand, { + let dispatch_info = ::get_dispatch_info(&unchecked_extrinsic); let DispatchInfo { - weight, + call_weight, + extension_weight, class, pays_fee, - } = ::get_dispatch_info(&unchecked_extrinsic); + } = dispatch_info; - let partial_fee = if unchecked_extrinsic.is_signed().unwrap_or(false) { + let partial_fee = if !unchecked_extrinsic.is_bare() { let call: CallOf = >>::extract_call(&unchecked_extrinsic); // If call is exempted from weight multiplication pre-divide it with the fee multiplier - let adjusted_weight = if !T::ExtraFeeCallFilter::contains(&call) { + let adjusted_call_weight = if !T::ExtraFeeCallFilter::contains(&call) { Weight::from_parts( TransactionPayment::::next_fee_multiplier() .reciprocal() .unwrap_or_else(Multiplier::max_value) - .saturating_mul_int(weight.ref_time()), + .saturating_mul_int(call_weight.ref_time()), 0, ) } else { - weight + call_weight }; TransactionPayment::::compute_fee( len, &DispatchInfo { - weight: adjusted_weight, + call_weight: adjusted_call_weight, + extension_weight, class, pays_fee, }, @@ -283,7 +313,8 @@ impl Pallet { }; RuntimeDispatchInfo { - weight, + // Combine for total weight + weight: call_weight.saturating_add(extension_weight), class, partial_fee, } @@ -291,7 +322,7 @@ impl Pallet { /// Modification of the `pallet_transaction_payment::Pallet::query_fee_details()` pub fn query_fee_details< - Extrinsic: sp_runtime::traits::Extrinsic + GetDispatchInfo + ExtractCall>, + Extrinsic: sp_runtime::traits::ExtrinsicLike + GetDispatchInfo + ExtractCall>, >( unchecked_extrinsic: Extrinsic, len: u32, @@ -300,32 +331,35 @@ impl Pallet { CallOf: Dispatchable, BalanceOf: FixedPointOperand, { + let dispatch_info = ::get_dispatch_info(&unchecked_extrinsic); let DispatchInfo { - weight, + call_weight, + extension_weight, class, pays_fee, - } = ::get_dispatch_info(&unchecked_extrinsic); + } = dispatch_info; let tip = 0u32.into(); - if unchecked_extrinsic.is_signed().unwrap_or(false) { + if !unchecked_extrinsic.is_bare() { let call: CallOf = >>::extract_call(&unchecked_extrinsic); - let adjusted_weight = if !T::ExtraFeeCallFilter::contains(&call) { + let adjusted_call_weight = if !T::ExtraFeeCallFilter::contains(&call) { Weight::from_parts( TransactionPayment::::next_fee_multiplier() .reciprocal() .unwrap_or_else(Multiplier::max_value) - .saturating_mul_int(weight.ref_time()), + .saturating_mul_int(call_weight.ref_time()), 0, ) } else { - weight + call_weight }; TransactionPayment::::compute_fee_details( len, &DispatchInfo { - weight: adjusted_weight, + call_weight: adjusted_call_weight, + extension_weight, class, pays_fee, }, diff --git a/pallets/payment/src/mock.rs b/pallets/payment/src/mock.rs index dd34891087b..3e6c7cf13c7 100644 --- a/pallets/payment/src/mock.rs +++ b/pallets/payment/src/mock.rs @@ -34,7 +34,6 @@ use pallet_gear_voucher::VoucherId; use pallet_transaction_payment::CurrencyAdapter; use sp_core::H256; use sp_runtime::{ - testing::TestXt, traits::{BlakeTwo256, ConstBool, ConstU64, IdentityLookup}, BuildStorage, }; @@ -107,6 +106,7 @@ impl pallet_transaction_payment::Config for Test { type WeightToFee = ConstantMultiplier>; type LengthToFee = ConstantMultiplier>; type FeeMultiplierUpdate = pallet_gear_payment::GearFeeMultiplier; + type WeightInfo = (); } parameter_types! { @@ -227,12 +227,6 @@ pub fn run_to_block(n: u64) { } } -impl common::ExtractCall for TestXt { - fn extract_call(&self) -> RuntimeCall { - self.call.clone() - } -} - pub fn get_last_voucher_id() -> VoucherId { System::events() .iter() diff --git a/pallets/payment/src/tests.rs b/pallets/payment/src/tests.rs index bace1fc94de..330300c89ea 100644 --- a/pallets/payment/src/tests.rs +++ b/pallets/payment/src/tests.rs @@ -29,7 +29,13 @@ use gear_core::message::{Dispatch, DispatchKind, Message, StoredDispatch, UserSt use pallet_gear_voucher::{Call as VoucherCall, PrepaidCall}; use pallet_transaction_payment::{FeeDetails, InclusionFee, Multiplier, RuntimeDispatchInfo}; use sp_core::H256; -use sp_runtime::{codec::Encode, testing::TestXt, traits::SignedExtension, FixedPointNumber}; +use sp_runtime::{ + codec::Encode, + testing::TestXt, + traits::{TransactionExtension, TxBaseImplication}, + transaction_validity::TransactionSource, + FixedPointNumber, +}; use utils::*; type WeightToFeeFor = ::WeightToFee; @@ -92,9 +98,8 @@ fn fee_rounding_error_bounded_by_multiplier() { let alice_initial_balance = Balances::free_balance(ALICE); let author_initial_balance = Balances::free_balance(BLOCK_AUTHOR); - let pre = CustomChargeTransactionPayment::::from(0) - .pre_dispatch(&ALICE, call, &info_from_weight(w), len) - .unwrap(); + // validate → prepare (charges the fee) + let pre = validate_prepare(ALICE, call, w, len); let fee = WeightToFeeFor::::weight_to_fee(&w); assert_approx_eq!( @@ -103,13 +108,9 @@ fn fee_rounding_error_bounded_by_multiplier() { rounding_error ); - assert_ok!(CustomChargeTransactionPayment::::post_dispatch( - Some(pre), - &info_from_weight(w), - &default_post_info(), - len, - &Ok(()) - )); + // post_dispatch (rewards the block author) + post_dispatch_ok(pre, w, len, &Ok(())); + assert_approx_eq!( Balances::free_balance(BLOCK_AUTHOR), author_initial_balance + fee, @@ -178,9 +179,7 @@ fn mq_size_affecting_fee_works() { let weight = Weight::from_parts(1_000, 0); - let pre = CustomChargeTransactionPayment::::from(0) - .pre_dispatch(&ALICE, call, &info_from_weight(weight), len) - .unwrap(); + let pre = validate_prepare(ALICE, call, weight, len); let fee_weight = WeightToFeeFor::::weight_to_fee(&weight); // Can use strict equality for calls that do not introduce rounding error @@ -189,13 +188,7 @@ fn mq_size_affecting_fee_works() { alice_initial_balance - fee_weight - fee_length ); - assert_ok!(CustomChargeTransactionPayment::::post_dispatch( - Some(pre), - &info_from_weight(weight), - &default_post_info(), - len, - &Ok(()) - )); + post_dispatch_ok(pre, weight, len, &Ok(())); assert_eq!( Balances::free_balance(ALICE), alice_initial_balance - fee_weight - fee_length @@ -214,22 +207,14 @@ fn mq_size_affecting_fee_works() { let author_initial_balance = Balances::free_balance(BLOCK_AUTHOR); // Fee multiplier should have been set to 5 - let pre = CustomChargeTransactionPayment::::from(0) - .pre_dispatch(&ALICE, call, &info_from_weight(weight), len) - .unwrap(); + let pre = validate_prepare(ALICE, call, weight, len); assert_eq!( Balances::free_balance(ALICE), alice_initial_balance - (fee_weight * 5 + fee_length) ); - assert_ok!(CustomChargeTransactionPayment::::post_dispatch( - Some(pre), - &info_from_weight(weight), - &default_post_info(), - len, - &Ok(()) - )); + post_dispatch_ok(pre, weight, len, &Ok(())); assert_eq!( Balances::free_balance(ALICE), alice_initial_balance - (fee_weight * 5 + fee_length) @@ -268,9 +253,7 @@ fn mq_size_not_affecting_fee_works() { let weight = Weight::from_parts(1_000, 0); - let pre = CustomChargeTransactionPayment::::from(0) - .pre_dispatch(&ALICE, call, &info_from_weight(weight), len) - .unwrap(); + let pre = validate_prepare(ALICE, call, weight, len); let fee_weight = WeightToFeeFor::::weight_to_fee(&weight); assert_approx_eq!( @@ -279,13 +262,7 @@ fn mq_size_not_affecting_fee_works() { 1 ); - assert_ok!(CustomChargeTransactionPayment::::post_dispatch( - Some(pre), - &info_from_weight(weight), - &default_post_info(), - len, - &Ok(()) - )); + post_dispatch_ok(pre, weight, len, &Ok(())); assert_eq!( Balances::free_balance(ALICE), alice_initial_balance - fee_weight - fee_length @@ -310,9 +287,7 @@ fn mq_size_not_affecting_fee_works() { let author_initial_balance = Balances::free_balance(BLOCK_AUTHOR); // Fee multiplier should have been set to 16 - let pre = CustomChargeTransactionPayment::::from(0) - .pre_dispatch(&ALICE, call, &info_from_weight(weight), len) - .unwrap(); + let pre = validate_prepare(ALICE, call, weight, len); let rounding_error = WeightToFeeFor::::weight_to_fee(&Weight::from_parts(16, 0)); // Now we may have some rounding error somewhere at the least significant digits @@ -322,13 +297,7 @@ fn mq_size_not_affecting_fee_works() { rounding_error ); - assert_ok!(CustomChargeTransactionPayment::::post_dispatch( - Some(pre), - &info_from_weight(weight), - &default_post_info(), - len, - &Ok(()) - )); + post_dispatch_ok(pre, weight, len, &Ok(())); assert_approx_eq!( Balances::free_balance(ALICE), alice_initial_balance - fee_weight - fee_length, @@ -358,27 +327,28 @@ fn query_info_and_fee_details_work() { }); let extra = (); - let xt_affecting_mq = TestXt::new(call_affecting_mq.clone(), Some((ALICE, extra))); + let xt_affecting_mq = TestXt::new_signed(call_affecting_mq.clone(), ALICE.into(), (), extra); let info_affecting_mq = xt_affecting_mq.get_dispatch_info(); let ext_affecting_mq = xt_affecting_mq.encode(); let len_affecting_mq = ext_affecting_mq.len() as u32; - let xt_not_affecting_mq = TestXt::new(call_not_affecting_mq, Some((ALICE, extra))); + let xt_not_affecting_mq = + TestXt::new_signed(call_not_affecting_mq.clone(), ALICE.into(), (), extra); let info_not_affecting_mq = xt_not_affecting_mq.get_dispatch_info(); let ext_not_affecting_mq = xt_not_affecting_mq.encode(); let len_not_affecting_mq = ext_not_affecting_mq.len() as u32; - let unsigned_xt = TestXt::<_, ()>::new(call_affecting_mq, None); + let unsigned_xt = TestXt::<_, ()>::new_bare(call_affecting_mq); let unsigned_xt_info = unsigned_xt.get_dispatch_info(); new_test_ext().execute_with(|| { // Empty Message queue => extra fee is not applied - let fee_affecting_weight = WeightToFeeFor::::weight_to_fee(&info_affecting_mq.weight); + let fee_affecting_weight = WeightToFeeFor::::weight_to_fee(&info_affecting_mq.call_weight); let fee_affecting_length = LengthToFeeFor::::weight_to_fee(&Weight::from_parts(len_affecting_mq.into(), 0)); assert_eq!( GearPayment::query_info(xt_affecting_mq.clone(), len_affecting_mq), RuntimeDispatchInfo { - weight: info_affecting_mq.weight, + weight: info_affecting_mq.call_weight, class: info_affecting_mq.class, partial_fee: 0 /* base_fee */ + fee_affecting_length /* len * 1 */ @@ -386,12 +356,12 @@ fn query_info_and_fee_details_work() { }, ); - let fee_weight = WeightToFeeFor::::weight_to_fee(&info_not_affecting_mq.weight); + let fee_weight = WeightToFeeFor::::weight_to_fee(&info_not_affecting_mq.call_weight); let fee_length = LengthToFeeFor::::weight_to_fee(&Weight::from_parts(len_not_affecting_mq.into(), 0)); assert_eq!( GearPayment::query_info(xt_not_affecting_mq.clone(), len_not_affecting_mq), RuntimeDispatchInfo { - weight: info_not_affecting_mq.weight, + weight: info_not_affecting_mq.call_weight, class: info_not_affecting_mq.class, partial_fee: 0 /* base_fee */ + fee_length /* len * 1 */ @@ -402,7 +372,7 @@ fn query_info_and_fee_details_work() { assert_eq!( GearPayment::query_info(unsigned_xt.clone(), len_affecting_mq), RuntimeDispatchInfo { - weight: unsigned_xt_info.weight, + weight: unsigned_xt_info.call_weight, class: unsigned_xt_info.class, partial_fee: 0, }, @@ -448,7 +418,7 @@ fn query_info_and_fee_details_work() { assert_eq!( GearPayment::query_info(xt_affecting_mq.clone(), len_affecting_mq), RuntimeDispatchInfo { - weight: info_affecting_mq.weight, + weight: info_affecting_mq.call_weight, class: info_affecting_mq.class, partial_fee: 0 /* base_fee */ + fee_affecting_length /* len * 1 */ @@ -462,7 +432,7 @@ fn query_info_and_fee_details_work() { assert_eq!( GearPayment::query_info(xt_not_affecting_mq.clone(), len_not_affecting_mq), RuntimeDispatchInfo { - weight: info_not_affecting_mq.weight, + weight: info_not_affecting_mq.call_weight, class: info_not_affecting_mq.class, partial_fee: 0 /* base_fee */ + fee_length /* len * 1 */ @@ -473,7 +443,7 @@ fn query_info_and_fee_details_work() { assert_eq!( GearPayment::query_info(unsigned_xt.clone(), len_affecting_mq), RuntimeDispatchInfo { - weight: unsigned_xt_info.weight, + weight: unsigned_xt_info.call_weight, class: unsigned_xt_info.class, partial_fee: 0, }, @@ -554,9 +524,7 @@ fn fee_payer_replacement_works() { let weight = Weight::from_parts(1_000, 0); - let pre = CustomChargeTransactionPayment::::from(0) - .pre_dispatch(&BOB, call, &info_from_weight(weight), len) - .unwrap(); + let pre = validate_prepare(BOB, call, weight, len); let fee_weight = WeightToFeeFor::::weight_to_fee(&weight); @@ -569,13 +537,7 @@ fn fee_payer_replacement_works() { synthesized_initial_balance - fee_weight - fee_length ); - assert_ok!(CustomChargeTransactionPayment::::post_dispatch( - Some(pre), - &info_from_weight(weight), - &default_post_info(), - len, - &Ok(()) - )); + post_dispatch_ok(pre, weight, len, &Ok(())); assert_eq!(Balances::free_balance(BOB), bob_initial_balance); assert_eq!( Balances::free_balance(voucher_id.cast::>()), @@ -654,9 +616,7 @@ fn reply_with_voucher_pays_fee_from_voucher_ok() { let voucher_initial_balance = Balances::free_balance(voucher_id.cast::>()); - let pre = CustomChargeTransactionPayment::::from(0) - .pre_dispatch(&BOB, call, &info_from_weight(weight), len) - .unwrap(); + let pre = validate_prepare(BOB, call, weight, len); let fee_weight = WeightToFeeFor::::weight_to_fee(&weight); @@ -669,13 +629,7 @@ fn reply_with_voucher_pays_fee_from_voucher_ok() { voucher_initial_balance - fee_weight - fee_length ); - assert_ok!(CustomChargeTransactionPayment::::post_dispatch( - Some(pre), - &info_from_weight(weight), - &default_post_info(), - len, - &Ok(()) - )); + post_dispatch_ok(pre, weight, len, &Ok(())); // Block author has got his cut. assert_eq!( @@ -724,9 +678,7 @@ fn voucher_call_send_payer_ok() { let call_fee = fee_length + fee_weight; // Pre-dispatch of the call. - let pre = CustomChargeTransactionPayment::::from(0) - .pre_dispatch(&BOB, &call, &info_from_weight(weight), len) - .unwrap(); + let pre = validate_prepare(BOB, &call, weight, len); // Bob hasn't paid fees. assert_eq!(Balances::free_balance(BOB), bob_initial_balance); @@ -744,13 +696,7 @@ fn voucher_call_send_payer_ok() { ); // Post-dispatch of the call. - assert_ok!(CustomChargeTransactionPayment::::post_dispatch( - Some(pre), - &info_from_weight(weight), - &default_post_info(), - len, - &Ok(()) - )); + post_dispatch_ok(pre, weight, len, &Ok(())); // Validating balances and validator reward. assert_eq!(Balances::free_balance(BOB), bob_initial_balance); @@ -785,14 +731,7 @@ fn voucher_call_send_payer_inexistent_voucher_err() { let call_fee = fee_length + fee_weight; // Pre-dispatch of the call. - assert_ok!( - CustomChargeTransactionPayment::::from(0).pre_dispatch( - &BOB, - &call, - &info_from_weight(weight), - len - ) - ); + let _ = validate_prepare(BOB, &call, weight, len); // Bob has paid fees. assert_eq!(Balances::free_balance(BOB), bob_initial_balance - call_fee); @@ -838,14 +777,7 @@ fn voucher_call_send_payer_wrong_program_err() { let call_fee = fee_length + fee_weight; // Pre-dispatch of the call. - assert_ok!( - CustomChargeTransactionPayment::::from(0).pre_dispatch( - &BOB, - &call, - &info_from_weight(weight), - len - ) - ); + let _ = validate_prepare(BOB, &call, weight, len); // Bob has paid fees. assert_eq!(Balances::free_balance(BOB), bob_initial_balance - call_fee); @@ -899,14 +831,7 @@ fn voucher_call_send_payer_expiry_err() { let call_fee = fee_length + fee_weight; // Pre-dispatch of the call. - assert_ok!( - CustomChargeTransactionPayment::::from(0).pre_dispatch( - &BOB, - &call, - &info_from_weight(weight), - len - ) - ); + let _ = validate_prepare(BOB, &call, weight, len); // Bob has paid fees. assert_eq!(Balances::free_balance(BOB), bob_initial_balance - call_fee); @@ -971,9 +896,7 @@ fn voucher_call_reply_payer_ok() { let call_fee = fee_length + fee_weight; // Pre-dispatch of the call. - let pre = CustomChargeTransactionPayment::::from(0) - .pre_dispatch(&BOB, &call, &info_from_weight(weight), len) - .unwrap(); + let pre = validate_prepare(BOB, &call, weight, len); // Bob hasn't paid fees. assert_eq!(Balances::free_balance(BOB), bob_initial_balance); @@ -991,13 +914,7 @@ fn voucher_call_reply_payer_ok() { ); // Post-dispatch of the call. - assert_ok!(CustomChargeTransactionPayment::::post_dispatch( - Some(pre), - &info_from_weight(weight), - &default_post_info(), - len, - &Ok(()) - )); + post_dispatch_ok(pre, weight, len, &Ok(())); // Validating balances and validator reward. assert_eq!(Balances::free_balance(BOB), bob_initial_balance); @@ -1050,9 +967,7 @@ fn voucher_call_upload_payer_ok() { let call_fee = fee_length + fee_weight; // Pre-dispatch of the call. - let pre = CustomChargeTransactionPayment::::from(0) - .pre_dispatch(&BOB, &call, &info_from_weight(weight), len) - .unwrap(); + let pre = validate_prepare(BOB, &call, weight, len); // Bob hasn't paid fees. assert_eq!(Balances::free_balance(BOB), bob_initial_balance); @@ -1070,13 +985,12 @@ fn voucher_call_upload_payer_ok() { ); // Post-dispatch of the call. - assert_ok!(CustomChargeTransactionPayment::::post_dispatch( - Some(pre), - &info_from_weight(weight), - &default_post_info(), + post_dispatch_ok( + pre, + weight, len, - &Err(pallet_gear::Error::::ProgramConstructionFailed.into()) - )); + &Err(pallet_gear::Error::::ProgramConstructionFailed.into()), + ); // Validating balances and validator reward. assert_eq!(Balances::free_balance(BOB), bob_initial_balance); @@ -1128,14 +1042,7 @@ fn voucher_call_upload_payer_forbidden_err() { let call_fee = fee_length + fee_weight; // Pre-dispatch of the call. - assert_ok!( - CustomChargeTransactionPayment::::from(0).pre_dispatch( - &BOB, - &call, - &info_from_weight(weight), - len - ) - ); + let _ = validate_prepare(BOB, &call, weight, len); // Bob has paid fees. assert_eq!(Balances::free_balance(BOB), bob_initial_balance - call_fee); @@ -1189,9 +1096,7 @@ fn voucher_call_decline_payer_ok() { let call_fee = fee_length + fee_weight; // Pre-dispatch of the call. - let pre = CustomChargeTransactionPayment::::from(0) - .pre_dispatch(&BOB, &call, &info_from_weight(weight), len) - .unwrap(); + let pre = validate_prepare(BOB, &call, weight, len); // Bob hasn't paid fees. assert_eq!(Balances::free_balance(BOB), bob_initial_balance); @@ -1209,13 +1114,7 @@ fn voucher_call_decline_payer_ok() { ); // Post-dispatch of the call. - assert_ok!(CustomChargeTransactionPayment::::post_dispatch( - Some(pre), - &info_from_weight(weight), - &default_post_info(), - len, - &Ok(()) - )); + post_dispatch_ok(pre, weight, len, &Ok(())); // Validating balances and validator reward. assert_eq!(Balances::free_balance(BOB), bob_initial_balance); @@ -1272,14 +1171,7 @@ fn voucher_call_decline_payer_expired_err() { let call_fee = fee_length + fee_weight; // Pre-dispatch of the call. - assert_ok!( - CustomChargeTransactionPayment::::from(0).pre_dispatch( - &BOB, - &call, - &info_from_weight(weight), - len - ) - ); + let _ = validate_prepare(BOB, &call, weight, len); // Bob has paid fees. assert_eq!(Balances::free_balance(BOB), bob_initial_balance - call_fee); @@ -1345,9 +1237,10 @@ mod utils { } pub fn info_from_weight(weight: Weight) -> DispatchInfo { + // todo: Update comment // DispatchInfo { weight: w, class: DispatchClass::Normal, pays_fee: Pays::Yes } DispatchInfo { - weight, + call_weight: weight, ..Default::default() } } @@ -1391,4 +1284,66 @@ mod utils { ); } } + + /// Shortcut to the `Pre` type returned by `prepare`. + type TxPre = as TransactionExtension< + ::RuntimeCall, + >>::Pre; + + /// Runs `validate → prepare` for the custom payment extension and returns the `Pre` + /// object that must later be supplied to `post_dispatch`. + /// + /// * `origin_account` – the numeric account id (`ALICE`, `BOB`, …). + /// * `call` – the runtime call to execute. + /// * `weight` / `len` – values normally passed to the extension. + pub fn validate_prepare( + origin_account: u64, + call: &::RuntimeCall, + weight: Weight, + len: usize, + ) -> TxPre { + // Build common data once. + let origin = RuntimeOrigin::signed(origin_account); + let info = info_from_weight(weight); + + // Create the extension instance. + let ext = CustomChargeTransactionPayment::::from(0); + + // ── validate ── + let (_, val, _) = ext + .validate( + origin.clone(), + call, + &info, + len, + (), // additional_signed + &TxBaseImplication(call), // signer implication + TransactionSource::External, + ) + .expect("validation must pass in unit tests"); + + // ── prepare ── + ext.prepare(val, &origin, call, &info, len) + .expect("prepare must pass in unit tests") + } + + /// Convenience wrapper around `post_dispatch` that asserts `Ok` result + /// and hides the boiler‑plate `info` / `post_info` creation. + pub fn post_dispatch_ok( + pre: TxPre, + weight: Weight, + len: usize, + res: &Result<(), sp_runtime::DispatchError>, + ) { + let info = info_from_weight(weight); + let mut post_info = default_post_info(); + + assert_ok!(CustomChargeTransactionPayment::::post_dispatch( + pre, + &info, + &mut post_info, + len, + res, + )); + } } From ab64346b73bfa6b25beb6c77703416b0ac91a54a Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Wed, 28 May 2025 01:34:55 +0700 Subject: [PATCH 08/56] chore(gear-authorship): Update args --- node/authorship/src/authorship.rs | 4 ++-- pallets/gear-eth-bridge/rpc/Cargo.toml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/node/authorship/src/authorship.rs b/node/authorship/src/authorship.rs index 43a26e724a1..9c27d8584bb 100644 --- a/node/authorship/src/authorship.rs +++ b/node/authorship/src/authorship.rs @@ -489,7 +489,7 @@ where let mut skipped = 0; let mut unqueue_invalid = Vec::new(); - let mut t1 = self.transaction_pool.ready_at(self.parent_number).fuse(); + let mut t1 = self.transaction_pool.ready_at(self.parent_hash).fuse(); let mut t2 = futures_timer::Delay::new(deadline.saturating_duration_since((self.now)()) / 8).fuse(); @@ -567,7 +567,7 @@ where } trace!(target: LOG_TARGET, "[{:?}] Pushing to the block.", pending_tx_hash); - match block_builder.push(pending_tx_data) { + match block_builder.push((*pending_tx_data).clone()) { Ok(()) => { transaction_pushed = true; debug!(target: LOG_TARGET, "[{:?}] Pushed to the block.", pending_tx_hash); diff --git a/pallets/gear-eth-bridge/rpc/Cargo.toml b/pallets/gear-eth-bridge/rpc/Cargo.toml index 1f53ff6ba58..5e5e8fadb37 100644 --- a/pallets/gear-eth-bridge/rpc/Cargo.toml +++ b/pallets/gear-eth-bridge/rpc/Cargo.toml @@ -14,6 +14,7 @@ primitive-types.workspace = true # Substrate packages sp-api.workspace = true sp-blockchain.workspace = true +sp-core.workspace = true sp-runtime.workspace = true # Local packages From a0388efbf924c670b1a41a086de62c16313fcf67 Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Wed, 28 May 2025 19:08:58 +0700 Subject: [PATCH 09/56] feat(vara-runtime): Update pallet configs, TxExtension --- Cargo.lock | 1 + pallets/payment/src/lib.rs | 4 +- runtime/common/src/apis.rs | 2 +- runtime/vara/src/genesis_config_presets.rs | 21 +-- runtime/vara/src/lib.rs | 186 ++++++++++++++------- 5 files changed, 134 insertions(+), 80 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b44c45c85df..ef2a68909ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11568,6 +11568,7 @@ dependencies = [ "primitive-types 0.12.2", "sp-api", "sp-blockchain", + "sp-core", "sp-runtime", ] diff --git a/pallets/payment/src/lib.rs b/pallets/payment/src/lib.rs index 958bc916bf2..2c875850c3a 100644 --- a/pallets/payment/src/lib.rs +++ b/pallets/payment/src/lib.rs @@ -36,9 +36,7 @@ use sp_runtime::{ Bounded, Convert, DispatchInfoOf, Dispatchable, Implication, PostDispatchInfoOf, TransactionExtension, ValidateResult, }, - transaction_validity::{ - TransactionSource, TransactionValidityError, ValidTransaction, - }, + transaction_validity::{TransactionSource, TransactionValidityError, ValidTransaction}, FixedPointNumber, FixedPointOperand, Perquintill, SaturatedConversion, }; use sp_std::borrow::Cow; diff --git a/runtime/common/src/apis.rs b/runtime/common/src/apis.rs index e251efaa3de..d9d81b60473 100644 --- a/runtime/common/src/apis.rs +++ b/runtime/common/src/apis.rs @@ -182,7 +182,7 @@ macro_rules! impl_runtime_apis_plus_common { } fn gear_run_extrinsic(max_gas: Option) -> ::Extrinsic { - UncheckedExtrinsic::new_unsigned( + UncheckedExtrinsic::new_bare( pallet_gear::Call::run { max_gas }.into() ).into() } diff --git a/runtime/vara/src/genesis_config_presets.rs b/runtime/vara/src/genesis_config_presets.rs index b7811dec644..a3910ab64f8 100644 --- a/runtime/vara/src/genesis_config_presets.rs +++ b/runtime/vara/src/genesis_config_presets.rs @@ -26,7 +26,9 @@ use sp_consensus_babe::AuthorityId as BabeId; use sp_consensus_grandpa::AuthorityId as GrandpaId; use sp_core::{sr25519, Pair, Public}; use sp_genesis_builder::{PresetId, DEV_RUNTIME_PRESET, LOCAL_TESTNET_RUNTIME_PRESET}; -use sp_runtime::{format, traits::IdentifyAccount}; +use sp_runtime::traits::IdentifyAccount; +#[cfg(not(feature = "std"))] +use sp_std::alloc::format; /// Configure initial storage state for FRAME modules. pub fn testnet_genesis( @@ -222,23 +224,6 @@ pub fn local_testnet_genesis() -> RuntimeGenesisConfig { ) } -/// Provides the JSON representation of predefined genesis config for given `id`. -pub fn get_preset(id: &PresetId) -> Option> { - // TODO: remove after Substrate update - let id: &str = id.try_into().ok()?; - let patch = match id { - DEV_RUNTIME_PRESET => development_genesis(), - LOCAL_TESTNET_RUNTIME_PRESET => local_testnet_genesis(), - _ => return None, - }; - - Some( - serde_json_wasm::to_string(&patch) - .expect("serialization to json works.") - .into_bytes(), - ) -} - /// List of supported presets. pub fn preset_names() -> Vec { vec![ diff --git a/runtime/vara/src/lib.rs b/runtime/vara/src/lib.rs index f239c82bf3e..5dab2cc7de1 100644 --- a/runtime/vara/src/lib.rs +++ b/runtime/vara/src/lib.rs @@ -17,17 +17,19 @@ // along with this program. If not, see . #![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 limits. +#![recursion_limit = "1024"] #![allow(clippy::items_after_test_module)] #![allow(clippy::legacy_numeric_constants)] #![allow(non_local_definitions)] +extern crate alloc; + // Make the WASM binary available. #[cfg(all(feature = "std", not(fuzz)))] include!(concat!(env!("OUT_DIR"), "/wasm_binary.rs")); -use common::{storage::Messenger, DelegateFee}; +use common::{storage::Messenger, DelegateFee, Origin}; use frame_election_provider_support::{ bounds::ElectionBoundsBuilder, onchain, ElectionDataProvider, NposSolution, SequentialPhragmen, VoteWeight, @@ -51,6 +53,7 @@ use pallet_grandpa::{ }; use pallet_identity::legacy::IdentityInfo; use pallet_im_online::sr25519::AuthorityId as ImOnlineId; +use pallet_nomination_pools::PoolId; use pallet_session::historical::{self as pallet_session_historical}; use parity_scale_codec::{Decode, Encode, MaxEncodedLen}; use runtime_primitives::{Balance, BlockNumber, Hash, Moment, Nonce}; @@ -59,13 +62,15 @@ use sp_api::impl_runtime_apis; use sp_authority_discovery::AuthorityId as AuthorityDiscoveryId; use sp_core::{crypto::KeyTypeId, ConstBool, ConstU64, ConstU8, OpaqueMetadata, H256}; use sp_runtime::{ - create_runtime_str, generic, impl_opaque_keys, + generic, impl_opaque_keys, traits::{ - AccountIdConversion, AccountIdLookup, BlakeTwo256, Block as BlockT, ConvertInto, - DispatchInfoOf, Dispatchable, IdentityLookup, NumberFor, One, SignedExtension, + AccountIdConversion, AccountIdLookup, AsSystemOriginSigner, BlakeTwo256, Block as BlockT, + ConvertInto, DispatchInfoOf, Dispatchable, IdentityLookup, NumberFor, One, + PostDispatchInfoOf, TransactionExtension, ValidateResult, }, transaction_validity::{TransactionPriority, TransactionSource, TransactionValidity}, - ApplyExtrinsicResult, FixedU128, Perbill, Percent, Permill, Perquintill, RuntimeDebug, + ApplyExtrinsicResult, DispatchResult, FixedU128, Perbill, Percent, Permill, Perquintill, + RuntimeDebug, Saturating, }; use sp_std::{ convert::{TryFrom, TryInto}, @@ -193,15 +198,15 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { #[cfg(feature = "dev")] #[sp_version::runtime_version] pub const VERSION: RuntimeVersion = RuntimeVersion { - spec_name: create_runtime_str!("vara-testnet"), - impl_name: create_runtime_str!("vara-testnet"), + spec_name: alloc::borrow::Cow::Borrowed("vara-testnet"), + impl_name: alloc::borrow::Cow::Borrowed("vara-testnet"), spec_version: 1810, apis: RUNTIME_API_VERSIONS, authoring_version: 1, impl_version: 1, - state_version: 1, + system_version: 1, transaction_version: 1, }; @@ -400,6 +405,7 @@ impl pallet_balances::Config for Runtime { type WeightInfo = (); type FreezeIdentifier = RuntimeFreezeReason; type MaxFreezes = VariantCountOf; + type DoneSlashHandler = (); } parameter_types! { @@ -418,6 +424,7 @@ impl pallet_transaction_payment::Config for Runtime { type WeightToFee = ConstantMultiplier>; type LengthToFee = ConstantMultiplier>; type FeeMultiplierUpdate = pallet_gear_payment::GearFeeMultiplier; + type WeightInfo = pallet_transaction_payment::weights::SubstrateWeight; } // **IMPORTANT**: update this value with care, GearEthBridge is sensitive to this. @@ -859,6 +866,7 @@ impl pallet_treasury::Config for Runtime { type Paymaster = PayFromAccount; type BalanceConverter = UnityAssetBalanceConversion; type PayoutPeriod = PayoutSpendPeriod; + type BlockNumberProvider = System; } parameter_types! { @@ -908,6 +916,26 @@ parameter_types! { pub const MaxPeerInHeartbeats: u32 = 10_000; } +impl frame_system::offchain::CreateTransaction for Runtime +where + RuntimeCall: From, +{ + type Extension = TxExtension; + + fn create_transaction(call: RuntimeCall, extension: TxExtension) -> UncheckedExtrinsic { + UncheckedExtrinsic::new_transaction(call, extension) + } +} + +impl frame_system::offchain::CreateInherent for Runtime +where + RuntimeCall: From, +{ + fn create_inherent(call: RuntimeCall) -> UncheckedExtrinsic { + UncheckedExtrinsic::new_bare(call) + } +} + impl pallet_im_online::Config for Runtime { type AuthorityId = ImOnlineId; type RuntimeEvent = RuntimeEvent; @@ -927,6 +955,7 @@ impl pallet_authority_discovery::Config for Runtime { parameter_types! { pub const BasicDeposit: Balance = 10 * ECONOMIC_UNITS; // 258 bytes on-chain pub const ByteDeposit: Balance = deposit(0, 1); + pub const UsernameDeposit: Balance = deposit(0, 32); pub const SubAccountDeposit: Balance = 2 * ECONOMIC_UNITS; // 53 bytes on-chain pub const MaxSubAccounts: u32 = 100; pub const MaxAdditionalFields: u32 = 100; @@ -938,6 +967,7 @@ impl pallet_identity::Config for Runtime { type Currency = Balances; type BasicDeposit = BasicDeposit; type ByteDeposit = ByteDeposit; + type UsernameDeposit = UsernameDeposit; type SubAccountDeposit = SubAccountDeposit; type MaxSubAccounts = MaxSubAccounts; type IdentityInformation = IdentityInfo; @@ -949,6 +979,7 @@ impl pallet_identity::Config for Runtime { type SigningPublicKey = ::Signer; type UsernameAuthorityOrigin = EnsureRoot; type PendingUsernameExpiration = ConstU32<{ 7 * DAYS }>; + type UsernameGracePeriod = ConstU32<{ 30 * DAYS }>; type MaxSuffixLength = ConstU32<7>; type MaxUsernameLength = ConstU32<32>; type WeightInfo = pallet_identity::weights::SubstrateWeight; @@ -1351,12 +1382,12 @@ impl pallet_gear_voucher::Config for Runtime { type MinDuration = MinVoucherDuration; } -impl frame_system::offchain::SendTransactionTypes for Runtime +impl frame_system::offchain::CreateTransactionBase for Runtime where RuntimeCall: From, { type Extrinsic = UncheckedExtrinsic; - type OverarchingCall = RuntimeCall; + type RuntimeCall = RuntimeCall; } parameter_types! { @@ -1699,8 +1730,8 @@ pub type Address = sp_runtime::MultiAddress; pub type Header = generic::Header; /// Block type as expected by this runtime. pub type Block = generic::Block; -/// The SignedExtension to the basic transaction logic. -pub type SignedExtra = ( +/// The TransactionExtension to the basic transaction logic. +pub type TxExtension = ( // Keep as long as it's needed StakingBlackList, frame_system::CheckNonZeroSender, @@ -1715,9 +1746,14 @@ pub type SignedExtra = ( ); /// Unchecked extrinsic type as expected by this runtime. pub type UncheckedExtrinsic = - generic::UncheckedExtrinsic; + generic::UncheckedExtrinsic; +/// Unchecked signature payload type as expected by this runtime. +pub type UncheckedSignaturePayload = + generic::UncheckedSignaturePayload; /// The payload being signed in transactions. -pub type SignedPayload = generic::SignedPayload; +pub type SignedPayload = generic::SignedPayload; +/// Extrinsic type that has already been checked. +pub type CheckedExtrinsic = generic::CheckedExtrinsic; /// Executive: handles dispatch to the various modules. pub type Executive = frame_executive::Executive< Runtime, @@ -1887,6 +1923,10 @@ impl_runtime_apis_plus_common! { fn pool_balance(pool_id: pallet_nomination_pools::PoolId) -> Balance { NominationPools::api_pool_balance(pool_id) } + + fn pool_accounts(pool_id: PoolId) -> (AccountId, AccountId) { + NominationPools::api_pool_accounts(pool_id) + } } impl pallet_staking_runtime_api::StakingApi for Runtime { @@ -1924,7 +1964,7 @@ impl_runtime_apis_plus_common! { None }, #[cfg(feature = "dev")] - () => GearEthBridge::merkle_proof(hash), + () => GearEthBridge::merkle_proof(hash.cast()), } } } @@ -1935,7 +1975,7 @@ impl_runtime_apis_plus_common! { } fn get_preset(id: &Option) -> Option> { - get_preset::(id, genesis_config_presets::get_preset) + get_preset::(id, |_| None) } fn preset_names() -> Vec { @@ -2073,68 +2113,98 @@ impl sp_std::fmt::Debug for CustomCheckNonce { } } -impl SignedExtension for CustomCheckNonce +impl TransactionExtension for CustomCheckNonce where T::RuntimeCall: Dispatchable, + ::RuntimeOrigin: AsSystemOriginSigner + Clone, { - type AccountId = as SignedExtension>::AccountId; - type Call = as SignedExtension>::Call; - type AdditionalSigned = as SignedExtension>::AdditionalSigned; - type Pre = as SignedExtension>::Pre; - const IDENTIFIER: &'static str = as SignedExtension>::IDENTIFIER; - - fn additional_signed(&self) -> sp_std::result::Result<(), TransactionValidityError> { - Ok(()) - } - - fn pre_dispatch( - self, - who: &Self::AccountId, - _call: &Self::Call, - _info: &DispatchInfoOf, - _len: usize, - ) -> Result<(), TransactionValidityError> { - let mut account = frame_system::Account::::get(who); - - if self.0 != account.nonce { - return Err(if self.0 < account.nonce { - InvalidTransaction::Stale - } else { - InvalidTransaction::Future - } - .into()); - } - account.nonce += T::Nonce::one(); - frame_system::Account::::insert(who, account); - Ok(()) + const IDENTIFIER: &'static str = + as TransactionExtension>::IDENTIFIER; + type Implicit = as TransactionExtension>::Implicit; + type Val = as TransactionExtension>::Val; + type Pre = as TransactionExtension>::Pre; + + fn weight(&self, _: &T::RuntimeCall) -> Weight { + ::check_nonce() } fn validate( &self, - who: &Self::AccountId, - _call: &Self::Call, - _info: &DispatchInfoOf, + origin: T::RuntimeOrigin, + call: &T::RuntimeCall, + _info: &DispatchInfoOf, _len: usize, - ) -> TransactionValidity { + _self_implicit: Self::Implicit, + _inherited_implication: &impl Encode, + _source: TransactionSource, + ) -> ValidateResult { + let Some(who) = origin.as_system_origin_signer() else { + return Ok(( + Default::default(), + Self::Val::Refund(self.weight(call)), + origin, + )); + }; let account = frame_system::Account::::get(who); if self.0 < account.nonce { - return InvalidTransaction::Stale.into(); + return Err(InvalidTransaction::Stale.into()); } - let provides = vec![Encode::encode(&(who, self.0))]; + let provides = vec![Encode::encode(&(&who, self.0))]; let requires = if account.nonce < self.0 { - vec![Encode::encode(&(who, self.0 - One::one()))] + vec![Encode::encode(&(who, self.0.saturating_sub(One::one())))] } else { vec![] }; - Ok(ValidTransaction { + let validity = ValidTransaction { priority: 0, requires, provides, longevity: TransactionLongevity::max_value(), propagate: true, - }) + }; + + Ok(( + validity, + Self::Val::CheckNonce((who.clone(), account.nonce)), + origin, + )) + } + + fn prepare( + self, + val: Self::Val, + _origin: &T::RuntimeOrigin, + _call: &T::RuntimeCall, + _info: &DispatchInfoOf, + _len: usize, + ) -> Result { + let (who, mut nonce) = match val { + Self::Val::CheckNonce((who, nonce)) => (who, nonce), + Self::Val::Refund(weight) => return Ok(Self::Pre::Refund(weight)), + }; + + // `self.0 < nonce` already checked in `validate`. + if self.0 > nonce { + return Err(InvalidTransaction::Future.into()); + } + nonce += T::Nonce::one(); + frame_system::Account::::mutate(who, |account| account.nonce = nonce); + Ok(Self::Pre::NonceChecked) + } + + fn post_dispatch_details( + pre: Self::Pre, + _info: &DispatchInfo, + _post_info: &PostDispatchInfoOf, + _len: usize, + _result: &DispatchResult, + ) -> Result { + match pre { + Self::Pre::NonceChecked => Ok(Weight::zero()), + Self::Pre::Refund(weight) => Ok(weight), + } } } From 307c4c1f4e8dcdccf8b5200d6f8350f9dfa249d9 Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Thu, 29 May 2025 12:37:01 +0700 Subject: [PATCH 10/56] feat(node-service): Update TransactionPool, offchain_workers --- node/service/src/lib.rs | 39 +++++++++++++++++++++++---------------- 1 file changed, 23 insertions(+), 16 deletions(-) diff --git a/node/service/src/lib.rs b/node/service/src/lib.rs index 1980f2485f7..979533285ee 100644 --- a/node/service/src/lib.rs +++ b/node/service/src/lib.rs @@ -29,6 +29,7 @@ use sc_service::{ TaskManager, }; use sc_telemetry::{Telemetry, TelemetryWorker}; +use sc_transaction_pool::TransactionPoolHandle; use sc_transaction_pool_api::OffchainTransactionPoolFactory; use sp_api::ConstructRuntimeApi; use sp_runtime::{ @@ -73,7 +74,8 @@ type FullGrandpaBlockImport = >; /// The transaction pool type definition. -type TransactionPool = sc_transaction_pool::FullPool>; +pub type TransactionPool = + sc_transaction_pool::TransactionPoolHandle>; /// The minimum period of blocks on which justifications will be /// imported and generated. @@ -145,7 +147,7 @@ pub fn new_partial( FullBackend, FullSelectChain, sc_consensus::DefaultImportQueue, - sc_transaction_pool::FullPool>, + sc_transaction_pool::TransactionPoolHandle>, ( impl Fn( sc_rpc::SubscriptionTaskExecutor, @@ -215,12 +217,15 @@ where let select_chain = sc_consensus::LongestChain::new(backend.clone()); - let transaction_pool = sc_transaction_pool::BasicPool::new_full( - config.transaction_pool.clone(), - config.role.is_authority().into(), - config.prometheus_registry(), - task_manager.spawn_essential_handle(), - client.clone(), + let transaction_pool = Arc::from( + sc_transaction_pool::Builder::new( + task_manager.spawn_essential_handle(), + client.clone(), + config.role.is_authority().into(), + ) + .with_options(config.transaction_pool.clone()) + .with_prometheus(config.prometheus_registry()) + .build(), ); let (grandpa_block_import, grandpa_link) = sc_consensus_grandpa::block_import( @@ -345,7 +350,7 @@ where /// The syncing service of the node. pub sync: Arc>, /// The transaction pool of the node. - pub transaction_pool: Arc>, + pub transaction_pool: Arc>>, /// The rpc handlers of the node. pub rpc_handlers: RpcHandlers, } @@ -638,23 +643,25 @@ where } if enable_offchain_worker { - task_manager.spawn_handle().spawn( - "offchain-workers-runner", - "offchain-worker", + let offchain_workers = sc_offchain::OffchainWorkers::new(sc_offchain::OffchainWorkerOptions { runtime_api_provider: client.clone(), - is_validator: role.is_authority(), keystore: Some(keystore_container.keystore()), offchain_db: backend.offchain_storage(), transaction_pool: Some(OffchainTransactionPoolFactory::new( transaction_pool.clone(), )), network_provider: Arc::new(network.clone()), + is_validator: role.is_authority(), enable_http_requests: true, custom_extensions: |_| vec![], - }) - .run(client.clone(), task_manager.spawn_handle()) - .boxed(), + })?; + task_manager.spawn_handle().spawn( + "offchain-workers-runner", + "offchain-work", + offchain_workers + .run(client.clone(), task_manager.spawn_handle()) + .boxed(), ); } From ed86501430d0c306c9531c61e6f9d184514dbfb1 Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Thu, 29 May 2025 13:01:50 +0700 Subject: [PATCH 11/56] feat(node-testing): Update gear-authorship tests, node-testing --- node/authorship/src/tests.rs | 30 +++++++++++++-------------- node/testing/src/keyring.rs | 40 +++++++++++++++++++++++------------- 2 files changed, 40 insertions(+), 30 deletions(-) diff --git a/node/authorship/src/tests.rs b/node/authorship/src/tests.rs index b924aee436c..966c7073f3b 100644 --- a/node/authorship/src/tests.rs +++ b/node/authorship/src/tests.rs @@ -40,7 +40,7 @@ use parking_lot::{Mutex, RwLock}; use runtime_primitives::{Block as TestBlock, BlockNumber}; use sc_client_api::Backend as _; use sc_service::client::Client; -use sc_transaction_pool::{BasicPool, FullPool}; +use sc_transaction_pool::{BasicPool, FullChainApi}; use sc_transaction_pool_api::{ ChainEvent, MaintainedTransactionPool, TransactionPool, TransactionSource, }; @@ -53,7 +53,7 @@ use sp_consensus_babe::{ }; use sp_inherents::InherentDataProvider; use sp_runtime::{ - generic::BlockId, + generic::{BlockId, ExtrinsicFormat}, traits::{Block as BlockT, Header as HeaderT, NumberFor}, Digest, DigestItem, OpaqueExtrinsic, Perbill, Percent, }; @@ -69,7 +69,7 @@ use testing::{ Backend as TestBackend, Client as TestClient, ClientBlockImportExt, RuntimeExecutor, TestClientBuilder, TestClientBuilderExt, }, - keyring::{alice, bob, sign, signed_extra, CheckedExtrinsic}, + keyring::{alice, bob, sign, tx_ext, CheckedExtrinsic}, }; use vara_runtime::{ AccountId, Runtime, RuntimeApi as RA, RuntimeCall, UncheckedExtrinsic, SLOT_DURATION, VERSION, @@ -120,7 +120,7 @@ where let last_nonce = starting_nonce + n; (starting_nonce..last_nonce) .map(|nonce| CheckedExtrinsic { - signed: Some((signer.clone(), signed_extra(nonce))), + format: ExtrinsicFormat::Signed(signer.clone(), tx_ext(nonce)), function: f(), }) .collect() @@ -221,7 +221,7 @@ pub(crate) fn init_logger() { pub fn init() -> ( Arc, Arc, - Arc>, + Arc, TestBlock>>, sp_core::testing::TaskExecutor, [u8; 32], ) { @@ -230,13 +230,13 @@ pub fn init() -> ( let executor = get_executor().read(); let client = Arc::new(client_builder.build(Some(executor.clone()))); let spawner = sp_core::testing::TaskExecutor::new(); - let txpool = BasicPool::new_full( + let txpool = Arc::from(BasicPool::new_full( Default::default(), true.into(), None, spawner.clone(), client.clone(), - ); + )); let genesis_hash = <[u8; 32]>::try_from(&client.info().best_hash[..]).expect("H256 is a 32 byte type"); @@ -385,7 +385,7 @@ fn test_queue_remains_intact_if_processing_fails() { // Disable queue processing in Gear pallet as the root checked.push(CheckedExtrinsic { - signed: Some((alice(), signed_extra(0))), + format: ExtrinsicFormat::Signed(alice(), tx_ext(0)), function: CallBuilder::toggle_run_queue(false).build(), }); let extrinsics = sign_extrinsics( @@ -605,12 +605,10 @@ fn test_pseudo_inherent_discarded_from_txpool() { // Create Gear::run() extrinsic - both unsigned and signed let unsigned_gear_run_xt = - UncheckedExtrinsic::new_unsigned(RuntimeCall::Gear(pallet_gear::Call::run { - max_gas: None, - })); + UncheckedExtrinsic::new_bare(RuntimeCall::Gear(pallet_gear::Call::run { max_gas: None })); let signed_gear_run_xt = sign( CheckedExtrinsic { - signed: Some((bob(), signed_extra(0))), + format: ExtrinsicFormat::Signed(bob(), tx_ext(0)), function: RuntimeCall::Gear(pallet_gear::Call::run { max_gas: None }), }, VERSION.spec_version, @@ -621,7 +619,7 @@ fn test_pseudo_inherent_discarded_from_txpool() { // A `DispatchClass::Normal` extrinsic - supposed to end up in the txpool let legit_xt = sign( CheckedExtrinsic { - signed: Some((alice(), signed_extra(0))), + format: ExtrinsicFormat::Signed(alice(), tx_ext(0)), function: CallBuilder::noop().build(), }, VERSION.spec_version, @@ -734,7 +732,7 @@ fn test_proposal_timing_consistent() { // Disable queue processing in block #1 let mut checked = vec![CheckedExtrinsic { - signed: Some((alice(), signed_extra(0))), + format: ExtrinsicFormat::Signed(alice(), tx_ext(0)), function: CallBuilder::toggle_run_queue(false).build(), }]; @@ -787,7 +785,7 @@ fn test_proposal_timing_consistent() { // Re-enable queue processing in block #2 let extrinsics = sign_extrinsics( vec![CheckedExtrinsic { - signed: Some((alice(), signed_extra(1))), + format: ExtrinsicFormat::Signed(alice(), tx_ext(1)), function: CallBuilder::toggle_run_queue(true).build(), }], VERSION.spec_version, @@ -917,7 +915,7 @@ mod basic_tests { { sign_extrinsics::( vec![CheckedExtrinsic { - signed: Some((alice(), signed_extra(nonce))), + format: ExtrinsicFormat::Signed(alice(), tx_ext(nonce)), function: CallBuilder::toggle_run_queue(false).build(), }], VERSION.spec_version, diff --git a/node/testing/src/keyring.rs b/node/testing/src/keyring.rs index 265101ea105..91c2dae42a6 100644 --- a/node/testing/src/keyring.rs +++ b/node/testing/src/keyring.rs @@ -20,15 +20,16 @@ use parity_scale_codec::Encode; use runtime_primitives::{AccountId, Nonce}; +use sp_io::hashing::blake2_256; use sp_keyring::{AccountKeyring, Ed25519Keyring, Sr25519Keyring}; -use sp_runtime::generic::Era; +use sp_runtime::generic::{Era, ExtrinsicFormat, EXTRINSIC_FORMAT_VERSION}; use vara_runtime::{ - CustomChargeTransactionPayment, CustomCheckNonce, RuntimeCall, SessionKeys, SignedExtra, - StakingBlackList, UncheckedExtrinsic, + CustomChargeTransactionPayment, CustomCheckNonce, RuntimeCall, SessionKeys, StakingBlackList, + TxExtension, UncheckedExtrinsic, }; pub type CheckedExtrinsic = - sp_runtime::generic::CheckedExtrinsic; + sp_runtime::generic::CheckedExtrinsic; /// Alice's account id. pub fn alice() -> AccountId { @@ -74,7 +75,7 @@ pub fn to_session_keys( } /// Creates transaction extra. -pub fn signed_extra(nonce: Nonce) -> SignedExtra { +pub fn tx_ext(nonce: Nonce) -> TxExtension { ( StakingBlackList::new(), frame_system::CheckNonZeroSender::new(), @@ -97,35 +98,46 @@ pub fn sign( genesis_hash: [u8; 32], metadata_hash: Option<[u8; 32]>, ) -> UncheckedExtrinsic { - match xt.signed { - Some((signed, extra)) => { + match xt.format { + ExtrinsicFormat::Signed(signed, tx_ext) => { let payload = ( xt.function, - extra.clone(), + tx_ext.clone(), spec_version, tx_version, genesis_hash, genesis_hash, metadata_hash, ); - let key = AccountKeyring::from_account_id(&signed).unwrap(); + let key = Sr25519Keyring::from_account_id(&signed).unwrap(); let signature = payload .using_encoded(|b| { if b.len() > 256 { - key.sign(&sp_io::hashing::blake2_256(b)) + key.sign(&blake2_256(b)) } else { key.sign(b) } }) .into(); UncheckedExtrinsic { - signature: Some((sp_runtime::MultiAddress::Id(signed), signature, extra)), + preamble: sp_runtime::generic::Preamble::Signed( + sp_runtime::MultiAddress::Id(signed), + signature, + tx_ext, + ), function: payload.0, } + .into() } - None => UncheckedExtrinsic { - signature: None, + ExtrinsicFormat::Bare => UncheckedExtrinsic { + preamble: sp_runtime::generic::Preamble::Bare(EXTRINSIC_FORMAT_VERSION), function: xt.function, - }, + } + .into(), + ExtrinsicFormat::General(ext_version, tx_ext) => UncheckedExtrinsic { + preamble: sp_runtime::generic::Preamble::General(ext_version, tx_ext), + function: xt.function, + } + .into(), } } From b64ddd0dca905ef9d31e05eb5e64b581fec23aad Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Thu, 29 May 2025 13:16:55 +0700 Subject: [PATCH 12/56] Revert "use sp_core::H256" This reverts commit 2ad7dad2e1b2f20322d4b0131d5eb4fab9934b0b. --- Cargo.lock | 136 ++++++++++++++---- common/src/auxiliary/gas_provider.rs | 2 +- common/src/gas_provider/property_tests/mod.rs | 2 +- common/src/lib.rs | 15 +- pallets/gas/Cargo.toml | 1 - pallets/gas/src/lib.rs | 2 +- pallets/gas/src/mock.rs | 2 +- pallets/gas/src/tests.rs | 2 +- pallets/gear-bank/src/migrations.rs | 2 +- pallets/gear-bank/src/mock.rs | 2 +- pallets/gear-builtin/src/tests/basic.rs | 2 +- pallets/gear-builtin/src/tests/bls381.rs | 2 +- pallets/gear-debug/src/lib.rs | 4 +- pallets/gear-debug/src/mock.rs | 3 +- pallets/gear-eth-bridge/rpc/src/lib.rs | 2 +- pallets/gear-messenger/src/mock.rs | 2 +- pallets/gear-program/Cargo.toml | 1 - pallets/gear-voucher/Cargo.toml | 1 - pallets/gear-voucher/src/lib.rs | 2 +- pallets/gear-voucher/src/mock.rs | 3 +- pallets/gear-voucher/src/tests.rs | 2 +- pallets/gear/src/lib.rs | 2 +- pallets/gear/src/manager/mod.rs | 4 +- pallets/payment/src/mock.rs | 2 +- pallets/payment/src/tests.rs | 2 +- runtime/common/Cargo.toml | 1 - utils/node-loader/src/batch_pool.rs | 2 +- utils/node-loader/src/batch_pool/api/mod.rs | 2 +- 28 files changed, 138 insertions(+), 67 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ef2a68909ed..6724510e7da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -43,6 +43,15 @@ version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" +[[package]] +name = "aead" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877" +dependencies = [ + "generic-array 0.14.7", +] + [[package]] name = "aead" version = "0.5.2" @@ -77,17 +86,31 @@ dependencies = [ "zeroize", ] +[[package]] +name = "aes-gcm" +version = "0.9.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bc3be92e19a7ef47457b8e6f90707e12b6ac5d20c6f3866584fa3be0787d839f" +dependencies = [ + "aead 0.4.3", + "aes 0.7.5", + "cipher 0.3.0", + "ctr 0.7.0", + "ghash 0.4.4", + "subtle 2.6.1", +] + [[package]] name = "aes-gcm" version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1" dependencies = [ - "aead", + "aead 0.5.2", "aes 0.8.4", "cipher 0.4.4", - "ctr", - "ghash", + "ctr 0.9.2", + "ghash 0.5.1", "subtle 2.6.1", ] @@ -626,7 +649,7 @@ dependencies = [ "alloy-rlp", "alloy-serde", "alloy-sol-types", - "itertools 0.13.0", + "itertools 0.14.0", "serde", "serde_json", "thiserror 2.0.12", @@ -2358,6 +2381,18 @@ dependencies = [ "keystream", ] +[[package]] +name = "chacha20" +version = "0.8.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5c80e5460aa66fe3b91d40bcbdab953a597b60053e34d684ac6903f863b680a6" +dependencies = [ + "cfg-if", + "cipher 0.3.0", + "cpufeatures", + "zeroize", +] + [[package]] name = "chacha20" version = "0.9.1" @@ -2371,14 +2406,14 @@ dependencies = [ [[package]] name = "chacha20poly1305" -version = "0.10.1" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10cd79432192d1c0f4e1a0fef9527696cc039165d729fb41b3f4f4f354c2dc35" +checksum = "a18446b09be63d457bbec447509e85f662f32952b035ce892290396bc0b0cff5" dependencies = [ - "aead", - "chacha20", - "cipher 0.4.4", - "poly1305", + "aead 0.4.3", + "chacha20 0.8.2", + "cipher 0.3.0", + "poly1305 0.7.2", "zeroize", ] @@ -3107,6 +3142,15 @@ dependencies = [ "subtle 2.6.1", ] +[[package]] +name = "ctr" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a232f92a03f37dd7d7dd2adc67166c77e9cd88de5b019b9a9eecfaeaf7bfd481" +dependencies = [ + "cipher 0.3.0", +] + [[package]] name = "ctr" version = "0.9.2" @@ -6985,6 +7029,16 @@ dependencies = [ "rand_core 0.6.4", ] +[[package]] +name = "ghash" +version = "0.4.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99" +dependencies = [ + "opaque-debug 0.3.0", + "polyval 0.5.3", +] + [[package]] name = "ghash" version = "0.5.1" @@ -6992,7 +7046,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1" dependencies = [ "opaque-debug 0.3.0", - "polyval", + "polyval 0.6.2", ] [[package]] @@ -11595,7 +11649,6 @@ dependencies = [ "parity-scale-codec", "primitive-types 0.12.2", "scale-info", - "sp-core", "sp-io", "sp-runtime", "sp-std", @@ -12875,6 +12928,17 @@ dependencies = [ "windows-sys 0.52.0", ] +[[package]] +name = "poly1305" +version = "0.7.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede" +dependencies = [ + "cpufeatures", + "opaque-debug 0.3.0", + "universal-hash 0.4.0", +] + [[package]] name = "poly1305" version = "0.8.0" @@ -12883,7 +12947,19 @@ checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf" dependencies = [ "cpufeatures", "opaque-debug 0.3.0", - "universal-hash", + "universal-hash 0.5.1", +] + +[[package]] +name = "polyval" +version = "0.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1" +dependencies = [ + "cfg-if", + "cpufeatures", + "opaque-debug 0.3.0", + "universal-hash 0.4.0", ] [[package]] @@ -12895,7 +12971,7 @@ dependencies = [ "cfg-if", "cpufeatures", "opaque-debug 0.3.0", - "universal-hash", + "universal-hash 0.5.1", ] [[package]] @@ -13242,7 +13318,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "be769465445e8c1474e9c5dac2018218498557af32d9ed057325ec9a41ae81bf" dependencies = [ "heck 0.5.0", - "itertools 0.10.5", + "itertools 0.14.0", "log", "multimap", "once_cell", @@ -13275,7 +13351,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d" dependencies = [ "anyhow", - "itertools 0.10.5", + "itertools 0.14.0", "proc-macro2", "quote", "syn 2.0.100", @@ -13974,7 +14050,7 @@ version = "0.1.0" source = "git+https://github.com/gear-tech/roast?branch=gear-v0.1.0#925a0e7313534b8ab901c4ff8b6c4af91b149d01" dependencies = [ "aes 0.8.4", - "ctr", + "ctr 0.9.2", "digest 0.10.7", "document-features", "frost-core", @@ -15698,7 +15774,7 @@ version = "0.11.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8de18f6d8ba0aad7045f5feae07ec29899c1112584a38509a84ad7b04451eaa0" dependencies = [ - "aead", + "aead 0.5.2", "arrayref", "arrayvec 0.7.4", "curve25519-dalek", @@ -16306,7 +16382,7 @@ dependencies = [ "bip39", "blake2-rfc", "bs58", - "chacha20", + "chacha20 0.9.1", "crossbeam-queue", "derive_more 0.99.18", "ed25519-zebra", @@ -16329,7 +16405,7 @@ dependencies = [ "num-traits", "pbkdf2", "pin-project", - "poly1305", + "poly1305 0.8.0", "rand 0.8.5", "rand_chacha 0.3.1", "ruzstd", @@ -16392,16 +16468,16 @@ checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831" [[package]] name = "snow" -version = "0.9.6" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "850948bee068e713b8ab860fe1adc4d109676ab4c3b621fd8147f06b261f2f85" +checksum = "0c9d1425eb528a21de2755c75af4c9b5d57f50a0d4c3b7f1828a4cd03f8ba155" dependencies = [ - "aes-gcm", + "aes-gcm 0.9.2", "blake2 0.10.6", "chacha20poly1305", "curve25519-dalek", "rand_core 0.6.4", - "ring 0.17.8", + "ring 0.16.20", "rustc_version 0.4.0", "sha2 0.10.8", "subtle 2.6.1", @@ -17038,7 +17114,7 @@ name = "sp-statement-store" version = "19.0.0" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ - "aes-gcm", + "aes-gcm 0.10.3", "curve25519-dalek", "ed25519-dalek", "hkdf 0.12.4", @@ -18793,6 +18869,16 @@ version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" +[[package]] +name = "universal-hash" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8326b2c654932e3e4f9196e69d08fdf7cfd718e1dc6f66b347e6024a0c961402" +dependencies = [ + "generic-array 0.14.7", + "subtle 2.6.1", +] + [[package]] name = "universal-hash" version = "0.5.1" diff --git a/common/src/auxiliary/gas_provider.rs b/common/src/auxiliary/gas_provider.rs index d42a1c5d2ce..3568c4c4651 100644 --- a/common/src/auxiliary/gas_provider.rs +++ b/common/src/auxiliary/gas_provider.rs @@ -25,7 +25,7 @@ use crate::{ }; use alloc::collections::BTreeMap; use core::{cell::RefCell, ops::DerefMut}; -use sp_core::H256; +use primitive_types::H256; /// Balance type used in the gas tree. pub(crate) type Balance = u64; diff --git a/common/src/gas_provider/property_tests/mod.rs b/common/src/gas_provider/property_tests/mod.rs index d29694fa631..dccd0b041a5 100644 --- a/common/src/gas_provider/property_tests/mod.rs +++ b/common/src/gas_provider/property_tests/mod.rs @@ -82,8 +82,8 @@ use core::iter::FromIterator; use enum_iterator::all; use frame_support::{assert_err, assert_ok}; use gear_utils::{NonEmpty, RingGet}; +use primitive_types::H256; use proptest::prelude::*; -use sp_core::H256; use std::collections::{BTreeSet, HashMap}; use strategies::GasTreeAction; diff --git a/common/src/lib.rs b/common/src/lib.rs index f1d7634ed5f..fc89455da30 100644 --- a/common/src/lib.rs +++ b/common/src/lib.rs @@ -59,9 +59,8 @@ pub use gear_core::{ pages::GearPage, program::{ActiveProgram, MemoryInfix, Program}, }; -use primitive_types; +use primitive_types::H256; use sp_arithmetic::traits::{BaseArithmetic, Saturating, UniqueSaturatedInto, Unsigned}; -use sp_core::H256; use sp_runtime::{ codec::{self, Decode, Encode}, scale_info::{self, TypeInfo}, @@ -122,18 +121,6 @@ impl Origin for H256 { } } -impl Origin for primitive_types::H256 { - fn into_origin(self) -> H256 { - // H256 here refers to sp_core::H256 due to the import - H256(self.0) - } - - fn from_origin(val: H256) -> Self { - // val is sp_core::H256, Self is primitive_types::H256 - primitive_types::H256(val.0) - } -} - impl Origin for MessageId { fn into_origin(self) -> H256 { H256(self.into()) diff --git a/pallets/gas/Cargo.toml b/pallets/gas/Cargo.toml index 42d6b5606ca..957e1e02585 100644 --- a/pallets/gas/Cargo.toml +++ b/pallets/gas/Cargo.toml @@ -25,7 +25,6 @@ gear-core.workspace = true frame-support.workspace = true frame-system.workspace = true frame-benchmarking = { workspace = true, optional = true } -sp-core.workspace = true sp-std.workspace = true sp-runtime.workspace = true pallet-balances.workspace = true diff --git a/pallets/gas/src/lib.rs b/pallets/gas/src/lib.rs index c7b39f2fdf2..5db8b475911 100644 --- a/pallets/gas/src/lib.rs +++ b/pallets/gas/src/lib.rs @@ -133,7 +133,7 @@ use common::{ }; use frame_support::{pallet_prelude::*, traits::StorageVersion}; pub use pallet::*; -pub use sp_core::H256; +pub use primitive_types::H256; use sp_runtime::DispatchError; use sp_std::convert::TryInto; diff --git a/pallets/gas/src/mock.rs b/pallets/gas/src/mock.rs index d0d8a24b93b..72a19694c3c 100644 --- a/pallets/gas/src/mock.rs +++ b/pallets/gas/src/mock.rs @@ -21,7 +21,7 @@ use frame_support::{ construct_runtime, parameter_types, traits::ConstU32, weights::constants::RocksDbWeight, }; use frame_system::{self as system, pallet_prelude::BlockNumberFor}; -use sp_core::H256; +use primitive_types::H256; use sp_runtime::{ traits::{BlakeTwo256, IdentityLookup}, BuildStorage, diff --git a/pallets/gas/src/tests.rs b/pallets/gas/src/tests.rs index 8dd0da4dd51..10a04a7cf75 100644 --- a/pallets/gas/src/tests.rs +++ b/pallets/gas/src/tests.rs @@ -24,7 +24,7 @@ use common::{ }; use frame_support::{assert_noop, assert_ok}; use gear_core::ids::MessageId; -use sp_core::H256; +use primitive_types::H256; use sp_runtime::traits::Zero; type Gas = as common::GasProvider>::GasTree; diff --git a/pallets/gear-bank/src/migrations.rs b/pallets/gear-bank/src/migrations.rs index 0c493f9c5ef..30e48ced32c 100644 --- a/pallets/gear-bank/src/migrations.rs +++ b/pallets/gear-bank/src/migrations.rs @@ -145,7 +145,7 @@ mod tests { weights::constants::RocksDbWeight, PalletId, }; - use sp_core::H256; + use primitive_types::H256; use sp_runtime::{ traits::{BlakeTwo256, IdentityLookup}, AccountId32, BuildStorage, diff --git a/pallets/gear-bank/src/mock.rs b/pallets/gear-bank/src/mock.rs index df976c93712..63dec856511 100644 --- a/pallets/gear-bank/src/mock.rs +++ b/pallets/gear-bank/src/mock.rs @@ -23,7 +23,7 @@ use frame_support::{ weights::constants::RocksDbWeight, PalletId, }; -use sp_core::H256; +use primitive_types::H256; use sp_io::TestExternalities; use sp_runtime::{ traits::{BlakeTwo256, IdentityLookup}, diff --git a/pallets/gear-builtin/src/tests/basic.rs b/pallets/gear-builtin/src/tests/basic.rs index f78a77b6a1d..a1447bd002a 100644 --- a/pallets/gear-builtin/src/tests/basic.rs +++ b/pallets/gear-builtin/src/tests/basic.rs @@ -27,7 +27,7 @@ use frame_support::assert_ok; use gear_core::ids::{prelude::*, ActorId, CodeId}; use gear_core_errors::{ErrorReplyReason, ReplyCode, SimpleExecutionError}; use parity_scale_codec::Encode; -use sp_core::H256; +use primitive_types::H256; pub(crate) fn init_logger() { let _ = tracing_subscriber::fmt::try_init(); diff --git a/pallets/gear-builtin/src/tests/bls381.rs b/pallets/gear-builtin/src/tests/bls381.rs index 94db2cf74e7..4737bfd17bc 100644 --- a/pallets/gear-builtin/src/tests/bls381.rs +++ b/pallets/gear-builtin/src/tests/bls381.rs @@ -36,7 +36,7 @@ use gear_core_errors::{ErrorReplyReason, ReplyCode, SimpleExecutionError}; use gear_runtime_interface::DST_G2; use pallet_gear::GasInfo; use parity_scale_codec::{Decode, Encode}; -use sp_core::H256; +use primitive_types::H256; type ArkScale = ark_scale::ArkScale; type ScalarField = ::ScalarField; diff --git a/pallets/gear-debug/src/lib.rs b/pallets/gear-debug/src/lib.rs index bfd2a1348d7..6b91df6560c 100644 --- a/pallets/gear-debug/src/lib.rs +++ b/pallets/gear-debug/src/lib.rs @@ -49,8 +49,8 @@ pub mod pallet { pages::{GearPage, WasmPagesAmount}, program::Program, }; + use primitive_types::H256; use scale_info::TypeInfo; - use sp_core::H256; use sp_runtime::Percent; use sp_std::{ collections::{btree_map::BTreeMap, btree_set::BTreeSet}, @@ -239,7 +239,7 @@ pub mod pallet { ProgramState::Active(ProgramInfo { static_pages, persistent_pages, - code_hash: active.code_hash.cast(), + code_hash: active.code_hash, }) }, } diff --git a/pallets/gear-debug/src/mock.rs b/pallets/gear-debug/src/mock.rs index ba2f92b0653..a5d0b721b73 100644 --- a/pallets/gear-debug/src/mock.rs +++ b/pallets/gear-debug/src/mock.rs @@ -29,7 +29,8 @@ use frame_support::{ use frame_support_test::TestRandomness; use frame_system::{self as system, limits::BlockWeights, pallet_prelude::BlockNumberFor}; use pallet_gear::GasAllowanceOf; -use sp_core::{ConstBool, H256}; +use primitive_types::H256; +use sp_core::ConstBool; use sp_runtime::{ traits::{BlakeTwo256, ConstU64, IdentityLookup}, BuildStorage, diff --git a/pallets/gear-eth-bridge/rpc/src/lib.rs b/pallets/gear-eth-bridge/rpc/src/lib.rs index c0bb1678645..34c5ee9ec6b 100644 --- a/pallets/gear-eth-bridge/rpc/src/lib.rs +++ b/pallets/gear-eth-bridge/rpc/src/lib.rs @@ -20,9 +20,9 @@ use jsonrpsee::{core::RpcResult, proc_macros::rpc, types::error::ErrorObject}; use pallet_gear_eth_bridge_rpc_runtime_api::Proof; +use primitive_types::H256; use sp_api::ProvideRuntimeApi; use sp_blockchain::HeaderBackend; -use sp_core::H256; use sp_runtime::traits::Block; use std::sync::Arc; diff --git a/pallets/gear-messenger/src/mock.rs b/pallets/gear-messenger/src/mock.rs index 943cf661b17..0954e52b775 100644 --- a/pallets/gear-messenger/src/mock.rs +++ b/pallets/gear-messenger/src/mock.rs @@ -25,7 +25,7 @@ use frame_support::{ weights::constants::RocksDbWeight, }; use frame_system::{self as system, pallet_prelude::BlockNumberFor}; -use sp_core::H256; +use primitive_types::H256; use sp_runtime::{ traits::{BlakeTwo256, IdentityLookup}, BuildStorage, diff --git a/pallets/gear-program/Cargo.toml b/pallets/gear-program/Cargo.toml index d5a6d79d149..334f8a4b9dd 100644 --- a/pallets/gear-program/Cargo.toml +++ b/pallets/gear-program/Cargo.toml @@ -53,6 +53,5 @@ std = [ "sp-std/std", "sp-core/std", "sp-runtime/std", - "pallet-treasury/std", ] try-runtime = ["frame-support/try-runtime"] diff --git a/pallets/gear-voucher/Cargo.toml b/pallets/gear-voucher/Cargo.toml index 8236a4df462..fb62390e5ba 100644 --- a/pallets/gear-voucher/Cargo.toml +++ b/pallets/gear-voucher/Cargo.toml @@ -26,7 +26,6 @@ gear-core.workspace = true frame-support.workspace = true frame-system.workspace = true frame-benchmarking = { workspace = true, optional = true } -sp-core = { workspace = true } sp-io = { workspace = true } sp-runtime.workspace = true sp-std.workspace = true diff --git a/pallets/gear-voucher/src/lib.rs b/pallets/gear-voucher/src/lib.rs index f6df047922c..b37ab93b355 100644 --- a/pallets/gear-voucher/src/lib.rs +++ b/pallets/gear-voucher/src/lib.rs @@ -57,7 +57,7 @@ use frame_support::{ PalletId, }; use gear_core::ids::{ActorId, MessageId}; -pub use sp_core::H256; +pub use primitive_types::H256; use sp_std::{convert::TryInto, vec::Vec}; pub use weights::WeightInfo; diff --git a/pallets/gear-voucher/src/mock.rs b/pallets/gear-voucher/src/mock.rs index c23c9b47cba..c732eeefa13 100644 --- a/pallets/gear-voucher/src/mock.rs +++ b/pallets/gear-voucher/src/mock.rs @@ -34,7 +34,8 @@ use gear_core::{ ids::{ActorId, MessageId}, message::UserStoredMessage, }; -use sp_core::{ConstU8, H256}; +use primitive_types::H256; +use sp_core::ConstU8; use sp_runtime::{ traits::{BlakeTwo256, IdentityLookup, Zero}, BuildStorage, diff --git a/pallets/gear-voucher/src/tests.rs b/pallets/gear-voucher/src/tests.rs index 5cf26ef7a53..dc42a3e60c7 100644 --- a/pallets/gear-voucher/src/tests.rs +++ b/pallets/gear-voucher/src/tests.rs @@ -20,7 +20,7 @@ use super::*; use crate::mock::*; use common::Origin; use frame_support::{assert_noop, assert_ok, assert_storage_noop}; -use sp_core::H256; +use primitive_types::H256; use sp_runtime::traits::{One, Zero}; use utils::{DEFAULT_BALANCE, DEFAULT_VALIDITY}; diff --git a/pallets/gear/src/lib.rs b/pallets/gear/src/lib.rs index a402728c70a..a6785b84f7e 100644 --- a/pallets/gear/src/lib.rs +++ b/pallets/gear/src/lib.rs @@ -98,7 +98,7 @@ use gear_lazy_pages_common::LazyPagesInterface; use gear_lazy_pages_interface::LazyPagesRuntimeInterface; use manager::{CodeInfo, QueuePostProcessingData}; use pallet_gear_voucher::{PrepaidCall, PrepaidCallsDispatcher, VoucherId, WeightInfo as _}; -use sp_core::H256; +use primitive_types::H256; use sp_runtime::{ traits::{Bounded, One, Saturating, UniqueSaturatedInto, Zero}, DispatchError, SaturatedConversion, diff --git a/pallets/gear/src/manager/mod.rs b/pallets/gear/src/manager/mod.rs index 896e9cd8430..55bc4ecdd1d 100644 --- a/pallets/gear/src/manager/mod.rs +++ b/pallets/gear/src/manager/mod.rs @@ -75,8 +75,8 @@ use gear_core::{ reservation::GasReservationSlot, tasks::ScheduledTask, }; +use primitive_types::H256; use scale_info::TypeInfo; -use sp_core::H256; use sp_runtime::{ codec::{Decode, Encode}, traits::Zero, @@ -227,7 +227,7 @@ where // An empty program has been just constructed: it contains no mem allocations. let program = ActiveProgram { allocations_tree_len: 0, - code_hash: code_info.id.cast(), + code_hash: code_info.id, code_exports: code_info.exports.clone(), static_pages: code_info.static_pages, state: ProgramState::Uninitialized { message_id }, diff --git a/pallets/payment/src/mock.rs b/pallets/payment/src/mock.rs index 3e6c7cf13c7..06828dd8f14 100644 --- a/pallets/payment/src/mock.rs +++ b/pallets/payment/src/mock.rs @@ -32,7 +32,7 @@ use frame_system::{self as system, mocking, pallet_prelude::BlockNumberFor}; use pallet_gear_voucher::VoucherId; #[allow(deprecated)] use pallet_transaction_payment::CurrencyAdapter; -use sp_core::H256; +use primitive_types::H256; use sp_runtime::{ traits::{BlakeTwo256, ConstBool, ConstU64, IdentityLookup}, BuildStorage, diff --git a/pallets/payment/src/tests.rs b/pallets/payment/src/tests.rs index 330300c89ea..89d5190f3f2 100644 --- a/pallets/payment/src/tests.rs +++ b/pallets/payment/src/tests.rs @@ -28,7 +28,7 @@ use frame_support::{ use gear_core::message::{Dispatch, DispatchKind, Message, StoredDispatch, UserStoredMessage}; use pallet_gear_voucher::{Call as VoucherCall, PrepaidCall}; use pallet_transaction_payment::{FeeDetails, InclusionFee, Multiplier, RuntimeDispatchInfo}; -use sp_core::H256; +use primitive_types::H256; use sp_runtime::{ codec::Encode, testing::TestXt, diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index e4d7f9e343b..9f77d938d6d 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -37,7 +37,6 @@ std = [ "frame-system-benchmarking?/std", "pallet-authorship/std", "pallet-balances/std", - "pallet-treasury/std", "pallet-gear/std", "pallet-gear-bank/std", "runtime-primitives/std", diff --git a/utils/node-loader/src/batch_pool.rs b/utils/node-loader/src/batch_pool.rs index a75841455f7..94c113de632 100644 --- a/utils/node-loader/src/batch_pool.rs +++ b/utils/node-loader/src/batch_pool.rs @@ -11,9 +11,9 @@ use gear_call_gen::{CallGenRng, ClaimValueArgs, SendReplyArgs}; use gear_core::ids::{ActorId, MessageId}; use generators::{Batch, BatchGenerator, BatchWithSeed, RuntimeSettings}; use gsdk::metadata::{gear::Event as GearEvent, Event}; +use primitive_types::H256; pub use report::CrashAlert; use report::{BatchRunReport, MailboxReport, Report}; -use sp_core::H256; use std::{ collections::{BTreeMap, BTreeSet}, marker::PhantomData, diff --git a/utils/node-loader/src/batch_pool/api/mod.rs b/utils/node-loader/src/batch_pool/api/mod.rs index 607422b2132..9147fc3e02c 100644 --- a/utils/node-loader/src/batch_pool/api/mod.rs +++ b/utils/node-loader/src/batch_pool/api/mod.rs @@ -9,7 +9,7 @@ use gear_call_gen::{ UploadProgramArgs, }; use gear_core::ids::{ActorId, CodeId, MessageId}; -use sp_core::H256; +use primitive_types::H256; pub type UploadProgramBatchOutput = StandardBatchOutput; pub type CreateProgramBatchOutput = StandardBatchOutput; From 8c6cd845088775409a378fbe57db0fe38085bc4b Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Thu, 29 May 2025 14:19:11 +0700 Subject: [PATCH 13/56] Update primitive-types, subxt --- Cargo.lock | 754 +++++++++++++++++------- Cargo.toml | 12 +- ethexe/common/src/gear.rs | 6 +- ethexe/ethereum/src/abi/mod.rs | 3 +- gsdk/Cargo.toml | 2 +- gsdk/src/metadata/generated.rs | 258 ++++++-- pallets/gear-eth-bridge/src/internal.rs | 3 +- 7 files changed, 776 insertions(+), 262 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6724510e7da..af4f5b18d1c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -43,15 +43,6 @@ version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" -[[package]] -name = "aead" -version = "0.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877" -dependencies = [ - "generic-array 0.14.7", -] - [[package]] name = "aead" version = "0.5.2" @@ -86,31 +77,17 @@ dependencies = [ "zeroize", ] -[[package]] -name = "aes-gcm" -version = "0.9.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc3be92e19a7ef47457b8e6f90707e12b6ac5d20c6f3866584fa3be0787d839f" -dependencies = [ - "aead 0.4.3", - "aes 0.7.5", - "cipher 0.3.0", - "ctr 0.7.0", - "ghash 0.4.4", - "subtle 2.6.1", -] - [[package]] name = "aes-gcm" version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1" dependencies = [ - "aead 0.5.2", + "aead", "aes 0.8.4", "cipher 0.4.4", - "ctr 0.9.2", - "ghash 0.5.1", + "ctr", + "ghash", "subtle 2.6.1", ] @@ -526,7 +503,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f542548a609dca89fcd72b3b9f355928cf844d4363c5eed9c5273a3dd225e097" dependencies = [ "alloy-rlp-derive", - "arrayvec 0.7.4", + "arrayvec 0.7.6", "bytes", ] @@ -830,7 +807,7 @@ checksum = "1e428104b2445a4f929030891b3dbf8c94433a8349ba6480946bf6af7975c2f6" dependencies = [ "alloy-primitives", "alloy-rlp", - "arrayvec 0.7.4", + "arrayvec 0.7.6", "derive_more 1.0.0", "nybbles", "serde", @@ -1290,9 +1267,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" dependencies = [ "serde", ] @@ -1517,7 +1494,7 @@ version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18" dependencies = [ - "event-listener 5.2.0", + "event-listener 5.4.0", "event-listener-strategy", "pin-project-lite", ] @@ -1546,7 +1523,7 @@ dependencies = [ "async-task", "blocking", "cfg-if", - "event-listener 5.2.0", + "event-listener 5.4.0", "futures-lite 2.3.0", "rustix 0.38.37", "tracing", @@ -1969,7 +1946,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "23285ad32269793932e830392f2fe2f83e26488fd3ec778883a93c8323735780" dependencies = [ "arrayref", - "arrayvec 0.7.4", + "arrayvec 0.7.6", "constant_time_eq 0.3.1", ] @@ -1980,7 +1957,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6637f448b9e61dfadbdcbae9a885fadee1f3eaffb1f8d3c1965d3ade8bdfd44f" dependencies = [ "arrayref", - "arrayvec 0.7.4", + "arrayvec 0.7.6", "constant_time_eq 0.2.6", ] @@ -1991,7 +1968,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b17679a8d69b6d7fd9cd9801a536cec9fa5e5970b69f9d4747f70b39b031f5e7" dependencies = [ "arrayref", - "arrayvec 0.7.4", + "arrayvec 0.7.6", "cc", "cfg-if", "constant_time_eq 0.3.1", @@ -2381,18 +2358,6 @@ dependencies = [ "keystream", ] -[[package]] -name = "chacha20" -version = "0.8.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c80e5460aa66fe3b91d40bcbdab953a597b60053e34d684ac6903f863b680a6" -dependencies = [ - "cfg-if", - "cipher 0.3.0", - "cpufeatures", - "zeroize", -] - [[package]] name = "chacha20" version = "0.9.1" @@ -2406,14 +2371,14 @@ dependencies = [ [[package]] name = "chacha20poly1305" -version = "0.9.1" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a18446b09be63d457bbec447509e85f662f32952b035ce892290396bc0b0cff5" +checksum = "10cd79432192d1c0f4e1a0fef9527696cc039165d729fb41b3f4f4f354c2dc35" dependencies = [ - "aead 0.4.3", - "chacha20 0.8.2", - "cipher 0.3.0", - "poly1305 0.7.2", + "aead", + "chacha20", + "cipher 0.4.4", + "poly1305", "zeroize", ] @@ -3066,22 +3031,18 @@ dependencies = [ [[package]] name = "crossbeam-queue" -version = "0.3.8" +version = "0.3.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add" +checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115" dependencies = [ - "cfg-if", "crossbeam-utils", ] [[package]] name = "crossbeam-utils" -version = "0.8.16" +version = "0.8.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294" -dependencies = [ - "cfg-if", -] +checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" [[package]] name = "crunchy" @@ -3142,15 +3103,6 @@ dependencies = [ "subtle 2.6.1", ] -[[package]] -name = "ctr" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a232f92a03f37dd7d7dd2adc67166c77e9cd88de5b019b9a9eecfaeaf7bfd481" -dependencies = [ - "cipher 0.3.0", -] - [[package]] name = "ctr" version = "0.9.2" @@ -4242,6 +4194,7 @@ dependencies = [ "proc-macro2", "quote", "syn 2.0.100", + "unicode-xid", ] [[package]] @@ -5114,9 +5067,9 @@ dependencies = [ [[package]] name = "event-listener" -version = "5.2.0" +version = "5.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b5fb89194fa3cad959b833185b3063ba881dbfc7030680b314250779fb4cc91" +checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae" dependencies = [ "concurrent-queue", "parking", @@ -5129,7 +5082,7 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1" dependencies = [ - "event-listener 5.2.0", + "event-listener 5.4.0", "pin-project-lite", ] @@ -5211,7 +5164,7 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "139834ddba373bbdd213dffe02c8d110508dcf1726c2be27e8d1f7d7e1856418" dependencies = [ - "arrayvec 0.7.4", + "arrayvec 0.7.6", "auto_impl", "bytes", ] @@ -5507,12 +5460,26 @@ dependencies = [ "sp-trie", "sp-version", "sp-wasm-interface", - "subxt", + "subxt 0.37.0", "subxt-signer", "thiserror 1.0.69", "thousands", ] +[[package]] +name = "frame-decode" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6027a409bac4fe95b4d107f965fcdbc252fc89d884a360d076b3070b6128c094" +dependencies = [ + "frame-metadata 17.0.0", + "parity-scale-codec", + "scale-decode 0.14.0", + "scale-info", + "scale-type-resolver", + "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "frame-election-provider-solution-type" version = "14.0.1" @@ -5581,6 +5548,18 @@ dependencies = [ "serde", ] +[[package]] +name = "frame-metadata" +version = "17.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "701bac17e9b55e0f95067c428ebcb46496587f08e8cf4ccc0fe5903bea10dbb8" +dependencies = [ + "cfg-if", + "parity-scale-codec", + "scale-info", + "serde", +] + [[package]] name = "frame-metadata" version = "18.0.0" @@ -6200,7 +6179,7 @@ dependencies = [ "hex-literal", "log", "parity-scale-codec", - "subxt", + "subxt 0.38.1", "thiserror 1.0.69", "tokio", "tracing-subscriber", @@ -6341,7 +6320,7 @@ dependencies = [ "gsys", "hex-literal", "log", - "primitive-types 0.12.2", + "primitive-types 0.13.1", "proptest", "sp-arithmetic", "sp-core", @@ -6377,7 +6356,7 @@ dependencies = [ "numerated", "parity-scale-codec", "paste", - "primitive-types 0.12.2", + "primitive-types 0.13.1", "proptest", "rand 0.8.5", "scale-info", @@ -6526,7 +6505,7 @@ dependencies = [ "gsdk", "names", "parking_lot 0.12.3", - "primitive-types 0.12.2", + "primitive-types 0.13.1", "rand 0.8.5", "reqwest", "thiserror 1.0.69", @@ -6815,7 +6794,7 @@ dependencies = [ "log", "parity-scale-codec", "sp-consensus-babe", - "subxt", + "subxt 0.38.1", "thiserror 1.0.69", "tokio", "tracing-subscriber", @@ -7029,16 +7008,6 @@ dependencies = [ "rand_core 0.6.4", ] -[[package]] -name = "ghash" -version = "0.4.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99" -dependencies = [ - "opaque-debug 0.3.0", - "polyval 0.5.3", -] - [[package]] name = "ghash" version = "0.5.1" @@ -7046,7 +7015,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1" dependencies = [ "opaque-debug 0.3.0", - "polyval 0.6.2", + "polyval", ] [[package]] @@ -7131,7 +7100,7 @@ dependencies = [ "derive_more 2.0.1", "gear-ss58", "hex", - "primitive-types 0.12.2", + "primitive-types 0.13.1", "scale-info", "serde", ] @@ -7191,12 +7160,12 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.3", - "scale-decode", - "scale-value", + "scale-decode 0.14.0", + "scale-value 0.17.0", "serde_json", "sp-core", "sp-runtime", - "subxt", + "subxt 0.38.1", "thiserror 1.0.69", "tokio", ] @@ -7216,7 +7185,7 @@ dependencies = [ "sc-executor", "sc-executor-common", "sp-io", - "subxt-codegen", + "subxt-codegen 0.38.1", "syn 2.0.100", ] @@ -7233,7 +7202,7 @@ dependencies = [ name = "gstd" version = "1.8.1" dependencies = [ - "arrayvec 0.7.4", + "arrayvec 0.7.6", "const_format", "document-features", "futures", @@ -7743,7 +7712,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2 0.4.9", + "socket2 0.5.9", "tokio", "tower-service", "tracing", @@ -8353,10 +8322,11 @@ dependencies = [ [[package]] name = "js-sys" -version = "0.3.64" +version = "0.3.77" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a" +checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" dependencies = [ + "once_cell", "wasm-bindgen", ] @@ -8389,6 +8359,7 @@ version = "0.24.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c5c71d8c1a731cc4227c2f698d377e7848ca12c8a48866fc5e6951c43a4db843" dependencies = [ + "jsonrpsee-client-transport 0.24.7", "jsonrpsee-core 0.24.7", "jsonrpsee-http-client 0.24.7", "jsonrpsee-proc-macros", @@ -8736,6 +8707,16 @@ dependencies = [ "tiny-keccak", ] +[[package]] +name = "keccak-hash" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3e1b8590eb6148af2ea2d75f38e7d29f5ca970d5a4df456b3ef19b8b415d0264" +dependencies = [ + "primitive-types 0.13.1", + "tiny-keccak", +] + [[package]] name = "keyring" version = "1.2.1" @@ -9210,7 +9191,7 @@ version = "0.44.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "16ea178dabba6dde6ffc260a8e0452ccdc8f79becf544946692fff9d412fc29d" dependencies = [ - "arrayvec 0.7.4", + "arrayvec 0.7.6", "asynchronous-codec 0.6.2", "bytes", "either", @@ -9238,7 +9219,7 @@ name = "libp2p-kad" version = "0.46.1" source = "git+https://github.com/gear-tech/rust-libp2p?branch=al%2Fv0.54.1-patches#0dd074b05b50a9faf2043d51343e0f10a83a7b69" dependencies = [ - "arrayvec 0.7.4", + "arrayvec 0.7.6", "asynchronous-codec 0.7.0", "bytes", "either", @@ -10240,7 +10221,7 @@ dependencies = [ "blake3", "frame-metadata 18.0.0", "parity-scale-codec", - "scale-decode", + "scale-decode 0.13.1", "scale-info", ] @@ -10314,7 +10295,7 @@ 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", @@ -10855,13 +10836,24 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" +[[package]] +name = "num-derive" +version = "0.4.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" +dependencies = [ + "proc-macro2", + "quote", + "syn 2.0.100", +] + [[package]] name = "num-format" 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", ] @@ -11420,7 +11412,7 @@ dependencies = [ "pallet-gear-voucher", "pallet-timestamp", "parity-scale-codec", - "primitive-types 0.12.2", + "primitive-types 0.13.1", "rand 0.8.5", "rand_pcg", "scale-info", @@ -11450,7 +11442,7 @@ dependencies = [ "pallet-authorship", "pallet-balances", "parity-scale-codec", - "primitive-types 0.12.2", + "primitive-types 0.13.1", "scale-info", "sp-io", "sp-runtime", @@ -11502,7 +11494,7 @@ dependencies = [ "pallet-staking", "pallet-timestamp", "parity-scale-codec", - "primitive-types 0.12.2", + "primitive-types 0.13.1", "scale-info", "sha2 0.10.8", "sp-core", @@ -11559,7 +11551,7 @@ dependencies = [ "pallet-gear-scheduler", "pallet-timestamp", "parity-scale-codec", - "primitive-types 0.12.2", + "primitive-types 0.13.1", "scale-info", "sp-core", "sp-io", @@ -11619,7 +11611,7 @@ version = "1.8.1" dependencies = [ "jsonrpsee 0.24.7", "pallet-gear-eth-bridge-rpc-runtime-api", - "primitive-types 0.12.2", + "primitive-types 0.13.1", "sp-api", "sp-blockchain", "sp-core", @@ -11647,7 +11639,7 @@ dependencies = [ "pallet-balances", "pallet-gear-messenger", "parity-scale-codec", - "primitive-types 0.12.2", + "primitive-types 0.13.1", "scale-info", "sp-io", "sp-runtime", @@ -11669,7 +11661,7 @@ dependencies = [ "pallet-gear-gas", "pallet-timestamp", "parity-scale-codec", - "primitive-types 0.12.2", + "primitive-types 0.13.1", "rand 0.8.5", "scale-info", "sp-io", @@ -11700,7 +11692,7 @@ dependencies = [ "pallet-timestamp", "pallet-transaction-payment", "parity-scale-codec", - "primitive-types 0.12.2", + "primitive-types 0.13.1", "scale-info", "sp-core", "sp-io", @@ -11860,7 +11852,7 @@ dependencies = [ "gear-core", "pallet-balances", "parity-scale-codec", - "primitive-types 0.12.2", + "primitive-types 0.13.1", "scale-info", "sp-core", "sp-io", @@ -12313,7 +12305,7 @@ version = "3.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c9fde3d0718baf5bc92f577d652001da0f8d54cd03a7974e118d04fc888dc23d" dependencies = [ - "arrayvec 0.7.4", + "arrayvec 0.7.6", "bitvec", "byte-slice-cast", "bytes", @@ -12770,6 +12762,15 @@ dependencies = [ "thiserror 1.0.69", ] +[[package]] +name = "polkadot-sdk" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eb819108697967452fa6d8d96ab4c0d48cbaa423b3156499dcb24f1cf95d6775" +dependencies = [ + "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "polkadot-sdk-frame" version = "0.8.1" @@ -12928,17 +12929,6 @@ dependencies = [ "windows-sys 0.52.0", ] -[[package]] -name = "poly1305" -version = "0.7.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede" -dependencies = [ - "cpufeatures", - "opaque-debug 0.3.0", - "universal-hash 0.4.0", -] - [[package]] name = "poly1305" version = "0.8.0" @@ -12947,19 +12937,7 @@ checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf" dependencies = [ "cpufeatures", "opaque-debug 0.3.0", - "universal-hash 0.5.1", -] - -[[package]] -name = "polyval" -version = "0.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1" -dependencies = [ - "cfg-if", - "cpufeatures", - "opaque-debug 0.3.0", - "universal-hash 0.4.0", + "universal-hash", ] [[package]] @@ -12971,7 +12949,7 @@ dependencies = [ "cfg-if", "cpufeatures", "opaque-debug 0.3.0", - "universal-hash 0.5.1", + "universal-hash", ] [[package]] @@ -14050,7 +14028,7 @@ version = "0.1.0" source = "git+https://github.com/gear-tech/roast?branch=gear-v0.1.0#925a0e7313534b8ab901c4ff8b6c4af91b149d01" dependencies = [ "aes 0.8.4", - "ctr 0.9.2", + "ctr", "digest 0.10.7", "document-features", "frost-core", @@ -14485,6 +14463,16 @@ dependencies = [ "twox-hash", ] +[[package]] +name = "ruzstd" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5174a470eeb535a721ae9fdd6e291c2411a906b96592182d05217591d5c5cf7b" +dependencies = [ + "byteorder", + "derive_more 0.99.18", +] + [[package]] name = "rw-stream-sink" version = "0.4.0" @@ -14993,7 +14981,7 @@ version = "0.18.0" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "array-bytes", - "arrayvec 0.7.4", + "arrayvec 0.7.6", "blake2 0.10.6", "bytes", "futures", @@ -15608,7 +15596,22 @@ dependencies = [ "parity-scale-codec", "primitive-types 0.12.2", "scale-bits", - "scale-decode-derive", + "scale-decode-derive 0.13.1", + "scale-type-resolver", + "smallvec", +] + +[[package]] +name = "scale-decode" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f8ae9cc099ae85ff28820210732b00f019546f36f33225f509fe25d5816864a0" +dependencies = [ + "derive_more 1.0.0", + "parity-scale-codec", + "primitive-types 0.13.1", + "scale-bits", + "scale-decode-derive 0.14.0", "scale-type-resolver", "smallvec", ] @@ -15625,6 +15628,18 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "scale-decode-derive" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5ed9401effa946b493f9f84dc03714cca98119b230497df6f3df6b84a2b03648" +dependencies = [ + "darling 0.20.10", + "proc-macro2", + "quote", + "syn 2.0.100", +] + [[package]] name = "scale-encode" version = "0.7.1" @@ -15635,7 +15650,22 @@ dependencies = [ "parity-scale-codec", "primitive-types 0.12.2", "scale-bits", - "scale-encode-derive", + "scale-encode-derive 0.7.1", + "scale-type-resolver", + "smallvec", +] + +[[package]] +name = "scale-encode" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5f9271284d05d0749c40771c46180ce89905fd95aa72a2a2fddb4b7c0aa424db" +dependencies = [ + "derive_more 1.0.0", + "parity-scale-codec", + "primitive-types 0.13.1", + "scale-bits", + "scale-encode-derive 0.8.0", "scale-type-resolver", "smallvec", ] @@ -15653,6 +15683,19 @@ dependencies = [ "syn 1.0.109", ] +[[package]] +name = "scale-encode-derive" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "102fbc6236de6c53906c0b262f12c7aa69c2bdc604862c12728f5f4d370bc137" +dependencies = [ + "darling 0.20.10", + "proc-macro-crate 3.1.0", + "proc-macro2", + "quote", + "syn 2.0.100", +] + [[package]] name = "scale-info" version = "2.11.6" @@ -15702,6 +15745,19 @@ dependencies = [ "thiserror 1.0.69", ] +[[package]] +name = "scale-typegen" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0dc4c70c7fea2eef1740f0081d3fe385d8bee1eef11e9272d3bec7dc8e5438e0" +dependencies = [ + "proc-macro2", + "quote", + "scale-info", + "syn 2.0.100", + "thiserror 1.0.69", +] + [[package]] name = "scale-value" version = "0.16.2" @@ -15715,8 +15771,28 @@ dependencies = [ "frame-metadata 15.1.0", "parity-scale-codec", "scale-bits", - "scale-decode", - "scale-encode", + "scale-decode 0.13.1", + "scale-encode 0.7.1", + "scale-info", + "scale-type-resolver", + "serde", + "yap", +] + +[[package]] +name = "scale-value" +version = "0.17.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f5e0ef2a0ee1e02a69ada37feb87ea1616ce9808aca072befe2d3131bf28576e" +dependencies = [ + "base58", + "blake2 0.10.6", + "derive_more 1.0.0", + "either", + "parity-scale-codec", + "scale-bits", + "scale-decode 0.14.0", + "scale-encode 0.8.0", "scale-info", "scale-type-resolver", "serde", @@ -15774,9 +15850,9 @@ version = "0.11.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8de18f6d8ba0aad7045f5feae07ec29899c1112584a38509a84ad7b04451eaa0" dependencies = [ - "aead 0.5.2", + "aead", "arrayref", - "arrayvec 0.7.4", + "arrayvec 0.7.6", "curve25519-dalek", "getrandom_or_panic", "merlin", @@ -16375,14 +16451,14 @@ version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e6d1eaa97d77be4d026a1e7ffad1bb3b78448763b357ea6f8188d3e6f736a9b9" dependencies = [ - "arrayvec 0.7.4", + "arrayvec 0.7.6", "async-lock 3.4.0", "atomic-take", "base64 0.21.7", "bip39", "blake2-rfc", "bs58", - "chacha20 0.9.1", + "chacha20", "crossbeam-queue", "derive_more 0.99.18", "ed25519-zebra", @@ -16405,10 +16481,10 @@ dependencies = [ "num-traits", "pbkdf2", "pin-project", - "poly1305 0.8.0", + "poly1305", "rand 0.8.5", "rand_chacha 0.3.1", - "ruzstd", + "ruzstd 0.5.0", "schnorrkel", "serde", "serde_json", @@ -16424,6 +16500,60 @@ dependencies = [ "zeroize", ] +[[package]] +name = "smoldot" +version = "0.18.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "966e72d77a3b2171bb7461d0cb91f43670c63558c62d7cf42809cae6c8b6b818" +dependencies = [ + "arrayvec 0.7.6", + "async-lock 3.4.0", + "atomic-take", + "base64 0.22.1", + "bip39", + "blake2-rfc", + "bs58", + "chacha20", + "crossbeam-queue", + "derive_more 0.99.18", + "ed25519-zebra", + "either", + "event-listener 5.4.0", + "fnv", + "futures-lite 2.3.0", + "futures-util", + "hashbrown 0.14.5", + "hex", + "hmac 0.12.1", + "itertools 0.13.0", + "libm", + "libsecp256k1", + "merlin", + "nom", + "num-bigint", + "num-rational", + "num-traits", + "pbkdf2", + "pin-project", + "poly1305", + "rand 0.8.5", + "rand_chacha 0.3.1", + "ruzstd 0.6.0", + "schnorrkel", + "serde", + "serde_json", + "sha2 0.10.8", + "sha3", + "siphasher 1.0.1", + "slab", + "smallvec", + "soketto 0.8.0", + "twox-hash", + "wasmi 0.32.3", + "x25519-dalek", + "zeroize", +] + [[package]] name = "smoldot-light" version = "0.14.0" @@ -16456,7 +16586,43 @@ dependencies = [ "siphasher 1.0.1", "slab", "smol", - "smoldot", + "smoldot 0.16.0", + "zeroize", +] + +[[package]] +name = "smoldot-light" +version = "0.16.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2a33b06891f687909632ce6a4e3fd7677b24df930365af3d0bcb078310129f3f" +dependencies = [ + "async-channel 2.3.1", + "async-lock 3.4.0", + "base64 0.22.1", + "blake2-rfc", + "bs58", + "derive_more 0.99.18", + "either", + "event-listener 5.4.0", + "fnv", + "futures-channel", + "futures-lite 2.3.0", + "futures-util", + "hashbrown 0.14.5", + "hex", + "itertools 0.13.0", + "log", + "lru 0.12.3", + "parking_lot 0.12.3", + "pin-project", + "rand 0.8.5", + "rand_chacha 0.3.1", + "serde", + "serde_json", + "siphasher 1.0.1", + "slab", + "smol", + "smoldot 0.18.0", "zeroize", ] @@ -16468,16 +16634,16 @@ checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831" [[package]] name = "snow" -version = "0.9.3" +version = "0.9.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c9d1425eb528a21de2755c75af4c9b5d57f50a0d4c3b7f1828a4cd03f8ba155" +checksum = "850948bee068e713b8ab860fe1adc4d109676ab4c3b621fd8147f06b261f2f85" dependencies = [ - "aes-gcm 0.9.2", + "aes-gcm", "blake2 0.10.6", "chacha20poly1305", "curve25519-dalek", "rand_core 0.6.4", - "ring 0.16.20", + "ring 0.17.8", "rustc_version 0.4.0", "sha2 0.10.8", "subtle 2.6.1", @@ -17114,7 +17280,7 @@ name = "sp-statement-store" version = "19.0.0" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ - "aes-gcm 0.10.3", + "aes-gcm", "curve25519-dalek", "ed25519-dalek", "hkdf 0.12.4", @@ -17731,23 +17897,60 @@ dependencies = [ "primitive-types 0.12.2", "reconnecting-jsonrpsee-ws-client", "scale-bits", - "scale-decode", - "scale-encode", + "scale-decode 0.13.1", + "scale-encode 0.7.1", "scale-info", - "scale-value", + "scale-value 0.16.2", "serde", "serde_json", "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "subxt-core", - "subxt-lightclient", - "subxt-macro", - "subxt-metadata", + "subxt-core 0.37.0", + "subxt-lightclient 0.37.0", + "subxt-macro 0.37.0", + "subxt-metadata 0.37.0", "thiserror 1.0.69", "tokio-util", "tracing", "url", ] +[[package]] +name = "subxt" +version = "0.38.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1c17d7ec2359d33133b63c97e28c8b7cd3f0a5bc6ce567ae3aef9d9e85be3433" +dependencies = [ + "async-trait", + "derive-where", + "either", + "frame-metadata 17.0.0", + "futures", + "hex", + "impl-serde 0.5.0", + "jsonrpsee 0.24.7", + "parity-scale-codec", + "polkadot-sdk", + "primitive-types 0.13.1", + "scale-bits", + "scale-decode 0.14.0", + "scale-encode 0.8.0", + "scale-info", + "scale-value 0.17.0", + "serde", + "serde_json", + "subxt-core 0.38.1", + "subxt-lightclient 0.38.1", + "subxt-macro 0.38.1", + "subxt-metadata 0.38.1", + "thiserror 1.0.69", + "tokio", + "tokio-util", + "tracing", + "url", + "wasm-bindgen-futures", + "web-time", +] + [[package]] name = "subxt-codegen" version = "0.37.0" @@ -17762,13 +17965,30 @@ dependencies = [ "proc-macro2", "quote", "scale-info", - "scale-typegen", - "subxt-metadata", + "scale-typegen 0.8.0", + "subxt-metadata 0.37.0", "syn 2.0.100", "thiserror 1.0.69", "tokio", ] +[[package]] +name = "subxt-codegen" +version = "0.38.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6550ef451c77db6e3bc7c56fb6fe1dca9398a2c8fc774b127f6a396a769b9c5b" +dependencies = [ + "heck 0.5.0", + "parity-scale-codec", + "proc-macro2", + "quote", + "scale-info", + "scale-typegen 0.9.0", + "subxt-metadata 0.38.1", + "syn 2.0.100", + "thiserror 1.0.69", +] + [[package]] name = "subxt-core" version = "0.37.0" @@ -17785,14 +18005,43 @@ dependencies = [ "parity-scale-codec", "primitive-types 0.12.2", "scale-bits", - "scale-decode", - "scale-encode", + "scale-decode 0.13.1", + "scale-encode 0.7.1", "scale-info", - "scale-value", + "scale-value 0.16.2", "serde", "serde_json", "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "subxt-metadata", + "subxt-metadata 0.37.0", + "tracing", +] + +[[package]] +name = "subxt-core" +version = "0.38.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cb7a1bc6c9c1724971636a66e3225a7253cdb35bb6efb81524a6c71c04f08c59" +dependencies = [ + "base58", + "blake2 0.10.6", + "derive-where", + "frame-decode", + "frame-metadata 17.0.0", + "hashbrown 0.14.5", + "hex", + "impl-serde 0.5.0", + "keccak-hash 0.11.0", + "parity-scale-codec", + "polkadot-sdk", + "primitive-types 0.13.1", + "scale-bits", + "scale-decode 0.14.0", + "scale-encode 0.8.0", + "scale-info", + "scale-value 0.17.0", + "serde", + "serde_json", + "subxt-metadata 0.38.1", "tracing", ] @@ -17806,7 +18055,24 @@ dependencies = [ "futures-util", "serde", "serde_json", - "smoldot-light", + "smoldot-light 0.14.0", + "thiserror 1.0.69", + "tokio", + "tokio-stream", + "tracing", +] + +[[package]] +name = "subxt-lightclient" +version = "0.38.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "89ebc9131da4d0ba1f7814495b8cc79698798ccd52cacd7bcefe451e415bd945" +dependencies = [ + "futures", + "futures-util", + "serde", + "serde_json", + "smoldot-light 0.16.2", "thiserror 1.0.69", "tokio", "tokio-stream", @@ -17823,8 +18089,24 @@ dependencies = [ "parity-scale-codec", "proc-macro-error", "quote", - "scale-typegen", - "subxt-codegen", + "scale-typegen 0.8.0", + "subxt-codegen 0.37.0", + "syn 2.0.100", +] + +[[package]] +name = "subxt-macro" +version = "0.38.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7819c5e09aae0319981ee853869f2fcd1fac4db8babd0d004c17161297aadc05" +dependencies = [ + "darling 0.20.10", + "parity-scale-codec", + "proc-macro-error2", + "quote", + "scale-typegen 0.9.0", + "subxt-codegen 0.38.1", + "subxt-utils-fetchmetadata", "syn 2.0.100", ] @@ -17841,6 +18123,20 @@ dependencies = [ "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "subxt-metadata" +version = "0.38.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "aacd4e7484fef58deaa2dcb32d94753a864b208a668c0dd0c28be1d8abeeadb2" +dependencies = [ + "frame-decode", + "frame-metadata 17.0.0", + "hashbrown 0.14.5", + "parity-scale-codec", + "polkadot-sdk", + "scale-info", +] + [[package]] name = "subxt-signer" version = "0.37.0" @@ -17852,7 +18148,7 @@ dependencies = [ "cfg-if", "hex", "hmac 0.12.1", - "keccak-hash", + "keccak-hash 0.10.0", "parity-scale-codec", "pbkdf2", "regex", @@ -17861,10 +18157,21 @@ dependencies = [ "secrecy", "sha2 0.10.8", "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "subxt-core", + "subxt-core 0.37.0", "zeroize", ] +[[package]] +name = "subxt-utils-fetchmetadata" +version = "0.38.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a3c53bc3eeaacc143a2f29ace4082edd2edaccab37b69ad20befba9fb00fdb3d" +dependencies = [ + "hex", + "parity-scale-codec", + "thiserror 1.0.69", +] + [[package]] name = "syn" version = "1.0.109" @@ -18302,9 +18609,9 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.15" +version = "0.1.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af" +checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" dependencies = [ "futures-core", "pin-project-lite", @@ -18812,7 +19119,7 @@ version = "3.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da" dependencies = [ - "arrayvec 0.7.4", + "arrayvec 0.7.6", ] [[package]] @@ -18869,16 +19176,6 @@ version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" -[[package]] -name = "universal-hash" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8326b2c654932e3e4f9196e69d08fdf7cfd718e1dc6f66b347e6024a0c961402" -dependencies = [ - "generic-array 0.14.7", - "subtle 2.6.1", -] - [[package]] name = "universal-hash" version = "0.5.1" @@ -19216,23 +19513,24 @@ dependencies = [ [[package]] name = "wasm-bindgen" -version = "0.2.92" +version = "0.2.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" +checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" dependencies = [ "cfg-if", + "once_cell", + "rustversion", "wasm-bindgen-macro", ] [[package]] name = "wasm-bindgen-backend" -version = "0.2.92" +version = "0.2.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" +checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" dependencies = [ "bumpalo", "log", - "once_cell", "proc-macro2", "quote", "syn 2.0.100", @@ -19241,21 +19539,22 @@ dependencies = [ [[package]] name = "wasm-bindgen-futures" -version = "0.4.37" +version = "0.4.50" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03" +checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61" dependencies = [ "cfg-if", "js-sys", + "once_cell", "wasm-bindgen", "web-sys", ] [[package]] name = "wasm-bindgen-macro" -version = "0.2.92" +version = "0.2.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" +checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -19263,9 +19562,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.92" +version = "0.2.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" +checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" dependencies = [ "proc-macro2", "quote", @@ -19276,9 +19575,12 @@ dependencies = [ [[package]] name = "wasm-bindgen-shared" -version = "0.2.92" +version = "0.2.100" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" +checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" +dependencies = [ + "unicode-ident", +] [[package]] name = "wasm-encoder" @@ -19588,17 +19890,34 @@ dependencies = [ "wasmparser-nostd", ] +[[package]] +name = "wasmi" +version = "0.32.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "50386c99b9c32bd2ed71a55b6dd4040af2580530fae8bdb9a6576571a80d0cca" +dependencies = [ + "arrayvec 0.7.6", + "multi-stash", + "num-derive", + "num-traits", + "smallvec", + "spin 0.9.8", + "wasmi_collections 0.32.3", + "wasmi_core 0.32.3", + "wasmparser-nostd", +] + [[package]] name = "wasmi" version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b07e84e3bcdab2f4301827623260ada2557596ca462f7470b60f5182a25270b1" dependencies = [ - "arrayvec 0.7.4", + "arrayvec 0.7.6", "multi-stash", "smallvec", "spin 0.9.8", - "wasmi_collections", + "wasmi_collections 0.38.0", "wasmi_core 0.38.0", "wasmi_ir", "wasmparser-nostd", @@ -19618,6 +19937,17 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "104a7f73be44570cac297b3035d76b169d6599637631cf37a1703326a0727073" +[[package]] +name = "wasmi_collections" +version = "0.32.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9c128c039340ffd50d4195c3f8ce31aac357f06804cfc494c8b9508d4b30dca4" +dependencies = [ + "ahash 0.8.11", + "hashbrown 0.14.5", + "string-interner", +] + [[package]] name = "wasmi_collections" version = "0.38.0" @@ -19654,6 +19984,18 @@ dependencies = [ "paste", ] +[[package]] +name = "wasmi_core" +version = "0.32.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a23b3a7f6c8c3ceeec6b83531ee61f0013c56e51cbf2b14b0f213548b23a4b41" +dependencies = [ + "downcast-rs", + "libm", + "num-traits", + "paste", +] + [[package]] name = "wasmi_core" version = "0.38.0" @@ -20019,9 +20361,9 @@ dependencies = [ [[package]] name = "web-sys" -version = "0.3.64" +version = "0.3.77" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b" +checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2" dependencies = [ "js-sys", "wasm-bindgen", diff --git a/Cargo.toml b/Cargo.toml index 735556a277a..c13c0d7efe3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -153,7 +153,7 @@ num_enum = { version = "0.6.1", default-features = false } parity-scale-codec = { version = "3.7.4", default-features = false } parking_lot = "0.12.3" path-clean = "1.0.1" -primitive-types = { version = "0.12.2", default-features = false } +primitive-types = { version = "0.13.1", default-features = false } proc-macro2 = { version = "1", default-features = false } prometheus = { version = "0.13.0", default-features = false } proptest = "1.5.0" @@ -172,9 +172,9 @@ serde-json-wasm = { version = "1.0.1", default-features = false } serde_yaml = "0.8.26" sha-1 = "0.10.1" static_init = "1.0.3" -subxt = "0.37.0" -subxt-metadata = "0.37.0" -subxt-codegen = "0.37.0" +subxt = "0.38.0" +subxt-metadata = "0.38.0" +subxt-codegen = "0.38.0" syn = "2.0.71" thiserror = "1.0.69" tokio = { version = "1.38.0" } @@ -533,11 +533,11 @@ trybuild = "1" # gstd/codegen wasmprinter = "0.230" # utils/wasm-gen whoami = "1.5.1" # gcli fail = "0.5" # gear-common -scale-value = "^0.16" # gsdk +scale-value = "^0.17" # gsdk heck = "0.5.0" # gsdk-api-gen etc = "0.1.19" # gcli toml_edit = "0.22.12" # crates-io -scale-decode = "0.13.0" # gsdk +scale-decode = "0.14.0" # gsdk directories = "5.0.1" # utils/key-finder num-traits = { version = "0.2", default-features = false } # gear-core glob = "0.3.1" # cargo-gbuild diff --git a/ethexe/common/src/gear.rs b/ethexe/common/src/gear.rs index 1abeb6e8f79..952fe602388 100644 --- a/ethexe/common/src/gear.rs +++ b/ethexe/common/src/gear.rs @@ -114,7 +114,7 @@ impl ToDigest for OperatorRewardsCommitment { fn update_hasher(&self, hasher: &mut sha3::Keccak256) { let OperatorRewardsCommitment { amount, root } = self; - hasher.update(<[u8; 32]>::from(*amount)); + hasher.update(amount.to_little_endian()); hasher.update(root); } } @@ -144,10 +144,10 @@ impl ToDigest for StakerRewardsCommitment { .iter() .for_each(|StakerRewards { vault, amount }| { hasher.update(vault); - hasher.update(<[u8; 32]>::from(*amount)); + hasher.update(amount.to_little_endian()); }); - hasher.update(<[u8; 32]>::from(*total_amount)); + hasher.update(total_amount.to_little_endian()); hasher.update(token); } } diff --git a/ethexe/ethereum/src/abi/mod.rs b/ethexe/ethereum/src/abi/mod.rs index 7004f14d1a8..86e3966eb91 100644 --- a/ethexe/ethereum/src/abi/mod.rs +++ b/ethexe/ethereum/src/abi/mod.rs @@ -106,8 +106,7 @@ pub(crate) mod utils { } pub fn u256_to_uint256(value: U256) -> Uint256 { - let mut bytes = [0u8; Uint256::BYTES]; - value.to_little_endian(&mut bytes); + let bytes = value.to_little_endian(); Uint256::from_le_bytes(bytes) } diff --git a/gsdk/Cargo.toml b/gsdk/Cargo.toml index df48ccbef13..fff5c9ed882 100644 --- a/gsdk/Cargo.toml +++ b/gsdk/Cargo.toml @@ -13,7 +13,7 @@ repository.workspace = true rust-version.workspace = true [dependencies] -anyhow.workspace = true +anyhow = { workspace = true, features = ["std"] } base64.workspace = true colored.workspace = true futures-util.workspace = true diff --git a/gsdk/src/metadata/generated.rs b/gsdk/src/metadata/generated.rs index 865ee28b170..f77c998cf3c 100644 --- a/gsdk/src/metadata/generated.rs +++ b/gsdk/src/metadata/generated.rs @@ -16,7 +16,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . -#[allow(dead_code, unused_imports, non_camel_case_types)] +#[allow(dead_code, unused_imports, non_camel_case_types, unreachable_patterns)] #[allow(clippy::all)] #[allow(rustdoc::broken_intra_doc_links)] pub mod runtime_types { @@ -94,12 +94,6 @@ pub mod runtime_types { Mandatory, } #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] - pub struct DispatchInfo { - pub weight: runtime_types::sp_weights::weight_v2::Weight, - pub class: runtime_types::frame_support::dispatch::DispatchClass, - pub pays_fee: runtime_types::frame_support::dispatch::Pays, - } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum Pays { #[codec(index = 0)] Yes, @@ -409,13 +403,13 @@ pub mod runtime_types { #[codec(index = 0)] #[doc = "An extrinsic completed successfully."] ExtrinsicSuccess { - dispatch_info: runtime_types::frame_support::dispatch::DispatchInfo, + dispatch_info: runtime_types::frame_system::DispatchEventInfo, }, #[codec(index = 1)] #[doc = "An extrinsic failed."] ExtrinsicFailed { dispatch_error: runtime_types::sp_runtime::DispatchError, - dispatch_info: runtime_types::frame_support::dispatch::DispatchInfo, + dispatch_info: runtime_types::frame_system::DispatchEventInfo, }, #[codec(index = 2)] #[doc = "`:code` was updated."] @@ -458,6 +452,12 @@ pub mod runtime_types { pub check_version: ::core::primitive::bool, } #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + pub struct DispatchEventInfo { + pub weight: runtime_types::sp_weights::weight_v2::Weight, + pub class: runtime_types::frame_support::dispatch::DispatchClass, + pub pays_fee: runtime_types::frame_support::dispatch::Pays, + } + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct EventRecord<_0, _1> { pub phase: runtime_types::frame_system::Phase, pub event: _0, @@ -1799,6 +1799,28 @@ pub mod runtime_types { bounty_id: ::core::primitive::u32, remark: ::subxt::ext::subxt_core::alloc::vec::Vec<::core::primitive::u8>, }, + #[codec(index = 9)] + #[doc = "Approve bountry and propose a curator simultaneously."] + #[doc = "This call is a shortcut to calling `approve_bounty` and `propose_curator` separately."] + #[doc = ""] + #[doc = "May only be called from `T::SpendOrigin`."] + #[doc = ""] + #[doc = "- `bounty_id`: Bounty ID to approve."] + #[doc = "- `curator`: The curator account whom will manage this bounty."] + #[doc = "- `fee`: The curator fee."] + #[doc = ""] + #[doc = "## Complexity"] + #[doc = "- O(1)."] + approve_bounty_with_curator { + #[codec(compact)] + bounty_id: ::core::primitive::u32, + curator: ::subxt::ext::subxt_core::utils::MultiAddress< + ::subxt::ext::subxt_core::utils::AccountId32, + (), + >, + #[codec(compact)] + fee: ::core::primitive::u128, + }, } #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Error` enum of this pallet."] @@ -1919,6 +1941,8 @@ pub mod runtime_types { beneficiary: _0, unlock_at: _1, }, + #[codec(index = 6)] + ApprovedWithCurator { curator: _0 }, } } pub mod pallet_child_bounties { @@ -4349,8 +4373,9 @@ pub mod runtime_types { #[codec(index = 15)] #[doc = "Add an `AccountId` with permission to grant usernames with a given `suffix` appended."] #[doc = ""] - #[doc = "The authority can grant up to `allocation` usernames. To top up their allocation, they"] - #[doc = "should just issue (or request via governance) a new `add_username_authority` call."] + #[doc = "The authority can grant up to `allocation` usernames. To top up the allocation or"] + #[doc = "change the account used to grant usernames, this call can be used with the updated"] + #[doc = "parameters to overwrite the existing configuration."] add_username_authority { authority: ::subxt::ext::subxt_core::utils::MultiAddress< ::subxt::ext::subxt_core::utils::AccountId32, @@ -4362,6 +4387,7 @@ pub mod runtime_types { #[codec(index = 16)] #[doc = "Remove `authority` from the username authorities."] remove_username_authority { + suffix: ::subxt::ext::subxt_core::alloc::vec::Vec<::core::primitive::u8>, authority: ::subxt::ext::subxt_core::utils::MultiAddress< ::subxt::ext::subxt_core::utils::AccountId32, (), @@ -4370,7 +4396,11 @@ pub mod runtime_types { #[codec(index = 17)] #[doc = "Set the username for `who`. Must be called by a username authority."] #[doc = ""] - #[doc = "The authority must have an `allocation`. Users can either pre-sign their usernames or"] + #[doc = "If `use_allocation` is set, the authority must have a username allocation available to"] + #[doc = "spend. Otherwise, the authority will need to put up a deposit for registering the"] + #[doc = "username."] + #[doc = ""] + #[doc = "Users can either pre-sign their usernames or"] #[doc = "accept them later."] #[doc = ""] #[doc = "Usernames must:"] @@ -4385,6 +4415,7 @@ pub mod runtime_types { username: ::subxt::ext::subxt_core::alloc::vec::Vec<::core::primitive::u8>, signature: ::core::option::Option, + use_allocation: ::core::primitive::bool, }, #[codec(index = 18)] #[doc = "Accept a given username that an `authority` granted. The call must include the full"] @@ -4411,9 +4442,26 @@ pub mod runtime_types { >, }, #[codec(index = 21)] - #[doc = "Remove a username that corresponds to an account with no identity. Exists when a user"] - #[doc = "gets a username but then calls `clear_identity`."] - remove_dangling_username { + #[doc = "Start the process of removing a username by placing it in the unbinding usernames map."] + #[doc = "Once the grace period has passed, the username can be deleted by calling"] + #[doc = "[remove_username](crate::Call::remove_username)."] + unbind_username { + username: runtime_types::bounded_collections::bounded_vec::BoundedVec< + ::core::primitive::u8, + >, + }, + #[codec(index = 22)] + #[doc = "Permanently delete a username which has been unbinding for longer than the grace period."] + #[doc = "Caller is refunded the fee if the username expired and the removal was successful."] + remove_username { + username: runtime_types::bounded_collections::bounded_vec::BoundedVec< + ::core::primitive::u8, + >, + }, + #[codec(index = 23)] + #[doc = "Call with [ForceOrigin](crate::Config::ForceOrigin) privileges which deletes a username"] + #[doc = "and slashes any deposit associated with it."] + kill_username { username: runtime_types::bounded_collections::bounded_vec::BoundedVec< ::core::primitive::u8, >, @@ -4500,6 +4548,19 @@ pub mod runtime_types { #[codec(index = 25)] #[doc = "The username cannot be forcefully removed because it can still be accepted."] NotExpired, + #[codec(index = 26)] + #[doc = "The username cannot be removed because it's still in the grace period."] + TooEarly, + #[codec(index = 27)] + #[doc = "The username cannot be removed because it is not unbinding."] + NotUnbinding, + #[codec(index = 28)] + #[doc = "The username cannot be unbound because it is already unbinding."] + AlreadyUnbinding, + #[codec(index = 29)] + #[doc = "The action cannot be performed because of insufficient privileges (e.g. authority"] + #[doc = "trying to unbind a username provided by the system)."] + InsufficientPrivileges, } #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Event` enum of this pallet"] @@ -4552,13 +4613,26 @@ pub mod runtime_types { deposit: ::core::primitive::u128, }, #[codec(index = 8)] + #[doc = "An account's sub-identities were set (in bulk)."] + SubIdentitiesSet { + main: ::subxt::ext::subxt_core::utils::AccountId32, + number_of_subs: ::core::primitive::u32, + new_deposit: ::core::primitive::u128, + }, + #[codec(index = 9)] + #[doc = "A given sub-account's associated name was changed by its super-identity."] + SubIdentityRenamed { + sub: ::subxt::ext::subxt_core::utils::AccountId32, + main: ::subxt::ext::subxt_core::utils::AccountId32, + }, + #[codec(index = 10)] #[doc = "A sub-identity was removed from an identity and the deposit freed."] SubIdentityRemoved { sub: ::subxt::ext::subxt_core::utils::AccountId32, main: ::subxt::ext::subxt_core::utils::AccountId32, deposit: ::core::primitive::u128, }, - #[codec(index = 9)] + #[codec(index = 11)] #[doc = "A sub-identity was cleared, and the given deposit repatriated from the"] #[doc = "main identity account to the sub-identity account."] SubIdentityRevoked { @@ -4566,17 +4640,17 @@ pub mod runtime_types { main: ::subxt::ext::subxt_core::utils::AccountId32, deposit: ::core::primitive::u128, }, - #[codec(index = 10)] + #[codec(index = 12)] #[doc = "A username authority was added."] AuthorityAdded { authority: ::subxt::ext::subxt_core::utils::AccountId32, }, - #[codec(index = 11)] + #[codec(index = 13)] #[doc = "A username authority was removed."] AuthorityRemoved { authority: ::subxt::ext::subxt_core::utils::AccountId32, }, - #[codec(index = 12)] + #[codec(index = 14)] #[doc = "A username was set for `who`."] UsernameSet { who: ::subxt::ext::subxt_core::utils::AccountId32, @@ -4584,7 +4658,7 @@ pub mod runtime_types { ::core::primitive::u8, >, }, - #[codec(index = 13)] + #[codec(index = 15)] #[doc = "A username was queued, but `who` must accept it prior to `expiration`."] UsernameQueued { who: ::subxt::ext::subxt_core::utils::AccountId32, @@ -4593,12 +4667,12 @@ pub mod runtime_types { >, expiration: ::core::primitive::u32, }, - #[codec(index = 14)] + #[codec(index = 16)] #[doc = "A queued username passed its expiration without being claimed and was removed."] PreapprovalExpired { whose: ::subxt::ext::subxt_core::utils::AccountId32, }, - #[codec(index = 15)] + #[codec(index = 17)] #[doc = "A username was set as a primary and can be looked up from `who`."] PrimaryUsernameSet { who: ::subxt::ext::subxt_core::utils::AccountId32, @@ -4606,7 +4680,7 @@ pub mod runtime_types { ::core::primitive::u8, >, }, - #[codec(index = 16)] + #[codec(index = 18)] #[doc = "A dangling username (as in, a username corresponding to an account that has removed its"] #[doc = "identity) has been removed."] DanglingUsernameRemoved { @@ -4615,13 +4689,34 @@ pub mod runtime_types { ::core::primitive::u8, >, }, + #[codec(index = 19)] + #[doc = "A username has been unbound."] + UsernameUnbound { + username: runtime_types::bounded_collections::bounded_vec::BoundedVec< + ::core::primitive::u8, + >, + }, + #[codec(index = 20)] + #[doc = "A username has been removed."] + UsernameRemoved { + username: runtime_types::bounded_collections::bounded_vec::BoundedVec< + ::core::primitive::u8, + >, + }, + #[codec(index = 21)] + #[doc = "A username has been killed."] + UsernameKilled { + username: runtime_types::bounded_collections::bounded_vec::BoundedVec< + ::core::primitive::u8, + >, + }, } } pub mod types { use super::runtime_types; #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct AuthorityProperties<_0> { - pub suffix: _0, + pub account_id: _0, pub allocation: ::core::primitive::u32, } #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] @@ -4721,6 +4816,15 @@ pub mod runtime_types { Erroneous, } #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + pub enum Provider<_0> { + #[codec(index = 0)] + Allocation, + #[codec(index = 1)] + AuthorityDeposit(_0), + #[codec(index = 2)] + System, + } + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct RegistrarInfo<_0, _1, _2> { pub account: _1, pub fee: _0, @@ -4735,6 +4839,11 @@ pub mod runtime_types { pub deposit: _0, pub info: _2, } + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + pub struct UsernameInformation<_0, _1> { + pub owner: _0, + pub provider: runtime_types::pallet_identity::types::Provider<_1>, + } } } pub mod pallet_im_online { @@ -5475,8 +5584,10 @@ pub mod runtime_types { #[doc = "Fails unless [`crate::pallet::Config::StakeAdapter`] is of strategy type:"] #[doc = "[`adapter::StakeStrategyType::Delegate`]."] #[doc = ""] - #[doc = "This call can be dispatched permissionlessly (i.e. by any account). If the member has"] - #[doc = "slash to be applied, caller may be rewarded with the part of the slash."] + #[doc = "The pending slash amount of the member must be equal or more than `ExistentialDeposit`."] + #[doc = "This call can be dispatched permissionlessly (i.e. by any account). If the execution"] + #[doc = "is successful, fee is refunded and caller may be rewarded with a part of the slash"] + #[doc = "based on the [`crate::pallet::Config::StakeAdapter`] configuration."] apply_slash { member_account: ::subxt::ext::subxt_core::utils::MultiAddress< ::subxt::ext::subxt_core::utils::AccountId32, @@ -5645,7 +5756,8 @@ pub mod runtime_types { #[doc = "The pool or member delegation has not migrated yet to delegate stake."] NotMigrated, #[codec(index = 35)] - #[doc = "This call is not allowed in the current state of the pallet."] + #[doc = "This call is not allowed in the current state of the pallet or an unspecific error"] + #[doc = "occurred."] NotSupported, } #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] @@ -7409,7 +7521,7 @@ pub mod runtime_types { #[codec(index = 2)] #[doc = "Schedule a portion of the stash to be unlocked ready for transfer out after the bond"] #[doc = "period ends. If this leaves an amount actively bonded less than"] - #[doc = "T::Currency::minimum_balance(), then it is increased to the full amount."] + #[doc = "[`asset::existential_deposit`], then it is increased to the full amount."] #[doc = ""] #[doc = "The dispatch origin for this call must be _Signed_ by the controller, not the stash."] #[doc = ""] @@ -7878,6 +7990,16 @@ pub mod runtime_types { >, >, }, + #[codec(index = 32)] + #[doc = "Adjusts the staking ledger by withdrawing any excess staked amount."] + #[doc = ""] + #[doc = "This function corrects cases where a user's recorded stake in the ledger"] + #[doc = "exceeds their actual staked funds. This situation can arise due to cases such as"] + #[doc = "external slashing by another pallet, leading to an inconsistency between the ledger"] + #[doc = "and the actual stake."] + withdraw_overstake { + stash: ::subxt::ext::subxt_core::utils::AccountId32, + }, } #[derive( Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, @@ -8075,10 +8197,12 @@ pub mod runtime_types { stash: ::subxt::ext::subxt_core::utils::AccountId32, }, #[codec(index = 12)] - #[doc = "The stakers' rewards are getting paid."] + #[doc = "A Page of stakers rewards are getting paid. `next` is `None` if all pages are claimed."] PayoutStarted { era_index: ::core::primitive::u32, validator_stash: ::subxt::ext::subxt_core::utils::AccountId32, + page: ::core::primitive::u32, + next: ::core::option::Option<::core::primitive::u32>, }, #[codec(index = 13)] #[doc = "A validator has set their preferences."] @@ -9269,8 +9393,6 @@ pub mod runtime_types { } } } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] - pub enum Void {} } pub mod sp_npos_elections { use super::runtime_types; @@ -9861,6 +9983,40 @@ pub mod runtime_types { } } } + pub mod proving_trie { + use super::runtime_types; + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + pub enum TrieError { + #[codec(index = 0)] + InvalidStateRoot, + #[codec(index = 1)] + IncompleteDatabase, + #[codec(index = 2)] + ValueAtIncompleteKey, + #[codec(index = 3)] + DecoderError, + #[codec(index = 4)] + InvalidHash, + #[codec(index = 5)] + DuplicateKey, + #[codec(index = 6)] + ExtraneousNode, + #[codec(index = 7)] + ExtraneousValue, + #[codec(index = 8)] + ExtraneousHashReference, + #[codec(index = 9)] + InvalidChildReference, + #[codec(index = 10)] + ValueMismatch, + #[codec(index = 11)] + IncompleteProof, + #[codec(index = 12)] + RootMismatch, + #[codec(index = 13)] + DecodeError, + } + } pub mod traits { use super::runtime_types; #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] @@ -9896,6 +10052,8 @@ pub mod runtime_types { Unavailable, #[codec(index = 13)] RootNotAllowed, + #[codec(index = 14)] + Trie(runtime_types::sp_runtime::proving_trie::TrieError), } #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct DispatchErrorWithPostInfo<_0> { @@ -10016,7 +10174,7 @@ pub mod runtime_types { ::core::primitive::u32, )>, pub transaction_version: ::core::primitive::u32, - pub state_version: ::core::primitive::u8, + pub system_version: ::core::primitive::u8, } } pub mod sp_weights { @@ -10274,8 +10432,6 @@ pub mod runtime_types { Origins( runtime_types::vara_runtime::governance::origins::pallet_custom_origins::Origin, ), - #[codec(index = 2)] - Void(runtime_types::sp_core::Void), } #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum ProxyType { @@ -10607,6 +10763,7 @@ pub mod calls { ClaimBounty, CloseBounty, ExtendBountyExpiry, + ApproveBountyWithCurator, } impl CallInfo for BountiesCall { const PALLET: &'static str = "Bounties"; @@ -10621,6 +10778,7 @@ pub mod calls { Self::ClaimBounty => "claim_bounty", Self::CloseBounty => "close_bounty", Self::ExtendBountyExpiry => "extend_bounty_expiry", + Self::ApproveBountyWithCurator => "approve_bounty_with_curator", } } } @@ -10861,7 +11019,9 @@ pub mod calls { AcceptUsername, RemoveExpiredApproval, SetPrimaryUsername, - RemoveDanglingUsername, + UnbindUsername, + RemoveUsername, + KillUsername, } impl CallInfo for IdentityCall { const PALLET: &'static str = "Identity"; @@ -10888,7 +11048,9 @@ pub mod calls { Self::AcceptUsername => "accept_username", Self::RemoveExpiredApproval => "remove_expired_approval", Self::SetPrimaryUsername => "set_primary_username", - Self::RemoveDanglingUsername => "remove_dangling_username", + Self::UnbindUsername => "unbind_username", + Self::RemoveUsername => "remove_username", + Self::KillUsername => "kill_username", } } } @@ -11138,6 +11300,7 @@ pub mod calls { UpdatePayee, DeprecateControllerBatch, RestoreLedger, + WithdrawOverstake, } impl CallInfo for StakingCall { const PALLET: &'static str = "Staking"; @@ -11173,6 +11336,7 @@ pub mod calls { Self::UpdatePayee => "update_payee", Self::DeprecateControllerBatch => "deprecate_controller_batch", Self::RestoreLedger => "restore_ledger", + Self::WithdrawOverstake => "withdraw_overstake", } } } @@ -11484,8 +11648,10 @@ pub mod storage { pub enum ChildBountiesStorage { ChildBountyCount, ParentChildBounties, + ParentTotalChildBounties, ChildBounties, - ChildBountyDescriptions, + ChildBountyDescriptionsV1, + V0ToV1ChildBountyIds, ChildrenCuratorFees, } impl StorageInfo for ChildBountiesStorage { @@ -11494,8 +11660,10 @@ pub mod storage { match self { Self::ChildBountyCount => "ChildBountyCount", Self::ParentChildBounties => "ParentChildBounties", + Self::ParentTotalChildBounties => "ParentTotalChildBounties", Self::ChildBounties => "ChildBounties", - Self::ChildBountyDescriptions => "ChildBountyDescriptions", + Self::ChildBountyDescriptionsV1 => "ChildBountyDescriptionsV1", + Self::V0ToV1ChildBountyIds => "V0ToV1ChildBountyIds", Self::ChildrenCuratorFees => "ChildrenCuratorFees", } } @@ -11807,24 +11975,28 @@ pub mod storage { #[doc = "Storage of pallet `Identity`."] pub enum IdentityStorage { IdentityOf, + UsernameOf, SuperOf, SubsOf, Registrars, - UsernameAuthorities, - AccountOfUsername, + AuthorityOf, + UsernameInfoOf, PendingUsernames, + UnbindingUsernames, } impl StorageInfo for IdentityStorage { const PALLET: &'static str = "Identity"; fn storage_name(&self) -> &'static str { match self { Self::IdentityOf => "IdentityOf", + Self::UsernameOf => "UsernameOf", Self::SuperOf => "SuperOf", Self::SubsOf => "SubsOf", Self::Registrars => "Registrars", - Self::UsernameAuthorities => "UsernameAuthorities", - Self::AccountOfUsername => "AccountOfUsername", + Self::AuthorityOf => "AuthorityOf", + Self::UsernameInfoOf => "UsernameInfoOf", Self::PendingUsernames => "PendingUsernames", + Self::UnbindingUsernames => "UnbindingUsernames", } } } @@ -12224,6 +12396,7 @@ pub mod storage { Approvals, SpendCount, Spends, + LastSpendPeriod, } impl StorageInfo for TreasuryStorage { const PALLET: &'static str = "Treasury"; @@ -12235,6 +12408,7 @@ pub mod storage { Self::Approvals => "Approvals", Self::SpendCount => "SpendCount", Self::Spends => "Spends", + Self::LastSpendPeriod => "LastSpendPeriod", } } } diff --git a/pallets/gear-eth-bridge/src/internal.rs b/pallets/gear-eth-bridge/src/internal.rs index 24a66b4ffe6..74a189588c5 100644 --- a/pallets/gear-eth-bridge/src/internal.rs +++ b/pallets/gear-eth-bridge/src/internal.rs @@ -124,8 +124,7 @@ impl EthMessage { /// Has `pub(crate)` visibility due to dependency on substrate /// runtime interface (keccak hashing). pub(crate) fn hash(&self) -> H256 { - let mut nonce = [0; 32]; - self.nonce.to_little_endian(&mut nonce); + let nonce = self.nonce.to_little_endian(); let bytes = [ nonce.as_ref(), From 83e6cf4b65061bd314d2a389f91fa3acd2ea7f85 Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Thu, 29 May 2025 15:04:28 +0700 Subject: [PATCH 14/56] clippy errors --- gclient/src/lib.rs | 1 + gsdk/src/lib.rs | 1 + gsdk/src/utils.rs | 1 + node/testing/src/keyring.rs | 7 ++----- pallets/payment/src/lib.rs | 2 +- pallets/payment/src/tests.rs | 5 ++--- runtime/common/src/apis.rs | 2 +- runtime/vara/src/tests/mod.rs | 2 +- 8 files changed, 10 insertions(+), 11 deletions(-) diff --git a/gclient/src/lib.rs b/gclient/src/lib.rs index b9a739114a9..6e947b2724a 100644 --- a/gclient/src/lib.rs +++ b/gclient/src/lib.rs @@ -126,6 +126,7 @@ //! } //! ``` +#![allow(clippy::result_large_err)] #![warn(missing_docs)] #![doc(html_logo_url = "https://docs.gear.rs/logo.svg")] #![doc(html_favicon_url = "https://gear-tech.io/favicons/favicon.ico")] diff --git a/gsdk/src/lib.rs b/gsdk/src/lib.rs index 1c16883ebd9..1d86db0fc99 100644 --- a/gsdk/src/lib.rs +++ b/gsdk/src/lib.rs @@ -18,6 +18,7 @@ #![doc(html_logo_url = "https://docs.gear.rs/logo.svg")] #![doc(html_favicon_url = "https://gear-tech.io/favicons/favicon.ico")] +#![allow(clippy::result_large_err)] //! Gear api pub use crate::{ diff --git a/gsdk/src/utils.rs b/gsdk/src/utils.rs index 7aa271e4a27..682b5dadfee 100644 --- a/gsdk/src/utils.rs +++ b/gsdk/src/utils.rs @@ -94,6 +94,7 @@ pub(crate) fn write_storage_address_root_bytes(addr: &impl Address, out: &mut Ve /// Outputs the [`storage_address_root_bytes`] as well as any additional bytes that represent /// a lookup in a storage map at that location. +#[allow(clippy::result_large_err)] pub(crate) fn storage_address_bytes( addr: &impl Address, metadata: &Metadata, diff --git a/node/testing/src/keyring.rs b/node/testing/src/keyring.rs index 91c2dae42a6..ce21d068ddb 100644 --- a/node/testing/src/keyring.rs +++ b/node/testing/src/keyring.rs @@ -127,17 +127,14 @@ pub fn sign( ), function: payload.0, } - .into() } ExtrinsicFormat::Bare => UncheckedExtrinsic { preamble: sp_runtime::generic::Preamble::Bare(EXTRINSIC_FORMAT_VERSION), function: xt.function, - } - .into(), + }, ExtrinsicFormat::General(ext_version, tx_ext) => UncheckedExtrinsic { preamble: sp_runtime::generic::Preamble::General(ext_version, tx_ext), function: xt.function, - } - .into(), + }, } } diff --git a/pallets/payment/src/lib.rs b/pallets/payment/src/lib.rs index 2c875850c3a..5329542be08 100644 --- a/pallets/payment/src/lib.rs +++ b/pallets/payment/src/lib.rs @@ -120,7 +120,7 @@ where call, cow_info.as_ref(), len, - Self::Implicit::default(), + (), implication, source, ) diff --git a/pallets/payment/src/tests.rs b/pallets/payment/src/tests.rs index 89d5190f3f2..ded62ff6f6a 100644 --- a/pallets/payment/src/tests.rs +++ b/pallets/payment/src/tests.rs @@ -327,13 +327,12 @@ fn query_info_and_fee_details_work() { }); let extra = (); - let xt_affecting_mq = TestXt::new_signed(call_affecting_mq.clone(), ALICE.into(), (), extra); + let xt_affecting_mq = TestXt::new_signed(call_affecting_mq.clone(), ALICE, (), extra); let info_affecting_mq = xt_affecting_mq.get_dispatch_info(); let ext_affecting_mq = xt_affecting_mq.encode(); let len_affecting_mq = ext_affecting_mq.len() as u32; - let xt_not_affecting_mq = - TestXt::new_signed(call_not_affecting_mq.clone(), ALICE.into(), (), extra); + let xt_not_affecting_mq = TestXt::new_signed(call_not_affecting_mq.clone(), ALICE, (), extra); let info_not_affecting_mq = xt_not_affecting_mq.get_dispatch_info(); let ext_not_affecting_mq = xt_not_affecting_mq.encode(); let len_not_affecting_mq = ext_not_affecting_mq.len() as u32; diff --git a/runtime/common/src/apis.rs b/runtime/common/src/apis.rs index d9d81b60473..750acc644a2 100644 --- a/runtime/common/src/apis.rs +++ b/runtime/common/src/apis.rs @@ -228,7 +228,7 @@ macro_rules! impl_runtime_apis_plus_common { fn dispatch_benchmark( config: frame_benchmarking::BenchmarkConfig - ) -> Result, sp_runtime::RuntimeString> { + ) -> Result, alloc::string::String> { use frame_benchmarking::{baseline, Benchmarking, BenchmarkBatch}; use sp_storage::TrackedStorageKey; use frame_system_benchmarking::Pallet as SystemBench; diff --git a/runtime/vara/src/tests/mod.rs b/runtime/vara/src/tests/mod.rs index ef13844d9f9..6dc65f79d7e 100644 --- a/runtime/vara/src/tests/mod.rs +++ b/runtime/vara/src/tests/mod.rs @@ -125,7 +125,7 @@ fn payout_stakers_fits_in_block() { let dispatch_info = call.get_dispatch_info(); assert_eq!(dispatch_info.class, DispatchClass::Normal); - assert_eq!(dispatch_info.weight, expected_weight); + assert_eq!(dispatch_info.call_weight, expected_weight); let block_weights = ::BlockWeights::get(); From 856fa4f7fdaa481b9e7e9407a3b8b40d19cbe6ad Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Tue, 3 Jun 2025 16:33:34 +0700 Subject: [PATCH 15/56] add ExtensionsWeightInfo --- runtime/common/src/apis.rs | 2 + runtime/vara/src/lib.rs | 3 + .../src/weights/frame_system_extensions.rs | 134 ++++++++++++++++++ runtime/vara/src/weights/mod.rs | 1 + 4 files changed, 140 insertions(+) create mode 100644 runtime/vara/src/weights/frame_system_extensions.rs diff --git a/runtime/common/src/apis.rs b/runtime/common/src/apis.rs index 750acc644a2..52276f5d416 100644 --- a/runtime/common/src/apis.rs +++ b/runtime/common/src/apis.rs @@ -216,6 +216,7 @@ macro_rules! impl_runtime_apis_plus_common { use frame_benchmarking::{baseline, Benchmarking, BenchmarkList}; use frame_support::traits::StorageInfoTrait; use frame_system_benchmarking::Pallet as SystemBench; + use frame_system_benchmarking::extensions::Pallet as SystemExtensionsBench; use baseline::Pallet as BaselineBench; let mut list = Vec::::new(); @@ -232,6 +233,7 @@ macro_rules! impl_runtime_apis_plus_common { use frame_benchmarking::{baseline, Benchmarking, BenchmarkBatch}; use sp_storage::TrackedStorageKey; use frame_system_benchmarking::Pallet as SystemBench; + use frame_system_benchmarking::extensions::Pallet as SystemExtensionsBench; use baseline::Pallet as BaselineBench; impl frame_system_benchmarking::Config for Runtime {} diff --git a/runtime/vara/src/lib.rs b/runtime/vara/src/lib.rs index 5dab2cc7de1..1099d44bd7c 100644 --- a/runtime/vara/src/lib.rs +++ b/runtime/vara/src/lib.rs @@ -286,6 +286,7 @@ impl frame_system::Config for Runtime { type AccountData = pallet_balances::AccountData; /// Weight information for the extrinsics of this pallet. type SystemWeightInfo = weights::frame_system::SubstrateWeight; + type ExtensionsWeightInfo = weights::frame_system_extensions::WeightInfo; /// This is used as an identifier of the chain. 42 is the generic substrate prefix. type SS58Prefix = SS58Prefix; /// The set code logic, just the default since we're not a parachain. @@ -1784,6 +1785,7 @@ mod benches { define_benchmarks!( // Substrate pallets [frame_system, SystemBench::] + [frame_system_extensions, SystemExtensionsBench::] [pallet_balances, Balances] [pallet_timestamp, Timestamp] [pallet_utility, Utility] @@ -1800,6 +1802,7 @@ mod benches { define_benchmarks!( // Substrate pallets [frame_system, SystemBench::] + [frame_system_extensions, SystemExtensionsBench::] [pallet_balances, Balances] [pallet_timestamp, Timestamp] [pallet_utility, Utility] diff --git a/runtime/vara/src/weights/frame_system_extensions.rs b/runtime/vara/src/weights/frame_system_extensions.rs new file mode 100644 index 00000000000..99dac1ba75f --- /dev/null +++ b/runtime/vara/src/weights/frame_system_extensions.rs @@ -0,0 +1,134 @@ +// Copyright (C) Parity Technologies (UK) Ltd. +// This file is part of Polkadot. + +// Polkadot 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. + +// Polkadot 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 Polkadot. If not, see . + +//! Autogenerated weights for `frame_system_extensions` +//! +//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0 +//! DATE: 2024-02-29, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! WORST CASE MAP SIZE: `1000000` +//! HOSTNAME: `runner-bn-ce5rx-project-674-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! WASM-EXECUTION: `Compiled`, CHAIN: `Some("rococo-dev")`, DB CACHE: 1024 + +// Executed Command: +// ./target/production/polkadot +// benchmark +// pallet +// --chain=rococo-dev +// --steps=50 +// --repeat=20 +// --no-storage-info +// --no-median-slopes +// --no-min-squares +// --pallet=frame_system_extensions +// --extrinsic=* +// --execution=wasm +// --wasm-execution=compiled +// --header=./polkadot/file_header.txt +// --output=./polkadot/runtime/rococo/src/weights/ + +#![cfg_attr(rustfmt, rustfmt_skip)] +#![allow(unused_parens)] +#![allow(unused_imports)] +#![allow(missing_docs)] + +use frame_support::{traits::Get, weights::Weight}; +use core::marker::PhantomData; + +/// Weight functions for `frame_system_extensions`. +pub struct WeightInfo(PhantomData); +impl frame_system::ExtensionsWeightInfo for WeightInfo { + /// Storage: `System::BlockHash` (r:1 w:0) + /// Proof: `System::BlockHash` (`max_values`: None, `max_size`: Some(44), added: 2519, mode: `MaxEncodedLen`) + fn check_genesis() -> Weight { + // Proof Size summary in bytes: + // Measured: `54` + // Estimated: `3509` + // Minimum execution time: 3_262_000 picoseconds. + Weight::from_parts(3_497_000, 0) + .saturating_add(Weight::from_parts(0, 3509)) + .saturating_add(T::DbWeight::get().reads(1)) + } + /// Storage: `System::BlockHash` (r:1 w:0) + /// Proof: `System::BlockHash` (`max_values`: None, `max_size`: Some(44), added: 2519, mode: `MaxEncodedLen`) + fn check_mortality_mortal_transaction() -> Weight { + // Proof Size summary in bytes: + // Measured: `92` + // Estimated: `3509` + // Minimum execution time: 5_416_000 picoseconds. + Weight::from_parts(5_690_000, 0) + .saturating_add(Weight::from_parts(0, 3509)) + .saturating_add(T::DbWeight::get().reads(1)) + } + /// Storage: `System::BlockHash` (r:1 w:0) + /// Proof: `System::BlockHash` (`max_values`: None, `max_size`: Some(44), added: 2519, mode: `MaxEncodedLen`) + fn check_mortality_immortal_transaction() -> Weight { + // Proof Size summary in bytes: + // Measured: `92` + // Estimated: `3509` + // Minimum execution time: 5_416_000 picoseconds. + Weight::from_parts(5_690_000, 0) + .saturating_add(Weight::from_parts(0, 3509)) + .saturating_add(T::DbWeight::get().reads(1)) + } + fn check_non_zero_sender() -> Weight { + // Proof Size summary in bytes: + // Measured: `0` + // Estimated: `0` + // Minimum execution time: 471_000 picoseconds. + Weight::from_parts(552_000, 0) + .saturating_add(Weight::from_parts(0, 0)) + } + /// Storage: `System::Account` (r:1 w:1) + /// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`) + fn check_nonce() -> Weight { + // Proof Size summary in bytes: + // Measured: `101` + // Estimated: `3593` + // Minimum execution time: 4_847_000 picoseconds. + Weight::from_parts(5_091_000, 0) + .saturating_add(Weight::from_parts(0, 3593)) + .saturating_add(T::DbWeight::get().reads(1)) + .saturating_add(T::DbWeight::get().writes(1)) + } + fn check_spec_version() -> Weight { + // Proof Size summary in bytes: + // Measured: `0` + // Estimated: `0` + // Minimum execution time: 388_000 picoseconds. + Weight::from_parts(421_000, 0) + .saturating_add(Weight::from_parts(0, 0)) + } + fn check_tx_version() -> Weight { + // Proof Size summary in bytes: + // Measured: `0` + // Estimated: `0` + // Minimum execution time: 378_000 picoseconds. + Weight::from_parts(440_000, 0) + .saturating_add(Weight::from_parts(0, 0)) + } + /// Storage: `System::AllExtrinsicsLen` (r:1 w:1) + /// Proof: `System::AllExtrinsicsLen` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`) + fn check_weight() -> Weight { + // Proof Size summary in bytes: + // Measured: `24` + // Estimated: `1489` + // Minimum execution time: 3_402_000 picoseconds. + Weight::from_parts(3_627_000, 0) + .saturating_add(Weight::from_parts(0, 1489)) + .saturating_add(T::DbWeight::get().reads(1)) + .saturating_add(T::DbWeight::get().writes(1)) + } +} diff --git a/runtime/vara/src/weights/mod.rs b/runtime/vara/src/weights/mod.rs index c7bc34133d3..5ea9ff433b4 100644 --- a/runtime/vara/src/weights/mod.rs +++ b/runtime/vara/src/weights/mod.rs @@ -21,6 +21,7 @@ #![allow(dead_code)] pub mod frame_system; +pub mod frame_system_extensions; pub mod pallet_balances; pub mod pallet_gear; pub mod pallet_gear_builtin; From 7d7a1ff5b81f50ae009385f104fe9b2fc292004d Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Tue, 3 Jun 2025 16:34:33 +0700 Subject: [PATCH 16/56] Update StakingBlackList for TransactionExtension --- pallets/staking-rewards/src/extension.rs | 106 +++++++++++++++++------ pallets/staking-rewards/src/mock.rs | 51 ++++++----- 2 files changed, 109 insertions(+), 48 deletions(-) diff --git a/pallets/staking-rewards/src/extension.rs b/pallets/staking-rewards/src/extension.rs index 4ce6aaaa833..b5662a9ee35 100644 --- a/pallets/staking-rewards/src/extension.rs +++ b/pallets/staking-rewards/src/extension.rs @@ -17,66 +17,116 @@ // along with this program. If not, see . use crate::Config; -use frame_support::{dispatch::DispatchInfo, traits::Contains}; +use frame_support::{ + dispatch::{DispatchInfo, DispatchResult}, + traits::{Contains, OriginTrait}, + weights::Weight, +}; use scale_info::TypeInfo; use sp_runtime::{ - codec::{Decode, Encode}, - traits::{DispatchInfoOf, Dispatchable, SignedExtension}, - transaction_validity::{InvalidTransaction, TransactionValidity, TransactionValidityError}, + codec::{Decode, DecodeWithMemTracking, Encode}, + traits::{ + transaction_extension::{TransactionExtension, ValidateResult}, + DispatchInfoOf, DispatchOriginOf, Dispatchable, Implication, PostDispatchInfoOf, + }, + transaction_validity::{InvalidTransaction, TransactionSource, TransactionValidityError}, }; +use sp_std::vec; /// Filter `Staking::bond()` extrinsic sent from accounts that are not allowed to stake. /// /// This will remain until all locked tokens for accounts in question are fully vested. -#[derive(Encode, Decode, Clone, Eq, PartialEq, Default, TypeInfo)] +#[derive(Encode, Decode, DecodeWithMemTracking, Clone, Eq, PartialEq, TypeInfo)] #[scale_info(skip_type_params(T))] pub struct StakingBlackList(sp_std::marker::PhantomData); impl StakingBlackList { - /// Creates new `SignedExtension` to check the call validity. pub fn new() -> Self { Self(Default::default()) } } -impl SignedExtension for StakingBlackList +impl Default for StakingBlackList { + fn default() -> Self { + Self::new() + } +} + +impl TransactionExtension<::RuntimeCall> + for StakingBlackList where - T::RuntimeCall: Dispatchable, + T::RuntimeCall: Dispatchable< + Info = DispatchInfo, + PostInfo = frame_support::dispatch::PostDispatchInfo, + RuntimeOrigin = frame_system::pallet_prelude::OriginFor, + >, + ::RuntimeOrigin: OriginTrait, { const IDENTIFIER: &'static str = "StakingBlackList"; - type AccountId = T::AccountId; - type Call = T::RuntimeCall; - type AdditionalSigned = (); + type Implicit = (); + type Val = (); type Pre = (); - fn additional_signed(&self) -> Result { + + fn implicit(&self) -> Result { Ok(()) } + + fn metadata() -> sp_std::vec::Vec { + vec![sp_runtime::traits::TransactionExtensionMetadata { + identifier: Self::IDENTIFIER, + ty: scale_info::meta_type::<()>(), + implicit: scale_info::meta_type::(), + }] + } + + fn weight(&self, _call: &T::RuntimeCall) -> Weight { + Weight::zero() + } + fn validate( &self, - from: &Self::AccountId, - call: &Self::Call, - _: &DispatchInfoOf, - _: usize, - ) -> TransactionValidity { + origin: DispatchOriginOf, + call: &T::RuntimeCall, + _info: &DispatchInfoOf, + _len: usize, + _self_implicit: Self::Implicit, + _inherited_implication: &impl Implication, + _source: TransactionSource, + ) -> ValidateResult { + let maybe_who: Option = origin.clone().into_signer(); + if T::BondCallFilter::contains(call) { - if T::AccountFilter::contains(from) { - Err(TransactionValidityError::Invalid(InvalidTransaction::Call)) - } else { - Ok(Default::default()) + if let Some(ref who) = maybe_who { + if T::AccountFilter::contains(who) { + return Err(TransactionValidityError::Invalid(InvalidTransaction::Call)); + } } - } else { - Ok(Default::default()) + // If `maybe_who` is `None`, it's not a signed extrinsic from a regular account, + // so the account-based blacklist doesn't apply. } + Ok((Default::default(), (), origin)) } - fn pre_dispatch( + + fn prepare( self, - _: &Self::AccountId, - _: &Self::Call, - _: &DispatchInfoOf, - _: usize, + _val: Self::Val, + _origin: &::RuntimeOrigin, + _call: &T::RuntimeCall, + _info: &DispatchInfoOf, + _len: usize, ) -> Result { Ok(()) } + + fn post_dispatch( + _pre: Self::Pre, // Changed from Option + _info: &DispatchInfoOf, + _post_info: &mut PostDispatchInfoOf, // Added mut + _len: usize, + _result: &DispatchResult, + ) -> Result<(), TransactionValidityError> { + Ok(()) + } } impl sp_std::fmt::Debug for StakingBlackList { diff --git a/pallets/staking-rewards/src/mock.rs b/pallets/staking-rewards/src/mock.rs index 6388e479352..a2d073cee19 100644 --- a/pallets/staking-rewards/src/mock.rs +++ b/pallets/staking-rewards/src/mock.rs @@ -35,27 +35,20 @@ use pallet_election_provider_multi_phase::{self as multi_phase}; use pallet_session::historical::{self as pallet_session_historical}; use sp_core::{crypto::key_types, H256}; use sp_runtime::{ + generic::UncheckedExtrinsic, testing::{Block as TestBlock, UintAuthorityId}, traits::{BlakeTwo256, IdentityLookup, One, OpaqueKeys, Scale}, BuildStorage, KeyTypeId, Perbill, Percent, Permill, Perquintill, }; use sp_std::convert::{TryFrom, TryInto}; -pub(crate) type SignedExtra = pallet_gear_staking_rewards::StakingBlackList; -type TestXt = sp_runtime::testing::TestXt; +pub(crate) type TxExtension = (pallet_gear_staking_rewards::StakingBlackList,); +type TestXt = sp_runtime::testing::TestXt; type Block = TestBlock; type AccountId = u64; pub type BlockNumber = BlockNumberFor; type Balance = u128; -pub(crate) type Executive = frame_executive::Executive< - Test, - Block, - frame_system::ChainContext, - Test, - AllPalletsWithSystem, ->; - pub(crate) const SIGNER: AccountId = 1; pub(crate) const VAL_1_STASH: AccountId = 10; pub(crate) const BLOCK_AUTHOR: AccountId = VAL_1_STASH; @@ -102,9 +95,7 @@ common::impl_pallet_authorship!(Test, EventHandler = Staking); common::impl_pallet_timestamp!(Test); common::impl_pallet_staking!( Test, - EraPayout = StakingRewards, Slash = Treasury, - Reward = StakingRewards, NextNewSession = Session, ElectionProvider = onchain::OnChainExecution>, GenesisElectionProvider = onchain::OnChainExecution>, @@ -287,6 +278,7 @@ impl pallet_treasury::Config for Test { type Paymaster = PayFromAccount; type BalanceConverter = UnityAssetBalanceConversion; type PayoutPeriod = ConstU64<10>; + type BlockNumberProvider = System; } parameter_types! { @@ -357,7 +349,7 @@ impl multi_phase::Config for Test { type SignedMaxSubmissions = SignedMaxSubmissions; type SignedMaxRefunds = SignedMaxRefunds; type SlashHandler = Treasury; - type RewardHandler = StakingRewards; + type RewardHandler = (); type DataProvider = Staking; type Fallback = onchain::OnChainExecution>; type GovernanceFallback = onchain::OnChainExecution>; @@ -370,14 +362,23 @@ impl multi_phase::Config for Test { type Solver = SequentialPhragmen, ()>; } -impl frame_system::offchain::SendTransactionTypes for Test +impl frame_system::offchain::CreateTransactionBase for Test where RuntimeCall: From, { - type OverarchingCall = RuntimeCall; + type RuntimeCall = RuntimeCall; type Extrinsic = TestXt; } +impl frame_system::offchain::CreateInherent for Test +where + RuntimeCall: From, +{ + fn create_inherent(call: Self::RuntimeCall) -> Self::Extrinsic { + UncheckedExtrinsic::new_bare(call) + } +} + pub type ValidatorAccountId = ( AccountId, // stash UintAuthorityId, // authority discovery ID @@ -696,8 +697,8 @@ pub(crate) fn chain_state() -> (u128, u128, u128, u128) { pub(crate) mod two_block_producers { use super::*; - pub(crate) type SignedExtra = pallet_gear_staking_rewards::StakingBlackList; - type TestXt = sp_runtime::testing::TestXt; + pub(crate) type TxExtension = (pallet_gear_staking_rewards::StakingBlackList,); + type TestXt = sp_runtime::testing::TestXt; type Block = TestBlock; construct_runtime!( @@ -718,14 +719,23 @@ pub(crate) mod two_block_producers { } ); - impl frame_system::offchain::SendTransactionTypes for Test + impl frame_system::offchain::CreateTransactionBase for Test where RuntimeCall: From, { - type OverarchingCall = RuntimeCall; + type RuntimeCall = RuntimeCall; type Extrinsic = TestXt; } + impl frame_system::offchain::CreateInherent for Test + where + RuntimeCall: From, + { + fn create_inherent(call: Self::RuntimeCall) -> Self::Extrinsic { + UncheckedExtrinsic::new_bare(call) + } + } + common::impl_pallet_system!(Test, DbWeight = RocksDbWeight, BlockWeights = ()); common::impl_pallet_timestamp!(Test); @@ -792,6 +802,7 @@ pub(crate) mod two_block_producers { type Paymaster = PayFromAccount; type BalanceConverter = UnityAssetBalanceConversion; type PayoutPeriod = ConstU64<10>; + type BlockNumberProvider = System; } impl pallet_sudo::Config for Test { @@ -843,7 +854,7 @@ pub(crate) mod two_block_producers { type SignedMaxSubmissions = SignedMaxSubmissions; type SignedMaxRefunds = SignedMaxRefunds; type SlashHandler = Treasury; - type RewardHandler = StakingRewards; + type RewardHandler = (); type DataProvider = Staking; type Fallback = onchain::OnChainExecution>; type GovernanceFallback = onchain::OnChainExecution>; From 7244eeffd4b867f0483ee90265dde152f6cd0c56 Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Tue, 3 Jun 2025 16:51:10 +0700 Subject: [PATCH 17/56] update staking-rewards tests --- pallets/staking-rewards/src/tests.rs | 165 +++++++++++---------------- 1 file changed, 68 insertions(+), 97 deletions(-) diff --git a/pallets/staking-rewards/src/tests.rs b/pallets/staking-rewards/src/tests.rs index 3830f8a14f4..83aea6922e2 100644 --- a/pallets/staking-rewards/src/tests.rs +++ b/pallets/staking-rewards/src/tests.rs @@ -19,7 +19,10 @@ //! Staking rewards pallet tests. use crate::{mock::*, *}; -use frame_support::{assert_noop, assert_ok, assert_storage_noop, traits::EstimateNextNewSession}; +use frame_support::{ + assert_noop, assert_ok, assert_storage_noop, + traits::{fungible, Currency, EstimateNextNewSession}, +}; use sp_runtime::{traits::Convert, DispatchError, PerThing, Perbill}; macro_rules! assert_approx_eq { @@ -602,72 +605,60 @@ fn nominators_rewards_disbursement_works() { #[test] fn staking_blacklist_works() { - use sp_runtime::{testing::TestXt, transaction_validity::InvalidTransaction}; + use frame_support::dispatch::GetDispatchInfo; + use parity_scale_codec::Encode; + use sp_runtime::{ + traits::DispatchTransaction, + transaction_validity::{InvalidTransaction, TransactionSource}, + }; init_logger(); - let extra: SignedExtra = StakingBlackList::::new(); + // TransactionExtension instance used for validation + let bl = StakingBlackList::::new(); - let invalid_call = TestXt::::new( - RuntimeCall::Staking(pallet_staking::Call::bond { - value: 10_000_u128, - payee: pallet_staking::RewardDestination::Stash, - }), - Some((NOM_1_STASH, extra.clone())), - ); - - // Wrapping `bond` call in a batch is also illegal - let invalid_batch = TestXt::::new( - RuntimeCall::Utility(pallet_utility::Call::batch { - calls: vec![RuntimeCall::Staking(pallet_staking::Call::bond { - value: 10_000_u128, - payee: pallet_staking::RewardDestination::Stash, - })], - }), - Some((NOM_1_STASH, extra.clone())), - ); - - let invalid_batch_all = TestXt::::new( - RuntimeCall::Utility(pallet_utility::Call::batch_all { - calls: vec![RuntimeCall::Staking(pallet_staking::Call::bond { - value: 10_000_u128, - payee: pallet_staking::RewardDestination::Stash, - })], - }), - Some((NOM_1_STASH, extra.clone())), - ); - - // Nested batches and/or other `Utility` calls shouldn't work, as well - let nested_batches = TestXt::::new( - RuntimeCall::Utility(pallet_utility::Call::batch { - calls: vec![RuntimeCall::Utility(pallet_utility::Call::batch_all { - calls: vec![RuntimeCall::Utility(pallet_utility::Call::as_derivative { - index: 0, - call: Box::new(RuntimeCall::Staking(pallet_staking::Call::bond { - value: 10_000_u128, - payee: pallet_staking::RewardDestination::Stash, - })), - })], - })], - }), - Some((NOM_1_STASH, extra.clone())), - ); + // ─── calls that MUST be rejected ───────────────────────────────────────── + let invalid_call = RuntimeCall::Staking(pallet_staking::Call::bond { + value: 10_000_u128, + payee: pallet_staking::RewardDestination::Stash, + }); - let valid_call = TestXt::::new( - RuntimeCall::Balances(pallet_balances::Call::transfer_allow_death { - dest: NOM_1_STASH, + let invalid_batch = RuntimeCall::Utility(pallet_utility::Call::batch { + calls: vec![RuntimeCall::Staking(pallet_staking::Call::bond { value: 10_000_u128, - }), - Some((NOM_1_STASH, extra.clone())), - ); + payee: pallet_staking::RewardDestination::Stash, + })], + }); - let valid_signer = TestXt::::new( - RuntimeCall::Staking(pallet_staking::Call::bond { + let invalid_batch_all = RuntimeCall::Utility(pallet_utility::Call::batch_all { + calls: vec![RuntimeCall::Staking(pallet_staking::Call::bond { value: 10_000_u128, payee: pallet_staking::RewardDestination::Stash, - }), - Some((SIGNER, extra)), - ); + })], + }); + + let nested_batches = RuntimeCall::Utility(pallet_utility::Call::batch { + calls: vec![RuntimeCall::Utility(pallet_utility::Call::batch_all { + calls: vec![RuntimeCall::Utility(pallet_utility::Call::as_derivative { + index: 0, + call: Box::new(RuntimeCall::Staking(pallet_staking::Call::bond { + value: 10_000_u128, + payee: pallet_staking::RewardDestination::Stash, + })), + })], + })], + }); + + // ─── calls that MUST be accepted ──────────────────────────────────────── + let valid_call = RuntimeCall::Balances(pallet_balances::Call::transfer_allow_death { + dest: NOM_1_STASH, + value: 10_000_u128, + }); + + let valid_signer = RuntimeCall::Staking(pallet_staking::Call::bond { + value: 10_000_u128, + payee: pallet_staking::RewardDestination::Stash, + }); ExtBuilder::::default() .initial_authorities(vec![ @@ -681,57 +672,37 @@ fn staking_blacklist_works() { .filtered_accounts(vec![NOM_1_STASH]) .build() .execute_with(|| { - assert_eq!( - Executive::validate_transaction( - sp_runtime::transaction_validity::TransactionSource::External, - invalid_call, - Default::default(), + // helper to call `validate_only` + let check = |origin: u64, call: &RuntimeCall| { + bl.validate_only( + Some(origin).into(), + call, + &call.get_dispatch_info(), + call.using_encoded(|v| v.len()), + TransactionSource::External, + 0, ) - .unwrap_err(), + }; + + assert_eq!( + check(NOM_1_STASH, &invalid_call).unwrap_err(), InvalidTransaction::Call.into() ); - assert_eq!( - Executive::validate_transaction( - sp_runtime::transaction_validity::TransactionSource::External, - invalid_batch, - Default::default(), - ) - .unwrap_err(), + check(NOM_1_STASH, &invalid_batch).unwrap_err(), InvalidTransaction::Call.into() ); - assert_eq!( - Executive::validate_transaction( - sp_runtime::transaction_validity::TransactionSource::External, - invalid_batch_all, - Default::default(), - ) - .unwrap_err(), + check(NOM_1_STASH, &invalid_batch_all).unwrap_err(), InvalidTransaction::Call.into() ); - assert_eq!( - Executive::validate_transaction( - sp_runtime::transaction_validity::TransactionSource::External, - nested_batches, - Default::default(), - ) - .unwrap_err(), + check(NOM_1_STASH, &nested_batches).unwrap_err(), InvalidTransaction::Call.into() ); - assert_ok!(Executive::validate_transaction( - sp_runtime::transaction_validity::TransactionSource::External, - valid_call, - Default::default(), - )); - - assert_ok!(Executive::validate_transaction( - sp_runtime::transaction_validity::TransactionSource::External, - valid_signer, - Default::default(), - )); + assert_ok!(check(NOM_1_STASH, &valid_call)); + assert_ok!(check(SIGNER, &valid_signer)); }); } @@ -1230,7 +1201,7 @@ fn unclaimed_rewards_burn() { // - since we have outdated rewards that account for some percentage of what was due, the // actual rewards received by stakers will add up to only 84% of projected rewards. - let history_depth = ::HistoryDepth::get(); + let history_depth: u32 = ::HistoryDepth::get(); let offset = 16_u32; // Running chain for 100 (history_depth + offset) eras From 7bccd77950666302043f759aded10a8a246e4524 Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Sun, 15 Jun 2025 12:26:50 +0400 Subject: [PATCH 18/56] update pallet tests --- common/src/pallet_tests.rs | 19 ++++++++++--------- pallets/gear-builtin/src/tests/proxy.rs | 2 +- pallets/gear-builtin/src/tests/staking.rs | 2 +- pallets/gear-program/Cargo.toml | 1 + pallets/gear-program/src/mock.rs | 1 + runtime/common/Cargo.toml | 1 + 6 files changed, 15 insertions(+), 11 deletions(-) diff --git a/common/src/pallet_tests.rs b/common/src/pallet_tests.rs index 1b1b4c43246..76cc5bacbde 100644 --- a/common/src/pallet_tests.rs +++ b/common/src/pallet_tests.rs @@ -20,7 +20,9 @@ //! for various pallets of Substrate. //! All used types should be in scope. -use frame_support::{pallet_prelude::*, sp_runtime::Perbill, weights::RuntimeDbWeight}; +use frame_support::{ + pallet_prelude::*, sp_runtime::Perbill, weights::RuntimeDbWeight, +}; use frame_system::limits::BlockWeights; #[macro_export] @@ -53,6 +55,7 @@ macro_rules! impl_pallet_balances_inner { type RuntimeEvent = RuntimeEvent; type ExistentialDeposit = ExistentialDeposit; type AccountStore = System; + type DoneSlashHandler = (); type WeightInfo = (); } }; @@ -126,6 +129,7 @@ macro_rules! impl_pallet_system_inner { type PreInherents = (); type PostInherents = (); type PostTransactions = (); + type ExtensionsWeightInfo = (); } }; @@ -250,6 +254,7 @@ macro_rules! impl_pallet_staking { #[macro_export] macro_rules! impl_pallet_staking_inner { ($runtime:ty$(,)?) => { + use frame_support::derive_impl; parameter_types! { // 6 sessions in an era pub const SessionsPerEra: u32 = 6; @@ -263,7 +268,8 @@ macro_rules! impl_pallet_staking_inner { pub const MaxControllersInDeprecationBatch: u32 = 5900; } - impl pallet_staking::Config for Test { + #[derive_impl(pallet_staking::config_preludes::TestDefaultConfig)] + impl pallet_staking::Config for $runtime { type Currency = Balances; type UnixTime = Timestamp; type CurrencyBalance = ::Balance; @@ -271,27 +277,22 @@ macro_rules! impl_pallet_staking_inner { type ElectionProvider = StakingConfigElectionProvider; type GenesisElectionProvider = StakingConfigGenesisElectionProvider; type RewardRemainder = (); - type RuntimeEvent = RuntimeEvent; type Slash = StakingConfigSlash; type Reward = StakingConfigReward; type SessionsPerEra = SessionsPerEra; type BondingDuration = BondingDuration; type SlashDeferDuration = SlashDeferDuration; - type AdminOrigin = frame_system::EnsureRoot; - type SessionInterface = (); + type AdminOrigin = frame_system::EnsureRoot; type EraPayout = StakingConfigEraPayout; type NextNewSession = StakingConfigNextNewSession; type MaxExposurePageSize = MaxExposurePageSize; type VoterList = pallet_staking::UseNominatorsAndValidatorsMap; type TargetList = pallet_staking::UseValidatorsMap; - type NominationsQuota = pallet_staking::FixedNominationsQuota<16>; - type MaxUnlockingChunks = ConstU32<32>; type HistoryDepth = HistoryDepth; type EventListeners = (); - type WeightInfo = (); type BenchmarkingConfig = pallet_staking::TestBenchmarkingConfig; type MaxControllersInDeprecationBatch = MaxControllersInDeprecationBatch; - type DisablingStrategy = pallet_staking::UpToLimitDisablingStrategy; + type WeightInfo = (); } }; diff --git a/pallets/gear-builtin/src/tests/proxy.rs b/pallets/gear-builtin/src/tests/proxy.rs index 737838cb783..1d6bd659101 100644 --- a/pallets/gear-builtin/src/tests/proxy.rs +++ b/pallets/gear-builtin/src/tests/proxy.rs @@ -150,7 +150,7 @@ fn gas_allowance_respected() { delay: 0_u64, } .get_dispatch_info() - .weight + .call_weight .ref_time(); let gas_cost_send_message_to_broker = 680_000_000; // Heuristic value diff --git a/pallets/gear-builtin/src/tests/staking.rs b/pallets/gear-builtin/src/tests/staking.rs index 45e2da1a27e..cf45c9d8e8e 100644 --- a/pallets/gear-builtin/src/tests/staking.rs +++ b/pallets/gear-builtin/src/tests/staking.rs @@ -619,7 +619,7 @@ fn gas_allowance_respected() { payee: pallet_staking::RewardDestination::None, } .get_dispatch_info() - .weight + .call_weight .ref_time(); System::reset_events(); diff --git a/pallets/gear-program/Cargo.toml b/pallets/gear-program/Cargo.toml index 334f8a4b9dd..bcc0a80d64f 100644 --- a/pallets/gear-program/Cargo.toml +++ b/pallets/gear-program/Cargo.toml @@ -49,6 +49,7 @@ std = [ "common/std", "frame-support/std", "frame-system/std", + "pallet-treasury/std", "sp-io/std", "sp-std/std", "sp-core/std", diff --git a/pallets/gear-program/src/mock.rs b/pallets/gear-program/src/mock.rs index dbdf14b16bf..8ceace761cd 100644 --- a/pallets/gear-program/src/mock.rs +++ b/pallets/gear-program/src/mock.rs @@ -108,6 +108,7 @@ impl pallet_treasury::Config for Test { type Paymaster = PayFromAccount; type BalanceConverter = UnityAssetBalanceConversion; type PayoutPeriod = ConstU64<10>; + type BlockNumberProvider = System; } // Build genesis storage according to the mock runtime. diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index 9f77d938d6d..152949cbda9 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -39,6 +39,7 @@ std = [ "pallet-balances/std", "pallet-gear/std", "pallet-gear-bank/std", + "pallet-treasury/std", "runtime-primitives/std", "sp-runtime/std", "sp-std/std", From 8ae2b1f5cf5f03be225e54687d43b52234eba4ca Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Sun, 15 Jun 2025 12:27:12 +0400 Subject: [PATCH 19/56] update node --- node/cli/src/benchmarking.rs | 2 +- node/cli/src/command.rs | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/node/cli/src/benchmarking.rs b/node/cli/src/benchmarking.rs index 563e410edcf..bfee2487538 100644 --- a/node/cli/src/benchmarking.rs +++ b/node/cli/src/benchmarking.rs @@ -72,7 +72,7 @@ macro_rules! with_signed_payload { $( $setup )* - let $extra: runtime::SignedExtra = ( + let $extra: runtime::TxExtension = ( pallet_gear_staking_rewards::StakingBlackList::::new(), frame_system::CheckNonZeroSender::::new(), frame_system::CheckSpecVersion::::new(), diff --git a/node/cli/src/command.rs b/node/cli/src/command.rs index 1d890f891d8..de3855c50a6 100644 --- a/node/cli/src/command.rs +++ b/node/cli/src/command.rs @@ -291,11 +291,12 @@ pub fn run() -> sc_cli::Result<()> { unwrap_client!( client, cmd.run( - config, + config.chain_spec.name().into(), client.clone(), inherent_data, Vec::new(), - &ext_builder + &ext_builder, + false, ) ) } From 688d9c6286929c6b771a801cd83b00f32eec0d8b Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Mon, 16 Jun 2025 11:39:29 +0400 Subject: [PATCH 20/56] Update non-dev params --- runtime/vara/src/lib.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/runtime/vara/src/lib.rs b/runtime/vara/src/lib.rs index 1099d44bd7c..c031ca446ba 100644 --- a/runtime/vara/src/lib.rs +++ b/runtime/vara/src/lib.rs @@ -182,15 +182,15 @@ static _WASM_BLOB_VERSION: [u8; const_str::to_byte_array!(env!("SUBSTRATE_CLI_IM #[cfg(not(feature = "dev"))] #[sp_version::runtime_version] pub const VERSION: RuntimeVersion = RuntimeVersion { - spec_name: create_runtime_str!("vara"), - impl_name: create_runtime_str!("vara"), + spec_name: alloc::borrow::Cow::Borrowed("vara"), + impl_name: alloc::borrow::Cow::Borrowed("vara"), spec_version: 1810, apis: RUNTIME_API_VERSIONS, authoring_version: 1, impl_version: 1, - state_version: 1, + system_version: 1, transaction_version: 1, }; From 171bbca4f8b838510482f691810b577897d7fc2b Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Tue, 17 Jun 2025 12:18:48 +0400 Subject: [PATCH 21/56] Update staking rewards, increase MaxLocks --- common/src/pallet_tests.rs | 6 ++---- pallets/staking-rewards/src/extension.rs | 4 ++-- pallets/staking-rewards/src/mock.rs | 4 +++- pallets/staking-rewards/src/tests.rs | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/common/src/pallet_tests.rs b/common/src/pallet_tests.rs index 76cc5bacbde..79e5f0dc1eb 100644 --- a/common/src/pallet_tests.rs +++ b/common/src/pallet_tests.rs @@ -20,9 +20,7 @@ //! for various pallets of Substrate. //! All used types should be in scope. -use frame_support::{ - pallet_prelude::*, sp_runtime::Perbill, weights::RuntimeDbWeight, -}; +use frame_support::{pallet_prelude::*, sp_runtime::Perbill, weights::RuntimeDbWeight}; use frame_system::limits::BlockWeights; #[macro_export] @@ -43,7 +41,7 @@ macro_rules! impl_pallet_balances { macro_rules! impl_pallet_balances_inner { ($runtime:ty) => { impl pallet_balances::Config for $runtime { - type MaxLocks = (); + type MaxLocks = frame_support::traits::ConstU32<1024>; type MaxFreezes = ConstU32<1>; type MaxReserves = (); type RuntimeFreezeReason = RuntimeFreezeReason; diff --git a/pallets/staking-rewards/src/extension.rs b/pallets/staking-rewards/src/extension.rs index b5662a9ee35..9847e14f4c2 100644 --- a/pallets/staking-rewards/src/extension.rs +++ b/pallets/staking-rewards/src/extension.rs @@ -52,8 +52,8 @@ impl Default for StakingBlackList { } } -impl TransactionExtension<::RuntimeCall> - for StakingBlackList +impl + TransactionExtension<::RuntimeCall> for StakingBlackList where T::RuntimeCall: Dispatchable< Info = DispatchInfo, diff --git a/pallets/staking-rewards/src/mock.rs b/pallets/staking-rewards/src/mock.rs index a2d073cee19..eef4d0a2c01 100644 --- a/pallets/staking-rewards/src/mock.rs +++ b/pallets/staking-rewards/src/mock.rs @@ -95,7 +95,9 @@ common::impl_pallet_authorship!(Test, EventHandler = Staking); common::impl_pallet_timestamp!(Test); common::impl_pallet_staking!( Test, + EraPayout = StakingRewards, Slash = Treasury, + Reward = StakingRewards, NextNewSession = Session, ElectionProvider = onchain::OnChainExecution>, GenesisElectionProvider = onchain::OnChainExecution>, @@ -349,7 +351,7 @@ impl multi_phase::Config for Test { type SignedMaxSubmissions = SignedMaxSubmissions; type SignedMaxRefunds = SignedMaxRefunds; type SlashHandler = Treasury; - type RewardHandler = (); + type RewardHandler = StakingRewards; type DataProvider = Staking; type Fallback = onchain::OnChainExecution>; type GovernanceFallback = onchain::OnChainExecution>; diff --git a/pallets/staking-rewards/src/tests.rs b/pallets/staking-rewards/src/tests.rs index 83aea6922e2..4482f576fea 100644 --- a/pallets/staking-rewards/src/tests.rs +++ b/pallets/staking-rewards/src/tests.rs @@ -21,7 +21,7 @@ use crate::{mock::*, *}; use frame_support::{ assert_noop, assert_ok, assert_storage_noop, - traits::{fungible, Currency, EstimateNextNewSession}, + traits::{Currency, EstimateNextNewSession}, }; use sp_runtime::{traits::Convert, DispatchError, PerThing, Perbill}; From 51876ea7ce2d7ce01d1562e174cad67ce08d32f0 Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Tue, 17 Jun 2025 12:30:54 +0400 Subject: [PATCH 22/56] rm unused deps --- Cargo.lock | 146 ++++--------------------- common/Cargo.toml | 2 - pallets/gear-eth-bridge/rpc/Cargo.toml | 1 - pallets/payment/Cargo.toml | 1 - runtime/vara/Cargo.toml | 2 - 5 files changed, 23 insertions(+), 129 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 849e3ab1966..f78fa1a3d2d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -43,15 +43,6 @@ version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" -[[package]] -name = "aead" -version = "0.4.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877" -dependencies = [ - "generic-array 0.14.7", -] - [[package]] name = "aead" version = "0.5.2" @@ -86,31 +77,17 @@ dependencies = [ "zeroize", ] -[[package]] -name = "aes-gcm" -version = "0.9.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc3be92e19a7ef47457b8e6f90707e12b6ac5d20c6f3866584fa3be0787d839f" -dependencies = [ - "aead 0.4.3", - "aes 0.7.5", - "cipher 0.3.0", - "ctr 0.7.0", - "ghash 0.4.4", - "subtle 2.6.1", -] - [[package]] name = "aes-gcm" version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1" dependencies = [ - "aead 0.5.2", + "aead", "aes 0.8.4", "cipher 0.4.4", - "ctr 0.9.2", - "ghash 0.5.1", + "ctr", + "ghash", "subtle 2.6.1", ] @@ -2424,18 +2401,6 @@ dependencies = [ "keystream", ] -[[package]] -name = "chacha20" -version = "0.8.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c80e5460aa66fe3b91d40bcbdab953a597b60053e34d684ac6903f863b680a6" -dependencies = [ - "cfg-if", - "cipher 0.3.0", - "cpufeatures", - "zeroize", -] - [[package]] name = "chacha20" version = "0.9.1" @@ -2449,14 +2414,14 @@ dependencies = [ [[package]] name = "chacha20poly1305" -version = "0.9.1" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a18446b09be63d457bbec447509e85f662f32952b035ce892290396bc0b0cff5" +checksum = "10cd79432192d1c0f4e1a0fef9527696cc039165d729fb41b3f4f4f354c2dc35" dependencies = [ - "aead 0.4.3", - "chacha20 0.8.2", - "cipher 0.3.0", - "poly1305 0.7.2", + "aead", + "chacha20", + "cipher 0.4.4", + "poly1305", "zeroize", ] @@ -3181,15 +3146,6 @@ dependencies = [ "subtle 2.6.1", ] -[[package]] -name = "ctr" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a232f92a03f37dd7d7dd2adc67166c77e9cd88de5b019b9a9eecfaeaf7bfd481" -dependencies = [ - "cipher 0.3.0", -] - [[package]] name = "ctr" version = "0.9.2" @@ -6429,7 +6385,6 @@ dependencies = [ "primitive-types 0.13.1", "proptest", "sp-arithmetic", - "sp-core", "sp-io", "sp-runtime", "sp-std", @@ -7116,16 +7071,6 @@ dependencies = [ "rand_core 0.6.4", ] -[[package]] -name = "ghash" -version = "0.4.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99" -dependencies = [ - "opaque-debug 0.3.0", - "polyval 0.5.3", -] - [[package]] name = "ghash" version = "0.5.1" @@ -7133,7 +7078,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1" dependencies = [ "opaque-debug 0.3.0", - "polyval 0.6.2", + "polyval", ] [[package]] @@ -11838,7 +11783,6 @@ dependencies = [ "primitive-types 0.13.1", "sp-api", "sp-blockchain", - "sp-core", "sp-runtime", ] @@ -11918,7 +11862,6 @@ dependencies = [ "parity-scale-codec", "primitive-types 0.13.1", "scale-info", - "sp-core", "sp-io", "sp-runtime", "sp-std", @@ -13153,17 +13096,6 @@ dependencies = [ "windows-sys 0.52.0", ] -[[package]] -name = "poly1305" -version = "0.7.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede" -dependencies = [ - "cpufeatures", - "opaque-debug 0.3.0", - "universal-hash 0.4.0", -] - [[package]] name = "poly1305" version = "0.8.0" @@ -13172,19 +13104,7 @@ checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf" dependencies = [ "cpufeatures", "opaque-debug 0.3.0", - "universal-hash 0.5.1", -] - -[[package]] -name = "polyval" -version = "0.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1" -dependencies = [ - "cfg-if", - "cpufeatures", - "opaque-debug 0.3.0", - "universal-hash 0.4.0", + "universal-hash", ] [[package]] @@ -13196,7 +13116,7 @@ dependencies = [ "cfg-if", "cpufeatures", "opaque-debug 0.3.0", - "universal-hash 0.5.1", + "universal-hash", ] [[package]] @@ -14286,7 +14206,7 @@ version = "0.1.0" source = "git+https://github.com/gear-tech/roast?branch=gear-v0.1.0#925a0e7313534b8ab901c4ff8b6c4af91b149d01" dependencies = [ "aes 0.8.4", - "ctr 0.9.2", + "ctr", "digest 0.10.7", "document-features", "frost-core", @@ -16118,7 +16038,7 @@ version = "0.11.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8de18f6d8ba0aad7045f5feae07ec29899c1112584a38509a84ad7b04451eaa0" dependencies = [ - "aead 0.5.2", + "aead", "arrayref", "arrayvec 0.7.4", "curve25519-dalek", @@ -16366,15 +16286,6 @@ dependencies = [ "serde_derive", ] -[[package]] -name = "serde-json-wasm" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f05da0d153dd4595bdffd5099dc0e9ce425b205ee648eb93437ff7302af8c9a5" -dependencies = [ - "serde", -] - [[package]] name = "serde-wasm-bindgen" version = "0.4.5" @@ -16747,7 +16658,7 @@ dependencies = [ "bip39", "blake2-rfc", "bs58", - "chacha20 0.9.1", + "chacha20", "crossbeam-queue", "derive_more 0.99.18", "ed25519-zebra", @@ -16770,7 +16681,7 @@ dependencies = [ "num-traits", "pbkdf2", "pin-project", - "poly1305 0.8.0", + "poly1305", "rand 0.8.5", "rand_chacha 0.3.1", "ruzstd 0.5.0", @@ -16802,7 +16713,7 @@ dependencies = [ "bip39", "blake2-rfc", "bs58", - "chacha20 0.9.1", + "chacha20", "crossbeam-queue", "derive_more 0.99.18", "ed25519-zebra", @@ -16824,7 +16735,7 @@ dependencies = [ "num-traits", "pbkdf2", "pin-project", - "poly1305 0.8.0", + "poly1305", "rand 0.8.5", "rand_chacha 0.3.1", "ruzstd 0.6.0", @@ -16923,16 +16834,16 @@ checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831" [[package]] name = "snow" -version = "0.9.3" +version = "0.9.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c9d1425eb528a21de2755c75af4c9b5d57f50a0d4c3b7f1828a4cd03f8ba155" +checksum = "850948bee068e713b8ab860fe1adc4d109676ab4c3b621fd8147f06b261f2f85" dependencies = [ - "aes-gcm 0.9.2", + "aes-gcm", "blake2 0.10.6", "chacha20poly1305", "curve25519-dalek", "rand_core 0.6.4", - "ring 0.16.20", + "ring 0.17.14", "rustc_version 0.4.0", "sha2 0.10.8", "subtle 2.6.1", @@ -17569,7 +17480,7 @@ name = "sp-statement-store" version = "19.0.0" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ - "aes-gcm 0.10.3", + "aes-gcm", "curve25519-dalek", "ed25519-dalek", "hkdf 0.12.4", @@ -19473,16 +19384,6 @@ version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" -[[package]] -name = "universal-hash" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8326b2c654932e3e4f9196e69d08fdf7cfd718e1dc6f66b347e6024a0c961402" -dependencies = [ - "generic-array 0.14.7", - "subtle 2.6.1", -] - [[package]] name = "universal-hash" version = "0.5.1" @@ -19649,7 +19550,6 @@ dependencies = [ "pallet-whitelist", "parity-scale-codec", "scale-info", - "serde-json-wasm", "sp-api", "sp-arithmetic", "sp-authority-discovery", diff --git a/common/Cargo.toml b/common/Cargo.toml index c431e865a15..52a80afac49 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -27,7 +27,6 @@ gear-wasm-instrument = { workspace = true, optional = true } gsys.workspace = true # Substrate deps -sp-core.workspace = true sp-io.workspace = true sp-std.workspace = true sp-arithmetic.workspace = true @@ -47,7 +46,6 @@ gear-utils.workspace = true [features] default = ["std"] std = [ - "sp-core/std", "sp-runtime/std", "sp-std/std", "sp-io/std", diff --git a/pallets/gear-eth-bridge/rpc/Cargo.toml b/pallets/gear-eth-bridge/rpc/Cargo.toml index 5e5e8fadb37..1f53ff6ba58 100644 --- a/pallets/gear-eth-bridge/rpc/Cargo.toml +++ b/pallets/gear-eth-bridge/rpc/Cargo.toml @@ -14,7 +14,6 @@ primitive-types.workspace = true # Substrate packages sp-api.workspace = true sp-blockchain.workspace = true -sp-core.workspace = true sp-runtime.workspace = true # Local packages diff --git a/pallets/payment/Cargo.toml b/pallets/payment/Cargo.toml index ae0fa621ea2..53d0f2bae85 100644 --- a/pallets/payment/Cargo.toml +++ b/pallets/payment/Cargo.toml @@ -23,7 +23,6 @@ common.workspace = true frame-support.workspace = true frame-system.workspace = true frame-benchmarking = { workspace = true, optional = true } -sp-core.workspace = true sp-std.workspace = true sp-runtime.workspace = true pallet-authorship.workspace = true diff --git a/runtime/vara/Cargo.toml b/runtime/vara/Cargo.toml index 9ca6b3db49a..72dd3cb1cd0 100644 --- a/runtime/vara/Cargo.toml +++ b/runtime/vara/Cargo.toml @@ -22,7 +22,6 @@ const-str.workspace = true log.workspace = true parity-scale-codec.workspace = true scale-info = { workspace = true, features = ["derive"] } -serde-json-wasm.workspace = true # Frame deps frame-support.workspace = true @@ -193,7 +192,6 @@ std = [ "gear-wasm-instrument/std", "runtime-primitives/std", "scale-info/std", - "serde-json-wasm/std", "sp-api/std", "sp-arithmetic/std", "sp-authority-discovery/std", From 20ae08dc488e4bd074400c86a69fd8ebdea3b831 Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Tue, 17 Jun 2025 12:43:46 +0400 Subject: [PATCH 23/56] fmt --- node/cli/src/command.rs | 4 ++-- .../vara/src/weights/frame_system_extensions.rs | 14 ++++++++------ 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/node/cli/src/command.rs b/node/cli/src/command.rs index de3855c50a6..ca19680361a 100644 --- a/node/cli/src/command.rs +++ b/node/cli/src/command.rs @@ -291,12 +291,12 @@ pub fn run() -> sc_cli::Result<()> { unwrap_client!( client, cmd.run( - config.chain_spec.name().into(), + config.chain_spec.name().into(), client.clone(), inherent_data, Vec::new(), &ext_builder, - false, + false, ) ) } diff --git a/runtime/vara/src/weights/frame_system_extensions.rs b/runtime/vara/src/weights/frame_system_extensions.rs index 99dac1ba75f..57493c07973 100644 --- a/runtime/vara/src/weights/frame_system_extensions.rs +++ b/runtime/vara/src/weights/frame_system_extensions.rs @@ -1,18 +1,20 @@ -// Copyright (C) Parity Technologies (UK) Ltd. -// This file is part of Polkadot. +// This file is part of Gear. -// Polkadot is free software: you can redistribute it and/or modify +// Copyright (C) 2022-2025 Gear Technologies Inc. +// SPDX-License-Identifier: GPL-3.0-or-later WITH Classpath-exception-2.0 + +// This program 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. -// Polkadot is distributed in the hope that it will be useful, +// This program 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 +// 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 Polkadot. If not, see . +// along with this program. If not, see . //! Autogenerated weights for `frame_system_extensions` //! From 8b1a14a92cbf89ef41315fb6b9a241a957aee9b4 Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Tue, 17 Jun 2025 12:50:08 +0400 Subject: [PATCH 24/56] Update rustls-platform-verifier --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f78fa1a3d2d..473e863ca4f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14575,9 +14575,9 @@ dependencies = [ [[package]] name = "rustls-platform-verifier" -version = "0.3.3" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93bda3f493b9abe5b93b3e7e3ecde0df292f2bd28c0296b90586ee0055ff5123" +checksum = "afbb878bdfdf63a336a5e63561b1835e7a8c91524f51621db870169eac84b490" dependencies = [ "core-foundation 0.9.3", "core-foundation-sys", From 4de250bb3fb0e2f5cce6521b5a0c0fc45b4b9594 Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Tue, 17 Jun 2025 12:51:16 +0400 Subject: [PATCH 25/56] Update rustls-webpki@0.101.4 --- Cargo.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 473e863ca4f..22dbc4e5da6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9762,7 +9762,7 @@ dependencies = [ "rcgen 0.10.0", "ring 0.16.20", "rustls 0.21.7", - "rustls-webpki 0.101.4", + "rustls-webpki 0.101.7", "thiserror 1.0.69", "x509-parser 0.15.1", "yasna", @@ -9781,7 +9781,7 @@ dependencies = [ "rcgen 0.13.2", "ring 0.17.14", "rustls 0.23.28", - "rustls-webpki 0.101.4", + "rustls-webpki 0.101.7", "thiserror 2.0.12", "x509-parser 0.16.0", "yasna", @@ -14474,7 +14474,7 @@ checksum = "cd8d6c9f025a446bc4d18ad9632e69aec8f287aa84499ee335599fabd20c3fd8" dependencies = [ "log", "ring 0.16.20", - "rustls-webpki 0.101.4", + "rustls-webpki 0.101.7", "sct", ] @@ -14602,12 +14602,12 @@ checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" [[package]] name = "rustls-webpki" -version = "0.101.4" +version = "0.101.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d93931baf2d282fff8d3a532bbfd7653f734643161b87e3e01e59a04439bf0d" +checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" dependencies = [ - "ring 0.16.20", - "untrusted 0.7.1", + "ring 0.17.14", + "untrusted 0.9.0", ] [[package]] From 6754008f6757b267228d741c86d7cd8eec42c7d1 Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Tue, 17 Jun 2025 13:03:55 +0400 Subject: [PATCH 26/56] Update deps --- Cargo.lock | 3795 ++++++++++++++++++++++++++-------------------------- 1 file changed, 1897 insertions(+), 1898 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 22dbc4e5da6..26a8cfa667b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -30,18 +30,18 @@ dependencies = [ [[package]] name = "addr2line" -version = "0.21.0" +version = "0.24.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" +checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" dependencies = [ - "gimli 0.28.0", + "gimli 0.31.1", ] [[package]] -name = "adler" -version = "1.0.2" +name = "adler2" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" +checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" [[package]] name = "aead" @@ -62,7 +62,7 @@ dependencies = [ "cfg-if", "cipher 0.3.0", "cpufeatures", - "opaque-debug 0.3.0", + "opaque-debug 0.3.1", ] [[package]] @@ -97,38 +97,38 @@ version = "0.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9" dependencies = [ - "getrandom 0.2.15", + "getrandom 0.2.16", "once_cell", "version_check", ] [[package]] name = "ahash" -version = "0.8.11" +version = "0.8.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" +checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" dependencies = [ "cfg-if", - "getrandom 0.2.15", + "getrandom 0.3.3", "once_cell", "version_check", - "zerocopy 0.7.32", + "zerocopy", ] [[package]] name = "aho-corasick" -version = "1.0.4" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6748e8def348ed4d14996fa801f4122cd763fff530258cdc03f64b25f89d3a5a" +checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" dependencies = [ "memchr", ] [[package]] name = "allocator-api2" -version = "0.2.16" +version = "0.2.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5" +checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" [[package]] name = "alloy" @@ -157,20 +157,20 @@ dependencies = [ [[package]] name = "alloy-chains" -version = "0.2.0" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7734aecfc58a597dde036e4c5cace2ae43e2f8bf3d406b022a1ef34da178dd49" +checksum = "19a9cc9d81ace3da457883b0bdf76776e55f1b84219a9e9d55c27ad308548d3f" dependencies = [ "alloy-primitives", - "num_enum 0.7.2", + "num_enum 0.7.3", "strum 0.27.1", ] [[package]] name = "alloy-consensus" -version = "1.0.1" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5af9455152b18b9efc329120c85006705862a21786449e425eb714d0c04bbfda" +checksum = "ad451f9a70c341d951bca4e811d74dbe1e193897acd17e9dbac1353698cc430b" dependencies = [ "alloy-eips", "alloy-primitives", @@ -192,9 +192,9 @@ dependencies = [ [[package]] name = "alloy-consensus-any" -version = "1.0.1" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9256691696deb28fd71ca6b698d958e80abe5dd0ed95f8e96ac55076b4a70e95" +checksum = "142daffb15d5be1a2b20d2cd540edbcef03037b55d4ff69dc06beb4d06286dba" dependencies = [ "alloy-consensus", "alloy-eips", @@ -206,9 +206,9 @@ dependencies = [ [[package]] name = "alloy-contract" -version = "1.0.1" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf6fec63b92c6cd0410450d38c671cc52f1c1eed6327ce6ba42e965c00b53bf3" +checksum = "ebf25443920ecb9728cb087fe4dc04a0b290bd6ac85638c58fe94aba70f1a44e" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -228,9 +228,9 @@ dependencies = [ [[package]] name = "alloy-core" -version = "1.0.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d020a85ae8cf79b9c897a86d617357817bbc9a7d159dd7e6fedf1bc90f64d35" +checksum = "5968f48d7a62587cd874bd84034831da4f7f577ce5de984828e376766efc0f32" dependencies = [ "alloy-dyn-abi", "alloy-json-abi", @@ -241,19 +241,18 @@ dependencies = [ [[package]] name = "alloy-dyn-abi" -version = "1.0.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "884a5d4560f7e5e34ec3c5e54a60223c56352677dd049b495fbb59384cf72a90" +checksum = "f9135eb501feccf7f4cb8a183afd406a65483fdad7bbd7332d0470e5d725c92f" dependencies = [ "alloy-json-abi", "alloy-primitives", "alloy-sol-type-parser", "alloy-sol-types", - "const-hex", "itoa", "serde", "serde_json", - "winnow 0.7.3", + "winnow", ] [[package]] @@ -271,9 +270,9 @@ dependencies = [ [[package]] name = "alloy-eip2930" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbe3e16484669964c26ac48390245d84c410b1a5f968976076c17184725ef235" +checksum = "7b82752a889170df67bbb36d42ca63c531eb16274f0d7299ae2a680facba17bd" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -282,9 +281,9 @@ dependencies = [ [[package]] name = "alloy-eip7702" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "804cefe429015b4244966c006d25bda5545fa9db5990e9c9079faf255052f50a" +checksum = "9d4769c6ffddca380b0070d71c8b7f30bed375543fe76bb2f74ec0acf4b7cd16" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -295,9 +294,9 @@ dependencies = [ [[package]] name = "alloy-eips" -version = "1.0.1" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a3ecb56e34e1c3dca4aa06b653c96f0f381a67e0d353271949c683fba5ecbd4" +checksum = "3056872f6da48046913e76edb5ddced272861f6032f09461aea1a2497be5ae5d" dependencies = [ "alloy-eip2124", "alloy-eip2930", @@ -310,14 +309,14 @@ dependencies = [ "derive_more 2.0.1", "either", "serde", - "sha2 0.10.8", + "sha2 0.10.9", ] [[package]] name = "alloy-genesis" -version = "1.0.1" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "664371ee21be794e77a1be0e1ea989fd66a43a3539532361f007935f20cc8ece" +checksum = "c98fb40f07997529235cc474de814cd7bd9de561e101716289095696c0e4639d" dependencies = [ "alloy-eips", "alloy-primitives", @@ -328,9 +327,9 @@ dependencies = [ [[package]] name = "alloy-hardforks" -version = "0.2.0" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7d3b2243e2adfaea41da41982f91ecab8083fa51b240d0427955d709f65b1b4" +checksum = "977d2492ce210e34baf7b36afaacea272c96fbe6774c47e23f97d14033c0e94f" dependencies = [ "alloy-chains", "alloy-eip2124", @@ -341,9 +340,9 @@ dependencies = [ [[package]] name = "alloy-json-abi" -version = "1.1.2" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ccaa79753d7bf15f06399ea76922afbfaf8d18bebed9e8fc452984b4a90dcc9" +checksum = "8b26fdd571915bafe857fccba4ee1a4f352965800e46a53e4a5f50187b7776fa" dependencies = [ "alloy-primitives", "alloy-sol-type-parser", @@ -353,9 +352,9 @@ dependencies = [ [[package]] name = "alloy-json-rpc" -version = "1.0.1" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b22b5e5872d5ece9df2411a65637af3bfc5ce868ddf392cb91ce9a0c7cb1b30" +checksum = "dc08b31ebf9273839bd9a01f9333cbb7a3abb4e820c312ade349dd18bdc79581" dependencies = [ "alloy-primitives", "alloy-sol-types", @@ -367,9 +366,9 @@ dependencies = [ [[package]] name = "alloy-network" -version = "1.0.1" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be8a707ccae2aaca8fb64cec54904c1fdce6be5c5d5be24a7ae04e6a393cb62e" +checksum = "ed117b08f0cc190312bf0c38c34cf4f0dabfb4ea8f330071c587cd7160a88cb2" dependencies = [ "alloy-consensus", "alloy-consensus-any", @@ -393,9 +392,9 @@ dependencies = [ [[package]] name = "alloy-network-primitives" -version = "1.0.1" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d27be7a0d29a77b2568c105e5418736da5555026a4b054ea2e3b549a0a9645b" +checksum = "c7162ff7be8649c0c391f4e248d1273e85c62076703a1f3ec7daf76b283d886d" dependencies = [ "alloy-consensus", "alloy-eips", @@ -406,9 +405,9 @@ dependencies = [ [[package]] name = "alloy-node-bindings" -version = "1.0.1" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9bd888377b63e1f8bf48e2a859074f6c73a2c54bf15aff76c9f2ddf5d70bc3b5" +checksum = "eec6d2e7743d2bcb3e7dfc9cb7a7322bc0f808fddd48f4aab5d974260f2ae0cf" dependencies = [ "alloy-genesis", "alloy-hardforks", @@ -427,9 +426,9 @@ dependencies = [ [[package]] name = "alloy-primitives" -version = "1.1.2" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18c35fc4b03ace65001676358ffbbaefe2a2b27ee50fe777c345082c7c888be8" +checksum = "a326d47106039f38b811057215a92139f46eef7983a4b77b10930a0ea5685b1e" dependencies = [ "alloy-rlp", "bytes", @@ -437,14 +436,14 @@ dependencies = [ "const-hex", "derive_more 2.0.1", "foldhash", - "hashbrown 0.15.2", + "hashbrown 0.15.4", "indexmap 2.9.0", "itoa", "k256", "keccak-asm", "paste", "proptest", - "rand 0.9.0", + "rand 0.9.1", "ruint", "rustc-hash 2.1.1", "serde", @@ -454,9 +453,9 @@ dependencies = [ [[package]] name = "alloy-provider" -version = "1.0.1" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "064d72578caba01fc1d04e8119dbfac36f7cc3b0b9c65804f2282482d55c4904" +checksum = "d84eba1fd8b6fe8b02f2acd5dd7033d0f179e304bd722d11e817db570d1fa6c4" dependencies = [ "alloy-chains", "alloy-consensus", @@ -478,12 +477,12 @@ dependencies = [ "async-stream", "async-trait", "auto_impl", - "dashmap 6.0.1", + "dashmap 6.1.0", "either", "futures", "futures-utils-wasm", "lru 0.13.0", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "pin-project", "reqwest", "serde", @@ -497,52 +496,52 @@ dependencies = [ [[package]] name = "alloy-pubsub" -version = "1.0.1" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "071721a7fbe5fa0b7e0391c4ff8b5919a9f9866944cd8608dcb893d846e7087d" +checksum = "8550f7306e0230fc835eb2ff4af0a96362db4b6fc3f25767d161e0ad0ac765bf" dependencies = [ "alloy-json-rpc", "alloy-primitives", "alloy-transport", "bimap", "futures", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "serde", "serde_json", "tokio", "tokio-stream", - "tower 0.5.1", + "tower 0.5.2", "tracing", "wasmtimer", ] [[package]] name = "alloy-rlp" -version = "0.3.10" +version = "0.3.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f542548a609dca89fcd72b3b9f355928cf844d4363c5eed9c5273a3dd225e097" +checksum = "5f70d83b765fdc080dbcd4f4db70d8d23fe4761f2f02ebfa9146b833900634b4" dependencies = [ "alloy-rlp-derive", - "arrayvec 0.7.4", + "arrayvec 0.7.6", "bytes", ] [[package]] name = "alloy-rlp-derive" -version = "0.3.10" +version = "0.3.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a833d97bf8a5f0f878daf2c8451fff7de7f9de38baa5a45d936ec718d81255a" +checksum = "64b728d511962dda67c1bc7ea7c03736ec275ed2cf4c35d9585298ac9ccf3b73" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] name = "alloy-rpc-client" -version = "1.0.1" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cb00c4260ca83980422fc4a44658aafe50ad7b7ad43fb21523bd53453cfd202" +checksum = "518a699422a3eab800f3dac2130d8f2edba8e4fff267b27a9c7dc6a2b0d313ee" dependencies = [ "alloy-json-rpc", "alloy-primitives", @@ -558,7 +557,7 @@ dependencies = [ "serde_json", "tokio", "tokio-stream", - "tower 0.5.1", + "tower 0.5.2", "tracing", "tracing-futures", "url", @@ -567,9 +566,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types" -version = "1.0.1" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eac9e3abe5083df822304ac63664873c988e427a27215b2ce328ee5a2a51bfbd" +checksum = "c000cab4ec26a4b3e29d144e999e1c539c2fa0abed871bf90311eb3466187ca8" dependencies = [ "alloy-primitives", "alloy-rpc-types-anvil", @@ -582,9 +581,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-anvil" -version = "1.0.1" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c1c6ffcd50988f03a404c3379eaf4ff191fa991d949c6b6cf1c3b23b17ed285" +checksum = "8abecc34549a208b5f91bc7f02df3205c36e2aa6586f1d9375c3382da1066b3b" dependencies = [ "alloy-primitives", "alloy-rpc-types-eth", @@ -594,9 +593,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-any" -version = "1.0.1" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b8740d1e374cf177f5e94ee694cbbca5d0435c3e8a6d4e908841e9cfc5247e2" +checksum = "508b2fbe66d952089aa694e53802327798806498cd29ff88c75135770ecaabfc" dependencies = [ "alloy-consensus-any", "alloy-rpc-types-eth", @@ -605,9 +604,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-beacon" -version = "1.0.1" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0540c6ac1169f687a6d04be56ac3afd49c945b7f275375ff93e2999a9f5073c" +checksum = "241aba7808bddc3ad1c6228e296a831f326f89118b1017012090709782a13334" dependencies = [ "alloy-eips", "alloy-primitives", @@ -619,9 +618,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-engine" -version = "1.0.1" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "738a62884dcf024b244411cf124cb514a06cdd41d27c9ae898c45ca01a161e0e" +checksum = "cab52691970553d84879d777419fa7b6a2e92e9fe8641f9324cc071008c2f656" dependencies = [ "alloy-consensus", "alloy-eips", @@ -636,9 +635,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-eth" -version = "1.0.1" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dfc2bbc0385aac988551f747c050d5bd1b2b9dd59eabaebf063edbb6a41b2ccb" +checksum = "fcaf7dff0fdd756a714d58014f4f8354a1706ebf9fa2cf73431e0aeec3c9431e" dependencies = [ "alloy-consensus", "alloy-consensus-any", @@ -656,9 +655,9 @@ dependencies = [ [[package]] name = "alloy-serde" -version = "1.0.1" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "071c74effe6ad192dde40cbd4da49784c946561dec6679f73665337c6cf72316" +checksum = "730e8f2edf2fc224cabd1c25d090e1655fa6137b2e409f92e5eec735903f1507" dependencies = [ "alloy-primitives", "serde", @@ -667,9 +666,9 @@ dependencies = [ [[package]] name = "alloy-signer" -version = "1.0.1" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e920bcbaf28af4c3edf6dac128a5d04185582bf496b031add01de909b4cb153" +checksum = "6b0d2428445ec13edc711909e023d7779618504c4800be055a5b940025dbafe3" dependencies = [ "alloy-primitives", "async-trait", @@ -682,9 +681,9 @@ dependencies = [ [[package]] name = "alloy-signer-local" -version = "1.0.1" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b98de10c8697f338c6a545a0fc6cd7cd2b250f62797479f7f30eac63765c78ff" +checksum = "e14fe6fedb7fe6e0dfae47fe020684f1d8e063274ef14bca387ddb7a6efa8ec1" dependencies = [ "alloy-consensus", "alloy-network", @@ -698,23 +697,23 @@ dependencies = [ [[package]] name = "alloy-sol-macro" -version = "1.1.2" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8612e0658964d616344f199ab251a49d48113992d81b92dab93ed855faa66383" +checksum = "d4be1ce1274ddd7fdfac86e5ece1b225e9bba1f2327e20fbb30ee6b9cc1423fe" dependencies = [ "alloy-sol-macro-expander", "alloy-sol-macro-input", "proc-macro-error2", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] name = "alloy-sol-macro-expander" -version = "1.1.2" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a384edac7283bc4c010a355fb648082860c04b826bb7a814c45263c8f304c74" +checksum = "01e92f3708ea4e0d9139001c86c051c538af0146944a2a9c7181753bd944bf57" dependencies = [ "alloy-json-abi", "alloy-sol-macro-input", @@ -724,16 +723,16 @@ dependencies = [ "proc-macro-error2", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", "syn-solidity", "tiny-keccak", ] [[package]] name = "alloy-sol-macro-input" -version = "1.1.2" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0dd588c2d516da7deb421b8c166dc60b7ae31bca5beea29ab6621fcfa53d6ca5" +checksum = "9afe1bd348a41f8c9b4b54dfb314886786d6201235b0b3f47198b9d910c86bb2" dependencies = [ "alloy-json-abi", "const-hex", @@ -743,25 +742,25 @@ dependencies = [ "proc-macro2", "quote", "serde_json", - "syn 2.0.100", + "syn 2.0.103", "syn-solidity", ] [[package]] name = "alloy-sol-type-parser" -version = "1.1.2" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e86ddeb70792c7ceaad23e57d52250107ebbb86733e52f4a25d8dc1abc931837" +checksum = "d6195df2acd42df92a380a8db6205a5c7b41282d0ce3f4c665ecf7911ac292f1" dependencies = [ "serde", - "winnow 0.7.3", + "winnow", ] [[package]] name = "alloy-sol-types" -version = "1.1.2" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "584cb97bfc5746cb9dcc4def77da11694b5d6d7339be91b7480a6a68dc129387" +checksum = "6185e98a79cf19010722f48a74b5a65d153631d2f038cabd250f4b9e9813b8ad" dependencies = [ "alloy-json-abi", "alloy-primitives", @@ -771,9 +770,9 @@ dependencies = [ [[package]] name = "alloy-transport" -version = "1.0.1" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f5564661f166792da89d9a6785ff815e44853436637842c59ab48393c4c2fad" +checksum = "a712bdfeff42401a7dd9518f72f617574c36226a9b5414537fedc34350b73bf9" dependencies = [ "alloy-json-rpc", "alloy-primitives", @@ -781,12 +780,12 @@ dependencies = [ "derive_more 2.0.1", "futures", "futures-utils-wasm", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "serde", "serde_json", "thiserror 2.0.12", "tokio", - "tower 0.5.1", + "tower 0.5.2", "tracing", "url", "wasmtimer", @@ -794,29 +793,29 @@ dependencies = [ [[package]] name = "alloy-transport-http" -version = "1.0.1" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14c2bba49856a38b54b9134f1fc218fc67d1b1313c16a310514f3b10110559fc" +checksum = "7ea5a76d7f2572174a382aedf36875bedf60bcc41116c9f031cf08040703a2dc" dependencies = [ "alloy-json-rpc", "alloy-transport", "reqwest", "serde_json", - "tower 0.5.1", + "tower 0.5.2", "tracing", "url", ] [[package]] name = "alloy-transport-ws" -version = "1.0.1" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "802de53990270861acf00044837794ea2450ccc3d9795e824a5d865633241a23" +checksum = "e0c6f9b37cd8d44aab959613966cc9d4d7a9b429c575cec43b3e5b46ea109a79" dependencies = [ "alloy-pubsub", "alloy-transport", "futures", - "http 1.1.0", + "http 1.3.1", "rustls 0.23.28", "serde_json", "tokio", @@ -827,14 +826,14 @@ dependencies = [ [[package]] name = "alloy-trie" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f9382b4e38b126358f276b863673bc47840d3b3508dd1c9efe22f81b4e83649" +checksum = "983d99aa81f586cef9dae38443245e585840fcf0fc58b09aee0b1f27aed1d500" dependencies = [ "alloy-primitives", "alloy-rlp", - "arrayvec 0.7.4", - "derive_more 1.0.0", + "arrayvec 0.7.6", + "derive_more 2.0.1", "nybbles", "serde", "smallvec", @@ -867,57 +866,59 @@ dependencies = [ [[package]] name = "anstream" -version = "0.6.7" +version = "0.6.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4cd2405b3ac1faab2990b74d728624cd9fd115651fcecc7c2d8daf01376275ba" +checksum = "301af1932e46185686725e0fad2f8f2aa7da69dd70bf6ecc44d6b703844a3933" dependencies = [ "anstyle", "anstyle-parse", "anstyle-query", "anstyle-wincon", "colorchoice", + "is_terminal_polyfill", "utf8parse", ] [[package]] name = "anstyle" -version = "1.0.10" +version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" +checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd" [[package]] name = "anstyle-parse" -version = "0.2.1" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333" +checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" dependencies = [ "utf8parse", ] [[package]] name = "anstyle-query" -version = "1.0.0" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b" +checksum = "6c8bdeb6047d8983be085bab0ba1472e6dc604e7041dbf6fcd5e71523014fae9" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.59.0", ] [[package]] name = "anstyle-wincon" -version = "3.0.1" +version = "3.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628" +checksum = "403f75924867bb1033c59fbf0797484329750cfbe3c4325cd33127941fabc882" dependencies = [ "anstyle", - "windows-sys 0.48.0", + "once_cell_polyfill", + "windows-sys 0.59.0", ] [[package]] name = "anyhow" -version = "1.0.86" +version = "1.0.98" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" +checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" [[package]] name = "approx" @@ -939,14 +940,14 @@ dependencies = [ "proc-macro-error", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] name = "arbitrary" -version = "1.3.2" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110" +checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223" dependencies = [ "derive_arbitrary", ] @@ -1127,7 +1128,7 @@ dependencies = [ "num-bigint", "num-traits", "paste", - "rustc_version 0.4.0", + "rustc_version 0.4.1", "zeroize", ] @@ -1278,9 +1279,9 @@ checksum = "5d5dde061bd34119e902bbb2d9b90c5692635cf59fb91d582c2b68043f1b8293" [[package]] name = "arrayref" -version = "0.3.7" +version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545" +checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" [[package]] name = "arrayvec" @@ -1293,9 +1294,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" dependencies = [ "serde", ] @@ -1318,11 +1319,11 @@ dependencies = [ [[package]] name = "asn1-rs" -version = "0.6.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22ad1373757efa0f70ec53939aabc7152e1591cb485208052993070ac8d2429d" +checksum = "5493c3bedbacf7fd7382c6346bbd66687d12bbaad3a89a2d2c303ee6cf20b048" dependencies = [ - "asn1-rs-derive 0.5.0", + "asn1-rs-derive 0.5.1", "asn1-rs-impl 0.2.0", "displaydoc", "nom", @@ -1362,14 +1363,14 @@ dependencies = [ [[package]] name = "asn1-rs-derive" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7378575ff571966e99a744addeff0bff98b8ada0dedf1956d59e634db95eaac1" +checksum = "965c2d33e53cb6b267e148a4cb0760bc01f4904c1cd4bb4002a085bb016d1490" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", - "synstructure 0.13.1", + "syn 2.0.103", + "synstructure 0.13.2", ] [[package]] @@ -1380,8 +1381,8 @@ checksum = "3109e49b1e4909e9db6515a30c633684d68cdeaa252f215214cb4fa1a5bfee2c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", - "synstructure 0.13.1", + "syn 2.0.103", + "synstructure 0.13.2", ] [[package]] @@ -1403,7 +1404,7 @@ checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -1443,15 +1444,15 @@ dependencies = [ [[package]] name = "async-executor" -version = "1.5.4" +version = "1.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c1da3ae8dabd9c00f453a329dfe1fb28da3c0a72e2478cdcd93171740c20499" +checksum = "bb812ffb58524bdd10860d7d974e2f01cc0950c2438a74ee5ec2e2280c6c4ffa" dependencies = [ - "async-lock 2.8.0", "async-task", "concurrent-queue", - "fastrand 2.1.1", - "futures-lite 1.13.0", + "fastrand 2.3.0", + "futures-lite 2.6.0", + "pin-project-lite", "slab", ] @@ -1463,7 +1464,7 @@ checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a" dependencies = [ "async-lock 3.4.0", "blocking", - "futures-lite 2.3.0", + "futures-lite 2.6.0", ] [[package]] @@ -1480,29 +1481,29 @@ dependencies = [ "log", "parking", "polling 2.8.0", - "rustix 0.37.23", + "rustix 0.37.28", "slab", - "socket2 0.4.9", + "socket2 0.4.10", "waker-fn", ] [[package]] name = "async-io" -version = "2.3.3" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d6baa8f0178795da0e71bc42c9e5d13261aac7ee549853162e66a241ba17964" +checksum = "1237c0ae75a0f3765f58910ff9cdd0a12eeb39ab2f4c7de23262f337f0aacbb3" dependencies = [ "async-lock 3.4.0", "cfg-if", "concurrent-queue", "futures-io", - "futures-lite 2.3.0", + "futures-lite 2.6.0", "parking", - "polling 3.5.0", - "rustix 0.38.41", + "polling 3.8.0", + "rustix 1.0.7", "slab", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -1531,29 +1532,28 @@ version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7" dependencies = [ - "async-io 2.3.3", + "async-io 2.4.1", "blocking", - "futures-lite 2.3.0", + "futures-lite 2.6.0", ] [[package]] name = "async-process" -version = "2.2.3" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7eda79bbd84e29c2b308d1dc099d7de8dcc7035e48f4bf5dc4a531a44ff5e2a" +checksum = "cde3f4e40e6021d7acffc90095cbd6dc54cb593903d1de5832f435eb274b85dc" dependencies = [ "async-channel 2.3.1", - "async-io 2.3.3", + "async-io 2.4.1", "async-lock 3.4.0", "async-signal", "async-task", "blocking", "cfg-if", "event-listener 5.4.0", - "futures-lite 2.3.0", - "rustix 0.38.41", + "futures-lite 2.6.0", + "rustix 1.0.7", "tracing", - "windows-sys 0.52.0", ] [[package]] @@ -1564,32 +1564,32 @@ checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] name = "async-signal" -version = "0.2.9" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dfb3634b73397aa844481f814fad23bbf07fdb0eabec10f2eb95e58944b1ec32" +checksum = "d7605a4e50d4b06df3898d5a70bf5fde51ed9059b0434b73105193bc27acce0d" dependencies = [ - "async-io 2.3.3", + "async-io 2.4.1", "async-lock 3.4.0", "atomic-waker", "cfg-if", "futures-core", "futures-io", - "rustix 0.38.41", + "rustix 1.0.7", "signal-hook-registry", "slab", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] name = "async-stream" -version = "0.3.5" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51" +checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476" dependencies = [ "async-stream-impl", "futures-core", @@ -1598,13 +1598,13 @@ dependencies = [ [[package]] name = "async-stream-impl" -version = "0.3.5" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193" +checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -1621,7 +1621,7 @@ checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -1632,7 +1632,7 @@ checksum = "b6d7b9decdf35d8908a7e3ef02f64c5e9b1695e230154c0e8de3969142d9b94c" dependencies = [ "futures", "pharos", - "rustc_version 0.4.0", + "rustc_version 0.4.1", ] [[package]] @@ -1678,9 +1678,9 @@ checksum = "a8ab6b55fe97976e46f91ddbed8d147d966475dc29b2032757ba47e02376fbc3" [[package]] name = "atomic-waker" -version = "1.1.1" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3" +checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" [[package]] name = "atomic_enum" @@ -1690,7 +1690,7 @@ checksum = "99e1aca718ea7b89985790c94aad72d77533063fe00bc497bb79a7c2dae6a661" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -1699,7 +1699,7 @@ version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8d9a9bf8b79a749ee0b911b91b671cc2b6c670bdbc7e3dfd537576ddc94bb2a2" dependencies = [ - "http 0.2.9", + "http 0.2.12", "log", "url", ] @@ -1717,34 +1717,34 @@ dependencies = [ [[package]] name = "auto_impl" -version = "1.2.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c87f3f15e7794432337fc718554eaa4dc8f04c9677a950ffe366f20a162ae42" +checksum = "ffdcb70bdbc4d478427380519163274ac86e52916e10f0a8889adf0f96d3fee7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] name = "autocfg" -version = "1.1.0" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" +checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" [[package]] name = "backtrace" -version = "0.3.71" +version = "0.3.75" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d" +checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002" dependencies = [ - "addr2line 0.21.0", - "cc", + "addr2line 0.24.2", "cfg-if", "libc", "miniz_oxide", - "object 0.32.2", + "object 0.36.7", "rustc-demangle", + "windows-targets 0.52.6", ] [[package]] @@ -1785,9 +1785,9 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "base64ct" -version = "1.6.0" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" +checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba" [[package]] name = "beef" @@ -1841,7 +1841,7 @@ dependencies = [ "regex", "rustc-hash 1.1.0", "shlex", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -1856,18 +1856,18 @@ dependencies = [ "rand_core 0.6.4", "ripemd", "secp256k1 0.27.0", - "sha2 0.10.8", + "sha2 0.10.9", "subtle 2.6.1", "zeroize", ] [[package]] name = "bip39" -version = "2.0.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93f2635620bf0b9d4576eb7bb9a38a55df78bd1205d26fa994b25911a69f212f" +checksum = "43d193de1f7487df1914d3a568b772458861d33f9c54249612cc2893d6915054" dependencies = [ - "bitcoin_hashes 0.11.0", + "bitcoin_hashes 0.13.0", "serde", "unicode-normalization", ] @@ -1899,12 +1899,6 @@ version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0b47c4ab7a93edb0c7198c5535ed9b52b63095f4e9b45279c6736cec4b856baf" -[[package]] -name = "bitcoin_hashes" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90064b8dee6815a6470d60bad07bbbaee885c0e12d04177138fa3291a01b7bc4" - [[package]] name = "bitcoin_hashes" version = "0.13.0" @@ -1983,34 +1977,34 @@ dependencies = [ [[package]] name = "blake2b_simd" -version = "1.0.2" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23285ad32269793932e830392f2fe2f83e26488fd3ec778883a93c8323735780" +checksum = "06e903a20b159e944f91ec8499fe1e55651480c541ea0a584f5d967c49ad9d99" dependencies = [ "arrayref", - "arrayvec 0.7.4", + "arrayvec 0.7.6", "constant_time_eq 0.3.1", ] [[package]] name = "blake2s_simd" -version = "1.0.1" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6637f448b9e61dfadbdcbae9a885fadee1f3eaffb1f8d3c1965d3ade8bdfd44f" +checksum = "e90f7deecfac93095eb874a40febd69427776e24e1bd7f87f33ac62d6f0174df" dependencies = [ "arrayref", - "arrayvec 0.7.4", - "constant_time_eq 0.2.6", + "arrayvec 0.7.6", + "constant_time_eq 0.3.1", ] [[package]] name = "blake3" -version = "1.7.0" +version = "1.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b17679a8d69b6d7fd9cd9801a536cec9fa5e5970b69f9d4747f70b39b031f5e7" +checksum = "3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0" dependencies = [ "arrayref", - "arrayvec 0.7.4", + "arrayvec 0.7.6", "cc", "cfg-if", "constant_time_eq 0.3.1", @@ -2052,25 +2046,22 @@ checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae" [[package]] name = "blocking" -version = "1.4.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94c4ef1f913d78636d78d538eec1f18de81e481f44b1be0a81060090530846e1" +checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea" dependencies = [ - "async-channel 1.9.0", - "async-lock 2.8.0", + "async-channel 2.3.1", "async-task", - "fastrand 2.1.1", "futures-io", - "futures-lite 1.13.0", + "futures-lite 2.6.0", "piper", - "tracing", ] [[package]] name = "blst" -version = "0.3.14" +version = "0.3.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47c79a94619fade3c0b887670333513a67ac28a6a7e653eb260bf0d4103db38d" +checksum = "4fd49896f12ac9b6dcd7a5998466b9b58263a695a3dd1ecc1aaca2e12a90b080" dependencies = [ "cc", "glob", @@ -2080,9 +2071,9 @@ dependencies = [ [[package]] name = "bounded-collections" -version = "0.2.1" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db436177db0d505b1507f03aca56a41442ae6efdf8b6eaa855d73e52c5b078dc" +checksum = "64ad8a0bed7827f0b07a5d23cec2e58cc02038a99e4ca81616cb2bb2025f804d" dependencies = [ "log", "parity-scale-codec", @@ -2105,7 +2096,7 @@ version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4" dependencies = [ - "sha2 0.10.8", + "sha2 0.10.9", "tinyvec", ] @@ -2120,15 +2111,15 @@ dependencies = [ [[package]] name = "bumpalo" -version = "3.16.0" +version = "3.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" +checksum = "793db76d6187cd04dff33004d8e6c9cc4e05cd330500379d2394209271b4aeee" [[package]] name = "byte-slice-cast" -version = "1.2.2" +version = "1.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3ac9f8b63eca6fd385229b3675f6cc0dc5c8a5c8a54a59d4f52ffd670d87b0c" +checksum = "7575182f7272186991736b70173b0ea045398f984bf5ebbb3804736ce1330c9d" [[package]] name = "byte-tools" @@ -2138,9 +2129,9 @@ checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" [[package]] name = "bytecheck" -version = "0.6.11" +version = "0.6.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b6372023ac861f6e6dc89c8344a8f398fb42aaba2b5dbc649ca0c0e9dbcb627" +checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2" dependencies = [ "bytecheck_derive", "ptr_meta", @@ -2149,9 +2140,9 @@ dependencies = [ [[package]] name = "bytecheck_derive" -version = "0.6.11" +version = "0.6.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7ec4c6f261935ad534c0c22dbef2201b45918860eb1c574b972bd213a76af61" +checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659" dependencies = [ "proc-macro2", "quote", @@ -2160,15 +2151,15 @@ dependencies = [ [[package]] name = "bytecount" -version = "0.6.3" +version = "0.6.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c676a478f63e9fa2dd5368a42f28bba0d6c560b775f38583c8bbaa7fcd67c9c" +checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e" [[package]] name = "bytemuck" -version = "1.13.1" +version = "1.23.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea" +checksum = "5c76a5792e44e4abe34d3abf15636779261d45a7450612059293d1d2cfc63422" [[package]] name = "byteorder" @@ -2185,23 +2176,13 @@ dependencies = [ "serde", ] -[[package]] -name = "bytesize" -version = "1.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3e368af43e418a04d52505cf3dbc23dda4e3407ae2fa99fd0e4f308ce546acc" -dependencies = [ - "serde", -] - [[package]] name = "bzip2-sys" -version = "0.1.11+1.0.8" +version = "0.1.13+1.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc" +checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14" dependencies = [ "cc", - "libc", "pkg-config", ] @@ -2247,9 +2228,9 @@ dependencies = [ [[package]] name = "camino" -version = "1.1.6" +version = "1.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c" +checksum = "0da45bc31171d8d6960122e222a67740df867c1dd53b4d51caa297084c185cab" dependencies = [ "serde", ] @@ -2261,7 +2242,7 @@ dependencies = [ "anyhow", "cargo_metadata 0.19.2", "cargo_toml", - "clap 4.5.23", + "clap 4.5.40", "colored", "etc", "gear-wasm-optimizer", @@ -2275,15 +2256,15 @@ dependencies = [ [[package]] name = "cargo-http-registry" -version = "0.1.6" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7af9bc973d36c91202e71827f8644c6cd976eda51ad6d7cd2fcb5b9b049bfd02" +checksum = "193f465b09986c2c07ae55bf52131fb51ab2cd89c18ebfca1672cf13e7eb92cd" dependencies = [ "anyhow", "git2", "serde", "serde_json", - "sha2 0.10.8", + "sha2 0.10.9", "structopt", "tokio", "tracing", @@ -2293,9 +2274,9 @@ dependencies = [ [[package]] name = "cargo-platform" -version = "0.1.3" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2cfa25e60aea747ec7e1124f238816749faa93759c6ff5b31f1ccdda137f4479" +checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea" dependencies = [ "serde", ] @@ -2308,7 +2289,7 @@ checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a" dependencies = [ "camino", "cargo-platform", - "semver 1.0.18", + "semver 1.0.26", "serde", "serde_json", "thiserror 1.0.69", @@ -2322,7 +2303,7 @@ checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba" dependencies = [ "camino", "cargo-platform", - "semver 1.0.18", + "semver 1.0.26", "serde", "serde_json", "thiserror 2.0.12", @@ -2335,14 +2316,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472" dependencies = [ "serde", - "toml 0.8.14", + "toml 0.8.23", ] [[package]] name = "cc" -version = "1.2.18" +version = "1.2.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "525046617d8376e3db1deffb079e91cef90a89fc3ca5c185bbf8c9ecdd15cd5c" +checksum = "d487aa071b5f64da6f19a3e848e3578944b726ee5a4854b82172f02aa876bfdc" dependencies = [ "jobserver", "libc", @@ -2366,18 +2347,18 @@ dependencies = [ [[package]] name = "cfg-expr" -version = "0.15.5" +version = "0.15.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03915af431787e6ffdcc74c645077518c6b6e01f80b761e0fbbfa288536311b3" +checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02" dependencies = [ "smallvec", ] [[package]] name = "cfg-if" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" +checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268" [[package]] name = "cfg_aliases" @@ -2427,9 +2408,9 @@ dependencies = [ [[package]] name = "chrono" -version = "0.4.38" +version = "0.4.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" +checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d" dependencies = [ "android-tzdata", "iana-time-zone", @@ -2437,7 +2418,7 @@ dependencies = [ "num-traits", "serde", "wasm-bindgen", - "windows-targets 0.52.6", + "windows-link", ] [[package]] @@ -2461,7 +2442,7 @@ checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a" dependencies = [ "core2", "multibase", - "multihash 0.19.1", + "multihash 0.19.3", "unsigned-varint 0.8.0", ] @@ -2496,9 +2477,9 @@ dependencies = [ [[package]] name = "clang-sys" -version = "1.6.1" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f" +checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" dependencies = [ "glob", "libc", @@ -2516,7 +2497,7 @@ dependencies = [ "bitflags 1.3.2", "strsim 0.8.0", "textwrap 0.11.0", - "unicode-width", + "unicode-width 0.1.14", "vec_map", ] @@ -2534,28 +2515,28 @@ dependencies = [ "once_cell", "strsim 0.10.0", "termcolor", - "textwrap 0.16.0", + "textwrap 0.16.2", ] [[package]] name = "clap" -version = "4.5.23" +version = "4.5.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3135e7ec2ef7b10c6ed8950f0f792ed96ee093fa088608f1c76e569722700c84" +checksum = "40b6887a1d8685cebccf115538db5c0efe625ccac9696ad45c409d96566e910f" dependencies = [ "clap_builder", - "clap_derive 4.5.18", + "clap_derive 4.5.40", ] [[package]] name = "clap_builder" -version = "4.5.23" +version = "4.5.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30582fc632330df2bd26877bde0c1f4470d57c582bbc070376afcd04d8cb4838" +checksum = "e0c66c08ce9f0c698cbce5c0279d0bb6ac936d8674174fe48f736533b964f59e" dependencies = [ "anstream", "anstyle", - "clap_lex 0.7.4", + "clap_lex 0.7.5", "strsim 0.11.1", "terminal_size", ] @@ -2575,14 +2556,14 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.5.18" +version = "4.5.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab" +checksum = "d2c7947ae4cc3d851207c1adb5b5e260ff0cca11446b1d6d1423788e442257ce" dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -2596,9 +2577,9 @@ dependencies = [ [[package]] name = "clap_lex" -version = "0.7.4" +version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" +checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675" [[package]] name = "coarsetime" @@ -2619,19 +2600,20 @@ checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15" [[package]] name = "codespan-reporting" -version = "0.11.1" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" +checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81" dependencies = [ + "serde", "termcolor", - "unicode-width", + "unicode-width 0.2.1", ] [[package]] name = "color-eyre" -version = "0.6.3" +version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55146f5e46f237f7423d74111267d4597b59b0dad0ffaf7303bce9945d843ad5" +checksum = "e5920befb47832a6d61ee3a3a846565cfa39b331331e68a3b1d1116630f2f26d" dependencies = [ "backtrace", "color-spantrace", @@ -2644,9 +2626,9 @@ dependencies = [ [[package]] name = "color-spantrace" -version = "0.2.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ba75b3d9449ecdccb27ecbc479fdc0b87fa2dd43d2f8298f9bf0e59aacc8dce" +checksum = "b8b88ea9df13354b55bc7234ebcce36e6ef896aca2e42a15de9e10edce01b427" dependencies = [ "once_cell", "owo-colors", @@ -2656,18 +2638,18 @@ dependencies = [ [[package]] name = "colorchoice" -version = "1.0.0" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" +checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" [[package]] name = "colored" -version = "2.1.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8" +checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c" dependencies = [ "lazy_static", - "windows-sys 0.48.0", + "windows-sys 0.59.0", ] [[package]] @@ -2682,13 +2664,12 @@ dependencies = [ [[package]] name = "comfy-table" -version = "7.1.0" +version = "7.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c64043d6c7b7a4c58e39e7efccfdea7b93d885a795d0c054a69dbbf4dd52686" +checksum = "4a65ebfec4fb190b6f90e944a817d60499ee0744e582530e2c9900a22e591d9a" dependencies = [ - "strum 0.25.0", - "strum_macros 0.25.3", - "unicode-width", + "unicode-segmentation", + "unicode-width 0.2.1", ] [[package]] @@ -2708,15 +2689,15 @@ dependencies = [ [[package]] name = "console" -version = "0.15.8" +version = "0.15.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" +checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8" dependencies = [ "encode_unicode", - "lazy_static", "libc", - "unicode-width", - "windows-sys 0.52.0", + "once_cell", + "unicode-width 0.2.1", + "windows-sys 0.59.0", ] [[package]] @@ -2727,9 +2708,9 @@ checksum = "808ac43170e95b11dd23d78aa9eaac5bea45776a602955552c4e833f3f0f823d" [[package]] name = "const-hex" -version = "1.14.0" +version = "1.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b0485bab839b018a8f1723fc5391819fea5f8f0f32288ef8a735fd096b6160c" +checksum = "83e22e0ed40b96a48d3db274f72fd365bd78f67af39b6bbd47e8a15e1c6207ff" dependencies = [ "cfg-if", "cpufeatures", @@ -2740,15 +2721,15 @@ dependencies = [ [[package]] name = "const-oid" -version = "0.9.5" +version = "0.9.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28c122c3980598d243d63d9a704629a2d748d101f278052ff068be5a4423ab6f" +checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" [[package]] name = "const-random" -version = "0.1.17" +version = "0.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5aaf16c9c2c612020bcfd042e170f6e32de9b9d75adb5277cdbbd2e2c8c8299a" +checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359" dependencies = [ "const-random-macro", ] @@ -2759,7 +2740,7 @@ version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e" dependencies = [ - "getrandom 0.2.15", + "getrandom 0.2.16", "once_cell", "tiny-keccak", ] @@ -2796,24 +2777,12 @@ version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" -[[package]] -name = "constant_time_eq" -version = "0.2.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21a53c0a4d288377e7415b53dcfc3c04da5cdc2cc95c8d5ac178b58f0b861ad6" - [[package]] name = "constant_time_eq" version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" -[[package]] -name = "constcat" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd7e35aee659887cbfb97aaf227ac12cad1a9d7c71e55ff3376839ed4e282d08" - [[package]] name = "convert_case" version = "0.4.0" @@ -2831,9 +2800,9 @@ dependencies = [ [[package]] name = "core-foundation" -version = "0.9.3" +version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" +checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" dependencies = [ "core-foundation-sys", "libc", @@ -2888,9 +2857,9 @@ dependencies = [ [[package]] name = "cpufeatures" -version = "0.2.9" +version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1" +checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" dependencies = [ "libc", ] @@ -3000,19 +2969,19 @@ dependencies = [ "anyhow", "cargo-http-registry", "cargo_metadata 0.19.2", - "clap 4.5.23", + "clap 4.5.40", "reqwest", "serde", "tempfile", "tokio", - "toml_edit 0.22.14", + "toml_edit", ] [[package]] name = "crc" -version = "3.2.1" +version = "3.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636" +checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675" dependencies = [ "crc-catalog", ] @@ -3025,9 +2994,9 @@ checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" [[package]] name = "crc32fast" -version = "1.3.2" +version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" +checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" dependencies = [ "cfg-if", ] @@ -3040,36 +3009,30 @@ checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b" [[package]] name = "crossbeam-channel" -version = "0.5.8" +version = "0.5.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" +checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" dependencies = [ - "cfg-if", "crossbeam-utils", ] [[package]] name = "crossbeam-deque" -version = "0.8.3" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" +checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" dependencies = [ - "cfg-if", "crossbeam-epoch", "crossbeam-utils", ] [[package]] name = "crossbeam-epoch" -version = "0.9.15" +version = "0.9.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7" +checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" dependencies = [ - "autocfg", - "cfg-if", "crossbeam-utils", - "memoffset 0.9.0", - "scopeguard", ] [[package]] @@ -3089,9 +3052,9 @@ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" [[package]] name = "crunchy" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" +checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929" [[package]] name = "crypto-bigint" @@ -3225,7 +3188,7 @@ dependencies = [ "async-trait", "cumulus-primitives-core", "futures", - "jsonrpsee-core 0.24.7", + "jsonrpsee-core 0.24.9", "parity-scale-codec", "polkadot-overseer", "sc-client-api", @@ -3260,64 +3223,79 @@ dependencies = [ "curve25519-dalek-derive", "digest 0.10.7", "fiat-crypto", - "rustc_version 0.4.0", + "rustc_version 0.4.1", "subtle 2.6.1", "zeroize", ] [[package]] name = "curve25519-dalek-derive" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83fdaf97f4804dcebfa5862639bc9ce4121e82140bec2a987ac5140294865b5b" +checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] name = "cxx" -version = "1.0.106" +version = "1.0.158" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28403c86fc49e3401fdf45499ba37fad6493d9329449d6449d7f0e10f4654d28" +checksum = "a71ea7f29c73f7ffa64c50b83c9fe4d3a6d4be89a86b009eb80d5a6d3429d741" dependencies = [ "cc", + "cxxbridge-cmd", "cxxbridge-flags", "cxxbridge-macro", + "foldhash", "link-cplusplus", ] [[package]] name = "cxx-build" -version = "1.0.106" +version = "1.0.158" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78da94fef01786dc3e0c76eafcd187abcaa9972c78e05ff4041e24fdf059c285" +checksum = "36a8232661d66dcf713394726157d3cfe0a89bfc85f52d6e9f9bbc2306797fe7" dependencies = [ "cc", "codespan-reporting", - "once_cell", "proc-macro2", "quote", "scratch", - "syn 2.0.100", + "syn 2.0.103", +] + +[[package]] +name = "cxxbridge-cmd" +version = "1.0.158" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4f44296c8693e9ea226a48f6a122727f77aa9e9e338380cb021accaeeb7ee279" +dependencies = [ + "clap 4.5.40", + "codespan-reporting", + "proc-macro2", + "quote", + "syn 2.0.103", ] [[package]] name = "cxxbridge-flags" -version = "1.0.106" +version = "1.0.158" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2a6f5e1dfb4b34292ad4ea1facbfdaa1824705b231610087b00b17008641809" +checksum = "c42f69c181c176981ae44ba9876e2ea41ce8e574c296b38d06925ce9214fb8e4" [[package]] name = "cxxbridge-macro" -version = "1.0.106" +version = "1.0.158" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50c49547d73ba8dcfd4ad7325d64c6d5391ff4224d498fc39a6f3f49825a530d" +checksum = "8faff5d4467e0709448187df29ccbf3b0982cc426ee444a193f87b11afb565a8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "rustversion", + "syn 2.0.103", ] [[package]] @@ -3332,12 +3310,12 @@ dependencies = [ [[package]] name = "darling" -version = "0.20.10" +version = "0.20.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989" +checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee" dependencies = [ - "darling_core 0.20.10", - "darling_macro 0.20.10", + "darling_core 0.20.11", + "darling_macro 0.20.11", ] [[package]] @@ -3356,16 +3334,16 @@ dependencies = [ [[package]] name = "darling_core" -version = "0.20.10" +version = "0.20.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5" +checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e" dependencies = [ "fnv", "ident_case", "proc-macro2", "quote", "strsim 0.11.1", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -3381,13 +3359,13 @@ dependencies = [ [[package]] name = "darling_macro" -version = "0.20.10" +version = "0.20.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806" +checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" dependencies = [ - "darling_core 0.20.10", + "darling_core 0.20.11", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -3400,34 +3378,34 @@ dependencies = [ "hashbrown 0.14.5", "lock_api", "once_cell", - "parking_lot_core 0.9.8", + "parking_lot_core 0.9.11", ] [[package]] name = "dashmap" -version = "6.0.1" +version = "6.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "804c8821570c3f8b70230c2ba75ffa5c0f9a4189b9a432b6656c536712acae28" +checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" dependencies = [ "cfg-if", "crossbeam-utils", "hashbrown 0.14.5", "lock_api", "once_cell", - "parking_lot_core 0.9.8", + "parking_lot_core 0.9.11", ] [[package]] name = "data-encoding" -version = "2.6.0" +version = "2.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2" +checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476" [[package]] name = "data-encoding-macro" -version = "0.1.13" +version = "0.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c904b33cc60130e1aeea4956ab803d08a3f4a0ca82d64ed757afac3891f2bb99" +checksum = "47ce6c96ea0102f01122a185683611bd5ac8d99e62bc59dd12e6bda344ee673d" dependencies = [ "data-encoding", "data-encoding-macro-internal", @@ -3435,12 +3413,12 @@ dependencies = [ [[package]] name = "data-encoding-macro-internal" -version = "0.1.11" +version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fdf3fce3ce863539ec1d7fd1b6dcc3c645663376b43ed376bbf887733e4f772" +checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976" dependencies = [ "data-encoding", - "syn 1.0.109", + "syn 2.0.103", ] [[package]] @@ -3565,7 +3543,7 @@ version = "0.1.0" dependencies = [ "gear-wasm-builder", "parity-scale-codec", - "sha2 0.10.8", + "sha2 0.10.9", ] [[package]] @@ -4051,9 +4029,9 @@ dependencies = [ [[package]] name = "der" -version = "0.7.8" +version = "0.7.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c" +checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" dependencies = [ "const-oid", "zeroize", @@ -4079,7 +4057,7 @@ version = "9.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5cd0a5c643689626bec213c4d8bd4d96acc8ffdb4ad4bb6bc16abf27d5f4b553" dependencies = [ - "asn1-rs 0.6.1", + "asn1-rs 0.6.2", "displaydoc", "nom", "num-bigint", @@ -4103,9 +4081,9 @@ dependencies = [ [[package]] name = "deranged" -version = "0.3.11" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" +checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e" dependencies = [ "powerfmt", "serde", @@ -4130,7 +4108,7 @@ checksum = "74ef43543e701c01ad77d3a5922755c6a1d71b22d942cb8042be4994b380caff" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -4141,73 +4119,42 @@ checksum = "d65d7ce8132b7c0e54497a4d9a55a1c2a0912a0d786cf894472ba818fba45762" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] name = "derive-where" -version = "1.2.7" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62d671cc41a825ebabc75757b62d3d168c577f9149b2d49ece1dad1f72119d25" +checksum = "510c292c8cf384b1a340b816a9a6cf2599eb8f566a44949024af88418000c50b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] name = "derive_arbitrary" -version = "1.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.100", -] - -[[package]] -name = "derive_builder" -version = "0.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d67778784b508018359cbc8696edb3db78160bab2c2a28ba7f56ef6932997f8" -dependencies = [ - "derive_builder_macro", -] - -[[package]] -name = "derive_builder_core" -version = "0.12.0" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c11bdc11a0c47bc7d37d582b5285da6849c96681023680b906673c5707af7b0f" +checksum = "30542c1ad912e0e3d22a1935c290e12e8a29d704a420177a31faad4a601a0800" dependencies = [ - "darling 0.14.4", "proc-macro2", "quote", - "syn 1.0.109", -] - -[[package]] -name = "derive_builder_macro" -version = "0.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebcda35c7a396850a55ffeac740804b40ffec779b98fffbb1738f4033f0ee79e" -dependencies = [ - "derive_builder_core", - "syn 1.0.109", + "syn 2.0.103", ] [[package]] name = "derive_more" -version = "0.99.18" +version = "0.99.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce" +checksum = "6edb4b64a43d977b8e99788fe3a04d483834fba1215a7e02caa415b626497f7f" dependencies = [ "convert_case 0.4.0", "proc-macro2", "quote", - "rustc_version 0.4.0", - "syn 2.0.100", + "rustc_version 0.4.1", + "syn 2.0.103", ] [[package]] @@ -4236,7 +4183,7 @@ checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", "unicode-xid", ] @@ -4249,7 +4196,7 @@ dependencies = [ "convert_case 0.7.1", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", "unicode-xid", ] @@ -4359,20 +4306,20 @@ dependencies = [ [[package]] name = "displaydoc" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d" +checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] name = "dissimilar" -version = "1.0.7" +version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86e3bdc80eee6e16b2b6b0f87fbc98c04bee3455e35174c0de1a125d0688c632" +checksum = "8975ffdaa0ef3661bfe02dbdcc06c9f829dfafe6a3c474de366a8d5e44276921" [[package]] name = "docify" @@ -4395,17 +4342,17 @@ dependencies = [ "proc-macro2", "quote", "regex", - "syn 2.0.100", + "syn 2.0.103", "termcolor", - "toml 0.8.14", + "toml 0.8.23", "walkdir", ] [[package]] name = "document-features" -version = "0.2.10" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb6969eaabd2421f8a2775cfd2471a2b634372b4a25d41e3bd647b79912850a0" +checksum = "95249b50c6c185bee49034bcb378a49dc2b5dff0be90ff6616d31d64febab05d" dependencies = [ "litrs", ] @@ -4418,27 +4365,27 @@ checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1" [[package]] name = "downcast-rs" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" +checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" [[package]] name = "dtoa" -version = "1.0.9" +version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653" +checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04" [[package]] name = "dunce" -version = "1.0.4" +version = "1.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b" +checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" [[package]] name = "dyn-clonable" -version = "0.9.0" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4" +checksum = "a36efbb9bfd58e1723780aa04b61aba95ace6a05d9ffabfdb0b43672552f0805" dependencies = [ "dyn-clonable-impl", "dyn-clone", @@ -4446,20 +4393,20 @@ dependencies = [ [[package]] name = "dyn-clonable-impl" -version = "0.9.0" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5" +checksum = "7e8671d54058979a37a26f3511fbf8d198ba1aa35ffb202c42587d918d77213a" dependencies = [ "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.103", ] [[package]] name = "dyn-clone" -version = "1.0.17" +version = "1.0.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125" +checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005" [[package]] name = "dynasm" @@ -4504,9 +4451,9 @@ dependencies = [ [[package]] name = "ed25519" -version = "2.2.2" +version = "2.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60f6d271ca33075c88028be6f04d502853d63a5ece419d269c15315d4fc1cf1d" +checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" dependencies = [ "pkcs8", "signature", @@ -4522,7 +4469,7 @@ dependencies = [ "ed25519", "rand_core 0.6.4", "serde", - "sha2 0.10.8", + "sha2 0.10.9", "subtle 2.6.1", "zeroize", ] @@ -4538,7 +4485,7 @@ dependencies = [ "hashbrown 0.14.5", "hex", "rand_core 0.6.4", - "sha2 0.10.8", + "sha2 0.10.9", "zeroize", ] @@ -4585,9 +4532,9 @@ checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d" [[package]] name = "encode_unicode" -version = "0.3.6" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" +checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" [[package]] name = "enum-as-inner" @@ -4603,14 +4550,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.100", + "syn 2.0.103", ] [[package]] @@ -4628,7 +4575,7 @@ version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9fd242f399be1da0a5354aa462d57b4ab2b4ee0683cc552f7c007d2d12d36e94" dependencies = [ - "enum-iterator-derive 1.3.0", + "enum-iterator-derive 1.4.0", ] [[package]] @@ -4644,13 +4591,13 @@ dependencies = [ [[package]] name = "enum-iterator-derive" -version = "1.3.0" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03cdc46ec28bd728e67540c528013c6a10eb69a02eb31078a1bda695438cbfb8" +checksum = "a1ab991c1362ac86c61ab6f556cff143daa22e5a15e4e189df818b2fd19fe65b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -4665,11 +4612,11 @@ dependencies = [ [[package]] name = "enumflags2" -version = "0.7.7" +version = "0.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c041f5090df68b32bcd905365fd51769c8b9d553fe87fde0b683534f10c01bd2" +checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef" dependencies = [ - "enumflags2_derive 0.7.7", + "enumflags2_derive 0.7.12", ] [[package]] @@ -4685,34 +4632,34 @@ dependencies = [ [[package]] name = "enumflags2_derive" -version = "0.7.7" +version = "0.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e9a1f9f7d83e59740248a6e14ecf93929ade55027844dfcea78beafccc15745" +checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] name = "enumset" -version = "1.1.2" +version = "1.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e875f1719c16de097dee81ed675e2d9bb63096823ed3f0ca827b7dea3028bbbb" +checksum = "11a6b7c3d347de0a9f7bfd2f853be43fe32fa6fac30c70f6d6d67a1e936b87ee" dependencies = [ "enumset_derive", ] [[package]] name = "enumset_derive" -version = "0.8.1" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e08b6c6ab82d70f08844964ba10c7babb716de2ecaeab9be5717918a5177d3af" +checksum = "6da3ea9e1d1a3b1593e15781f930120e72aa7501610b2f82e5b6739c72e8eac5" dependencies = [ - "darling 0.20.10", + "darling 0.20.11", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -4736,15 +4683,15 @@ checksum = "e48c92028aaa870e83d51c64e5d4e0b6981b360c522198c23959f219a4e1b15b" [[package]] name = "equivalent" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" +checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" [[package]] name = "errno" -version = "0.3.11" +version = "0.3.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e" +checksum = "cea14ef9355e3beab063703aa9dab15afd25f0667c341310c1e5274bb1d0da18" dependencies = [ "libc", "windows-sys 0.59.0", @@ -4776,7 +4723,7 @@ name = "ethexe-cli" version = "1.8.1" dependencies = [ "anyhow", - "clap 4.5.23", + "clap 4.5.40", "directories", "ethexe-common", "ethexe-ethereum", @@ -4793,7 +4740,7 @@ dependencies = [ "static_init", "tempfile", "tokio", - "toml 0.8.14", + "toml 0.8.23", "tracing-subscriber", ] @@ -4969,7 +4916,7 @@ version = "1.8.1" dependencies = [ "anyhow", "futures", - "hyper 0.14.31", + "hyper 0.14.32", "log", "prometheus", "tokio", @@ -4988,8 +4935,8 @@ dependencies = [ "futures", "gear-core", "gprimitives", - "hyper 1.4.1", - "jsonrpsee 0.24.7", + "hyper 1.6.0", + "jsonrpsee 0.24.9", "log", "parity-scale-codec", "reqwest", @@ -4998,7 +4945,7 @@ dependencies = [ "sp-core", "tokio", "tower 0.4.13", - "tower-http", + "tower-http 0.5.2", ] [[package]] @@ -5140,9 +5087,9 @@ dependencies = [ [[package]] name = "event-listener-strategy" -version = "0.5.2" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1" +checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" dependencies = [ "event-listener 5.4.0", "pin-project-lite", @@ -5169,14 +5116,14 @@ dependencies = [ "prettyplease", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] name = "eyre" -version = "0.6.8" +version = "0.6.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb" +checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec" dependencies = [ "indenter", "once_cell", @@ -5216,9 +5163,9 @@ dependencies = [ [[package]] name = "fastrand" -version = "2.1.1" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6" +checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" [[package]] name = "fastrlp" @@ -5226,7 +5173,7 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "139834ddba373bbdd213dffe02c8d110508dcf1726c2be27e8d1f7d7e1856418" dependencies = [ - "arrayvec 0.7.4", + "arrayvec 0.7.6", "auto_impl", "bytes", ] @@ -5237,7 +5184,7 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ce8dba4714ef14b8274c371879b175aa55b16b30f269663f19d576f380018dc4" dependencies = [ - "arrayvec 0.7.4", + "arrayvec 0.7.6", "auto_impl", "bytes", ] @@ -5260,10 +5207,10 @@ checksum = "eb42427514b063d97ce21d5199f36c0c307d981434a6be32582bc79fe5bd2303" dependencies = [ "expander", "indexmap 2.9.0", - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -5278,9 +5225,9 @@ dependencies = [ [[package]] name = "ff" -version = "0.13.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449" +checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393" dependencies = [ "rand_core 0.6.4", "subtle 2.6.1", @@ -5314,21 +5261,21 @@ dependencies = [ [[package]] name = "filetime" -version = "0.2.22" +version = "0.2.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0" +checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586" dependencies = [ "cfg-if", "libc", - "redox_syscall 0.3.5", - "windows-sys 0.48.0", + "libredox", + "windows-sys 0.59.0", ] [[package]] name = "finality-grandpa" -version = "0.16.2" +version = "0.16.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36530797b9bf31cd4ff126dcfee8170f86b00cfdcea3269d73133cc0415945c3" +checksum = "b4f8f43dc520133541781ec03a8cab158ae8b7f7169cdf22e9050aa6cf0fbdfc" dependencies = [ "either", "futures", @@ -5336,7 +5283,7 @@ dependencies = [ "log", "num-traits", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "scale-info", ] @@ -5369,20 +5316,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" [[package]] -name = "flagset" -version = "0.4.3" +name = "fixedbitset" +version = "0.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cda653ca797810c02f7ca4b804b40b8b95ae046eb989d356bce17919a8c25499" +checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99" [[package]] -name = "flate2" -version = "1.0.27" +name = "flagset" +version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010" -dependencies = [ - "crc32fast", - "miniz_oxide", -] +checksum = "b7ac824320a75a52197e8f2d787f6a38b6718bb6897a35142d749af3c0e8f4fe" [[package]] name = "float-cmp" @@ -5401,9 +5344,9 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "foldhash" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f" +checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" [[package]] name = "foreign-types" @@ -5449,9 +5392,9 @@ dependencies = [ [[package]] name = "fragile" -version = "2.0.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" +checksum = "28dd6caf6059519a65843af8fe2a3ae298b14b80179855aeb4adc2c1934ee619" [[package]] name = "frame-benchmarking" @@ -5485,7 +5428,7 @@ dependencies = [ "Inflector", "array-bytes", "chrono", - "clap 4.5.23", + "clap 4.5.40", "comfy-table", "cumulus-client-parachain-inherent", "cumulus-primitives-proof-size-hostfunction", @@ -5558,10 +5501,10 @@ name = "frame-election-provider-solution-type" version = "14.0.1" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -5668,7 +5611,7 @@ source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot dependencies = [ "futures", "indicatif", - "jsonrpsee 0.24.7", + "jsonrpsee 0.24.9", "log", "parity-scale-codec", "serde", @@ -5739,11 +5682,11 @@ dependencies = [ "frame-support-procedural-tools", "itertools 0.11.0", "macro_magic", - "proc-macro-warning 1.0.2", + "proc-macro-warning 1.84.1", "proc-macro2", "quote", "sp-crypto-hashing 0.1.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412)", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -5752,10 +5695,10 @@ version = "13.0.1" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "frame-support-procedural-tools-derive", - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -5765,7 +5708,7 @@ source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -5914,9 +5857,12 @@ dependencies = [ [[package]] name = "fs-err" -version = "2.9.0" +version = "2.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0845fa252299212f0389d64ba26f34fa32cfe41588355f21ed507c59a0f64541" +checksum = "88a41f105fe1d5b6b34b2055e3dc59bb79b46b48b2040b9e6c7b4b5de097aa41" +dependencies = [ + "autocfg", +] [[package]] name = "fs2" @@ -5934,7 +5880,7 @@ version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e871a4cfa68bb224863b53149d973df1ac8d1ed2fa1d1bfc37ac1bb65dd37207" dependencies = [ - "rustix 0.38.41", + "rustix 0.38.44", "windows-sys 0.52.0", ] @@ -6030,11 +5976,11 @@ dependencies = [ [[package]] name = "futures-lite" -version = "2.3.0" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5" +checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532" dependencies = [ - "fastrand 2.1.1", + "fastrand 2.3.0", "futures-core", "futures-io", "parking", @@ -6049,7 +5995,7 @@ checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -6059,7 +6005,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "35bd3cf68c183738046838e300353e4716c674dc5e56890de4826801a6622a28" dependencies = [ "futures-io", - "rustls 0.21.7", + "rustls 0.21.12", ] [[package]] @@ -6174,7 +6120,7 @@ version = "1.8.1" dependencies = [ "anyhow", "async-trait", - "clap 4.5.23", + "clap 4.5.40", "color-eyre", "colored", "demo-fungible-token", @@ -6197,7 +6143,7 @@ dependencies = [ "serde", "thiserror 1.0.69", "tokio", - "toml 0.8.14", + "toml 0.8.23", "tracing-subscriber", "url", "which", @@ -6286,7 +6232,7 @@ dependencies = [ "pallet-gear-rpc-runtime-api", "pallet-sudo", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "sc-block-builder", "sc-client-api", "sc-executor", @@ -6313,7 +6259,7 @@ dependencies = [ name = "gear-bags-thresholds" version = "1.0.0" dependencies = [ - "clap 4.5.23", + "clap 4.5.40", "generate-bags", "vara-runtime", ] @@ -6337,7 +6283,7 @@ dependencies = [ name = "gear-cli" version = "1.8.1" dependencies = [ - "clap 4.5.23", + "clap 4.5.40", "derive_more 2.0.1", "frame-benchmarking", "frame-benchmarking-cli", @@ -6395,7 +6341,7 @@ name = "gear-common-codegen" version = "1.8.1" dependencies = [ "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -6554,7 +6500,7 @@ name = "gear-node-loader" version = "1.8.1" dependencies = [ "anyhow", - "clap 4.5.23", + "clap 4.5.40", "futures", "futures-timer", "gclient", @@ -6565,7 +6511,7 @@ dependencies = [ "gear-wasm-gen", "gsdk", "names", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "primitive-types 0.13.1", "rand 0.8.5", "reqwest", @@ -6610,7 +6556,7 @@ dependencies = [ name = "gear-replay-cli" version = "1.0.0" dependencies = [ - "clap 4.5.23", + "clap 4.5.40", "frame-remote-externalities", "gear-runtime-interface", "gear-runtime-primitives", @@ -6665,7 +6611,7 @@ dependencies = [ "gear-sandbox-interface", "log", "parity-scale-codec", - "sha2 0.10.8", + "sha2 0.10.9", "sp-io", "sp-runtime-interface", "sp-std", @@ -6754,7 +6700,7 @@ dependencies = [ "gear-runtime-common", "gear-runtime-interface", "gear-runtime-primitives", - "jsonrpsee 0.24.7", + "jsonrpsee 0.24.9", "log", "pallet-gear-builtin-rpc", "pallet-gear-builtin-rpc-runtime-api", @@ -6849,7 +6795,7 @@ name = "gear-validator-checks" version = "0.1.0" dependencies = [ "anyhow", - "clap 4.5.23", + "clap 4.5.40", "futures", "gsdk", "log", @@ -6876,9 +6822,9 @@ dependencies = [ "log", "pathdiff", "regex", - "rustc_version 0.4.0", + "rustc_version 0.4.1", "thiserror 1.0.69", - "toml 0.8.14", + "toml 0.8.23", ] [[package]] @@ -6962,7 +6908,7 @@ name = "gear-weight-diff" version = "1.0.0" dependencies = [ "anyhow", - "clap 4.5.23", + "clap 4.5.40", "frame-support", "gear-utils", "heck 0.5.0", @@ -6972,7 +6918,7 @@ dependencies = [ "quote", "serde", "serde_json", - "syn 2.0.100", + "syn 2.0.103", "tabled", "vara-runtime", ] @@ -6993,15 +6939,16 @@ dependencies = [ [[package]] name = "generator" -version = "0.8.3" +version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbb949699c3e4df3a183b1d2142cb24277057055ed23c68ed58894f76c517223" +checksum = "d18470a76cb7f8ff746cf1f7470914f900252ec36bbc40b569d74b1258446827" dependencies = [ + "cc", "cfg-if", "libc", "log", "rustversion", - "windows 0.58.0", + "windows 0.61.3", ] [[package]] @@ -7036,29 +6983,29 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.2.15" +version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" +checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" dependencies = [ "cfg-if", "js-sys", "libc", - "wasi 0.11.0+wasi-snapshot-preview1", + "wasi 0.11.1+wasi-snapshot-preview1", "wasm-bindgen", ] [[package]] name = "getrandom" -version = "0.3.1" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8" +checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" dependencies = [ "cfg-if", "js-sys", "libc", - "wasi 0.13.3+wasi-0.2.2", + "r-efi", + "wasi 0.14.2+wasi-0.2.4", "wasm-bindgen", - "windows-targets 0.52.6", ] [[package]] @@ -7077,7 +7024,7 @@ version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1" dependencies = [ - "opaque-debug 0.3.0", + "opaque-debug 0.3.1", "polyval", ] @@ -7105,21 +7052,27 @@ dependencies = [ [[package]] name = "gimli" -version = "0.28.0" +version = "0.28.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0" +checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" dependencies = [ "fallible-iterator 0.3.0", "stable_deref_trait", ] +[[package]] +name = "gimli" +version = "0.31.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" + [[package]] name = "git2" -version = "0.17.2" +version = "0.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b989d6a7ca95a362cf2cfc5ad688b3a467be1f87e480b8dad07fee8c79b0044" +checksum = "2deb07a133b1520dc1a5690e9bd08950108873d7ed5de38dcc74d3b5ebffa110" dependencies = [ - "bitflags 1.3.2", + "bitflags 2.9.1", "libc", "libgit2-sys", "log", @@ -7130,9 +7083,9 @@ dependencies = [ [[package]] name = "glob" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" +checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" [[package]] name = "governor" @@ -7146,7 +7099,7 @@ dependencies = [ "futures-timer", "no-std-compat", "nonzero_ext", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "portable-atomic", "quanta", "rand 0.8.5", @@ -7174,7 +7127,7 @@ version = "1.8.1" dependencies = [ "anyhow", "base64 0.21.7", - "clap 4.5.23", + "clap 4.5.40", "colored", "dirs", "gear-ss58", @@ -7219,10 +7172,10 @@ dependencies = [ "gsdk-codegen", "hex", "indexmap 2.9.0", - "jsonrpsee 0.24.7", + "jsonrpsee 0.24.9", "log", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "scale-decode 0.14.0", "scale-value 0.17.0", "serde_json", @@ -7249,7 +7202,7 @@ dependencies = [ "sc-executor-common", "sp-io", "subxt-codegen 0.38.1", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -7258,14 +7211,14 @@ version = "1.8.1" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] name = "gstd" version = "1.8.1" dependencies = [ - "arrayvec 0.7.4", + "arrayvec 0.7.6", "const_format", "document-features", "futures", @@ -7288,7 +7241,7 @@ dependencies = [ "gstd", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", "trybuild", ] @@ -7337,7 +7290,7 @@ dependencies = [ "futures-core", "futures-sink", "futures-util", - "http 0.2.9", + "http 0.2.12", "indexmap 2.9.0", "slab", "tokio", @@ -7347,16 +7300,16 @@ dependencies = [ [[package]] name = "h2" -version = "0.4.5" +version = "0.4.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa82e28a107a8cc405f0839610bdc9b15f1e25ec7d696aa5cf173edbcb1486ab" +checksum = "a9421a676d1b147b16b82c9225157dc629087ef8ec4d5e2960f9437a90dac0a5" dependencies = [ "atomic-waker", "bytes", "fnv", "futures-core", "futures-sink", - "http 1.1.0", + "http 1.3.1", "indexmap 2.9.0", "slab", "tokio", @@ -7364,12 +7317,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "half" -version = "1.8.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b43ede17f21864e81be2fa654110bf1e793774238d86ef8555c37e6519c0403" - [[package]] name = "handlebars" version = "5.1.2" @@ -7423,7 +7370,7 @@ version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" dependencies = [ - "ahash 0.8.11", + "ahash 0.8.12", ] [[package]] @@ -7432,16 +7379,16 @@ version = "0.14.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" dependencies = [ - "ahash 0.8.11", + "ahash 0.8.12", "allocator-api2", "serde", ] [[package]] name = "hashbrown" -version = "0.15.2" +version = "0.15.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" +checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5" dependencies = [ "allocator-api2", "equivalent", @@ -7476,7 +7423,7 @@ dependencies = [ "base64 0.21.7", "bytes", "headers-core", - "http 0.2.9", + "http 0.2.12", "httpdate", "mime", "sha1", @@ -7488,7 +7435,7 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429" dependencies = [ - "http 0.2.9", + "http 0.2.12", ] [[package]] @@ -7499,7 +7446,7 @@ checksum = "cdc6457c0eb62c71aac4bc17216026d8410337c4126773b9c5daba343f17964f" dependencies = [ "atomic-polyfill", "hash32", - "rustc_version 0.4.0", + "rustc_version 0.4.1", "serde", "spin 0.9.8", "stable_deref_trait", @@ -7537,9 +7484,15 @@ dependencies = [ [[package]] name = "hermit-abi" -version = "0.3.2" +version = "0.3.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" + +[[package]] +name = "hermit-abi" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" +checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" [[package]] name = "hex" @@ -7562,7 +7515,7 @@ version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5313b072ce3c597065a808dbf612c4c8e8590bdbf8b579508bf7a762c5eae6cd" dependencies = [ - "arrayvec 0.7.4", + "arrayvec 0.7.6", ] [[package]] @@ -7586,7 +7539,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", @@ -7611,14 +7564,14 @@ 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", "idna 1.0.3", "ipnet", "once_cell", - "rand 0.9.0", + "rand 0.9.1", "socket2 0.5.10", "thiserror 2.0.12", "tinyvec", @@ -7639,7 +7592,7 @@ dependencies = [ "ipconfig", "lru-cache", "once_cell", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "rand 0.8.5", "resolv-conf", "smallvec", @@ -7660,8 +7613,8 @@ dependencies = [ "ipconfig", "moka", "once_cell", - "parking_lot 0.12.3", - "rand 0.9.0", + "parking_lot 0.12.4", + "rand 0.9.1", "resolv-conf", "smallvec", "thiserror 2.0.12", @@ -7730,29 +7683,18 @@ dependencies = [ [[package]] name = "home" -version = "0.5.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb" -dependencies = [ - "windows-sys 0.48.0", -] - -[[package]] -name = "hostname" -version = "0.3.1" +version = "0.5.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867" +checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf" dependencies = [ - "libc", - "match_cfg", - "winapi", + "windows-sys 0.59.0", ] [[package]] name = "http" -version = "0.2.9" +version = "0.2.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" +checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" dependencies = [ "bytes", "fnv", @@ -7761,9 +7703,9 @@ dependencies = [ [[package]] name = "http" -version = "1.1.0" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" +checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" dependencies = [ "bytes", "fnv", @@ -7772,43 +7714,43 @@ dependencies = [ [[package]] name = "http-body" -version = "0.4.5" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" +checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" dependencies = [ "bytes", - "http 0.2.9", + "http 0.2.12", "pin-project-lite", ] [[package]] name = "http-body" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643" +checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" dependencies = [ "bytes", - "http 1.1.0", + "http 1.3.1", ] [[package]] name = "http-body-util" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" +checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" dependencies = [ "bytes", - "futures-util", - "http 1.1.0", - "http-body 1.0.0", + "futures-core", + "http 1.3.1", + "http-body 1.0.1", "pin-project-lite", ] [[package]] name = "httparse" -version = "1.8.0" +version = "1.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" +checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" [[package]] name = "httpdate" @@ -7818,28 +7760,28 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" [[package]] name = "humantime" -version = "2.1.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" +checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f" [[package]] name = "hyper" -version = "0.14.31" +version = "0.14.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c08302e8fa335b151b788c775ff56e7a03ae64ff85c548ee820fecb70356e85" +checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7" dependencies = [ "bytes", "futures-channel", "futures-core", "futures-util", "h2 0.3.26", - "http 0.2.9", - "http-body 0.4.5", + "http 0.2.12", + "http-body 0.4.6", "httparse", "httpdate", "itoa", "pin-project-lite", - "socket2 0.4.9", + "socket2 0.5.10", "tokio", "tower-service", "tracing", @@ -7848,16 +7790,16 @@ dependencies = [ [[package]] name = "hyper" -version = "1.4.1" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05" +checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80" dependencies = [ "bytes", "futures-channel", "futures-util", - "h2 0.4.5", - "http 1.1.0", - "http-body 1.0.0", + "h2 0.4.10", + "http 1.3.1", + "http-body 1.0.1", "httparse", "httpdate", "itoa", @@ -7874,10 +7816,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" dependencies = [ "futures-util", - "http 0.2.9", - "hyper 0.14.31", + "http 0.2.12", + "hyper 0.14.32", "log", - "rustls 0.21.7", + "rustls 0.21.12", "rustls-native-certs 0.6.3", "tokio", "tokio-rustls 0.24.1", @@ -7885,22 +7827,21 @@ dependencies = [ [[package]] name = "hyper-rustls" -version = "0.27.3" +version = "0.27.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" +checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" dependencies = [ - "futures-util", - "http 1.1.0", - "hyper 1.4.1", + "http 1.3.1", + "hyper 1.6.0", "hyper-util", "log", "rustls 0.23.28", "rustls-native-certs 0.8.1", "rustls-pki-types", "tokio", - "tokio-rustls 0.26.0", + "tokio-rustls 0.26.2", "tower-service", - "webpki-roots 0.26.3", + "webpki-roots 1.0.0", ] [[package]] @@ -7911,7 +7852,7 @@ checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" dependencies = [ "bytes", "http-body-util", - "hyper 1.4.1", + "hyper 1.6.0", "hyper-util", "native-tls", "tokio", @@ -7921,36 +7862,41 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.5" +version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b875924a60b96e5d7b9ae7b066540b1dd1cbd90d1828f54c92e02a283351c56" +checksum = "dc2fdfdbff08affe55bb779f33b053aa1fe5dd5b54c257343c17edfa55711bdb" dependencies = [ + "base64 0.22.1", "bytes", "futures-channel", + "futures-core", "futures-util", - "http 1.1.0", - "http-body 1.0.0", - "hyper 1.4.1", + "http 1.3.1", + "http-body 1.0.1", + "hyper 1.6.0", + "ipnet", + "libc", + "percent-encoding", "pin-project-lite", "socket2 0.5.10", "tokio", - "tower 0.4.13", "tower-service", "tracing", ] [[package]] name = "iana-time-zone" -version = "0.1.57" +version = "0.1.63" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613" +checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8" dependencies = [ "android_system_properties", "core-foundation-sys", "iana-time-zone-haiku", "js-sys", + "log", "wasm-bindgen", - "windows 0.48.0", + "windows-core 0.61.2", ] [[package]] @@ -8118,8 +8064,8 @@ version = "3.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cdf9d64cfcf380606e64f9a0bcf493616b65331199f984151a6fa11a7b3cde38" dependencies = [ - "async-io 2.3.3", - "core-foundation 0.9.3", + "async-io 2.4.1", + "core-foundation 0.9.4", "fnv", "futures", "if-addrs", @@ -8132,7 +8078,7 @@ dependencies = [ "rtnetlink", "system-configuration", "tokio", - "windows 0.51.1", + "windows 0.53.0", ] [[package]] @@ -8145,8 +8091,8 @@ dependencies = [ "attohttpc", "bytes", "futures", - "http 0.2.9", - "hyper 0.14.31", + "http 0.2.12", + "hyper 0.14.32", "log", "rand 0.8.5", "tokio", @@ -8164,9 +8110,9 @@ dependencies = [ "attohttpc", "bytes", "futures", - "http 1.1.0", + "http 1.3.1", "http-body-util", - "hyper 1.4.1", + "hyper 1.6.0", "hyper-util", "log", "rand 0.8.5", @@ -8230,23 +8176,23 @@ checksum = "a0eb5a3343abf848c0984fe4604b2b105da9539376e24fc0a3b0007411ae4fd9" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[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", @@ -8276,7 +8222,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e" dependencies = [ "equivalent", - "hashbrown 0.15.2", + "hashbrown 0.15.4", "serde", ] @@ -8288,22 +8234,22 @@ checksum = "8e04e2fd2b8188ea827b32ef11de88377086d690286ab35747ef7f9bf3ccb590" [[package]] name = "indicatif" -version = "0.17.8" +version = "0.17.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3" +checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235" dependencies = [ "console", - "instant", "number_prefix", "portable-atomic", - "unicode-width", + "unicode-width 0.2.1", + "web-time", ] [[package]] name = "inout" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" +checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01" dependencies = [ "generic-array 0.14.7", ] @@ -8332,7 +8278,7 @@ version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" dependencies = [ - "hermit-abi 0.3.2", + "hermit-abi 0.3.9", "libc", "windows-sys 0.48.0", ] @@ -8357,21 +8303,37 @@ dependencies = [ [[package]] name = "ipnet" -version = "2.8.0" +version = "2.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" + +[[package]] +name = "iri-string" +version = "0.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6" +checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2" +dependencies = [ + "memchr", + "serde", +] [[package]] name = "is-terminal" -version = "0.4.9" +version = "0.4.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" +checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9" dependencies = [ - "hermit-abi 0.3.2", - "rustix 0.38.41", - "windows-sys 0.48.0", + "hermit-abi 0.5.2", + "libc", + "windows-sys 0.59.0", ] +[[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" @@ -8419,9 +8381,9 @@ dependencies = [ [[package]] name = "itoa" -version = "1.0.9" +version = "1.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" +checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" [[package]] name = "ittapi" @@ -8457,6 +8419,22 @@ dependencies = [ "walkdir", ] +[[package]] +name = "jni" +version = "0.21.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" +dependencies = [ + "cesu8", + "cfg-if", + "combine", + "jni-sys", + "log", + "thiserror 1.0.69", + "walkdir", + "windows-sys 0.45.0", +] + [[package]] name = "jni-sys" version = "0.3.0" @@ -8465,10 +8443,11 @@ checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" [[package]] name = "jobserver" -version = "0.1.32" +version = "0.1.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" +checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a" dependencies = [ + "getrandom 0.3.3", "libc", ] @@ -8507,17 +8486,17 @@ dependencies = [ [[package]] name = "jsonrpsee" -version = "0.24.7" +version = "0.24.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5c71d8c1a731cc4227c2f698d377e7848ca12c8a48866fc5e6951c43a4db843" +checksum = "37b26c20e2178756451cfeb0661fb74c47dd5988cb7e3939de7e9241fd604d42" dependencies = [ - "jsonrpsee-client-transport 0.24.7", - "jsonrpsee-core 0.24.7", - "jsonrpsee-http-client 0.24.7", + "jsonrpsee-client-transport 0.24.9", + "jsonrpsee-core 0.24.9", + "jsonrpsee-http-client 0.24.9", "jsonrpsee-proc-macros", "jsonrpsee-server", - "jsonrpsee-types 0.24.7", - "jsonrpsee-ws-client 0.24.7", + "jsonrpsee-types 0.24.9", + "jsonrpsee-ws-client 0.24.9", "tokio", "tracing", ] @@ -8529,10 +8508,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4978087a58c3ab02efc5b07c5e5e2803024536106fd5506f558db172c889b3aa" dependencies = [ "futures-util", - "http 0.2.9", + "http 0.2.12", "jsonrpsee-core 0.22.5", "pin-project", - "rustls-native-certs 0.7.2", + "rustls-native-certs 0.7.3", "rustls-pki-types", "soketto 0.7.1", "thiserror 1.0.69", @@ -8551,16 +8530,16 @@ checksum = "08163edd8bcc466c33d79e10f695cdc98c00d1e6ddfb95cec41b6b0279dd5432" dependencies = [ "base64 0.22.1", "futures-util", - "http 1.1.0", + "http 1.3.1", "jsonrpsee-core 0.23.2", "pin-project", "rustls 0.23.28", "rustls-pki-types", - "rustls-platform-verifier", - "soketto 0.8.0", + "rustls-platform-verifier 0.3.4", + "soketto 0.8.1", "thiserror 1.0.69", "tokio", - "tokio-rustls 0.26.0", + "tokio-rustls 0.26.2", "tokio-util", "tracing", "url", @@ -8568,22 +8547,22 @@ dependencies = [ [[package]] name = "jsonrpsee-client-transport" -version = "0.24.7" +version = "0.24.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "548125b159ba1314104f5bb5f38519e03a41862786aa3925cf349aae9cdd546e" +checksum = "bacb85abf4117092455e1573625e21b8f8ef4dec8aff13361140b2dc266cdff2" dependencies = [ "base64 0.22.1", "futures-util", - "http 1.1.0", - "jsonrpsee-core 0.24.7", + "http 1.3.1", + "jsonrpsee-core 0.24.9", "pin-project", "rustls 0.23.28", "rustls-pki-types", - "rustls-platform-verifier", - "soketto 0.8.0", + "rustls-platform-verifier 0.5.3", + "soketto 0.8.1", "thiserror 1.0.69", "tokio", - "tokio-rustls 0.26.0", + "tokio-rustls 0.26.2", "tokio-util", "tracing", "url", @@ -8600,7 +8579,7 @@ dependencies = [ "beef", "futures-timer", "futures-util", - "hyper 0.14.31", + "hyper 0.14.32", "jsonrpsee-types 0.22.5", "pin-project", "rustc-hash 1.1.0", @@ -8636,19 +8615,19 @@ dependencies = [ [[package]] name = "jsonrpsee-core" -version = "0.24.7" +version = "0.24.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2882f6f8acb9fdaec7cefc4fd607119a9bd709831df7d7672a1d3b644628280" +checksum = "456196007ca3a14db478346f58c7238028d55ee15c1df15115596e411ff27925" dependencies = [ "async-trait", "bytes", "futures-timer", "futures-util", - "http 1.1.0", - "http-body 1.0.0", + "http 1.3.1", + "http-body 1.0.1", "http-body-util", - "jsonrpsee-types 0.24.7", - "parking_lot 0.12.3", + "jsonrpsee-types 0.24.9", + "parking_lot 0.12.4", "pin-project", "rand 0.8.5", "rustc-hash 2.1.1", @@ -8667,7 +8646,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1ccf93fc4a0bfe05d851d37d7c32b7f370fe94336b52a2f0efc5f1981895c2e5" dependencies = [ "async-trait", - "hyper 0.14.31", + "hyper 0.14.32", "hyper-rustls 0.24.2", "jsonrpsee-core 0.22.5", "jsonrpsee-types 0.22.5", @@ -8682,20 +8661,20 @@ dependencies = [ [[package]] name = "jsonrpsee-http-client" -version = "0.24.7" +version = "0.24.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3638bc4617f96675973253b3a45006933bde93c2fd8a6170b33c777cc389e5b" +checksum = "c872b6c9961a4ccc543e321bb5b89f6b2d2c7fe8b61906918273a3333c95400c" dependencies = [ "async-trait", "base64 0.22.1", - "http-body 1.0.0", - "hyper 1.4.1", - "hyper-rustls 0.27.3", + "http-body 1.0.1", + "hyper 1.6.0", + "hyper-rustls 0.27.7", "hyper-util", - "jsonrpsee-core 0.24.7", - "jsonrpsee-types 0.24.7", + "jsonrpsee-core 0.24.9", + "jsonrpsee-types 0.24.9", "rustls 0.23.28", - "rustls-platform-verifier", + "rustls-platform-verifier 0.5.3", "serde", "serde_json", "thiserror 1.0.69", @@ -8707,36 +8686,36 @@ dependencies = [ [[package]] name = "jsonrpsee-proc-macros" -version = "0.24.7" +version = "0.24.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c06c01ae0007548e73412c08e2285ffe5d723195bf268bce67b1b77c3bb2a14d" +checksum = "5e65763c942dfc9358146571911b0cd1c361c2d63e2d2305622d40d36376ca80" dependencies = [ "heck 0.5.0", - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] name = "jsonrpsee-server" -version = "0.24.7" +version = "0.24.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82ad8ddc14be1d4290cd68046e7d1d37acd408efed6d3ca08aefcc3ad6da069c" +checksum = "55e363146da18e50ad2b51a0a7925fc423137a0b1371af8235b1c231a0647328" dependencies = [ "futures-util", - "http 1.1.0", - "http-body 1.0.0", + "http 1.3.1", + "http-body 1.0.1", "http-body-util", - "hyper 1.4.1", + "hyper 1.6.0", "hyper-util", - "jsonrpsee-core 0.24.7", - "jsonrpsee-types 0.24.7", + "jsonrpsee-core 0.24.9", + "jsonrpsee-types 0.24.9", "pin-project", "route-recognizer", "serde", "serde_json", - "soketto 0.8.0", + "soketto 0.8.1", "thiserror 1.0.69", "tokio", "tokio-stream", @@ -8765,7 +8744,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d9c465fbe385238e861fdc4d1c85e04ada6c1fd246161d26385c1b311724d2af" dependencies = [ "beef", - "http 1.1.0", + "http 1.3.1", "serde", "serde_json", "thiserror 1.0.69", @@ -8773,11 +8752,11 @@ dependencies = [ [[package]] name = "jsonrpsee-types" -version = "0.24.7" +version = "0.24.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a178c60086f24cc35bb82f57c651d0d25d99c4742b4d335de04e97fa1f08a8a1" +checksum = "08a8e70baf945b6b5752fc8eb38c918a48f1234daf11355e07106d963f860089" dependencies = [ - "http 1.1.0", + "http 1.3.1", "serde", "serde_json", "thiserror 1.0.69", @@ -8789,7 +8768,7 @@ version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1c28759775f5cb2f1ea9667672d3fe2b0e701d1f4b7b67954e60afe7fd058b5e" dependencies = [ - "http 1.1.0", + "http 1.3.1", "jsonrpsee-client-transport 0.23.2", "jsonrpsee-core 0.23.2", "jsonrpsee-types 0.23.2", @@ -8798,14 +8777,14 @@ dependencies = [ [[package]] name = "jsonrpsee-ws-client" -version = "0.24.7" +version = "0.24.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fe322e0896d0955a3ebdd5bf813571c53fea29edd713bc315b76620b327e86d" +checksum = "01b3323d890aa384f12148e8d2a1fd18eb66e9e7e825f9de4fa53bcc19b93eef" dependencies = [ - "http 1.1.0", - "jsonrpsee-client-transport 0.24.7", - "jsonrpsee-core 0.24.7", - "jsonrpsee-types 0.24.7", + "http 1.3.1", + "jsonrpsee-client-transport 0.24.9", + "jsonrpsee-core 0.24.9", + "jsonrpsee-types 0.24.9", "url", ] @@ -8827,24 +8806,24 @@ dependencies = [ "elliptic-curve", "once_cell", "serdect", - "sha2 0.10.8", + "sha2 0.10.9", "signature", ] [[package]] name = "keccak" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f6d5ed8676d904364de097082f4e7d240b571b67989ced0240f08b7f966f940" +checksum = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654" dependencies = [ "cpufeatures", ] [[package]] name = "keccak-asm" -version = "0.1.1" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47a3633291834c4fbebf8673acbc1b04ec9d151418ff9b8e26dcd79129928758" +checksum = "505d1856a39b200489082f90d897c3f07c455563880bc5952e38eabf731c83b6" dependencies = [ "digest 0.10.7", "sha3-asm", @@ -8878,7 +8857,7 @@ checksum = "ba264b266563c1363dcce004776cbf198d7422a4262f77f4ca285bf26ae30955" dependencies = [ "byteorder", "secret-service", - "security-framework 2.10.0", + "security-framework 2.11.1", "winapi", ] @@ -8904,7 +8883,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bf7a85fe66f9ff9cd74e169fdd2c94c6e1e74c412c99a73b4df3200b5d3760b2" dependencies = [ "kvdb", - "parking_lot 0.12.3", + "parking_lot 0.12.4", ] [[package]] @@ -8915,7 +8894,7 @@ checksum = "b644c70b92285f66bfc2032922a79000ea30af7bc2ab31902992a5dcb9b434f6" dependencies = [ "kvdb", "num_cpus", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "regex", "rocksdb", "smallvec", @@ -8975,35 +8954,34 @@ checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" [[package]] name = "libc" -version = "0.2.171" +version = "0.2.173" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6" +checksum = "d8cfeafaffdbc32176b64fb251369d52ea9f0a8fbc6f8759edffef7b525d64bb" [[package]] name = "libc-print" -version = "0.1.21" +version = "0.1.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06cea5d58bd9ba4717bbf5c6c5bb11bb6e9e76685b7fff34039b80f50ce86c11" +checksum = "a4a660208db49e35faf57b37484350f1a61072f2a5becf0592af6015d9ddd4b0" dependencies = [ "libc", ] [[package]] name = "libfuzzer-sys" -version = "0.4.7" +version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7" +checksum = "cf78f52d400cf2d84a3a973a78a592b4adc535739e0a5597a0da6f0c357adc75" dependencies = [ "arbitrary", "cc", - "once_cell", ] [[package]] name = "libgit2-sys" -version = "0.15.2+1.6.4" +version = "0.18.1+1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a80df2e11fb4a61f4ba2ab42dbe7f74468da143f1a75c74e11dee7c813f694fa" +checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e" dependencies = [ "cc", "libc", @@ -9015,25 +8993,25 @@ dependencies = [ [[package]] name = "libloading" -version = "0.7.4" +version = "0.8.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" +checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667" dependencies = [ "cfg-if", - "winapi", + "windows-targets 0.53.2", ] [[package]] name = "libm" -version = "0.2.8" +version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" +checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de" [[package]] name = "libmimalloc-sys" -version = "0.1.42" +version = "0.1.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec9d6fac27761dabcd4ee73571cdb06b7022dc99089acbe5435691edffaac0f4" +checksum = "bf88cd67e9de251c1781dbe2f641a1a3ad66eaae831b8a2c38fbdc5ddae16d4d" dependencies = [ "cc", "libc", @@ -9049,7 +9027,7 @@ dependencies = [ "either", "futures", "futures-timer", - "getrandom 0.2.15", + "getrandom 0.2.16", "instant", "libp2p-allow-block-list 0.2.0", "libp2p-connection-limits 0.2.1", @@ -9070,7 +9048,7 @@ dependencies = [ "libp2p-wasm-ext", "libp2p-websocket", "libp2p-yamux 0.44.1", - "multiaddr 0.18.1", + "multiaddr 0.18.2", "pin-project", "rw-stream-sink", "thiserror 1.0.69", @@ -9086,7 +9064,7 @@ dependencies = [ "either", "futures", "futures-timer", - "getrandom 0.2.15", + "getrandom 0.2.16", "libp2p-allow-block-list 0.5.0", "libp2p-connection-limits 0.5.0", "libp2p-core 0.43.0", @@ -9106,7 +9084,7 @@ dependencies = [ "libp2p-tls 0.6.1", "libp2p-upnp 0.4.0", "libp2p-yamux 0.47.0", - "multiaddr 0.18.1", + "multiaddr 0.18.2", "pin-project", "rw-stream-sink", "thiserror 2.0.12", @@ -9171,11 +9149,11 @@ dependencies = [ "instant", "libp2p-identity", "log", - "multiaddr 0.18.1", - "multihash 0.19.1", + "multiaddr 0.18.2", + "multihash 0.19.3", "multistream-select", "once_cell", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "pin-project", "quick-protobuf", "rand 0.8.5", @@ -9197,11 +9175,11 @@ dependencies = [ "futures", "futures-timer", "libp2p-identity", - "multiaddr 0.18.1", - "multihash 0.19.1", + "multiaddr 0.18.2", + "multihash 0.19.3", "multistream-select", "once_cell", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "pin-project", "quick-protobuf", "rand 0.8.5", @@ -9223,7 +9201,7 @@ dependencies = [ "libp2p-core 0.40.1", "libp2p-identity", "log", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "smallvec", "trust-dns-resolver", ] @@ -9239,7 +9217,7 @@ dependencies = [ "hickory-resolver 0.25.0-alpha.5", "libp2p-core 0.43.0", "libp2p-identity", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "smallvec", "tracing", ] @@ -9259,18 +9237,18 @@ dependencies = [ "fnv", "futures", "futures-timer", - "getrandom 0.2.15", + "getrandom 0.2.16", "hashlink 0.9.1", "hex_fmt", "libp2p-core 0.43.0", "libp2p-identity", "libp2p-swarm 0.46.0", - "prometheus-client 0.22.2", + "prometheus-client 0.22.3", "quick-protobuf", "quick-protobuf-codec 0.3.1", "rand 0.8.5", "regex", - "sha2 0.10.8", + "sha2 0.10.9", "tracing", "web-time", ] @@ -9290,7 +9268,7 @@ dependencies = [ "libp2p-identity", "libp2p-swarm 0.43.7", "log", - "lru 0.12.3", + "lru 0.12.5", "quick-protobuf", "quick-protobuf-codec 0.2.0", "smallvec", @@ -9330,10 +9308,10 @@ dependencies = [ "ed25519-dalek", "hkdf 0.12.4", "k256", - "multihash 0.19.1", + "multihash 0.19.3", "quick-protobuf", "rand 0.8.5", - "sha2 0.10.8", + "sha2 0.10.9", "thiserror 2.0.12", "tracing", "zeroize", @@ -9345,7 +9323,7 @@ version = "0.44.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "16ea178dabba6dde6ffc260a8e0452ccdc8f79becf544946692fff9d412fc29d" dependencies = [ - "arrayvec 0.7.4", + "arrayvec 0.7.6", "asynchronous-codec 0.6.2", "bytes", "either", @@ -9360,7 +9338,7 @@ dependencies = [ "quick-protobuf", "quick-protobuf-codec 0.2.0", "rand 0.8.5", - "sha2 0.10.8", + "sha2 0.10.9", "smallvec", "thiserror 1.0.69", "uint 0.9.5", @@ -9387,7 +9365,7 @@ dependencies = [ "quick-protobuf", "quick-protobuf-codec 0.3.1", "rand 0.8.5", - "sha2 0.10.8", + "sha2 0.10.9", "smallvec", "thiserror 2.0.12", "tracing", @@ -9467,7 +9445,7 @@ dependencies = [ "libp2p-ping 0.46.0", "libp2p-swarm 0.46.0", "pin-project", - "prometheus-client 0.22.2", + "prometheus-client 0.22.3", "web-time", ] @@ -9483,12 +9461,12 @@ dependencies = [ "libp2p-core 0.40.1", "libp2p-identity", "log", - "multiaddr 0.18.1", - "multihash 0.19.1", + "multiaddr 0.18.2", + "multihash 0.19.3", "once_cell", "quick-protobuf", "rand 0.8.5", - "sha2 0.10.8", + "sha2 0.10.9", "snow", "static_assertions", "thiserror 1.0.69", @@ -9560,11 +9538,11 @@ dependencies = [ "libp2p-identity", "libp2p-tls 0.2.1", "log", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "quinn 0.10.2", "rand 0.8.5", "ring 0.16.20", - "rustls 0.21.7", + "rustls 0.21.12", "socket2 0.5.10", "thiserror 1.0.69", "tokio", @@ -9663,7 +9641,7 @@ dependencies = [ "libp2p-core 0.43.0", "libp2p-identity", "libp2p-swarm-derive 0.35.0", - "lru 0.12.3", + "lru 0.12.5", "multistream-select", "once_cell", "rand 0.8.5", @@ -9683,7 +9661,7 @@ dependencies = [ "proc-macro-warning 0.4.2", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -9695,7 +9673,7 @@ dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -9761,7 +9739,7 @@ dependencies = [ "libp2p-identity", "rcgen 0.10.0", "ring 0.16.20", - "rustls 0.21.7", + "rustls 0.21.12", "rustls-webpki 0.101.7", "thiserror 1.0.69", "x509-parser 0.15.1", @@ -9844,13 +9822,13 @@ dependencies = [ "libp2p-core 0.40.1", "libp2p-identity", "log", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "pin-project-lite", "rw-stream-sink", - "soketto 0.8.0", + "soketto 0.8.1", "thiserror 1.0.69", "url", - "webpki-roots 0.25.2", + "webpki-roots 0.25.4", ] [[package]] @@ -9881,6 +9859,17 @@ dependencies = [ "yamux 0.13.5", ] +[[package]] +name = "libredox" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" +dependencies = [ + "bitflags 2.9.1", + "libc", + "redox_syscall 0.5.13", +] + [[package]] name = "librocksdb-sys" version = "0.11.0+8.1.1" @@ -9898,12 +9887,12 @@ dependencies = [ [[package]] name = "libsecp256k1" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1" +checksum = "e79019718125edc905a079a70cfa5f3820bc76139fc91d6f9abc27ea2a887139" dependencies = [ "arrayref", - "base64 0.13.1", + "base64 0.22.1", "digest 0.9.0", "hmac-drbg", "libsecp256k1-core", @@ -9946,9 +9935,9 @@ dependencies = [ [[package]] name = "libssh2-sys" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2dc8a030b787e2119a731f1951d6a773e2280c660f8ec4b0f5e1505a386e71ee" +checksum = "220e4f05ad4a218192533b300327f5150e809b54c4ec83b5a1d91833601811b9" dependencies = [ "cc", "libc", @@ -9960,9 +9949,9 @@ dependencies = [ [[package]] name = "libz-sys" -version = "1.1.19" +version = "1.1.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdc53a7799a7496ebc9fd29f31f7df80e83c9bda5299768af5f9e59eeea74647" +checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d" dependencies = [ "cc", "libc", @@ -9972,9 +9961,9 @@ dependencies = [ [[package]] name = "link-cplusplus" -version = "1.0.9" +version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9" +checksum = "4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212" dependencies = [ "cc", ] @@ -9987,20 +9976,20 @@ checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" [[package]] name = "linked_hash_set" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588" +checksum = "bae85b5be22d9843c80e5fc80e9b64c8a3b1f98f867c709956eca3efff4e92e2" dependencies = [ "linked-hash-map", ] [[package]] name = "linregress" -version = "0.5.2" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4de0b5f52a9f84544d268f5fabb71b38962d6aa3c6600b8bcd27d44ccf9c9c45" +checksum = "a9eda9dcf4f2a99787827661f312ac3219292549c2ee992bf9a6248ffb066bf7" dependencies = [ - "nalgebra", + "nalgebra 0.33.2", ] [[package]] @@ -10017,9 +10006,9 @@ checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" [[package]] name = "linux-raw-sys" -version = "0.4.14" +version = "0.4.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" +checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" [[package]] name = "linux-raw-sys" @@ -10065,13 +10054,13 @@ dependencies = [ "multiaddr 0.17.1", "multihash 0.17.0", "network-interface", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "pin-project", "prost 0.13.5", "prost-build", "rand 0.8.5", "serde", - "sha2 0.10.8", + "sha2 0.10.9", "simple-dns", "smallvec", "snow", @@ -10100,9 +10089,9 @@ checksum = "b4ce301924b7887e9d637144fdade93f9dfff9b60981d4ac161db09720d39aa5" [[package]] name = "lock_api" -version = "0.4.10" +version = "0.4.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16" +checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765" dependencies = [ "autocfg", "scopeguard", @@ -10110,9 +10099,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.22" +version = "0.4.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" +checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" [[package]] name = "loom" @@ -10129,11 +10118,11 @@ dependencies = [ [[package]] name = "lru" -version = "0.12.3" +version = "0.12.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3262e75e648fce39813cb56ac41f3c3e3f65217ebf3844d818d1f9398cfb0dc" +checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" dependencies = [ - "hashbrown 0.14.5", + "hashbrown 0.15.4", ] [[package]] @@ -10142,7 +10131,7 @@ version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "227748d55f2f0ab4735d87fd623798cb6b664512fe979705f829c9f81c934465" dependencies = [ - "hashbrown 0.15.2", + "hashbrown 0.15.4", ] [[package]] @@ -10162,19 +10151,18 @@ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" [[package]] name = "lz4" -version = "1.24.0" +version = "1.28.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1" +checksum = "a20b523e860d03443e98350ceaac5e71c6ba89aea7d960769ec3ce37f4de5af4" dependencies = [ - "libc", "lz4-sys", ] [[package]] name = "lz4-sys" -version = "1.9.4" +version = "1.11.1+lz4-1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900" +checksum = "6bd8c0d6c6ed0cd30b3652886bb8711dc4bb01d637a68105a3d5158039b418e6" dependencies = [ "cc", "libc", @@ -10206,7 +10194,7 @@ checksum = "1b27834086c65ec3f9387b096d66e99f221cf081c2b738042aa252bcd41204e3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -10218,7 +10206,7 @@ dependencies = [ "macro_magic_core", "macro_magic_macros", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -10232,7 +10220,7 @@ dependencies = [ "macro_magic_core_macros", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -10243,7 +10231,7 @@ checksum = "b02abfe41815b5bd98dbd4260173db2c116dda171dc0fe7838cb206333b83308" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -10254,7 +10242,7 @@ checksum = "73ea28ee64b88876bf45277ed9a5817c1817df061a74f2b988971a12570e5869" dependencies = [ "macro_magic_core", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -10263,12 +10251,6 @@ version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" -[[package]] -name = "match_cfg" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" - [[package]] name = "matchers" version = "0.1.0" @@ -10286,9 +10268,9 @@ checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" [[package]] name = "matrixmultiply" -version = "0.3.7" +version = "0.3.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "090126dc04f95dc0d1c1c91f61bdd474b3930ca064c1edc8a849da2c6cbe1e77" +checksum = "a06de3016e9fae57a36fd14dba131fccf49f74b40b7fbdb472f96e361ec71a08" dependencies = [ "autocfg", "rawpointer", @@ -10296,17 +10278,17 @@ dependencies = [ [[package]] name = "memchr" -version = "2.7.2" +version = "2.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d" +checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0" [[package]] name = "memfd" -version = "0.6.3" +version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffc89ccdc6e10d6907450f753537ebc5c5d3460d2e4e62ea74bd571db62c0f9e" +checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64" dependencies = [ - "rustix 0.37.23", + "rustix 0.38.44", ] [[package]] @@ -10365,9 +10347,9 @@ dependencies = [ [[package]] name = "memoffset" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" +checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" dependencies = [ "autocfg", ] @@ -10415,9 +10397,9 @@ dependencies = [ [[package]] name = "mimalloc" -version = "0.1.46" +version = "0.1.47" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "995942f432bbb4822a7e9c3faa87a695185b0d09273ba85f097b54f4e458f2af" +checksum = "b1791cbe101e95af5764f06f20f6760521f7158f69dbf9d6baf941ee1bf6bc40" dependencies = [ "libmimalloc-sys", ] @@ -10446,22 +10428,22 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" [[package]] name = "miniz_oxide" -version = "0.7.1" +version = "0.8.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" +checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" dependencies = [ - "adler", + "adler2", ] [[package]] name = "mio" -version = "1.0.3" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" +checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c" dependencies = [ "libc", - "wasi 0.11.0+wasi-snapshot-preview1", - "windows-sys 0.52.0", + "wasi 0.11.1+wasi-snapshot-preview1", + "windows-sys 0.59.0", ] [[package]] @@ -10471,7 +10453,7 @@ 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", @@ -10480,7 +10462,7 @@ dependencies = [ "hashlink 0.8.4", "lioness", "log", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "rand 0.8.5", "rand_chacha 0.3.1", "rand_distr", @@ -10514,7 +10496,7 @@ dependencies = [ "downcast", "fragile", "mockall_derive 0.13.1", - "predicates 3.1.2", + "predicates 3.1.3", "predicates-tree", ] @@ -10539,7 +10521,7 @@ dependencies = [ "cfg-if", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -10552,9 +10534,9 @@ dependencies = [ "crossbeam-epoch", "crossbeam-utils", "loom", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "portable-atomic", - "rustc_version 0.4.0", + "rustc_version 0.4.1", "smallvec", "tagptr", "thiserror 1.0.69", @@ -10594,20 +10576,20 @@ dependencies = [ [[package]] name = "multiaddr" -version = "0.18.1" +version = "0.18.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b852bc02a2da5feed68cd14fa50d0774b92790a5bdbfa932a813926c8472070" +checksum = "fe6351f60b488e04c1d21bc69e56b89cb3f5e8f5d22557d6e8031bdfd79b6961" dependencies = [ "arrayref", "byteorder", "data-encoding", "libp2p-identity", "multibase", - "multihash 0.19.1", + "multihash 0.19.3", "percent-encoding", "serde", "static_assertions", - "unsigned-varint 0.7.2", + "unsigned-varint 0.8.0", "url", ] @@ -10634,19 +10616,19 @@ dependencies = [ "core2", "digest 0.10.7", "multihash-derive", - "sha2 0.10.8", + "sha2 0.10.9", "sha3", "unsigned-varint 0.7.2", ] [[package]] name = "multihash" -version = "0.19.1" +version = "0.19.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "076d548d76a0e2a0d4ab471d0b1c36c577786dfc4471242035d97a12a735c492" +checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d" dependencies = [ "core2", - "unsigned-varint 0.7.2", + "unsigned-varint 0.8.0", ] [[package]] @@ -10665,9 +10647,9 @@ dependencies = [ [[package]] name = "multimap" -version = "0.8.3" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a" +checksum = "1d87ecb2933e8aeadb3e3a02b828fed80a7528047e68b4f424523a0981a3a084" [[package]] name = "multistream-select" @@ -10691,9 +10673,9 @@ checksum = "30aefc44d813c51b5e7952950e87c17f2e0e1a3274d63c8281a701e05323d548" [[package]] name = "nalgebra" -version = "0.32.3" +version = "0.32.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "307ed9b18cc2423f29e83f84fd23a8e73628727990181f18641a8b5dc2ab1caa" +checksum = "7b5c17de023a86f59ed79891b2e5d5a94c705dbe904a5b5c9c952ea6221b03e4" dependencies = [ "approx", "matrixmultiply", @@ -10703,19 +10685,34 @@ dependencies = [ "num-traits", "rand 0.8.5", "rand_distr", - "simba", + "simba 0.8.1", + "typenum", +] + +[[package]] +name = "nalgebra" +version = "0.33.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26aecdf64b707efd1310e3544d709c5c0ac61c13756046aaaba41be5c4f66a3b" +dependencies = [ + "approx", + "matrixmultiply", + "num-complex", + "num-rational", + "num-traits", + "simba 0.9.0", "typenum", ] [[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.103", ] [[package]] @@ -10736,18 +10733,17 @@ checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3" [[package]] name = "native-tls" -version = "0.2.11" +version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" +checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e" dependencies = [ - "lazy_static", "libc", "log", "openssl", "openssl-probe", "openssl-sys", "schannel", - "security-framework 2.10.0", + "security-framework 2.11.1", "security-framework-sys", "tempfile", ] @@ -10759,7 +10755,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b1bb540dc6ef51cfe1916ec038ce7a620daf3a111e2502d745197cd53d6bca15" dependencies = [ "libc", - "socket2 0.4.9", + "socket2 0.4.10", ] [[package]] @@ -10815,9 +10811,9 @@ dependencies = [ [[package]] name = "netlink-sys" -version = "0.8.5" +version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6471bf08e7ac0135876a9581bf3217ef0333c191c128d34878079f42ee150411" +checksum = "16c903aa70590cb93691bf97a767c8d1d6122d2cc9070433deb3bbf36ce8bd23" dependencies = [ "bytes", "futures", @@ -10949,7 +10945,7 @@ version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fcc7c92f190c97f79b4a332f5e81dcf68c8420af2045c936c9be0bc9de6f63b5" dependencies = [ - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", "syn 1.0.109", @@ -10967,9 +10963,9 @@ dependencies = [ [[package]] name = "num" -version = "0.4.1" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b05180d69e3da0e530ba2a1dae5110317e49e3b7f3d41be227dc5f92e49ee7af" +checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23" dependencies = [ "num-bigint", "num-complex", @@ -10981,20 +10977,19 @@ dependencies = [ [[package]] name = "num-bigint" -version = "0.4.4" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0" +checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" dependencies = [ - "autocfg", "num-integer", "num-traits", ] [[package]] name = "num-complex" -version = "0.4.4" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ba157ca0885411de85d6ca030ba7e2a83a28636056c7c699b07c8b6f7383214" +checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" dependencies = [ "num-traits", ] @@ -11013,7 +11008,7 @@ checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -11022,25 +11017,24 @@ 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", ] [[package]] name = "num-integer" -version = "0.1.45" +version = "0.1.46" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" +checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" dependencies = [ - "autocfg", "num-traits", ] [[package]] name = "num-iter" -version = "0.1.43" +version = "0.1.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252" +checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" dependencies = [ "autocfg", "num-integer", @@ -11049,11 +11043,10 @@ dependencies = [ [[package]] name = "num-rational" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0" +checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" dependencies = [ - "autocfg", "num-bigint", "num-integer", "num-traits", @@ -11071,11 +11064,11 @@ dependencies = [ [[package]] name = "num_cpus" -version = "1.16.0" +version = "1.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" +checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b" dependencies = [ - "hermit-abi 0.3.2", + "hermit-abi 0.5.2", "libc", ] @@ -11090,11 +11083,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]] @@ -11105,18 +11098,18 @@ checksum = "96667db765a921f7b295ffee8b60472b686a51d4f21c2ee4ffdb94c7013b65a6" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[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-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -11171,6 +11164,15 @@ dependencies = [ "memchr", ] +[[package]] +name = "object" +version = "0.36.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" +dependencies = [ + "memchr", +] + [[package]] name = "oid-registry" version = "0.6.1" @@ -11182,11 +11184,11 @@ dependencies = [ [[package]] name = "oid-registry" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c958dd45046245b9c3c2547369bb634eb461670b2e7e0de552905801a648d1d" +checksum = "a8d8034d9489cdaf79228eb9f6a3b8d7bb32ba00d6645ebd48eef4077ceb5bd9" dependencies = [ - "asn1-rs 0.6.1", + "asn1-rs 0.6.2", ] [[package]] @@ -11204,6 +11206,12 @@ version = "1.21.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" +[[package]] +name = "once_cell_polyfill" +version = "1.70.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad" + [[package]] name = "opaque-debug" version = "0.2.3" @@ -11212,15 +11220,15 @@ checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" [[package]] name = "opaque-debug" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" +checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" [[package]] name = "openssl" -version = "0.10.60" +version = "0.10.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79a4c6c3a2b158f7f8f2a2fc5a969fa3a068df6fc9dbb4a43845436e3af7c800" +checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8" dependencies = [ "bitflags 2.9.1", "cfg-if", @@ -11239,20 +11247,20 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] name = "openssl-probe" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" +checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" [[package]] name = "openssl-sys" -version = "0.9.96" +version = "0.9.109" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3812c071ba60da8b5677cc12bcb1d42989a65553772897a7e0355545a819838f" +checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571" dependencies = [ "cc", "libc", @@ -11292,8 +11300,8 @@ dependencies = [ "expander", "indexmap 2.9.0", "itertools 0.11.0", - "petgraph", - "proc-macro-crate 3.1.0", + "petgraph 0.6.5", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", "syn 1.0.109", @@ -11301,9 +11309,9 @@ dependencies = [ [[package]] name = "os_str_bytes" -version = "6.5.1" +version = "6.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d5d9eb14b174ee9aa2ef96dc2b94637a2d4b6e7cb873c7e171f0c20c6cf3eac" +checksum = "e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1" [[package]] name = "overload" @@ -11313,9 +11321,9 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "owo-colors" -version = "3.5.0" +version = "4.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" +checksum = "26995317201fa17f3656c36716aed4a7c81743a9634ac4c99c0eeda495db0cec" [[package]] name = "page_size" @@ -11665,7 +11673,7 @@ dependencies = [ "parity-scale-codec", "primitive-types 0.13.1", "scale-info", - "sha2 0.10.8", + "sha2 0.10.9", "sp-core", "sp-crypto-ec-utils", "sp-externalities", @@ -11680,7 +11688,7 @@ dependencies = [ name = "pallet-gear-builtin-rpc" version = "1.8.1" dependencies = [ - "jsonrpsee 0.24.7", + "jsonrpsee 0.24.9", "pallet-gear-builtin-rpc-runtime-api", "sp-api", "sp-blockchain", @@ -11778,7 +11786,7 @@ dependencies = [ name = "pallet-gear-eth-bridge-rpc" version = "1.8.1" dependencies = [ - "jsonrpsee 0.24.7", + "jsonrpsee 0.24.9", "pallet-gear-eth-bridge-rpc-runtime-api", "primitive-types 0.13.1", "sp-api", @@ -11873,7 +11881,7 @@ version = "1.8.1" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -11906,7 +11914,7 @@ version = "1.8.1" dependencies = [ "gear-common", "gear-core-errors", - "jsonrpsee 0.24.7", + "jsonrpsee 0.24.9", "pallet-gear-rpc-runtime-api", "sp-api", "sp-blockchain", @@ -11992,7 +12000,7 @@ dependencies = [ name = "pallet-gear-staking-rewards-rpc" version = "1.8.1" dependencies = [ - "jsonrpsee 0.24.7", + "jsonrpsee 0.24.9", "pallet-gear-staking-rewards-rpc-runtime-api", "sp-api", "sp-blockchain", @@ -12055,7 +12063,7 @@ name = "pallet-identity" version = "39.1.0" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ - "enumflags2 0.7.7", + "enumflags2 0.7.12", "frame-benchmarking", "frame-support", "frame-system", @@ -12336,7 +12344,7 @@ name = "pallet-transaction-payment-rpc" version = "42.0.0" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ - "jsonrpsee 0.24.7", + "jsonrpsee 0.24.9", "pallet-transaction-payment-rpc-runtime-api", "parity-scale-codec", "sp-api", @@ -12429,7 +12437,7 @@ checksum = "1526bb6aa9f10ec339fb10360f22c57edf81d5678d0278e93bc12a47ffbe4b01" dependencies = [ "bytecount", "fnv", - "unicode-width", + "unicode-width 0.1.14", ] [[package]] @@ -12459,7 +12467,7 @@ dependencies = [ "log", "lz4", "memmap2 0.5.10", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "rand 0.8.5", "siphasher 0.3.11", "snap", @@ -12468,11 +12476,11 @@ dependencies = [ [[package]] name = "parity-scale-codec" -version = "3.7.4" +version = "3.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9fde3d0718baf5bc92f577d652001da0f8d54cd03a7974e118d04fc888dc23d" +checksum = "799781ae679d79a948e13d4824a40970bfa500058d245760dd857301059810fa" dependencies = [ - "arrayvec 0.7.4", + "arrayvec 0.7.6", "bitvec", "byte-slice-cast", "bytes", @@ -12485,14 +12493,14 @@ dependencies = [ [[package]] name = "parity-scale-codec-derive" -version = "3.7.4" +version = "3.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "581c837bb6b9541ce7faa9377c20616e4fb7650f6b0f68bc93c827ee504fb7b3" +checksum = "34b4653168b563151153c9e4c08ebed57fb8262bebfa79711552fa983c623e7a" dependencies = [ - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -12502,9 +12510,9 @@ source = "git+https://github.com/gear-tech/parity-wasm?branch=v0.45.0-sign-ext#b [[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" @@ -12519,12 +12527,12 @@ dependencies = [ [[package]] name = "parking_lot" -version = "0.12.3" +version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" +checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13" dependencies = [ "lock_api", - "parking_lot_core 0.9.8", + "parking_lot_core 0.9.11", ] [[package]] @@ -12543,15 +12551,15 @@ dependencies = [ [[package]] name = "parking_lot_core" -version = "0.9.8" +version = "0.9.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447" +checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5" dependencies = [ "cfg-if", "libc", - "redox_syscall 0.3.5", + "redox_syscall 0.5.13", "smallvec", - "windows-targets 0.48.5", + "windows-targets 0.52.6", ] [[package]] @@ -12585,9 +12593,9 @@ checksum = "17359afc20d7ab31fdb42bb844c8b3bb1dabd7dcf7e68428492da7f16966fcef" [[package]] name = "pathdiff" -version = "0.2.1" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" +checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3" [[package]] name = "pbkdf2" @@ -12616,9 +12624,9 @@ dependencies = [ [[package]] name = "pem" -version = "3.0.4" +version = "3.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae" +checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3" dependencies = [ "base64 0.22.1", "serde", @@ -12632,19 +12640,20 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "pest" -version = "2.7.2" +version = "2.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1acb4a4365a13f749a93f1a094a7805e5cfa0955373a9de860d962eaa3a5fe5a" +checksum = "1db05f56d34358a8b1066f67cbb203ee3e7ed2ba674a6263a1d5ec6db2204323" dependencies = [ - "thiserror 1.0.69", + "memchr", + "thiserror 2.0.12", "ucd-trie", ] [[package]] name = "pest_derive" -version = "2.7.2" +version = "2.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "666d00490d4ac815001da55838c500eafb0320019bbaa44444137c48b443a853" +checksum = "bb056d9e8ea77922845ec74a1c4e8fb17e7c218cc4fc11a15c5d25e189aa40bc" dependencies = [ "pest", "pest_generator", @@ -12652,35 +12661,44 @@ dependencies = [ [[package]] name = "pest_generator" -version = "2.7.2" +version = "2.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68ca01446f50dbda87c1786af8770d535423fa8a53aec03b8f4e3d7eb10e0929" +checksum = "87e404e638f781eb3202dc82db6760c8ae8a1eeef7fb3fa8264b2ef280504966" dependencies = [ "pest", "pest_meta", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] name = "pest_meta" -version = "2.7.2" +version = "2.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56af0a30af74d0445c0bf6d9d051c979b516a1a5af790d251daee76005420a48" +checksum = "edd1101f170f5903fde0914f899bb503d9ff5271d7ba76bbb70bea63690cc0d5" dependencies = [ - "once_cell", "pest", - "sha2 0.10.8", + "sha2 0.10.9", ] [[package]] name = "petgraph" -version = "0.6.4" +version = "0.6.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" +dependencies = [ + "fixedbitset 0.4.2", + "indexmap 2.9.0", +] + +[[package]] +name = "petgraph" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9" +checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772" dependencies = [ - "fixedbitset", + "fixedbitset 0.5.7", "indexmap 2.9.0", ] @@ -12691,7 +12709,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e9567389417feee6ce15dd6527a8a1ecac205ef62c2932bcf3d9f6fc5b78b414" dependencies = [ "futures", - "rustc_version 0.4.0", + "rustc_version 0.4.1", ] [[package]] @@ -12711,14 +12729,14 @@ checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] name = "pin-project-lite" -version = "0.2.13" +version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" +checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" [[package]] name = "pin-utils" @@ -12728,12 +12746,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.1.1", + "fastrand 2.3.0", "futures-io", ] @@ -12749,9 +12767,9 @@ dependencies = [ [[package]] name = "pkg-config" -version = "0.3.27" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" +checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" [[package]] name = "polkadot-core-primitives" @@ -12791,7 +12809,7 @@ dependencies = [ "async-channel 1.9.0", "async-trait", "bitvec", - "derive_more 0.99.18", + "derive_more 0.99.20", "fatality", "futures", "hex", @@ -12841,7 +12859,7 @@ source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot dependencies = [ "async-trait", "bitvec", - "derive_more 0.99.18", + "derive_more 0.99.20", "fatality", "futures", "orchestra", @@ -12872,7 +12890,7 @@ dependencies = [ "futures", "futures-timer", "orchestra", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "polkadot-node-metrics", "polkadot-node-network-protocol", "polkadot-node-primitives", @@ -12891,7 +12909,7 @@ version = "15.0.0" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "bounded-collections", - "derive_more 0.99.18", + "derive_more 0.99.20", "parity-scale-codec", "polkadot-core-primitives", "scale-info", @@ -13032,7 +13050,7 @@ dependencies = [ "polkavm-common", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -13042,7 +13060,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ba81f7b5faac81e528eb6158a6f3c9e0bb1008e0ffa19653bc8dea925ecb429" dependencies = [ "polkavm-derive-impl", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -13051,7 +13069,7 @@ version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c7be503e60cf56c0eb785f90aaba4b583b36bff00e93997d93fef97f9553c39" dependencies = [ - "gimli 0.28.0", + "gimli 0.28.1", "hashbrown 0.14.5", "log", "object 0.32.2", @@ -13084,16 +13102,17 @@ dependencies = [ [[package]] name = "polling" -version = "3.5.0" +version = "3.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24f040dee2588b4963afb4e420540439d126f73fdacf4a9c486a96d840bac3c9" +checksum = "b53a684391ad002dd6a596ceb6c74fd004fdce75f4be2e3f615068abbea5fd50" dependencies = [ "cfg-if", "concurrent-queue", + "hermit-abi 0.5.2", "pin-project-lite", - "rustix 0.38.41", + "rustix 1.0.7", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -13103,7 +13122,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf" dependencies = [ "cpufeatures", - "opaque-debug 0.3.0", + "opaque-debug 0.3.1", "universal-hash", ] @@ -13115,15 +13134,15 @@ checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25" dependencies = [ "cfg-if", "cpufeatures", - "opaque-debug 0.3.0", + "opaque-debug 0.3.1", "universal-hash", ] [[package]] name = "portable-atomic" -version = "1.9.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2" +checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483" [[package]] name = "postcard" @@ -13155,9 +13174,12 @@ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" [[package]] name = "ppv-lite86" -version = "0.2.17" +version = "0.2.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" +checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" +dependencies = [ + "zerocopy", +] [[package]] name = "predicates" @@ -13175,9 +13197,9 @@ dependencies = [ [[package]] name = "predicates" -version = "3.1.2" +version = "3.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e9086cc7640c29a356d1a29fd134380bee9d8f79a17410aa76e7ad295f42c97" +checksum = "a5d19ee57562043d37e82899fade9a22ebab7be9cef5026b07fda9cdd4293573" dependencies = [ "anstyle", "predicates-core", @@ -13185,15 +13207,15 @@ dependencies = [ [[package]] name = "predicates-core" -version = "1.0.6" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174" +checksum = "727e462b119fe9c93fd0eb1429a5f7647394014cf3c04ab2c0350eeb09095ffa" [[package]] name = "predicates-tree" -version = "1.0.9" +version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf" +checksum = "72dd2d6d381dfb73a193c7fca536518d7caee39fc8503f74e7dc0be0531b425c" dependencies = [ "predicates-core", "termtree", @@ -13201,9 +13223,9 @@ dependencies = [ [[package]] name = "pretty_assertions" -version = "1.4.0" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66" +checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d" dependencies = [ "diff", "yansi", @@ -13211,12 +13233,12 @@ dependencies = [ [[package]] name = "prettyplease" -version = "0.2.15" +version = "0.2.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae005bd773ab59b4725093fd7df83fd7892f7d8eafb48dbd7de6e024e4215f9d" +checksum = "6837b9e10d61f45f987d50808f83d1ee3d206c66acf650c3e4ae2e1f6ddedf55" dependencies = [ "proc-macro2", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -13254,7 +13276,7 @@ checksum = "a172e6cc603231f2cf004232eabcecccc0da53ba576ab286ef7baa0cfc7927ad" dependencies = [ "coarsetime", "crossbeam-queue", - "derive_more 0.99.18", + "derive_more 0.99.20", "futures", "futures-timer", "nanorand", @@ -13283,11 +13305,11 @@ dependencies = [ [[package]] name = "proc-macro-crate" -version = "3.1.0" +version = "3.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284" +checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35" dependencies = [ - "toml_edit 0.21.1", + "toml_edit", ] [[package]] @@ -13333,7 +13355,7 @@ dependencies = [ "proc-macro-error-attr2", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -13344,40 +13366,40 @@ checksum = "3d1eaa7fa0aa1929ffdf7eeb6eac234dde6268914a14ad44d23521ab6a9b258e" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] name = "proc-macro-warning" -version = "1.0.2" +version = "1.84.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "834da187cfe638ae8abb0203f0b33e5ccdb02a28e7199f2f47b3e2754f50edca" +checksum = "75eea531cfcd120e0851a3f8aed42c4841f78c889eefafd96339c72677ae42c3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] name = "proc-macro2" -version = "1.0.94" +version = "1.0.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84" +checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" dependencies = [ "unicode-ident", ] [[package]] name = "prometheus" -version = "0.13.3" +version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c" +checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1" dependencies = [ "cfg-if", "fnv", "lazy_static", "memchr", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "thiserror 1.0.69", ] @@ -13389,19 +13411,19 @@ checksum = "3c99afa9a01501019ac3a14d71d9f94050346f55ca471ce90c799a15c58f61e2" dependencies = [ "dtoa", "itoa", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "prometheus-client-derive-encode", ] [[package]] name = "prometheus-client" -version = "0.22.2" +version = "0.22.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1ca959da22a332509f2a73ae9e5f23f9dcfc31fd3a54d71f159495bd5909baa" +checksum = "504ee9ff529add891127c4827eb481bd69dc0ebc72e9a682e187db4caa60c3ca" dependencies = [ "dtoa", "itoa", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "prometheus-client-derive-encode", ] @@ -13413,24 +13435,24 @@ checksum = "440f724eba9f6996b75d63681b0a92b06947f1457076d503a4d2e2c8f56442b8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] name = "proptest" -version = "1.6.0" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14cae93065090804185d3b75f0bf93b8eeda30c7a9b4a33d3bdb3988d6229e50" +checksum = "6fcdab19deb5195a31cf7726a210015ff1496ba1464fd42cb4f537b8b01b471f" dependencies = [ "bit-set", "bit-vec", "bitflags 2.9.1", "lazy_static", "num-traits", - "rand 0.8.5", - "rand_chacha 0.3.1", + "rand 0.9.1", + "rand_chacha 0.9.0", "rand_xorshift", - "regex-syntax 0.8.2", + "regex-syntax 0.8.5", "rusty-fork", "tempfile", "unarray", @@ -13467,12 +13489,12 @@ dependencies = [ "log", "multimap", "once_cell", - "petgraph", + "petgraph 0.7.1", "prettyplease", "prost 0.13.5", "prost-types", "regex", - "syn 2.0.100", + "syn 2.0.103", "tempfile", ] @@ -13486,7 +13508,7 @@ dependencies = [ "itertools 0.12.1", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -13499,7 +13521,7 @@ dependencies = [ "itertools 0.14.0", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -13513,9 +13535,9 @@ dependencies = [ [[package]] name = "psm" -version = "0.1.21" +version = "0.1.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874" +checksum = "6e944464ec8536cd1beb0bbfd96987eb5e3b72f2ecdafdc5c769a37f1fa2ae1f" dependencies = [ "cc", ] @@ -13553,15 +13575,15 @@ dependencies = [ [[package]] name = "quanta" -version = "0.12.3" +version = "0.12.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e5167a477619228a0b284fac2674e3c388cba90631d7b7de620e6f1fcd08da5" +checksum = "f3ab5a9d756f0d97bdc89019bd2e4ea098cf9cde50ee7564dde6b81ccc8f06c7" dependencies = [ "crossbeam-utils", "libc", "once_cell", "raw-cpuid", - "wasi 0.11.0+wasi-snapshot-preview1", + "wasi 0.11.1+wasi-snapshot-preview1", "web-sys", "winapi", ] @@ -13629,7 +13651,7 @@ dependencies = [ "quinn-proto 0.10.6", "quinn-udp 0.4.1", "rustc-hash 1.1.0", - "rustls 0.21.7", + "rustls 0.21.12", "thiserror 1.0.69", "tokio", "tracing", @@ -13666,7 +13688,7 @@ dependencies = [ "rand 0.8.5", "ring 0.16.20", "rustc-hash 1.1.0", - "rustls 0.21.7", + "rustls 0.21.12", "slab", "thiserror 1.0.69", "tinyvec", @@ -13680,9 +13702,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "49df843a9161c85bb8aae55f101bc0bac8bcafd637a620d9122fd7e0b2f7422e" dependencies = [ "bytes", - "getrandom 0.3.1", + "getrandom 0.3.3", "lru-slab", - "rand 0.9.0", + "rand 0.9.1", "ring 0.17.14", "rustc-hash 2.1.1", "rustls 0.23.28", @@ -13730,6 +13752,12 @@ dependencies = [ "proc-macro2", ] +[[package]] +name = "r-efi" +version = "5.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5" + [[package]] name = "radium" version = "0.7.0" @@ -13750,14 +13778,13 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94" +checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" dependencies = [ "rand_chacha 0.9.0", "rand_core 0.9.3", "serde", - "zerocopy 0.8.23", ] [[package]] @@ -13786,7 +13813,7 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" dependencies = [ - "getrandom 0.2.15", + "getrandom 0.2.16", ] [[package]] @@ -13795,7 +13822,7 @@ version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" dependencies = [ - "getrandom 0.3.1", + "getrandom 0.3.3", "serde", ] @@ -13820,18 +13847,18 @@ dependencies = [ [[package]] name = "rand_xorshift" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f" +checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a" dependencies = [ - "rand_core 0.6.4", + "rand_core 0.9.3", ] [[package]] name = "raw-cpuid" -version = "11.2.0" +version = "11.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ab240315c661615f2ee9f0f2cd32d5a7343a84d5ebcccb99d46e6637565e7b0" +checksum = "c6df7ab838ed27997ba19a4664507e6f82b41fe6e20be42929332156e5e85146" dependencies = [ "bitflags 2.9.1", ] @@ -13880,7 +13907,7 @@ version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "75e669e5202259b5314d1ea5397316ad400819437857b90861765f24c4cf80a2" dependencies = [ - "pem 3.0.4", + "pem 3.0.5", "ring 0.17.14", "rustls-pki-types", "time", @@ -13914,42 +13941,42 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.3.5" +version = "0.5.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" +checksum = "0d04b7d0ee6b4a0207a0a7adb104d23ecb0b47d6beae7152d0fa34b692b29fd6" dependencies = [ - "bitflags 1.3.2", + "bitflags 2.9.1", ] [[package]] name = "redox_users" -version = "0.4.3" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" +checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" dependencies = [ - "getrandom 0.2.15", - "redox_syscall 0.2.16", + "getrandom 0.2.16", + "libredox", "thiserror 1.0.69", ] [[package]] name = "ref-cast" -version = "1.0.23" +version = "1.0.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ccf0a6f84d5f1d581da8b41b47ec8600871962f2a528115b542b362d4b744931" +checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf" dependencies = [ "ref-cast-impl", ] [[package]] name = "ref-cast-impl" -version = "1.0.23" +version = "1.0.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bcc303e793d3734489387d205e9b186fac9c6cfacedd98cbb2e8a5943595f3e6" +checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -13979,14 +14006,14 @@ dependencies = [ [[package]] name = "regex" -version = "1.10.5" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f" +checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" dependencies = [ "aho-corasick", "memchr", - "regex-automata 0.4.6", - "regex-syntax 0.8.2", + "regex-automata 0.4.9", + "regex-syntax 0.8.5", ] [[package]] @@ -14000,13 +14027,13 @@ dependencies = [ [[package]] name = "regex-automata" -version = "0.4.6" +version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea" +checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" dependencies = [ "aho-corasick", "memchr", - "regex-syntax 0.8.2", + "regex-syntax 0.8.5", ] [[package]] @@ -14017,9 +14044,9 @@ checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" [[package]] name = "regex-syntax" -version = "0.8.2" +version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" +checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "region" @@ -14037,7 +14064,7 @@ dependencies = [ name = "regression-analysis" version = "0.1.0" dependencies = [ - "clap 4.5.23", + "clap 4.5.40", "frame-support", "junit-common", "pallet-gear", @@ -14051,67 +14078,59 @@ dependencies = [ [[package]] name = "rend" -version = "0.4.0" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "581008d2099240d37fb08d77ad713bcaec2c4d89d50b5b21a8bb1996bbab68ab" +checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c" dependencies = [ "bytecheck", ] [[package]] name = "reqwest" -version = "0.12.9" +version = "0.12.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a77c62af46e79de0a562e1a9849205ffcb7fc1238876e9bd743357570e04046f" +checksum = "eabf4c97d9130e2bf606614eb937e86edac8292eaa6f422f995d7e8de1eb1813" dependencies = [ "base64 0.22.1", "bytes", "futures-core", - "futures-util", - "http 1.1.0", - "http-body 1.0.0", + "http 1.3.1", + "http-body 1.0.1", "http-body-util", - "hyper 1.4.1", - "hyper-rustls 0.27.3", + "hyper 1.6.0", + "hyper-rustls 0.27.7", "hyper-tls", "hyper-util", - "ipnet", "js-sys", "log", - "mime", "native-tls", - "once_cell", "percent-encoding", "pin-project-lite", "quinn 0.11.8", "rustls 0.23.28", - "rustls-pemfile 2.1.2", "rustls-pki-types", "serde", "serde_json", "serde_urlencoded", - "sync_wrapper 1.0.1", + "sync_wrapper", "tokio", "tokio-native-tls", - "tokio-rustls 0.26.0", + "tokio-rustls 0.26.2", + "tower 0.5.2", + "tower-http 0.6.6", "tower-service", "url", "wasm-bindgen", "wasm-bindgen-futures", "web-sys", - "webpki-roots 0.26.3", - "windows-registry", + "webpki-roots 1.0.0", ] [[package]] name = "resolv-conf" -version = "0.7.0" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00" -dependencies = [ - "hostname", - "quick-error", -] +checksum = "95325155c684b1c89f7765e30bc1c42e4a6da51ca513615660cb8a62ef9a88e3" [[package]] name = "rfc6979" @@ -14146,7 +14165,7 @@ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" dependencies = [ "cc", "cfg-if", - "getrandom 0.2.15", + "getrandom 0.2.16", "libc", "untrusted 0.9.0", "windows-sys 0.52.0", @@ -14163,12 +14182,13 @@ dependencies = [ [[package]] name = "rkyv" -version = "0.7.42" +version = "0.7.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0200c8230b013893c0b2d6213d6ec64ed2b9be2e0e016682b7224ff82cff5c58" +checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b" dependencies = [ "bitvec", "bytecheck", + "bytes", "hashbrown 0.12.3", "indexmap 1.9.3", "ptr_meta", @@ -14181,9 +14201,9 @@ dependencies = [ [[package]] name = "rkyv_derive" -version = "0.7.42" +version = "0.7.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2e06b915b5c230a17d7a736d1e2e63ee753c256a8614ef3f5147b13a4f5541d" +checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0" dependencies = [ "proc-macro2", "quote", @@ -14246,13 +14266,13 @@ checksum = "afab94fb28594581f62d981211a9a4d53cc8130bbcbbb89a0440d9b8e81a7746" [[package]] name = "rpassword" -version = "7.2.0" +version = "7.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6678cf63ab3491898c0d021b493c94c9b221d91295294a2a5746eacbe5928322" +checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39" dependencies = [ "libc", "rtoolbox", - "winapi", + "windows-sys 0.59.0", ] [[package]] @@ -14275,19 +14295,19 @@ dependencies = [ [[package]] name = "rtoolbox" -version = "0.0.1" +version = "0.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "034e22c514f5c0cb8a10ff341b9b048b5ceb21591f31c8f44c43b960f9b3524a" +checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f" dependencies = [ "libc", - "winapi", + "windows-sys 0.52.0", ] [[package]] name = "ruint" -version = "1.14.0" +version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78a46eb779843b2c4f21fac5773e25d6d5b7c8f0922876c91541790d2ca27eef" +checksum = "11256b5fe8c68f56ac6f39ef0720e592f33d2367a4782740d9c9142e889c7fb4" dependencies = [ "alloy-rlp", "ark-ff 0.3.0", @@ -14302,7 +14322,7 @@ dependencies = [ "primitive-types 0.12.2", "proptest", "rand 0.8.5", - "rand 0.9.0", + "rand 0.9.1", "rlp", "ruint-macro", "serde", @@ -14321,7 +14341,7 @@ name = "runtime-fuzzer" version = "0.1.0" dependencies = [ "anyhow", - "clap 4.5.23", + "clap 4.5.40", "frame-support", "frame-system", "gear-call-gen", @@ -14363,9 +14383,9 @@ dependencies = [ [[package]] name = "rustc-demangle" -version = "0.1.23" +version = "0.1.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" +checksum = "989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f" [[package]] name = "rustc-hash" @@ -14396,11 +14416,11 @@ dependencies = [ [[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.18", + "semver 1.0.26", ] [[package]] @@ -14414,9 +14434,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.36.15" +version = "0.36.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c37f1bd5ef1b5422177b7646cba67430579cfe2ace80f284fee876bca52ad941" +checksum = "305efbd14fde4139eb501df5f136994bb520b033fa9fbdce287507dc23b8c7ed" dependencies = [ "bitflags 1.3.2", "errno", @@ -14428,9 +14448,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.37.23" +version = "0.37.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06" +checksum = "519165d378b97752ca44bbe15047d5d3409e875f39327546b42ac81d7e18c1b6" dependencies = [ "bitflags 1.3.2", "errno", @@ -14442,15 +14462,15 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.41" +version = "0.38.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7f649912bc1495e167a6edee79151c84b1bad49748cb4f1f1167f459f6224f6" +checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" dependencies = [ "bitflags 2.9.1", "errno", "libc", - "linux-raw-sys 0.4.14", - "windows-sys 0.52.0", + "linux-raw-sys 0.4.15", + "windows-sys 0.59.0", ] [[package]] @@ -14468,12 +14488,12 @@ dependencies = [ [[package]] name = "rustls" -version = "0.21.7" +version = "0.21.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd8d6c9f025a446bc4d18ad9632e69aec8f287aa84499ee335599fabd20c3fd8" +checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" dependencies = [ "log", - "ring 0.16.20", + "ring 0.17.14", "rustls-webpki 0.101.7", "sct", ] @@ -14487,7 +14507,7 @@ dependencies = [ "log", "ring 0.17.14", "rustls-pki-types", - "rustls-webpki 0.102.4", + "rustls-webpki 0.102.8", "subtle 2.6.1", "zeroize", ] @@ -14514,22 +14534,22 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00" dependencies = [ "openssl-probe", - "rustls-pemfile 1.0.3", + "rustls-pemfile 1.0.4", "schannel", - "security-framework 2.10.0", + "security-framework 2.11.1", ] [[package]] name = "rustls-native-certs" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04182dffc9091a404e0fc069ea5cd60e5b866c3adf881eff99a32d048242dffa" +checksum = "e5bfb394eeed242e909609f56089eecfe5fda225042e8b171791b9c95f5931e5" dependencies = [ "openssl-probe", - "rustls-pemfile 2.1.2", + "rustls-pemfile 2.2.0", "rustls-pki-types", "schannel", - "security-framework 2.10.0", + "security-framework 2.11.1", ] [[package]] @@ -14546,20 +14566,19 @@ dependencies = [ [[package]] name = "rustls-pemfile" -version = "1.0.3" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2" +checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" dependencies = [ "base64 0.21.7", ] [[package]] name = "rustls-pemfile" -version = "2.1.2" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d" +checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" dependencies = [ - "base64 0.22.1", "rustls-pki-types", ] @@ -14579,21 +14598,42 @@ version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "afbb878bdfdf63a336a5e63561b1835e7a8c91524f51621db870169eac84b490" dependencies = [ - "core-foundation 0.9.3", + "core-foundation 0.9.4", "core-foundation-sys", - "jni", + "jni 0.19.0", "log", "once_cell", "rustls 0.23.28", - "rustls-native-certs 0.7.2", + "rustls-native-certs 0.7.3", "rustls-platform-verifier-android", - "rustls-webpki 0.102.4", - "security-framework 2.10.0", + "rustls-webpki 0.102.8", + "security-framework 2.11.1", "security-framework-sys", - "webpki-roots 0.26.3", + "webpki-roots 0.26.11", "winapi", ] +[[package]] +name = "rustls-platform-verifier" +version = "0.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1" +dependencies = [ + "core-foundation 0.10.1", + "core-foundation-sys", + "jni 0.21.1", + "log", + "once_cell", + "rustls 0.23.28", + "rustls-native-certs 0.8.1", + "rustls-platform-verifier-android", + "rustls-webpki 0.103.3", + "security-framework 3.2.0", + "security-framework-sys", + "webpki-root-certs 0.26.11", + "windows-sys 0.59.0", +] + [[package]] name = "rustls-platform-verifier-android" version = "0.1.1" @@ -14612,9 +14652,9 @@ dependencies = [ [[package]] name = "rustls-webpki" -version = "0.102.4" +version = "0.102.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff448f7e92e913c4b7d4c6d8e4540a1724b319b4152b8aef6d4cf8339712b33e" +checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" dependencies = [ "ring 0.17.14", "rustls-pki-types", @@ -14634,9 +14674,9 @@ dependencies = [ [[package]] name = "rustversion" -version = "1.0.18" +version = "1.0.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248" +checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d" [[package]] name = "rusty-fork" @@ -14657,7 +14697,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "58c4eb8a81997cf040a091d1f7e1938aeab6749d3a0dfa73af43cdc32393483d" dependencies = [ "byteorder", - "derive_more 0.99.18", + "derive_more 0.99.20", "twox-hash", ] @@ -14668,7 +14708,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5174a470eeb535a721ae9fdd6e291c2411a906b96592182d05217591d5c5cf7b" dependencies = [ "byteorder", - "derive_more 0.99.18", + "derive_more 0.99.20", ] [[package]] @@ -14684,15 +14724,15 @@ dependencies = [ [[package]] name = "ryu" -version = "1.0.15" +version = "1.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" +checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" [[package]] name = "safe_arch" -version = "0.7.1" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f398075ce1e6a179b46f51bd88d0598b92b00d3551f1a2d4ac49e771b56ac354" +checksum = "96b02de82ddbe1b636e6170c21be622223aea188ef2e139be0a5b219ec215323" dependencies = [ "bytemuck", ] @@ -14718,7 +14758,7 @@ dependencies = [ "libp2p 0.52.4", "linked_hash_set", "log", - "multihash 0.19.1", + "multihash 0.19.3", "parity-scale-codec", "prost 0.12.6", "prost-build", @@ -14783,10 +14823,10 @@ name = "sc-chain-spec-derive" version = "12.0.0" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -14796,7 +14836,7 @@ source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot dependencies = [ "array-bytes", "chrono", - "clap 4.5.23", + "clap 4.5.40", "fdlimit", "futures", "itertools 0.11.0", @@ -14840,7 +14880,7 @@ dependencies = [ "futures", "log", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "sc-executor", "sc-transaction-pool-api", "sc-utils", @@ -14871,7 +14911,7 @@ dependencies = [ "log", "parity-db", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "sc-client-api", "sc-state-db", "schnellru", @@ -14893,7 +14933,7 @@ dependencies = [ "futures", "log", "mockall 0.11.4", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "sc-client-api", "sc-network-types", "sc-utils", @@ -14921,7 +14961,7 @@ dependencies = [ "num-rational", "num-traits", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "sc-client-api", "sc-consensus", "sc-consensus-epochs", @@ -14950,7 +14990,7 @@ version = "0.48.0" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "futures", - "jsonrpsee 0.24.7", + "jsonrpsee 0.24.9", "sc-consensus-babe", "sc-consensus-epochs", "sc-rpc-api", @@ -14984,7 +15024,7 @@ name = "sc-consensus-grandpa" version = "0.33.0" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ - "ahash 0.8.11", + "ahash 0.8.12", "array-bytes", "async-trait", "dyn-clone", @@ -14994,7 +15034,7 @@ dependencies = [ "futures-timer", "log", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "rand 0.8.5", "sc-block-builder", "sc-chain-spec", @@ -15030,7 +15070,7 @@ source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot dependencies = [ "finality-grandpa", "futures", - "jsonrpsee 0.24.7", + "jsonrpsee 0.24.9", "log", "parity-scale-codec", "sc-client-api", @@ -15072,7 +15112,7 @@ version = "0.41.0" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "sc-executor-common", "sc-executor-polkavm", "sc-executor-wasmtime", @@ -15123,8 +15163,8 @@ dependencies = [ "cfg-if", "libc", "log", - "parking_lot 0.12.3", - "rustix 0.36.15", + "parking_lot 0.12.4", + "rustix 0.36.17", "sc-executor-common", "sp-allocator", "sp-runtime-interface", @@ -15155,7 +15195,7 @@ version = "34.0.0" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "array-bytes", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "serde_json", "sp-application-crypto", "sp-core", @@ -15169,16 +15209,16 @@ version = "0.18.0" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "array-bytes", - "arrayvec 0.7.4", + "arrayvec 0.7.6", "blake2 0.10.6", "bytes", "futures", "futures-timer", "log", "mixnet", - "multiaddr 0.18.1", + "multiaddr 0.18.2", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "sc-client-api", "sc-network", "sc-network-types", @@ -15215,7 +15255,7 @@ dependencies = [ "mockall 0.11.4", "once_cell", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "partial_sort", "pin-project", "prost 0.12.6", @@ -15266,7 +15306,7 @@ name = "sc-network-gossip" version = "0.48.0" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ - "ahash 0.8.11", + "ahash 0.8.12", "futures", "futures-timer", "log", @@ -15366,8 +15406,8 @@ dependencies = [ "libp2p-identity", "litep2p", "log", - "multiaddr 0.18.1", - "multihash 0.19.1", + "multiaddr 0.18.2", + "multihash 0.19.3", "rand 0.8.5", "thiserror 1.0.69", "zeroize", @@ -15384,14 +15424,14 @@ dependencies = [ "futures", "futures-timer", "http-body-util", - "hyper 1.4.1", - "hyper-rustls 0.27.3", + "hyper 1.6.0", + "hyper-rustls 0.27.7", "hyper-util", "log", "num_cpus", "once_cell", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "rand 0.8.5", "rustls 0.23.28", "sc-client-api", @@ -15425,10 +15465,10 @@ version = "43.0.0" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "futures", - "jsonrpsee 0.24.7", + "jsonrpsee 0.24.9", "log", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "sc-block-builder", "sc-chain-spec", "sc-client-api", @@ -15456,7 +15496,7 @@ name = "sc-rpc-api" version = "0.47.0" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ - "jsonrpsee 0.24.7", + "jsonrpsee 0.24.9", "parity-scale-codec", "sc-chain-spec", "sc-mixnet", @@ -15480,11 +15520,11 @@ dependencies = [ "forwarded-header-value", "futures", "governor", - "http 1.1.0", + "http 1.3.1", "http-body-util", - "hyper 1.4.1", + "hyper 1.6.0", "ip_network", - "jsonrpsee 0.24.7", + "jsonrpsee 0.24.9", "log", "sc-rpc-api", "serde", @@ -15492,7 +15532,7 @@ dependencies = [ "substrate-prometheus-endpoint", "tokio", "tower 0.4.13", - "tower-http", + "tower-http 0.5.2", ] [[package]] @@ -15505,10 +15545,10 @@ dependencies = [ "futures-util", "hex", "itertools 0.11.0", - "jsonrpsee 0.24.7", + "jsonrpsee 0.24.9", "log", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "rand 0.8.5", "sc-chain-spec", "sc-client-api", @@ -15537,10 +15577,10 @@ dependencies = [ "exit-future", "futures", "futures-timer", - "jsonrpsee 0.24.7", + "jsonrpsee 0.24.9", "log", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "pin-project", "rand 0.8.5", "sc-chain-spec", @@ -15598,7 +15638,7 @@ source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot dependencies = [ "log", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "sp-core", ] @@ -15607,7 +15647,7 @@ name = "sc-sync-state-rpc" version = "0.48.0" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ - "jsonrpsee 0.24.7", + "jsonrpsee 0.24.9", "parity-scale-codec", "sc-chain-spec", "sc-client-api", @@ -15626,7 +15666,7 @@ name = "sc-sysinfo" version = "41.0.0" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ - "derive_more 0.99.18", + "derive_more 0.99.20", "futures", "libc", "log", @@ -15651,7 +15691,7 @@ dependencies = [ "futures", "libp2p 0.52.4", "log", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "pin-project", "rand 0.8.5", "sc-network", @@ -15673,7 +15713,7 @@ dependencies = [ "libc", "log", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "rustc-hash 1.1.0", "sc-client-api", "sc-tracing-proc-macro", @@ -15695,10 +15735,10 @@ name = "sc-tracing-proc-macro" version = "11.0.0" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -15714,7 +15754,7 @@ dependencies = [ "linked-hash-map", "log", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "sc-client-api", "sc-transaction-pool-api", "sc-utils", @@ -15757,7 +15797,7 @@ dependencies = [ "futures", "futures-timer", "log", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "prometheus", "sp-arithmetic", ] @@ -15780,7 +15820,7 @@ version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e98f3262c250d90e700bb802eb704e1f841e03331c2eb815e46516c4edbf5b27" dependencies = [ - "derive_more 0.99.18", + "derive_more 0.99.20", "parity-scale-codec", "primitive-types 0.12.2", "scale-bits", @@ -15822,23 +15862,23 @@ version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5ed9401effa946b493f9f84dc03714cca98119b230497df6f3df6b84a2b03648" dependencies = [ - "darling 0.20.10", + "darling 0.20.11", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] name = "scale-encode" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ba0b9c48dc0eb20c60b083c29447c0c4617cb7c4a4c9fef72aa5c5bc539e15e" +checksum = "528464e6ae6c8f98e2b79633bf79ef939552e795e316579dab09c61670d56602" dependencies = [ - "derive_more 0.99.18", + "derive_more 0.99.20", "parity-scale-codec", "primitive-types 0.12.2", "scale-bits", - "scale-encode-derive 0.7.1", + "scale-encode-derive 0.7.2", "scale-type-resolver", "smallvec", ] @@ -15860,15 +15900,15 @@ dependencies = [ [[package]] name = "scale-encode-derive" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82ab7e60e2d9c8d47105f44527b26f04418e5e624ffc034f6b4a86c0ba19c5bf" +checksum = "bef2618f123c88da9cd8853b69d766068f1eddc7692146d7dfe9b89e25ce2efd" dependencies = [ - "darling 0.14.4", - "proc-macro-crate 1.1.3", + "darling 0.20.11", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.103", ] [[package]] @@ -15877,11 +15917,11 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "102fbc6236de6c53906c0b262f12c7aa69c2bdc604862c12728f5f4d370bc137" dependencies = [ - "darling 0.20.10", - "proc-macro-crate 3.1.0", + "darling 0.20.11", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -15904,10 +15944,10 @@ version = "2.11.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c6630024bf739e2179b91fb424b28898baf819414262c5d376677dbff1fe7ebf" dependencies = [ - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -15929,7 +15969,7 @@ dependencies = [ "proc-macro2", "quote", "scale-info", - "syn 2.0.100", + "syn 2.0.103", "thiserror 1.0.69", ] @@ -15942,25 +15982,25 @@ dependencies = [ "proc-macro2", "quote", "scale-info", - "syn 2.0.100", + "syn 2.0.103", "thiserror 1.0.69", ] [[package]] name = "scale-value" -version = "0.16.2" +version = "0.16.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba4d772cfb7569e03868400344a1695d16560bf62b86b918604773607d39ec84" +checksum = "8cd6ab090d823e75cfdb258aad5fe92e13f2af7d04b43a55d607d25fcc38c811" dependencies = [ "base58", "blake2 0.10.6", - "derive_more 0.99.18", + "derive_more 0.99.20", "either", "frame-metadata 15.1.0", "parity-scale-codec", "scale-bits", "scale-decode 0.13.1", - "scale-encode 0.7.1", + "scale-encode 0.7.2", "scale-info", "scale-type-resolver", "serde", @@ -15989,45 +16029,32 @@ dependencies = [ [[package]] name = "schannel" -version = "0.1.22" +version = "0.1.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88" +checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.59.0", ] [[package]] name = "schemars" -version = "0.8.21" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92" +checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f" dependencies = [ "dyn-clone", - "schemars_derive", + "ref-cast", "serde", "serde_json", - "url", -] - -[[package]] -name = "schemars_derive" -version = "0.8.21" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e" -dependencies = [ - "proc-macro2", - "quote", - "serde_derive_internals", - "syn 2.0.100", ] [[package]] name = "schnellru" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9a8ef13a93c54d20580de1e5c413e624e53121d42fc7e2c11d10ef7f8b02367" +checksum = "356285bbf17bea63d9e52e96bd18f039672ac92b55b8cb997d6162a2a37d1649" dependencies = [ - "ahash 0.8.11", + "ahash 0.8.12", "cfg-if", "hashbrown 0.13.2", ] @@ -16040,13 +16067,13 @@ checksum = "8de18f6d8ba0aad7045f5feae07ec29899c1112584a38509a84ad7b04451eaa0" dependencies = [ "aead", "arrayref", - "arrayvec 0.7.4", + "arrayvec 0.7.6", "curve25519-dalek", "getrandom_or_panic", "merlin", "rand_core 0.6.4", "serde_bytes", - "sha2 0.10.8", + "sha2 0.10.9", "subtle 2.6.1", "zeroize", ] @@ -16065,18 +16092,18 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "scratch" -version = "1.0.7" +version = "1.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152" +checksum = "9f6280af86e5f559536da57a45ebc84948833b3bee313a7dd25232e09c878a52" [[package]] name = "sct" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" +checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" dependencies = [ - "ring 0.16.20", - "untrusted 0.7.1", + "ring 0.17.14", + "untrusted 0.9.0", ] [[package]] @@ -16188,12 +16215,12 @@ 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", - "core-foundation 0.9.3", + "bitflags 2.9.1", + "core-foundation 0.9.4", "core-foundation-sys", "libc", "num-bigint", @@ -16225,9 +16252,9 @@ dependencies = [ [[package]] name = "self_cell" -version = "1.0.4" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a" +checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749" [[package]] name = "semver" @@ -16244,14 +16271,14 @@ version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6" dependencies = [ - "semver-parser 0.10.2", + "semver-parser 0.10.3", ] [[package]] name = "semver" -version = "1.0.18" +version = "1.0.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918" +checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0" dependencies = [ "serde", ] @@ -16264,9 +16291,9 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" [[package]] name = "semver-parser" -version = "0.10.2" +version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7" +checksum = "9900206b54a3527fdc7b8a938bffd94a568bac4f4aa8113b209df75a09c0dec2" dependencies = [ "pest", ] @@ -16299,20 +16326,10 @@ dependencies = [ [[package]] name = "serde_bytes" -version = "0.11.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "387cc504cb06bb40a96c8e04e951fe01854cf6bc921053c954e4a606d9675c6a" -dependencies = [ - "serde", -] - -[[package]] -name = "serde_cbor" -version = "0.11.2" +version = "0.11.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5" +checksum = "8437fd221bde2d4ca316d61b90e337e9e702b3820b87d63caa9ba6c02bd06d96" dependencies = [ - "half", "serde", ] @@ -16324,25 +16341,14 @@ checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", -] - -[[package]] -name = "serde_derive_internals" -version = "0.29.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] name = "serde_json" -version = "1.0.137" +version = "1.0.140" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b" +checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" dependencies = [ "itoa", "memchr", @@ -16352,20 +16358,20 @@ dependencies = [ [[package]] name = "serde_repr" -version = "0.1.16" +version = "0.1.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8725e1dfadb3a50f7e5ce0b1a540466f6ed3fe7a0fca2ac2b8b831d31316bd00" +checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] name = "serde_spanned" -version = "0.6.6" +version = "0.6.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0" +checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" dependencies = [ "serde", ] @@ -16384,15 +16390,16 @@ dependencies = [ [[package]] name = "serde_with" -version = "3.8.1" +version = "3.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ad483d2ab0149d5a5ebcd9972a3852711e0153d863bf5a5d0391d28883c4a20" +checksum = "bf65a400f8f66fb7b0552869ad70157166676db75ed8181f8104ea91cf9d0b42" dependencies = [ "base64 0.22.1", "chrono", "hex", "indexmap 1.9.3", "indexmap 2.9.0", + "schemars", "serde", "serde_derive", "serde_json", @@ -16402,27 +16409,14 @@ dependencies = [ [[package]] name = "serde_with_macros" -version = "3.8.1" +version = "3.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65569b702f41443e8bc8bbb1c5779bd0450bbe723b56198980e80ec45780bce2" +checksum = "81679d9ed988d5e9a5e6531dc3f2c28efbd639cbd1dfb628df08edea6004da77" dependencies = [ - "darling 0.20.10", + "darling 0.20.11", "proc-macro2", "quote", - "syn 2.0.100", -] - -[[package]] -name = "serde_yaml" -version = "0.9.34+deprecated" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" -dependencies = [ - "indexmap 2.9.0", - "itoa", - "ryu", - "serde", - "unsafe-libyaml", + "syn 2.0.103", ] [[package]] @@ -16445,7 +16439,7 @@ dependencies = [ "cfg-if", "cpufeatures", "digest 0.9.0", - "opaque-debug 0.3.0", + "opaque-debug 0.3.1", ] [[package]] @@ -16480,14 +16474,14 @@ dependencies = [ "cfg-if", "cpufeatures", "digest 0.9.0", - "opaque-debug 0.3.0", + "opaque-debug 0.3.1", ] [[package]] name = "sha2" -version = "0.10.8" +version = "0.10.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" +checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" dependencies = [ "cfg-if", "cpufeatures", @@ -16506,9 +16500,9 @@ dependencies = [ [[package]] name = "sha3-asm" -version = "0.1.1" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9b57fd861253bff08bb1919e995f90ba8f4889de2726091c8876f3a4e823b40" +checksum = "c28efc5e327c837aa837c59eae585fc250715ef939ac32881bcc11677cd02d46" dependencies = [ "cc", "cfg-if", @@ -16516,9 +16510,9 @@ dependencies = [ [[package]] name = "sharded-slab" -version = "0.1.4" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31" +checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" dependencies = [ "lazy_static", ] @@ -16541,18 +16535,18 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "signal-hook-registry" -version = "1.4.1" +version = "1.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" +checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410" dependencies = [ "libc", ] [[package]] name = "signature" -version = "2.1.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500" +checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" dependencies = [ "digest 0.10.7", "rand_core 0.6.4", @@ -16571,11 +16565,24 @@ dependencies = [ "wide", ] +[[package]] +name = "simba" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b3a386a501cd104797982c15ae17aafe8b9261315b5d07e3ec803f2ea26be0fa" +dependencies = [ + "approx", + "num-complex", + "num-traits", + "paste", + "wide", +] + [[package]] name = "simdutf8" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a" +checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" [[package]] name = "simple-dns" @@ -16606,12 +16613,9 @@ checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" [[package]] name = "slab" -version = "0.4.9" +version = "0.4.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" -dependencies = [ - "autocfg", -] +checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d" [[package]] name = "slice-group-by" @@ -16630,19 +16634,19 @@ dependencies = [ [[package]] name = "smol" -version = "2.0.1" +version = "2.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aad24f41392790e6ac67f4f4cd871da61f7d758e07b5622431e491e897d9c8a7" +checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f" dependencies = [ "async-channel 2.3.1", "async-executor", "async-fs", - "async-io 2.3.3", + "async-io 2.4.1", "async-lock 3.4.0", "async-net", "async-process", "blocking", - "futures-lite 2.3.0", + "futures-lite 2.6.0", ] [[package]] @@ -16651,7 +16655,7 @@ version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e6d1eaa97d77be4d026a1e7ffad1bb3b78448763b357ea6f8188d3e6f736a9b9" dependencies = [ - "arrayvec 0.7.4", + "arrayvec 0.7.6", "async-lock 3.4.0", "atomic-take", "base64 0.21.7", @@ -16660,12 +16664,12 @@ dependencies = [ "bs58", "chacha20", "crossbeam-queue", - "derive_more 0.99.18", + "derive_more 0.99.20", "ed25519-zebra", "either", "event-listener 4.0.3", "fnv", - "futures-lite 2.3.0", + "futures-lite 2.6.0", "futures-util", "hashbrown 0.14.5", "hex", @@ -16688,7 +16692,7 @@ dependencies = [ "schnorrkel", "serde", "serde_json", - "sha2 0.10.8", + "sha2 0.10.9", "sha3", "siphasher 1.0.1", "slab", @@ -16706,7 +16710,7 @@ version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "966e72d77a3b2171bb7461d0cb91f43670c63558c62d7cf42809cae6c8b6b818" dependencies = [ - "arrayvec 0.7.4", + "arrayvec 0.7.6", "async-lock 3.4.0", "atomic-take", "base64 0.22.1", @@ -16715,12 +16719,12 @@ dependencies = [ "bs58", "chacha20", "crossbeam-queue", - "derive_more 0.99.18", + "derive_more 0.99.20", "ed25519-zebra", "either", "event-listener 5.4.0", "fnv", - "futures-lite 2.3.0", + "futures-lite 2.6.0", "futures-util", "hashbrown 0.14.5", "hex", @@ -16742,12 +16746,12 @@ dependencies = [ "schnorrkel", "serde", "serde_json", - "sha2 0.10.8", + "sha2 0.10.9", "sha3", "siphasher 1.0.1", "slab", "smallvec", - "soketto 0.8.0", + "soketto 0.8.1", "twox-hash", "wasmi 0.32.3", "x25519-dalek", @@ -16764,20 +16768,20 @@ dependencies = [ "async-lock 3.4.0", "base64 0.21.7", "blake2-rfc", - "derive_more 0.99.18", + "derive_more 0.99.20", "either", "event-listener 4.0.3", "fnv", "futures-channel", - "futures-lite 2.3.0", + "futures-lite 2.6.0", "futures-util", "hashbrown 0.14.5", "hex", "itertools 0.12.1", "log", - "lru 0.12.3", + "lru 0.12.5", "no-std-net", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "pin-project", "rand 0.8.5", "rand_chacha 0.3.1", @@ -16801,19 +16805,19 @@ dependencies = [ "base64 0.22.1", "blake2-rfc", "bs58", - "derive_more 0.99.18", + "derive_more 0.99.20", "either", "event-listener 5.4.0", "fnv", "futures-channel", - "futures-lite 2.3.0", + "futures-lite 2.6.0", "futures-util", "hashbrown 0.14.5", "hex", "itertools 0.13.0", "log", - "lru 0.12.3", - "parking_lot 0.12.3", + "lru 0.12.5", + "parking_lot 0.12.4", "pin-project", "rand 0.8.5", "rand_chacha 0.3.1", @@ -16828,9 +16832,9 @@ dependencies = [ [[package]] name = "snap" -version = "1.1.0" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831" +checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b" [[package]] name = "snow" @@ -16844,16 +16848,16 @@ dependencies = [ "curve25519-dalek", "rand_core 0.6.4", "ring 0.17.14", - "rustc_version 0.4.0", - "sha2 0.10.8", + "rustc_version 0.4.1", + "sha2 0.10.9", "subtle 2.6.1", ] [[package]] name = "socket2" -version = "0.4.9" +version = "0.4.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" +checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d" dependencies = [ "libc", "winapi", @@ -16886,14 +16890,14 @@ dependencies = [ [[package]] name = "soketto" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37468c595637c10857701c990f93a40ce0e357cedb0953d1c26c8d8027f9bb53" +checksum = "2e859df029d160cb88608f5d7df7fb4753fd20fdfb4de5644f3d8b8440841721" dependencies = [ "base64 0.22.1", "bytes", "futures", - "http 1.1.0", + "http 1.3.1", "httparse", "log", "rand 0.8.5", @@ -16941,10 +16945,10 @@ dependencies = [ "Inflector", "blake2 0.10.6", "expander", - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -17002,7 +17006,7 @@ source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot dependencies = [ "futures", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "schnellru", "sp-api", "sp-consensus", @@ -17114,7 +17118,7 @@ dependencies = [ "merlin", "parity-bip39", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "paste", "primitive-types 0.13.1", "rand 0.8.5", @@ -17166,7 +17170,7 @@ dependencies = [ "blake2b_simd", "byteorder", "digest 0.10.7", - "sha2 0.10.8", + "sha2 0.10.9", "sha3", "twox-hash", ] @@ -17179,7 +17183,7 @@ dependencies = [ "blake2b_simd", "byteorder", "digest 0.10.7", - "sha2 0.10.8", + "sha2 0.10.9", "sha3", "twox-hash", ] @@ -17191,7 +17195,7 @@ source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot dependencies = [ "quote", "sp-crypto-hashing 0.1.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412)", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -17200,7 +17204,7 @@ version = "10.0.0" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "kvdb", - "parking_lot 0.12.3", + "parking_lot 0.12.4", ] [[package]] @@ -17210,7 +17214,7 @@ source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -17290,7 +17294,7 @@ version = "0.41.0" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "sp-core", "sp-externalities", ] @@ -17422,10 +17426,10 @@ source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot dependencies = [ "Inflector", "expander", - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -17463,7 +17467,7 @@ dependencies = [ "hash-db", "log", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "rand 0.8.5", "smallvec", "sp-core", @@ -17487,7 +17491,7 @@ dependencies = [ "parity-scale-codec", "rand 0.8.5", "scale-info", - "sha2 0.10.8", + "sha2 0.10.9", "sp-api", "sp-application-crypto", "sp-core", @@ -17567,12 +17571,12 @@ name = "sp-trie" version = "38.0.0" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ - "ahash 0.8.11", + "ahash 0.8.12", "hash-db", "memory-db", "nohash-hasher", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "rand 0.8.5", "scale-info", "schnellru", @@ -17607,10 +17611,10 @@ version = "15.0.0" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "parity-scale-codec", - "proc-macro-warning 1.0.2", + "proc-macro-warning 1.84.1", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -17688,9 +17692,9 @@ dependencies = [ [[package]] name = "spki" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a" +checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" dependencies = [ "base64ct", "der", @@ -17698,9 +17702,9 @@ dependencies = [ [[package]] name = "ss58-registry" -version = "1.43.0" +version = "1.51.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e6915280e2d0db8911e5032a5c275571af6bdded2916abd691a659be25d3439" +checksum = "19409f13998e55816d1c728395af0b52ec066206341d939e22e7766df9b494b8" dependencies = [ "Inflector", "num-format", @@ -17746,24 +17750,24 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "static_init" -version = "1.0.3" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a2a1c578e98c1c16fc3b8ec1328f7659a500737d7a0c6d625e73e830ff9c1f6" +checksum = "8bae1df58c5fea7502e8e352ec26b5579f6178e1fdb311e088580c980dee25ed" dependencies = [ "bitflags 1.3.2", - "cfg_aliases 0.1.1", + "cfg_aliases 0.2.1", "libc", - "parking_lot 0.11.2", - "parking_lot_core 0.8.6", + "parking_lot 0.12.4", + "parking_lot_core 0.9.11", "static_init_macro", "winapi", ] [[package]] name = "static_init_macro" -version = "1.0.2" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70a2595fc3aa78f2d0e45dd425b22282dd863273761cc77780914b2cf3003acf" +checksum = "1389c88ddd739ec6d3f8f83343764a0e944cd23cfbf126a9796a714b0b6edd6f" dependencies = [ "cfg_aliases 0.1.1", "memchr", @@ -17779,16 +17783,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f697a07e4606a0a25c044de247e583a330dbb1731d11bc7350b81f48ad567255" dependencies = [ "approx", - "nalgebra", + "nalgebra 0.32.6", "num-traits", "rand 0.8.5", ] [[package]] name = "str-buf" -version = "3.0.2" +version = "3.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e75b72ee54e2f93c3ea1354066162be893ee5e25773ab743de3e088cecbb4f31" +checksum = "0ceb97b7225c713c2fd4db0153cb6b3cab244eb37900c3f634ed4d43310d8c34" [[package]] name = "string-interner" @@ -17852,12 +17856,6 @@ dependencies = [ "strum_macros 0.24.3", ] -[[package]] -name = "strum" -version = "0.25.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" - [[package]] name = "strum" version = "0.26.3" @@ -17889,19 +17887,6 @@ dependencies = [ "syn 1.0.109", ] -[[package]] -name = "strum_macros" -version = "0.25.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0" -dependencies = [ - "heck 0.4.1", - "proc-macro2", - "quote", - "rustversion", - "syn 2.0.100", -] - [[package]] name = "strum_macros" version = "0.26.4" @@ -17912,7 +17897,7 @@ dependencies = [ "proc-macro2", "quote", "rustversion", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -17925,7 +17910,7 @@ dependencies = [ "proc-macro2", "quote", "rustversion", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -17936,7 +17921,7 @@ dependencies = [ "hmac 0.12.1", "pbkdf2", "schnorrkel", - "sha2 0.10.8", + "sha2 0.10.9", "zeroize", ] @@ -17953,7 +17938,7 @@ dependencies = [ "docify", "frame-system-rpc-runtime-api", "futures", - "jsonrpsee 0.24.7", + "jsonrpsee 0.24.9", "log", "parity-scale-codec", "sc-rpc-api", @@ -17971,7 +17956,7 @@ version = "0.17.1" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "http-body-util", - "hyper 1.4.1", + "hyper 1.6.0", "hyper-util", "log", "prometheus", @@ -17985,7 +17970,7 @@ version = "0.47.0" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "async-trait", - "jsonrpsee 0.24.7", + "jsonrpsee 0.24.9", "log", "sc-rpc-api", "serde", @@ -17997,7 +17982,7 @@ name = "substrate-state-trie-migration-rpc" version = "41.0.0" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ - "jsonrpsee 0.24.7", + "jsonrpsee 0.24.9", "parity-scale-codec", "sc-client-api", "sc-rpc-api", @@ -18061,7 +18046,7 @@ dependencies = [ "sp-version", "strum 0.26.3", "tempfile", - "toml 0.8.14", + "toml 0.8.23", "walkdir", "wasm-opt", ] @@ -18098,13 +18083,13 @@ dependencies = [ "reconnecting-jsonrpsee-ws-client", "scale-bits", "scale-decode 0.13.1", - "scale-encode 0.7.1", + "scale-encode 0.7.2", "scale-info", - "scale-value 0.16.2", + "scale-value 0.16.3", "serde", "serde_json", "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "subxt-core 0.37.0", + "subxt-core 0.37.1", "subxt-lightclient 0.37.0", "subxt-macro 0.37.0", "subxt-metadata 0.37.0", @@ -18127,7 +18112,7 @@ dependencies = [ "futures", "hex", "impl-serde 0.5.0", - "jsonrpsee 0.24.7", + "jsonrpsee 0.24.9", "parity-scale-codec", "polkadot-sdk", "primitive-types 0.13.1", @@ -18167,7 +18152,7 @@ dependencies = [ "scale-info", "scale-typegen 0.8.0", "subxt-metadata 0.37.0", - "syn 2.0.100", + "syn 2.0.103", "thiserror 1.0.69", "tokio", ] @@ -18185,15 +18170,15 @@ dependencies = [ "scale-info", "scale-typegen 0.9.0", "subxt-metadata 0.38.1", - "syn 2.0.100", + "syn 2.0.103", "thiserror 1.0.69", ] [[package]] name = "subxt-core" -version = "0.37.0" +version = "0.37.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59f41eb2e2eea6ed45649508cc735f92c27f1fcfb15229e75f8270ea73177345" +checksum = "3af3b36405538a36b424d229dc908d1396ceb0994c90825ce928709eac1a159a" dependencies = [ "base58", "blake2 0.10.6", @@ -18206,9 +18191,9 @@ dependencies = [ "primitive-types 0.12.2", "scale-bits", "scale-decode 0.13.1", - "scale-encode 0.7.1", + "scale-encode 0.7.2", "scale-info", - "scale-value 0.16.2", + "scale-value 0.16.3", "serde", "serde_json", "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -18285,13 +18270,13 @@ version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1c195f803d70687e409aba9be6c87115b5da8952cd83c4d13f2e043239818fcd" dependencies = [ - "darling 0.20.10", + "darling 0.20.11", "parity-scale-codec", "proc-macro-error", "quote", "scale-typegen 0.8.0", "subxt-codegen 0.37.0", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -18300,14 +18285,14 @@ version = "0.38.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7819c5e09aae0319981ee853869f2fcd1fac4db8babd0d004c17161297aadc05" dependencies = [ - "darling 0.20.10", + "darling 0.20.11", "parity-scale-codec", "proc-macro-error2", "quote", "scale-typegen 0.9.0", "subxt-codegen 0.38.1", "subxt-utils-fetchmetadata", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -18355,9 +18340,9 @@ dependencies = [ "schnorrkel", "secp256k1 0.28.2", "secrecy", - "sha2 0.10.8", + "sha2 0.10.9", "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "subxt-core 0.37.0", + "subxt-core 0.37.1", "zeroize", ] @@ -18385,9 +18370,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.100" +version = "2.0.103" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0" +checksum = "e4307e30089d6fd6aff212f2da3a1f9e32f3223b1f010fb09b7c95f90f3ca1e8" dependencies = [ "proc-macro2", "quote", @@ -18396,27 +18381,21 @@ dependencies = [ [[package]] name = "syn-solidity" -version = "1.1.2" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b5d879005cc1b5ba4e18665be9e9501d9da3a9b95f625497c4cb7ee082b532e" +checksum = "14c8c8f496c33dc6343dac05b4be8d9e0bca180a4caa81d7b8416b10cc2273cd" dependencies = [ "paste", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] name = "sync_wrapper" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" - -[[package]] -name = "sync_wrapper" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394" +checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" dependencies = [ "futures-core", ] @@ -18435,13 +18414,13 @@ dependencies = [ [[package]] name = "synstructure" -version = "0.13.1" +version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" +checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -18451,7 +18430,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" dependencies = [ "bitflags 2.9.1", - "core-foundation 0.9.3", + "core-foundation 0.9.4", "system-configuration-sys", ] @@ -18473,7 +18452,7 @@ checksum = "56c3ee73732ffceaea7b8f6b719ce3bb17f253fa27461ffeaf568ebd0cdb4b85" dependencies = [ "papergrid", "tabled_derive", - "unicode-width", + "unicode-width 0.1.14", ] [[package]] @@ -18502,21 +18481,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] -name = "tar" -version = "0.4.41" +name = "target-lexicon" +version = "0.12.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb797dad5fb5b76fcf519e702f4a589483b5ef06567f160c392832c1f5e44909" -dependencies = [ - "filetime", - "libc", - "xattr", -] +checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" [[package]] -name = "target-lexicon" -version = "0.12.14" +name = "target-triple" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f" +checksum = "1ac9aa371f599d22256307c24a9d748c041e548cbf599f35d890f9d365361790" [[package]] name = "tempfile" @@ -18524,8 +18498,8 @@ version = "3.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1" dependencies = [ - "fastrand 2.1.1", - "getrandom 0.3.1", + "fastrand 2.3.0", + "getrandom 0.3.3", "once_cell", "rustix 1.0.7", "windows-sys 0.59.0", @@ -18533,28 +18507,28 @@ dependencies = [ [[package]] name = "termcolor" -version = "1.2.0" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" +checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" dependencies = [ "winapi-util", ] [[package]] name = "terminal_size" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9" +checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed" dependencies = [ - "rustix 0.38.41", + "rustix 1.0.7", "windows-sys 0.59.0", ] [[package]] name = "termtree" -version = "0.4.1" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" +checksum = "8f50febec83f5ee1df3015341d8bd429f2d1cc62bcba7ea2076759d315084683" [[package]] name = "test-syscalls" @@ -18571,14 +18545,14 @@ version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" dependencies = [ - "unicode-width", + "unicode-width 0.1.14", ] [[package]] name = "textwrap" -version = "0.16.0" +version = "0.16.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" +checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057" [[package]] name = "thiserror" @@ -18606,7 +18580,7 @@ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -18617,7 +18591,7 @@ checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -18628,12 +18602,11 @@ checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820" [[package]] name = "thread_local" -version = "1.1.7" +version = "1.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" +checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" dependencies = [ "cfg-if", - "once_cell", ] [[package]] @@ -18668,9 +18641,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.36" +version = "0.3.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" +checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40" dependencies = [ "deranged", "itoa", @@ -18683,15 +18656,15 @@ dependencies = [ [[package]] name = "time-core" -version = "0.1.2" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" +checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c" [[package]] name = "time-macros" -version = "0.2.18" +version = "0.2.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" +checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49" dependencies = [ "num-conv", "time-core", @@ -18718,9 +18691,9 @@ dependencies = [ [[package]] name = "tinyvec" -version = "1.6.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" +checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71" dependencies = [ "tinyvec_macros", ] @@ -18741,7 +18714,7 @@ dependencies = [ "bytes", "libc", "mio", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "pin-project-lite", "signal-hook-registry", "socket2 0.5.10", @@ -18757,7 +18730,7 @@ checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -18787,7 +18760,7 @@ version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" dependencies = [ - "rustls 0.21.7", + "rustls 0.21.12", "tokio", ] @@ -18804,12 +18777,11 @@ dependencies = [ [[package]] name = "tokio-rustls" -version = "0.26.0" +version = "0.26.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" +checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b" dependencies = [ "rustls 0.23.28", - "rustls-pki-types", "tokio", ] @@ -18837,9 +18809,9 @@ dependencies = [ "rustls-native-certs 0.8.1", "rustls-pki-types", "tokio", - "tokio-rustls 0.26.0", + "tokio-rustls 0.26.2", "tungstenite", - "webpki-roots 0.26.3", + "webpki-roots 0.26.11", ] [[package]] @@ -18867,73 +18839,44 @@ dependencies = [ [[package]] name = "toml" -version = "0.7.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257" -dependencies = [ - "serde", - "serde_spanned", - "toml_datetime", - "toml_edit 0.19.15", -] - -[[package]] -name = "toml" -version = "0.8.14" +version = "0.8.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f49eb2ab21d2f26bd6db7bf383edc527a7ebaee412d17af4d40fdccd442f335" +checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" dependencies = [ "serde", "serde_spanned", "toml_datetime", - "toml_edit 0.22.14", + "toml_edit", ] [[package]] name = "toml_datetime" -version = "0.6.6" +version = "0.6.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf" +checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" dependencies = [ "serde", ] [[package]] name = "toml_edit" -version = "0.19.15" +version = "0.22.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" +checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" dependencies = [ "indexmap 2.9.0", "serde", "serde_spanned", "toml_datetime", - "winnow 0.5.15", + "toml_write", + "winnow", ] [[package]] -name = "toml_edit" -version = "0.21.1" +name = "toml_write" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" -dependencies = [ - "indexmap 2.9.0", - "toml_datetime", - "winnow 0.5.15", -] - -[[package]] -name = "toml_edit" -version = "0.22.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f21c7aaf97f1bd9ca9d4f9e73b0a6c74bd5afef56f2bc931943a6e1c37e04e38" -dependencies = [ - "indexmap 2.9.0", - "serde", - "serde_spanned", - "toml_datetime", - "winnow 0.6.6", -] +checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" [[package]] name = "tower" @@ -18945,7 +18888,6 @@ dependencies = [ "futures-util", "pin-project", "pin-project-lite", - "tokio", "tower-layer", "tower-service", "tracing", @@ -18953,14 +18895,15 @@ dependencies = [ [[package]] name = "tower" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2873938d487c3cfb9aed7546dc9f2711d867c9f90c46b889989a2cb84eba6b4f" +checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" dependencies = [ "futures-core", "futures-util", "pin-project-lite", - "sync_wrapper 0.1.2", + "sync_wrapper", + "tokio", "tower-layer", "tower-service", ] @@ -18973,14 +18916,32 @@ checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" dependencies = [ "bitflags 2.9.1", "bytes", - "http 1.1.0", - "http-body 1.0.0", + "http 1.3.1", + "http-body 1.0.1", "http-body-util", "pin-project-lite", "tower-layer", "tower-service", ] +[[package]] +name = "tower-http" +version = "0.6.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" +dependencies = [ + "bitflags 2.9.1", + "bytes", + "futures-util", + "http 1.3.1", + "http-body 1.0.1", + "iri-string", + "pin-project-lite", + "tower 0.5.2", + "tower-layer", + "tower-service", +] + [[package]] name = "tower-layer" version = "0.3.3" @@ -19025,7 +18986,7 @@ checksum = "1b1ffbcf9c6f6b99d386e7444eb608ba646ae452a36b39737deb9663b610f662" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -19040,9 +19001,9 @@ dependencies = [ [[package]] name = "tracing-error" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e" +checksum = "8b1581020d7a273442f5b45074a6a57d5757ad0a47dac0e9f0bd57b81936f3db" dependencies = [ "tracing", "tracing-subscriber", @@ -19077,10 +19038,10 @@ version = "5.0.0" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "expander", - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -19096,9 +19057,9 @@ dependencies = [ [[package]] name = "tracing-serde" -version = "0.1.3" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1" +checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1" dependencies = [ "serde", "tracing-core", @@ -19106,14 +19067,14 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.3.18" +version = "0.3.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" +checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008" dependencies = [ "matchers", "nu-ansi-term", "once_cell", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "regex", "serde", "serde_json", @@ -19166,7 +19127,7 @@ dependencies = [ "lazy_static", "rand 0.8.5", "smallvec", - "socket2 0.4.9", + "socket2 0.4.10", "thiserror 1.0.69", "tinyvec", "tokio", @@ -19183,7 +19144,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", @@ -19210,7 +19171,7 @@ dependencies = [ "ipconfig", "lru-cache", "once_cell", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "rand 0.8.5", "resolv-conf", "smallvec", @@ -19222,23 +19183,24 @@ dependencies = [ [[package]] name = "try-lock" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" +checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "trybuild" -version = "1.0.96" +version = "1.0.105" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33a5f13f11071020bb12de7a16b925d2d58636175c20c11dc5f96cb64bb6c9b3" +checksum = "1c9bf9513a2f4aeef5fdac8677d7d349c79fdbcc03b9c86da6e9d254f1e43be2" dependencies = [ "dissimilar", "glob", "serde", "serde_derive", "serde_json", + "target-triple", "termcolor", - "toml 0.8.14", + "toml 0.8.23", ] [[package]] @@ -19255,10 +19217,10 @@ checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13" dependencies = [ "bytes", "data-encoding", - "http 1.1.0", + "http 1.3.1", "httparse", "log", - "rand 0.9.0", + "rand 0.9.1", "rustls 0.23.28", "rustls-pki-types", "sha1", @@ -19287,15 +19249,15 @@ dependencies = [ [[package]] name = "typenum" -version = "1.16.0" +version = "1.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" +checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" [[package]] name = "ucd-trie" -version = "0.1.6" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9" +checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971" [[package]] name = "uint" @@ -19327,7 +19289,7 @@ version = "3.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da" dependencies = [ - "arrayvec 0.7.4", + "arrayvec 0.7.6", ] [[package]] @@ -19338,24 +19300,21 @@ checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94" [[package]] name = "unicase" -version = "2.7.0" +version = "2.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" -dependencies = [ - "version_check", -] +checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539" [[package]] name = "unicode-bidi" -version = "0.3.13" +version = "0.3.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" +checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" [[package]] name = "unicode-ident" -version = "1.0.11" +version = "1.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c" +checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" [[package]] name = "unicode-normalization" @@ -19368,21 +19327,27 @@ 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" -version = "0.1.10" +version = "0.1.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" + +[[package]] +name = "unicode-width" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" +checksum = "4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c" [[package]] name = "unicode-xid" -version = "0.2.4" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" +checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" [[package]] name = "universal-hash" @@ -19394,12 +19359,6 @@ dependencies = [ "subtle 2.6.1", ] -[[package]] -name = "unsafe-libyaml" -version = "0.2.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" - [[package]] name = "unsigned-varint" version = "0.7.2" @@ -19460,24 +19419,26 @@ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" [[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 = "uuid" -version = "1.4.1" +version = "1.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d" +checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d" dependencies = [ - "getrandom 0.2.15", + "getrandom 0.3.3", + "js-sys", + "wasm-bindgen", ] [[package]] name = "valuable" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" +checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" [[package]] name = "vara-runtime" @@ -19591,9 +19552,9 @@ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" [[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 = "visibility" @@ -19603,7 +19564,7 @@ checksum = "d674d135b4a8c1d7e813e2f8d1c9a58308aee4a680323066025e53132218bd91" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -19614,9 +19575,9 @@ checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" [[package]] name = "w3f-bls" -version = "0.1.3" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7335e4c132c28cc43caef6adb339789e599e39adbe78da0c4d547fad48cbc331" +checksum = "e6bfb937b3d12077654a9e43e32a4e9c20177dd9fea0f3aba673e7840bb54f32" dependencies = [ "ark-bls12-377", "ark-bls12-381", @@ -19625,22 +19586,20 @@ dependencies = [ "ark-serialize 0.4.2", "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", + "sha2 0.10.9", "sha3", - "thiserror 1.0.69", "zeroize", ] [[package]] name = "wait-timeout" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" +checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11" dependencies = [ "libc", ] @@ -19680,8 +19639,8 @@ dependencies = [ "futures-channel", "futures-util", "headers", - "http 0.2.9", - "hyper 0.14.31", + "http 0.2.12", + "hyper 0.14.32", "log", "mime", "mime_guess", @@ -19699,15 +19658,15 @@ dependencies = [ [[package]] name = "wasi" -version = "0.11.0+wasi-snapshot-preview1" +version = "0.11.1+wasi-snapshot-preview1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" +checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" [[package]] name = "wasi" -version = "0.13.3+wasi-0.2.2" +version = "0.14.2+wasi-0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2" +checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3" dependencies = [ "wit-bindgen-rt", ] @@ -19718,7 +19677,7 @@ 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.1+wasi-snapshot-preview1", ] [[package]] @@ -19743,7 +19702,7 @@ dependencies = [ "log", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", "wasm-bindgen-shared", ] @@ -19778,7 +19737,7 @@ checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", "wasm-bindgen-backend", "wasm-bindgen-shared", ] @@ -19792,15 +19751,6 @@ dependencies = [ "unicode-ident", ] -[[package]] -name = "wasm-encoder" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ba64e81215916eaeb48fee292f29401d69235d62d8b8fd92a7b2844ec5ae5f7" -dependencies = [ - "leb128", -] - [[package]] name = "wasm-encoder" version = "0.230.0" @@ -19820,6 +19770,16 @@ dependencies = [ "wasmparser 0.230.0 (git+https://github.com/gear-tech/wasm-tools?branch=gear-stable-1.230)", ] +[[package]] +name = "wasm-encoder" +version = "0.235.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b3bc393c395cb621367ff02d854179882b9a351b4e0c93d1397e6090b53a5c2a" +dependencies = [ + "leb128fmt", + "wasmparser 0.235.0", +] + [[package]] name = "wasm-instrument" version = "0.4.0" @@ -19872,7 +19832,7 @@ dependencies = [ name = "wasm-proc" version = "1.8.1" dependencies = [ - "clap 4.5.23", + "clap 4.5.40", "gear-wasm-builder", "gear-wasm-instrument", "log", @@ -19908,9 +19868,9 @@ dependencies = [ [[package]] name = "wasmer" -version = "4.3.5" +version = "4.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3a6e0f73e5ae361fe64db607eaf4ab2381d88ad2c1b0bb8cf254cf35d894687" +checksum = "2d920d06243e9f456c336c428a34560357dedf59d9febaae14f1995ac120cff6" dependencies = [ "bytes", "cfg-if", @@ -19931,14 +19891,14 @@ dependencies = [ "wasmer-derive", "wasmer-types", "wasmer-vm", - "winapi", + "windows-sys 0.59.0", ] [[package]] name = "wasmer-cache" -version = "4.3.5" +version = "4.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79fd0889f8844b7c70b8ee8fbf1d1f6ccff99399c6f3d3627048cde04b1ac493" +checksum = "4e2aa507d7ab1d7f6038f60ca107bc4629c5dbf3a0e18427091b7576b0ffbbd9" dependencies = [ "blake3", "hex", @@ -19948,9 +19908,9 @@ dependencies = [ [[package]] name = "wasmer-compiler" -version = "4.3.5" +version = "4.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb1e7c79507f5d55f1afd99984717e8380440cd98e13d542e4d00661f986f2d4" +checksum = "0e01832173aa52345e480965f18c638a8a5a9e5e4d85a48675bdf1964147dc7f" dependencies = [ "backtrace", "bytes", @@ -19960,7 +19920,7 @@ dependencies = [ "lazy_static", "leb128", "libc", - "memmap2 0.5.10", + "memmap2 0.6.2", "more-asserts", "region", "rkyv", @@ -19971,15 +19931,15 @@ dependencies = [ "wasmer-types", "wasmer-vm", "wasmparser 0.121.2", - "winapi", + "windows-sys 0.59.0", "xxhash-rust", ] [[package]] name = "wasmer-compiler-singlepass" -version = "4.3.5" +version = "4.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc490f011e855eb5e31475ff3e9efa83840cc0ed2f8322dfaca18627df0a9f3c" +checksum = "a2b111c55d0b8a30dba67afe8766c56b53f0055653f0bb14b1a337056263ae48" dependencies = [ "byteorder", "dynasm", @@ -19994,33 +19954,11 @@ dependencies = [ "wasmer-types", ] -[[package]] -name = "wasmer-config" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54a0f70c177b1c5062cfe0f5308c3317751796fef9403c22a0cd7b4cacd4ccd8" -dependencies = [ - "anyhow", - "bytesize", - "derive_builder", - "hex", - "indexmap 2.9.0", - "schemars", - "semver 1.0.18", - "serde", - "serde_cbor", - "serde_json", - "serde_yaml", - "thiserror 1.0.69", - "toml 0.8.14", - "url", -] - [[package]] name = "wasmer-derive" -version = "4.3.5" +version = "4.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac6b0b0580cfa1fc7ad58cca3626a742f2b2e5ccd51cfc5de43e8edb0d1daa4c" +checksum = "9c5875633aea92153b6a561cb07363785ca9e07792ca6cd7c1cc371761001d8f" dependencies = [ "proc-macro-error", "proc-macro2", @@ -20030,37 +19968,36 @@ dependencies = [ [[package]] name = "wasmer-types" -version = "4.3.5" +version = "4.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "576442cc3d302ca215fd40aa7826a078571dca7eaa773d8cdedca14a2ec7c9a1" +checksum = "8fb32f0d231b591e4c8a65e81d4647fa3180496d71a123d4948dba8551bba9c2" dependencies = [ "bytecheck", "enum-iterator 0.7.0", "enumset", - "getrandom 0.2.15", + "getrandom 0.2.16", "hex", "indexmap 1.9.3", "more-asserts", "rkyv", - "sha2 0.10.8", + "sha2 0.10.9", "target-lexicon", "thiserror 1.0.69", - "webc", "xxhash-rust", ] [[package]] name = "wasmer-vm" -version = "4.3.5" +version = "4.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6483035d1df84a978cd6c6a35878e913dc8ec6311f8712548a922a75e87957ba" +checksum = "e38e9301f5bb9f18da9cda4002d74d2cb6ac1f36dcf919fd77f91fca321fb1e5" dependencies = [ "backtrace", "cc", "cfg-if", "corosensei", "crossbeam-queue", - "dashmap 5.5.3", + "dashmap 6.1.0", "derivative", "enum-iterator 0.7.0", "fnv", @@ -20068,13 +20005,13 @@ dependencies = [ "lazy_static", "libc", "mach2", - "memoffset 0.9.0", + "memoffset 0.9.1", "more-asserts", "region", "scopeguard", "thiserror 1.0.69", "wasmer-types", - "winapi", + "windows-sys 0.59.0", ] [[package]] @@ -20106,7 +20043,7 @@ version = "0.32.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "50386c99b9c32bd2ed71a55b6dd4040af2580530fae8bdb9a6576571a80d0cca" dependencies = [ - "arrayvec 0.7.4", + "arrayvec 0.7.6", "multi-stash", "num-derive", "num-traits", @@ -20123,7 +20060,7 @@ version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b07e84e3bcdab2f4301827623260ada2557596ca462f7470b60f5182a25270b1" dependencies = [ - "arrayvec 0.7.4", + "arrayvec 0.7.6", "multi-stash", "smallvec", "spin 0.9.8", @@ -20153,7 +20090,7 @@ version = "0.32.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c128c039340ffd50d4195c3f8ce31aac357f06804cfc494c8b9508d4b30dca4" dependencies = [ - "ahash 0.8.11", + "ahash 0.8.12", "hashbrown 0.14.5", "string-interner", ] @@ -20164,7 +20101,7 @@ version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0d0fd5f4f2c4fe0c98554bb7293108ed2b1d0c124dce0974f999de7d517d37bc" dependencies = [ - "ahash 0.8.11", + "ahash 0.8.12", "hashbrown 0.14.5", "string-interner", ] @@ -20245,7 +20182,7 @@ checksum = "9dbe55c8f9d0dbd25d9447a5a889ff90c0cc3feaa7395310d3d826b2c703eaab" dependencies = [ "bitflags 2.9.1", "indexmap 2.9.0", - "semver 1.0.18", + "semver 1.0.26", ] [[package]] @@ -20256,7 +20193,7 @@ checksum = "808198a69b5a0535583370a51d459baa14261dfab04800c4864ee9e1a14346ed" dependencies = [ "bitflags 2.9.1", "indexmap 2.9.0", - "semver 1.0.18", + "semver 1.0.26", ] [[package]] @@ -20268,6 +20205,17 @@ dependencies = [ "indexmap 2.9.0", ] +[[package]] +name = "wasmparser" +version = "0.235.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "161296c618fa2d63f6ed5fffd1112937e803cb9ec71b32b01a76321555660917" +dependencies = [ + "bitflags 2.9.1", + "indexmap 2.9.0", + "semver 1.0.26", +] + [[package]] name = "wasmparser-nostd" version = "0.100.2" @@ -20341,9 +20289,9 @@ dependencies = [ "directories-next", "file-per-thread-logger", "log", - "rustix 0.36.15", + "rustix 0.36.17", "serde", - "sha2 0.10.8", + "sha2 0.10.9", "toml 0.5.11", "windows-sys 0.45.0", "zstd 0.11.2+zstd.1.5.2", @@ -20434,7 +20382,7 @@ checksum = "7ab182d5ab6273a133ab88db94d8ca86dc3e57e43d70baaa4d98f94ddbd7d10a" dependencies = [ "cc", "cfg-if", - "rustix 0.36.15", + "rustix 0.36.17", "wasmtime-asm-macros", "windows-sys 0.45.0", ] @@ -20472,7 +20420,7 @@ checksum = "6e0554b84c15a27d76281d06838aed94e13a77d7bf604bbbaf548aa20eb93846" dependencies = [ "object 0.30.4", "once_cell", - "rustix 0.36.15", + "rustix 0.36.17", ] [[package]] @@ -20503,7 +20451,7 @@ dependencies = [ "memoffset 0.8.0", "paste", "rand 0.8.5", - "rustix 0.36.15", + "rustix 0.36.17", "wasmtime-asm-macros", "wasmtime-environ", "wasmtime-fiber", @@ -20542,7 +20490,7 @@ checksum = "0048ad49a55b9deb3953841fa1fc5858f0efbcb7a18868c899a360269fac1b23" dependencies = [ "futures", "js-sys", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "pin-utils", "slab", "wasm-bindgen", @@ -20550,21 +20498,22 @@ dependencies = [ [[package]] name = "wast" -version = "64.0.0" +version = "235.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a259b226fd6910225aa7baeba82f9d9933b6d00f2ce1b49b80fa4214328237cc" +checksum = "1eda4293f626c99021bb3a6fbe4fbbe90c0e31a5ace89b5f620af8925de72e13" dependencies = [ - "leb128", + "bumpalo", + "leb128fmt", "memchr", - "unicode-width", - "wasm-encoder 0.32.0", + "unicode-width 0.2.1", + "wasm-encoder 0.235.0", ] [[package]] name = "wat" -version = "1.0.71" +version = "1.235.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53253d920ab413fca1c7dc2161d601c79b4fdf631d0ba51dd4343bf9b556c3f6" +checksum = "e777e0327115793cb96ab220b98f85327ec3d11f34ec9e8d723264522ef206aa" dependencies = [ "wast", ] @@ -20590,45 +20539,43 @@ dependencies = [ ] [[package]] -name = "webc" -version = "6.0.0-rc1" +name = "webpki-root-certs" +version = "0.26.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1fc686c7b43c9bc630a499f6ae1f0a4c4bd656576a53ae8a147b0cc9bc983ad" +checksum = "75c7f0ef91146ebfb530314f5f1d24528d7f0767efbfd31dce919275413e393e" dependencies = [ - "anyhow", - "base64 0.21.7", - "bytes", - "cfg-if", - "document-features", - "flate2", - "indexmap 1.9.3", - "libc", - "once_cell", - "semver 1.0.18", - "serde", - "serde_cbor", - "serde_json", - "sha2 0.10.8", - "shared-buffer", - "tar", - "tempfile", - "thiserror 1.0.69", - "toml 0.7.8", - "url", - "wasmer-config", + "webpki-root-certs 1.0.0", +] + +[[package]] +name = "webpki-root-certs" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "01a83f7e1a9f8712695c03eabe9ed3fbca0feff0152f33f12593e5a6303cb1a4" +dependencies = [ + "rustls-pki-types", ] [[package]] name = "webpki-roots" -version = "0.25.2" +version = "0.25.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc" +checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" [[package]] name = "webpki-roots" -version = "0.26.3" +version = "0.26.11" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9" +dependencies = [ + "webpki-roots 1.0.0", +] + +[[package]] +name = "webpki-roots" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd7c23921eeb1713a4e851530e9b9756e4fb0e89978582942612524cf09f01cd" +checksum = "2853738d1cc4f2da3a225c18ec6c3721abb31961096e9dbf5ab35fa88b19cfdb" dependencies = [ "rustls-pki-types", ] @@ -20642,14 +20589,14 @@ dependencies = [ "either", "home", "once_cell", - "rustix 0.38.41", + "rustix 0.38.44", ] [[package]] name = "wide" -version = "0.7.11" +version = "0.7.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa469ffa65ef7e0ba0f164183697b89b854253fd31aeb92358b7b6155177d62f" +checksum = "41b5576b9a81633f3e8df296ce0063042a73507636cbe956c61133dd7034ab22" dependencies = [ "bytemuck", "safe_arch", @@ -20657,9 +20604,9 @@ dependencies = [ [[package]] name = "widestring" -version = "1.0.2" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8" +checksum = "dd7cf3379ca1aac9eea11fba24fd7e315d621f8dfe35c8d7d2be8b793726e07d" [[package]] name = "winapi" @@ -20679,11 +20626,11 @@ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" [[package]] name = "winapi-util" -version = "0.1.5" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" +checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "winapi", + "windows-sys 0.59.0", ] [[package]] @@ -20694,105 +20641,133 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windows" -version = "0.48.0" +version = "0.53.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" +checksum = "efc5cf48f83140dcaab716eeaea345f9e93d0018fb81162753a3f76c3397b538" dependencies = [ - "windows-targets 0.48.5", + "windows-core 0.53.0", + "windows-targets 0.52.6", ] [[package]] name = "windows" -version = "0.51.1" +version = "0.61.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca229916c5ee38c2f2bc1e9d8f04df975b4bd93f9955dc69fabb5d91270045c9" +checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" dependencies = [ - "windows-core 0.51.1", - "windows-targets 0.48.5", + "windows-collections", + "windows-core 0.61.2", + "windows-future", + "windows-link", + "windows-numerics", ] [[package]] -name = "windows" -version = "0.58.0" +name = "windows-collections" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6" +checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8" dependencies = [ - "windows-core 0.58.0", - "windows-targets 0.52.6", + "windows-core 0.61.2", ] [[package]] name = "windows-core" -version = "0.51.1" +version = "0.53.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64" +checksum = "9dcc5b895a6377f1ab9fa55acedab1fd5ac0db66ad1e6c7f47e28a22e446a5dd" dependencies = [ - "windows-targets 0.48.5", + "windows-result 0.1.2", + "windows-targets 0.52.6", ] [[package]] name = "windows-core" -version = "0.58.0" +version = "0.61.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99" +checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" dependencies = [ "windows-implement", "windows-interface", - "windows-result", + "windows-link", + "windows-result 0.3.4", "windows-strings", - "windows-targets 0.52.6", +] + +[[package]] +name = "windows-future" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" +dependencies = [ + "windows-core 0.61.2", + "windows-link", + "windows-threading", ] [[package]] name = "windows-implement" -version = "0.58.0" +version = "0.60.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b" +checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] name = "windows-interface" -version = "0.58.0" +version = "0.59.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515" +checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] -name = "windows-registry" +name = "windows-link" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" + +[[package]] +name = "windows-numerics" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0" +checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1" dependencies = [ - "windows-result", - "windows-strings", - "windows-targets 0.52.6", + "windows-core 0.61.2", + "windows-link", ] [[package]] name = "windows-result" -version = "0.2.0" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" +checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8" dependencies = [ "windows-targets 0.52.6", ] +[[package]] +name = "windows-result" +version = "0.3.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" +dependencies = [ + "windows-link", +] + [[package]] name = "windows-strings" -version = "0.1.0" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" +checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" dependencies = [ - "windows-result", - "windows-targets 0.52.6", + "windows-link", ] [[package]] @@ -20883,13 +20858,38 @@ dependencies = [ "windows_aarch64_gnullvm 0.52.6", "windows_aarch64_msvc 0.52.6", "windows_i686_gnu 0.52.6", - "windows_i686_gnullvm", + "windows_i686_gnullvm 0.52.6", "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]] +name = "windows-targets" +version = "0.53.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef" +dependencies = [ + "windows_aarch64_gnullvm 0.53.0", + "windows_aarch64_msvc 0.53.0", + "windows_i686_gnu 0.53.0", + "windows_i686_gnullvm 0.53.0", + "windows_i686_msvc 0.53.0", + "windows_x86_64_gnu 0.53.0", + "windows_x86_64_gnullvm 0.53.0", + "windows_x86_64_msvc 0.53.0", +] + +[[package]] +name = "windows-threading" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6" +dependencies = [ + "windows-link", +] + [[package]] name = "windows_aarch64_gnullvm" version = "0.42.2" @@ -20908,6 +20908,12 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" +[[package]] +name = "windows_aarch64_gnullvm" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" + [[package]] name = "windows_aarch64_msvc" version = "0.33.0" @@ -20932,6 +20938,12 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" +[[package]] +name = "windows_aarch64_msvc" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" + [[package]] name = "windows_i686_gnu" version = "0.33.0" @@ -20956,12 +20968,24 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" +[[package]] +name = "windows_i686_gnu" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" + [[package]] name = "windows_i686_gnullvm" version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" +[[package]] +name = "windows_i686_gnullvm" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" + [[package]] name = "windows_i686_msvc" version = "0.33.0" @@ -20986,6 +21010,12 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" +[[package]] +name = "windows_i686_msvc" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" + [[package]] name = "windows_x86_64_gnu" version = "0.33.0" @@ -21010,6 +21040,12 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" +[[package]] +name = "windows_x86_64_gnu" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" + [[package]] name = "windows_x86_64_gnullvm" version = "0.42.2" @@ -21028,6 +21064,12 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" +[[package]] +name = "windows_x86_64_gnullvm" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" + [[package]] name = "windows_x86_64_msvc" version = "0.33.0" @@ -21053,28 +21095,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] -name = "winnow" -version = "0.5.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc" -dependencies = [ - "memchr", -] - -[[package]] -name = "winnow" -version = "0.6.6" +name = "windows_x86_64_msvc" +version = "0.53.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0c976aaaa0e1f90dbb21e9587cdaf1d9679a1cde8875c0d6bd83ab96a208352" -dependencies = [ - "memchr", -] +checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" [[package]] name = "winnow" -version = "0.7.3" +version = "0.7.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e7f4ea97f6f78012141bcdb6a216b2609f0979ada50b20ca5b52dde2eac2bb1" +checksum = "74c7b26e3480b707944fc872477815d29a8e429d2f93a1ce000f5fa84a15cbcd" dependencies = [ "memchr", ] @@ -21091,9 +21121,9 @@ dependencies = [ [[package]] name = "wit-bindgen-rt" -version = "0.33.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c" +checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" dependencies = [ "bitflags 2.9.1", ] @@ -21121,18 +21151,18 @@ checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" [[package]] name = "ws_stream_wasm" -version = "0.7.4" +version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7999f5f4217fe3818726b66257a4475f71e74ffd190776ad053fa159e50737f5" +checksum = "6c173014acad22e83f16403ee360115b38846fe754e735c5d9d3803fe70c6abc" dependencies = [ "async_io_stream", "futures", "js-sys", "log", "pharos", - "rustc_version 0.4.0", + "rustc_version 0.4.1", "send_wrapper", - "thiserror 1.0.69", + "thiserror 2.0.12", "wasm-bindgen", "wasm-bindgen-futures", "web-sys", @@ -21182,12 +21212,12 @@ version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fcbc162f30700d6f3f82a24bf7cc62ffe7caea42c0b2cba8bf7f3ae50cf51f69" dependencies = [ - "asn1-rs 0.6.1", + "asn1-rs 0.6.2", "data-encoding", "der-parser 9.0.0", "lazy_static", "nom", - "oid-registry 0.7.0", + "oid-registry 0.7.1", "rusticata-macros", "thiserror 1.0.69", "time", @@ -21210,17 +21240,6 @@ dependencies = [ "time", ] -[[package]] -name = "xattr" -version = "1.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f" -dependencies = [ - "libc", - "linux-raw-sys 0.4.14", - "rustix 0.38.41", -] - [[package]] name = "xcm-procedural" version = "11.0.1" @@ -21229,14 +21248,14 @@ dependencies = [ "Inflector", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] name = "xml-rs" -version = "0.8.20" +version = "0.8.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "791978798f0597cfc70478424c2b4fdc2b7a8024aaff78497ef00f24ef674193" +checksum = "a62ce76d9b56901b19a74f19431b0d8b3bc7ca4ad685a746dfd78ca8f4fc6bda" [[package]] name = "xmltree" @@ -21249,9 +21268,9 @@ dependencies = [ [[package]] name = "xxhash-rust" -version = "0.8.11" +version = "0.8.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63658493314859b4dfdf3fb8c1defd61587839def09582db50b8a4e93afca6bb" +checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3" [[package]] name = "yamux" @@ -21262,7 +21281,7 @@ dependencies = [ "futures", "log", "nohash-hasher", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "pin-project", "rand 0.8.5", "static_assertions", @@ -21277,18 +21296,18 @@ dependencies = [ "futures", "log", "nohash-hasher", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "pin-project", - "rand 0.9.0", + "rand 0.9.1", "static_assertions", "web-time", ] [[package]] name = "yansi" -version = "0.5.1" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" +checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" [[package]] name = "yap" @@ -21325,8 +21344,8 @@ checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", - "synstructure 0.13.1", + "syn 2.0.103", + "synstructure 0.13.2", ] [[package]] @@ -21366,42 +21385,22 @@ dependencies = [ [[package]] name = "zerocopy" -version = "0.7.32" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be" -dependencies = [ - "zerocopy-derive 0.7.32", -] - -[[package]] -name = "zerocopy" -version = "0.8.23" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd97444d05a4328b90e75e503a34bad781f14e28a823ad3557f0750df1ebcbc6" -dependencies = [ - "zerocopy-derive 0.8.23", -] - -[[package]] -name = "zerocopy-derive" -version = "0.7.32" +version = "0.8.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6" +checksum = "a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb" dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.100", + "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.8.23" +version = "0.8.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6352c01d0edd5db859a63e2605f4ea3183ddbd15e2c4a9e7d32184df75e4f154" +checksum = "28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -21421,8 +21420,8 @@ checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", - "synstructure 0.13.1", + "syn 2.0.103", + "synstructure 0.13.2", ] [[package]] @@ -21442,7 +21441,7 @@ checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -21475,7 +21474,7 @@ checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -21518,9 +21517,9 @@ dependencies = [ [[package]] name = "zstd-sys" -version = "2.0.10+zstd.1.5.6" +version = "2.0.15+zstd.1.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c253a4914af5bafc8fa8c86ee400827e83cf6ec01195ec1f1ed8441bf00d65aa" +checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237" dependencies = [ "cc", "pkg-config", From def2d11a99b21b4562bdd20ad2471f74ea3f4a9b Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Fri, 20 Jun 2025 16:48:03 +0400 Subject: [PATCH 27/56] rm unused deps --- Cargo.lock | 1 - Cargo.toml | 7 ------- pallets/staking-rewards/Cargo.toml | 1 - 3 files changed, 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5ef18ec2510..0fdc839a475 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11980,7 +11980,6 @@ version = "1.8.1" dependencies = [ "frame-benchmarking", "frame-election-provider-support", - "frame-executive", "frame-support", "frame-system", "gear-common", diff --git a/Cargo.toml b/Cargo.toml index 3046baf466d..cce5ce0526b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -170,7 +170,6 @@ serde = { version = "^1", default-features = false } serde_json = { version = "1.0.135", default-features = false, features = [ "alloc", ] } -serde-json-wasm = { version = "1.0.1", default-features = false } sha-1 = "0.10.1" static_init = "1.0.3" subxt = "0.38.0" @@ -370,7 +369,6 @@ sc-block-builder = { version = "0.43.0", git = "https://github.com/gear-tech/pol sc-consensus = { version = "0.47.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } sc-consensus-babe = { version = "0.48.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } sc-consensus-babe-rpc = { version = "0.48.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } -sc-consensus-epochs = { version = "0.47.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } sc-consensus-slots = { version = "0.47.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } sp-crypto-ec-utils = { version = "0.15.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } sp-debug-derive = { version = "14.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } @@ -381,18 +379,13 @@ sc-executor = { version = "0.41.0", git = "https://github.com/gear-tech/polkadot sc-executor-common = { version = "0.36.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } sc-consensus-grandpa = { version = "0.33.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } sc-consensus-grandpa-rpc = { version = "0.33.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } -sc-keystore = { version = "34.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } sc-network = { version = "0.48.3", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } -sc-network-common = { version = "0.47.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } sc-network-sync = { version = "0.47.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } -sc-network-statement = { version = "0.30.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } sc-offchain = { version = "43.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } sc-proposer-metrics = { version = "0.18.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } sc-service = { version = "0.49.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } sc-telemetry = { version = "28.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } sc-rpc = { version = "43.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } -sc-rpc-api = { version = "0.47.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } -sc-rpc-spec-v2 = { version = "0.48.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } sc-sync-state-rpc = { version = "0.48.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } sc-sysinfo = { version = "41.0.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } sc-transaction-pool = { version = "38.1.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412" } diff --git a/pallets/staking-rewards/Cargo.toml b/pallets/staking-rewards/Cargo.toml index b4260ed4f8c..631bad1e266 100644 --- a/pallets/staking-rewards/Cargo.toml +++ b/pallets/staking-rewards/Cargo.toml @@ -41,7 +41,6 @@ pallet-session = { workspace = true, features = ["std"] } pallet-sudo = { workspace = true, features = ["std"] } pallet-utility = { workspace = true, features = ["std"] } pallet-election-provider-multi-phase = { workspace = true, features = ["std"] } -frame-executive = { workspace = true, features = ["std"] } tracing-subscriber.workspace = true common = { workspace = true, features = ["std"] } From 281eb483e33f6b5e1b91c49c11759220b9ec4ea7 Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Fri, 20 Jun 2025 16:51:01 +0400 Subject: [PATCH 28/56] Update Cargo.lock --- Cargo.lock | 4004 ++++++++++++++++++++++++++-------------------------- 1 file changed, 1971 insertions(+), 2033 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0fdc839a475..50a2d201dba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -30,27 +30,18 @@ dependencies = [ [[package]] name = "addr2line" -version = "0.21.0" +version = "0.24.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" +checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" dependencies = [ - "gimli 0.28.0", + "gimli 0.31.1", ] [[package]] -name = "adler" -version = "1.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" - -[[package]] -name = "aead" -version = "0.4.3" +name = "adler2" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877" -dependencies = [ - "generic-array 0.14.7", -] +checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" [[package]] name = "aead" @@ -71,7 +62,7 @@ dependencies = [ "cfg-if", "cipher 0.3.0", "cpufeatures", - "opaque-debug 0.3.0", + "opaque-debug 0.3.1", ] [[package]] @@ -86,31 +77,17 @@ dependencies = [ "zeroize", ] -[[package]] -name = "aes-gcm" -version = "0.9.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc3be92e19a7ef47457b8e6f90707e12b6ac5d20c6f3866584fa3be0787d839f" -dependencies = [ - "aead 0.4.3", - "aes 0.7.5", - "cipher 0.3.0", - "ctr 0.7.0", - "ghash 0.4.4", - "subtle 2.6.1", -] - [[package]] name = "aes-gcm" version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1" dependencies = [ - "aead 0.5.2", + "aead", "aes 0.8.4", "cipher 0.4.4", - "ctr 0.9.2", - "ghash 0.5.1", + "ctr", + "ghash", "subtle 2.6.1", ] @@ -120,44 +97,44 @@ version = "0.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9" dependencies = [ - "getrandom 0.2.15", + "getrandom 0.2.16", "once_cell", "version_check", ] [[package]] name = "ahash" -version = "0.8.11" +version = "0.8.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" +checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" dependencies = [ "cfg-if", - "getrandom 0.2.15", + "getrandom 0.3.3", "once_cell", "version_check", - "zerocopy 0.7.32", + "zerocopy", ] [[package]] name = "aho-corasick" -version = "1.0.4" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6748e8def348ed4d14996fa801f4122cd763fff530258cdc03f64b25f89d3a5a" +checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" dependencies = [ "memchr", ] [[package]] name = "allocator-api2" -version = "0.2.16" +version = "0.2.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5" +checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" [[package]] name = "alloy" -version = "1.0.9" +version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0093d23bf026b580c1f66ed3a053d8209c104a446c5264d3ad99587f6edef24e" +checksum = "8a66e45d962abb2e1e8a505d97af34d92137b82f6cabbfb373406a9220dc7dca" dependencies = [ "alloy-consensus", "alloy-contract", @@ -180,26 +157,27 @@ dependencies = [ [[package]] name = "alloy-chains" -version = "0.2.0" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7734aecfc58a597dde036e4c5cace2ae43e2f8bf3d406b022a1ef34da178dd49" +checksum = "19a9cc9d81ace3da457883b0bdf76776e55f1b84219a9e9d55c27ad308548d3f" dependencies = [ "alloy-primitives", - "num_enum 0.7.2", + "num_enum 0.7.3", "strum 0.27.1", ] [[package]] name = "alloy-consensus" -version = "1.0.1" +version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5af9455152b18b9efc329120c85006705862a21786449e425eb714d0c04bbfda" +checksum = "2bcb57295c4b632b6b3941a089ee82d00ff31ff9eb3eac801bf605ffddc81041" dependencies = [ "alloy-eips", "alloy-primitives", "alloy-rlp", "alloy-serde", "alloy-trie", + "alloy-tx-macros", "auto_impl", "c-kzg", "derive_more 2.0.1", @@ -215,9 +193,9 @@ dependencies = [ [[package]] name = "alloy-consensus-any" -version = "1.0.1" +version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9256691696deb28fd71ca6b698d958e80abe5dd0ed95f8e96ac55076b4a70e95" +checksum = "3ab669be40024565acb719daf1b2a050e6dc065fc0bec6050d97a81cdb860bd7" dependencies = [ "alloy-consensus", "alloy-eips", @@ -229,9 +207,9 @@ dependencies = [ [[package]] name = "alloy-contract" -version = "1.0.1" +version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf6fec63b92c6cd0410450d38c671cc52f1c1eed6327ce6ba42e965c00b53bf3" +checksum = "8ba5d28e15c14226f243d6e329611840135e1b0fa31feaea57c461e0b03b4c7b" dependencies = [ "alloy-consensus", "alloy-dyn-abi", @@ -246,14 +224,15 @@ dependencies = [ "alloy-transport", "futures", "futures-util", + "serde_json", "thiserror 2.0.12", ] [[package]] name = "alloy-core" -version = "1.0.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d020a85ae8cf79b9c897a86d617357817bbc9a7d159dd7e6fedf1bc90f64d35" +checksum = "5968f48d7a62587cd874bd84034831da4f7f577ce5de984828e376766efc0f32" dependencies = [ "alloy-dyn-abi", "alloy-json-abi", @@ -264,19 +243,18 @@ dependencies = [ [[package]] name = "alloy-dyn-abi" -version = "1.0.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "884a5d4560f7e5e34ec3c5e54a60223c56352677dd049b495fbb59384cf72a90" +checksum = "f9135eb501feccf7f4cb8a183afd406a65483fdad7bbd7332d0470e5d725c92f" dependencies = [ "alloy-json-abi", "alloy-primitives", "alloy-sol-type-parser", "alloy-sol-types", - "const-hex", "itoa", "serde", "serde_json", - "winnow 0.7.3", + "winnow", ] [[package]] @@ -294,9 +272,9 @@ dependencies = [ [[package]] name = "alloy-eip2930" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbe3e16484669964c26ac48390245d84c410b1a5f968976076c17184725ef235" +checksum = "7b82752a889170df67bbb36d42ca63c531eb16274f0d7299ae2a680facba17bd" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -305,9 +283,9 @@ dependencies = [ [[package]] name = "alloy-eip7702" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "804cefe429015b4244966c006d25bda5545fa9db5990e9c9079faf255052f50a" +checksum = "9d4769c6ffddca380b0070d71c8b7f30bed375543fe76bb2f74ec0acf4b7cd16" dependencies = [ "alloy-primitives", "alloy-rlp", @@ -318,9 +296,9 @@ dependencies = [ [[package]] name = "alloy-eips" -version = "1.0.1" +version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a3ecb56e34e1c3dca4aa06b653c96f0f381a67e0d353271949c683fba5ecbd4" +checksum = "4f853de9ca1819f54de80de5d03bfc1bb7c9fafcf092b480a654447141bc354d" dependencies = [ "alloy-eip2124", "alloy-eip2930", @@ -333,14 +311,14 @@ dependencies = [ "derive_more 2.0.1", "either", "serde", - "sha2 0.10.8", + "sha2 0.10.9", ] [[package]] name = "alloy-genesis" -version = "1.0.1" +version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "664371ee21be794e77a1be0e1ea989fd66a43a3539532361f007935f20cc8ece" +checksum = "8500bcc1037901953771c25cb77e0d4ec0bffd938d93a04715390230d21a612d" dependencies = [ "alloy-eips", "alloy-primitives", @@ -351,9 +329,9 @@ dependencies = [ [[package]] name = "alloy-hardforks" -version = "0.2.0" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7d3b2243e2adfaea41da41982f91ecab8083fa51b240d0427955d709f65b1b4" +checksum = "977d2492ce210e34baf7b36afaacea272c96fbe6774c47e23f97d14033c0e94f" dependencies = [ "alloy-chains", "alloy-eip2124", @@ -364,9 +342,9 @@ dependencies = [ [[package]] name = "alloy-json-abi" -version = "1.1.2" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ccaa79753d7bf15f06399ea76922afbfaf8d18bebed9e8fc452984b4a90dcc9" +checksum = "8b26fdd571915bafe857fccba4ee1a4f352965800e46a53e4a5f50187b7776fa" dependencies = [ "alloy-primitives", "alloy-sol-type-parser", @@ -376,12 +354,13 @@ dependencies = [ [[package]] name = "alloy-json-rpc" -version = "1.0.1" +version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b22b5e5872d5ece9df2411a65637af3bfc5ce868ddf392cb91ce9a0c7cb1b30" +checksum = "f4997a9873c8639d079490f218e50e5fa07e70f957e9fc187c0a0535977f482f" dependencies = [ "alloy-primitives", "alloy-sol-types", + "http 1.3.1", "serde", "serde_json", "thiserror 2.0.12", @@ -390,9 +369,9 @@ dependencies = [ [[package]] name = "alloy-network" -version = "1.0.1" +version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be8a707ccae2aaca8fb64cec54904c1fdce6be5c5d5be24a7ae04e6a393cb62e" +checksum = "a0306e8d148b7b94d988615d367443c1b9d6d2e9fecd2e1f187ac5153dce56f5" dependencies = [ "alloy-consensus", "alloy-consensus-any", @@ -416,9 +395,9 @@ dependencies = [ [[package]] name = "alloy-network-primitives" -version = "1.0.1" +version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d27be7a0d29a77b2568c105e5418736da5555026a4b054ea2e3b549a0a9645b" +checksum = "3eef189583f4c53d231dd1297b28a675ff842b551fb34715f562868a1937431a" dependencies = [ "alloy-consensus", "alloy-eips", @@ -429,9 +408,9 @@ dependencies = [ [[package]] name = "alloy-node-bindings" -version = "1.0.1" +version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9bd888377b63e1f8bf48e2a859074f6c73a2c54bf15aff76c9f2ddf5d70bc3b5" +checksum = "3e712c068ebe9f690d7d06610ed2e52639cb9570c81420d7a5fb0c9780625086" dependencies = [ "alloy-genesis", "alloy-hardforks", @@ -450,9 +429,9 @@ dependencies = [ [[package]] name = "alloy-primitives" -version = "1.1.2" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18c35fc4b03ace65001676358ffbbaefe2a2b27ee50fe777c345082c7c888be8" +checksum = "a326d47106039f38b811057215a92139f46eef7983a4b77b10930a0ea5685b1e" dependencies = [ "alloy-rlp", "bytes", @@ -460,14 +439,14 @@ dependencies = [ "const-hex", "derive_more 2.0.1", "foldhash", - "hashbrown 0.15.2", + "hashbrown 0.15.4", "indexmap 2.9.0", "itoa", "k256", "keccak-asm", "paste", "proptest", - "rand 0.9.0", + "rand 0.9.1", "ruint", "rustc-hash 2.1.1", "serde", @@ -477,9 +456,9 @@ dependencies = [ [[package]] name = "alloy-provider" -version = "1.0.1" +version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "064d72578caba01fc1d04e8119dbfac36f7cc3b0b9c65804f2282482d55c4904" +checksum = "ea624ddcdad357c33652b86aa7df9bd21afd2080973389d3facf1a221c573948" dependencies = [ "alloy-chains", "alloy-consensus", @@ -501,12 +480,13 @@ dependencies = [ "async-stream", "async-trait", "auto_impl", - "dashmap 6.0.1", + "dashmap 6.1.0", "either", "futures", "futures-utils-wasm", + "http 1.3.1", "lru 0.13.0", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "pin-project", "reqwest", "serde", @@ -520,52 +500,52 @@ dependencies = [ [[package]] name = "alloy-pubsub" -version = "1.0.1" +version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "071721a7fbe5fa0b7e0391c4ff8b5919a9f9866944cd8608dcb893d846e7087d" +checksum = "1ea3227fa5f627d22b7781e88bc2fe79ba1792d5535b4161bc8fc99cdcd8bedd" dependencies = [ "alloy-json-rpc", "alloy-primitives", "alloy-transport", "bimap", "futures", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "serde", "serde_json", "tokio", "tokio-stream", - "tower 0.5.1", + "tower 0.5.2", "tracing", "wasmtimer", ] [[package]] name = "alloy-rlp" -version = "0.3.10" +version = "0.3.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f542548a609dca89fcd72b3b9f355928cf844d4363c5eed9c5273a3dd225e097" +checksum = "5f70d83b765fdc080dbcd4f4db70d8d23fe4761f2f02ebfa9146b833900634b4" dependencies = [ "alloy-rlp-derive", - "arrayvec 0.7.4", + "arrayvec 0.7.6", "bytes", ] [[package]] name = "alloy-rlp-derive" -version = "0.3.10" +version = "0.3.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a833d97bf8a5f0f878daf2c8451fff7de7f9de38baa5a45d936ec718d81255a" +checksum = "64b728d511962dda67c1bc7ea7c03736ec275ed2cf4c35d9585298ac9ccf3b73" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] name = "alloy-rpc-client" -version = "1.0.1" +version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cb00c4260ca83980422fc4a44658aafe50ad7b7ad43fb21523bd53453cfd202" +checksum = "e43d00b4de38432304c4e4b01ae6a3601490fd9824c852329d158763ec18663c" dependencies = [ "alloy-json-rpc", "alloy-primitives", @@ -581,7 +561,7 @@ dependencies = [ "serde_json", "tokio", "tokio-stream", - "tower 0.5.1", + "tower 0.5.2", "tracing", "tracing-futures", "url", @@ -590,9 +570,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types" -version = "1.0.1" +version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eac9e3abe5083df822304ac63664873c988e427a27215b2ce328ee5a2a51bfbd" +checksum = "3bf22ddb69a436f28bbdda7daf34fe011ee9926fa13bfce89fa023aca9ce2b2f" dependencies = [ "alloy-primitives", "alloy-rpc-types-anvil", @@ -605,9 +585,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-anvil" -version = "1.0.1" +version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c1c6ffcd50988f03a404c3379eaf4ff191fa991d949c6b6cf1c3b23b17ed285" +checksum = "1ecd1c60085d8cbc3562e16e264a3cd68f42e54dc16b0d40645e5e42841bc042" dependencies = [ "alloy-primitives", "alloy-rpc-types-eth", @@ -617,9 +597,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-any" -version = "1.0.1" +version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b8740d1e374cf177f5e94ee694cbbca5d0435c3e8a6d4e908841e9cfc5247e2" +checksum = "5958f2310d69f4806e6f6b90ceb4f2b781cc5a843517a7afe2e7cfec6de3cfb9" dependencies = [ "alloy-consensus-any", "alloy-rpc-types-eth", @@ -628,9 +608,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-beacon" -version = "1.0.1" +version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0540c6ac1169f687a6d04be56ac3afd49c945b7f275375ff93e2999a9f5073c" +checksum = "e83868430cddb02bb952d858f125b824ddbc74dde0fb4cdc5c345c732d66936b" dependencies = [ "alloy-eips", "alloy-primitives", @@ -642,9 +622,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-engine" -version = "1.0.1" +version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "738a62884dcf024b244411cf124cb514a06cdd41d27c9ae898c45ca01a161e0e" +checksum = "2e5b09d86d0c015cb8400c5d1d0483425670bef4fc1260336aea9ef6d4b9540c" dependencies = [ "alloy-consensus", "alloy-eips", @@ -659,9 +639,9 @@ dependencies = [ [[package]] name = "alloy-rpc-types-eth" -version = "1.0.1" +version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dfc2bbc0385aac988551f747c050d5bd1b2b9dd59eabaebf063edbb6a41b2ccb" +checksum = "1826285e4ffc2372a8c061d5cc145858e67a0be3309b768c5b77ddb6b9e6cbc7" dependencies = [ "alloy-consensus", "alloy-consensus-any", @@ -679,9 +659,9 @@ dependencies = [ [[package]] name = "alloy-serde" -version = "1.0.1" +version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "071c74effe6ad192dde40cbd4da49784c946561dec6679f73665337c6cf72316" +checksum = "906ce0190afeded19cb2e963cb8507c975a7862216b9e74f39bf91ddee6ae74b" dependencies = [ "alloy-primitives", "serde", @@ -690,9 +670,9 @@ dependencies = [ [[package]] name = "alloy-signer" -version = "1.0.1" +version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e920bcbaf28af4c3edf6dac128a5d04185582bf496b031add01de909b4cb153" +checksum = "c89baab06195c4be9c5d66f15c55e948013d1aff3ec1cfb0ed469e1423313fce" dependencies = [ "alloy-primitives", "async-trait", @@ -705,9 +685,9 @@ dependencies = [ [[package]] name = "alloy-signer-local" -version = "1.0.1" +version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b98de10c8697f338c6a545a0fc6cd7cd2b250f62797479f7f30eac63765c78ff" +checksum = "8a249a923e302ac6db932567c43945392f0b6832518aab3c4274858f58756774" dependencies = [ "alloy-consensus", "alloy-network", @@ -721,23 +701,23 @@ dependencies = [ [[package]] name = "alloy-sol-macro" -version = "1.1.2" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8612e0658964d616344f199ab251a49d48113992d81b92dab93ed855faa66383" +checksum = "d4be1ce1274ddd7fdfac86e5ece1b225e9bba1f2327e20fbb30ee6b9cc1423fe" dependencies = [ "alloy-sol-macro-expander", "alloy-sol-macro-input", "proc-macro-error2", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] name = "alloy-sol-macro-expander" -version = "1.1.2" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a384edac7283bc4c010a355fb648082860c04b826bb7a814c45263c8f304c74" +checksum = "01e92f3708ea4e0d9139001c86c051c538af0146944a2a9c7181753bd944bf57" dependencies = [ "alloy-json-abi", "alloy-sol-macro-input", @@ -747,16 +727,16 @@ dependencies = [ "proc-macro-error2", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", "syn-solidity", "tiny-keccak", ] [[package]] name = "alloy-sol-macro-input" -version = "1.1.2" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0dd588c2d516da7deb421b8c166dc60b7ae31bca5beea29ab6621fcfa53d6ca5" +checksum = "9afe1bd348a41f8c9b4b54dfb314886786d6201235b0b3f47198b9d910c86bb2" dependencies = [ "alloy-json-abi", "const-hex", @@ -766,25 +746,25 @@ dependencies = [ "proc-macro2", "quote", "serde_json", - "syn 2.0.100", + "syn 2.0.103", "syn-solidity", ] [[package]] name = "alloy-sol-type-parser" -version = "1.1.2" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e86ddeb70792c7ceaad23e57d52250107ebbb86733e52f4a25d8dc1abc931837" +checksum = "d6195df2acd42df92a380a8db6205a5c7b41282d0ce3f4c665ecf7911ac292f1" dependencies = [ "serde", - "winnow 0.7.3", + "winnow", ] [[package]] name = "alloy-sol-types" -version = "1.1.2" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "584cb97bfc5746cb9dcc4def77da11694b5d6d7339be91b7480a6a68dc129387" +checksum = "6185e98a79cf19010722f48a74b5a65d153631d2f038cabd250f4b9e9813b8ad" dependencies = [ "alloy-json-abi", "alloy-primitives", @@ -794,9 +774,9 @@ dependencies = [ [[package]] name = "alloy-transport" -version = "1.0.1" +version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f5564661f166792da89d9a6785ff815e44853436637842c59ab48393c4c2fad" +checksum = "6d1ae10b1bc77fde38161e242749e41e65e34000d05da0a3d3f631e03bfcb19e" dependencies = [ "alloy-json-rpc", "alloy-primitives", @@ -804,12 +784,12 @@ dependencies = [ "derive_more 2.0.1", "futures", "futures-utils-wasm", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "serde", "serde_json", "thiserror 2.0.12", "tokio", - "tower 0.5.1", + "tower 0.5.2", "tracing", "url", "wasmtimer", @@ -817,29 +797,29 @@ dependencies = [ [[package]] name = "alloy-transport-http" -version = "1.0.1" +version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14c2bba49856a38b54b9134f1fc218fc67d1b1313c16a310514f3b10110559fc" +checksum = "b234272ee449e32c9f1afbbe4ee08ea7c4b52f14479518f95c844ab66163c545" dependencies = [ "alloy-json-rpc", "alloy-transport", "reqwest", "serde_json", - "tower 0.5.1", + "tower 0.5.2", "tracing", "url", ] [[package]] name = "alloy-transport-ws" -version = "1.0.1" +version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "802de53990270861acf00044837794ea2450ccc3d9795e824a5d865633241a23" +checksum = "40b01f10382c2aea797d710279b24687a1e9e09a09ecd145f84f636f2a8a3fcc" dependencies = [ "alloy-pubsub", "alloy-transport", "futures", - "http 1.1.0", + "http 1.3.1", "rustls 0.23.28", "serde_json", "tokio", @@ -850,20 +830,33 @@ dependencies = [ [[package]] name = "alloy-trie" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f9382b4e38b126358f276b863673bc47840d3b3508dd1c9efe22f81b4e83649" +checksum = "983d99aa81f586cef9dae38443245e585840fcf0fc58b09aee0b1f27aed1d500" dependencies = [ "alloy-primitives", "alloy-rlp", - "arrayvec 0.7.4", - "derive_more 1.0.0", + "arrayvec 0.7.6", + "derive_more 2.0.1", "nybbles", "serde", "smallvec", "tracing", ] +[[package]] +name = "alloy-tx-macros" +version = "1.0.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b75ef8609ea2b31c799b0a56c724dca4c73105c5ccc205d9dfeb1d038df6a1da" +dependencies = [ + "alloy-primitives", + "darling 0.20.11", + "proc-macro2", + "quote", + "syn 2.0.103", +] + [[package]] name = "android-tzdata" version = "0.1.1" @@ -890,57 +883,59 @@ dependencies = [ [[package]] name = "anstream" -version = "0.6.7" +version = "0.6.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4cd2405b3ac1faab2990b74d728624cd9fd115651fcecc7c2d8daf01376275ba" +checksum = "301af1932e46185686725e0fad2f8f2aa7da69dd70bf6ecc44d6b703844a3933" dependencies = [ "anstyle", "anstyle-parse", "anstyle-query", "anstyle-wincon", "colorchoice", + "is_terminal_polyfill", "utf8parse", ] [[package]] name = "anstyle" -version = "1.0.10" +version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" +checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd" [[package]] name = "anstyle-parse" -version = "0.2.1" +version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333" +checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" dependencies = [ "utf8parse", ] [[package]] name = "anstyle-query" -version = "1.0.0" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b" +checksum = "6c8bdeb6047d8983be085bab0ba1472e6dc604e7041dbf6fcd5e71523014fae9" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.59.0", ] [[package]] name = "anstyle-wincon" -version = "3.0.1" +version = "3.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628" +checksum = "403f75924867bb1033c59fbf0797484329750cfbe3c4325cd33127941fabc882" dependencies = [ "anstyle", - "windows-sys 0.48.0", + "once_cell_polyfill", + "windows-sys 0.59.0", ] [[package]] name = "anyhow" -version = "1.0.86" +version = "1.0.98" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" +checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487" [[package]] name = "approx" @@ -962,14 +957,14 @@ dependencies = [ "proc-macro-error", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] name = "arbitrary" -version = "1.3.2" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110" +checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223" dependencies = [ "derive_arbitrary", ] @@ -1150,7 +1145,7 @@ dependencies = [ "num-bigint", "num-traits", "paste", - "rustc_version 0.4.0", + "rustc_version 0.4.1", "zeroize", ] @@ -1301,9 +1296,9 @@ checksum = "5d5dde061bd34119e902bbb2d9b90c5692635cf59fb91d582c2b68043f1b8293" [[package]] name = "arrayref" -version = "0.3.7" +version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545" +checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb" [[package]] name = "arrayvec" @@ -1316,9 +1311,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" dependencies = [ "serde", ] @@ -1341,11 +1336,11 @@ dependencies = [ [[package]] name = "asn1-rs" -version = "0.6.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22ad1373757efa0f70ec53939aabc7152e1591cb485208052993070ac8d2429d" +checksum = "5493c3bedbacf7fd7382c6346bbd66687d12bbaad3a89a2d2c303ee6cf20b048" dependencies = [ - "asn1-rs-derive 0.5.0", + "asn1-rs-derive 0.5.1", "asn1-rs-impl 0.2.0", "displaydoc", "nom", @@ -1385,14 +1380,14 @@ dependencies = [ [[package]] name = "asn1-rs-derive" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7378575ff571966e99a744addeff0bff98b8ada0dedf1956d59e634db95eaac1" +checksum = "965c2d33e53cb6b267e148a4cb0760bc01f4904c1cd4bb4002a085bb016d1490" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", - "synstructure 0.13.1", + "syn 2.0.103", + "synstructure 0.13.2", ] [[package]] @@ -1403,8 +1398,8 @@ checksum = "3109e49b1e4909e9db6515a30c633684d68cdeaa252f215214cb4fa1a5bfee2c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", - "synstructure 0.13.1", + "syn 2.0.103", + "synstructure 0.13.2", ] [[package]] @@ -1426,7 +1421,7 @@ checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -1466,15 +1461,15 @@ dependencies = [ [[package]] name = "async-executor" -version = "1.5.4" +version = "1.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c1da3ae8dabd9c00f453a329dfe1fb28da3c0a72e2478cdcd93171740c20499" +checksum = "bb812ffb58524bdd10860d7d974e2f01cc0950c2438a74ee5ec2e2280c6c4ffa" dependencies = [ - "async-lock 2.8.0", "async-task", "concurrent-queue", - "fastrand 2.1.1", - "futures-lite 1.13.0", + "fastrand 2.3.0", + "futures-lite 2.6.0", + "pin-project-lite", "slab", ] @@ -1486,7 +1481,7 @@ checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a" dependencies = [ "async-lock 3.4.0", "blocking", - "futures-lite 2.3.0", + "futures-lite 2.6.0", ] [[package]] @@ -1503,29 +1498,29 @@ dependencies = [ "log", "parking", "polling 2.8.0", - "rustix 0.37.23", + "rustix 0.37.28", "slab", - "socket2 0.4.9", + "socket2 0.4.10", "waker-fn", ] [[package]] name = "async-io" -version = "2.3.3" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d6baa8f0178795da0e71bc42c9e5d13261aac7ee549853162e66a241ba17964" +checksum = "1237c0ae75a0f3765f58910ff9cdd0a12eeb39ab2f4c7de23262f337f0aacbb3" dependencies = [ "async-lock 3.4.0", "cfg-if", "concurrent-queue", "futures-io", - "futures-lite 2.3.0", + "futures-lite 2.6.0", "parking", - "polling 3.5.0", - "rustix 0.38.41", + "polling 3.8.0", + "rustix 1.0.7", "slab", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -1554,29 +1549,28 @@ version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7" dependencies = [ - "async-io 2.3.3", + "async-io 2.4.1", "blocking", - "futures-lite 2.3.0", + "futures-lite 2.6.0", ] [[package]] name = "async-process" -version = "2.2.3" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7eda79bbd84e29c2b308d1dc099d7de8dcc7035e48f4bf5dc4a531a44ff5e2a" +checksum = "cde3f4e40e6021d7acffc90095cbd6dc54cb593903d1de5832f435eb274b85dc" dependencies = [ "async-channel 2.3.1", - "async-io 2.3.3", + "async-io 2.4.1", "async-lock 3.4.0", "async-signal", "async-task", "blocking", "cfg-if", "event-listener 5.4.0", - "futures-lite 2.3.0", - "rustix 0.38.41", + "futures-lite 2.6.0", + "rustix 1.0.7", "tracing", - "windows-sys 0.52.0", ] [[package]] @@ -1587,32 +1581,32 @@ checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] name = "async-signal" -version = "0.2.9" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dfb3634b73397aa844481f814fad23bbf07fdb0eabec10f2eb95e58944b1ec32" +checksum = "d7605a4e50d4b06df3898d5a70bf5fde51ed9059b0434b73105193bc27acce0d" dependencies = [ - "async-io 2.3.3", + "async-io 2.4.1", "async-lock 3.4.0", "atomic-waker", "cfg-if", "futures-core", "futures-io", - "rustix 0.38.41", + "rustix 1.0.7", "signal-hook-registry", "slab", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] name = "async-stream" -version = "0.3.5" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51" +checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476" dependencies = [ "async-stream-impl", "futures-core", @@ -1621,13 +1615,13 @@ dependencies = [ [[package]] name = "async-stream-impl" -version = "0.3.5" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193" +checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -1644,7 +1638,7 @@ checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -1655,7 +1649,7 @@ checksum = "b6d7b9decdf35d8908a7e3ef02f64c5e9b1695e230154c0e8de3969142d9b94c" dependencies = [ "futures", "pharos", - "rustc_version 0.4.0", + "rustc_version 0.4.1", ] [[package]] @@ -1701,9 +1695,9 @@ checksum = "a8ab6b55fe97976e46f91ddbed8d147d966475dc29b2032757ba47e02376fbc3" [[package]] name = "atomic-waker" -version = "1.1.1" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3" +checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" [[package]] name = "atomic_enum" @@ -1713,7 +1707,7 @@ checksum = "99e1aca718ea7b89985790c94aad72d77533063fe00bc497bb79a7c2dae6a661" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -1722,7 +1716,7 @@ version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8d9a9bf8b79a749ee0b911b91b671cc2b6c670bdbc7e3dfd537576ddc94bb2a2" dependencies = [ - "http 0.2.9", + "http 0.2.12", "log", "url", ] @@ -1740,34 +1734,34 @@ dependencies = [ [[package]] name = "auto_impl" -version = "1.2.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c87f3f15e7794432337fc718554eaa4dc8f04c9677a950ffe366f20a162ae42" +checksum = "ffdcb70bdbc4d478427380519163274ac86e52916e10f0a8889adf0f96d3fee7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] name = "autocfg" -version = "1.1.0" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" +checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" [[package]] name = "backtrace" -version = "0.3.71" +version = "0.3.75" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d" +checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002" dependencies = [ - "addr2line 0.21.0", - "cc", + "addr2line 0.24.2", "cfg-if", "libc", "miniz_oxide", - "object 0.32.2", + "object 0.36.7", "rustc-demangle", + "windows-targets 0.52.6", ] [[package]] @@ -1808,9 +1802,9 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "base64ct" -version = "1.6.0" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" +checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba" [[package]] name = "beef" @@ -1864,7 +1858,7 @@ dependencies = [ "regex", "rustc-hash 1.1.0", "shlex", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -1879,18 +1873,18 @@ dependencies = [ "rand_core 0.6.4", "ripemd", "secp256k1 0.27.0", - "sha2 0.10.8", + "sha2 0.10.9", "subtle 2.6.1", "zeroize", ] [[package]] name = "bip39" -version = "2.0.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93f2635620bf0b9d4576eb7bb9a38a55df78bd1205d26fa994b25911a69f212f" +checksum = "43d193de1f7487df1914d3a568b772458861d33f9c54249612cc2893d6915054" dependencies = [ - "bitcoin_hashes 0.11.0", + "bitcoin_hashes 0.13.0", "serde", "unicode-normalization", ] @@ -1922,12 +1916,6 @@ version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0b47c4ab7a93edb0c7198c5535ed9b52b63095f4e9b45279c6736cec4b856baf" -[[package]] -name = "bitcoin_hashes" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90064b8dee6815a6470d60bad07bbbaee885c0e12d04177138fa3291a01b7bc4" - [[package]] name = "bitcoin_hashes" version = "0.13.0" @@ -2006,34 +1994,34 @@ dependencies = [ [[package]] name = "blake2b_simd" -version = "1.0.2" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23285ad32269793932e830392f2fe2f83e26488fd3ec778883a93c8323735780" +checksum = "06e903a20b159e944f91ec8499fe1e55651480c541ea0a584f5d967c49ad9d99" dependencies = [ "arrayref", - "arrayvec 0.7.4", + "arrayvec 0.7.6", "constant_time_eq 0.3.1", ] [[package]] name = "blake2s_simd" -version = "1.0.1" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6637f448b9e61dfadbdcbae9a885fadee1f3eaffb1f8d3c1965d3ade8bdfd44f" +checksum = "e90f7deecfac93095eb874a40febd69427776e24e1bd7f87f33ac62d6f0174df" dependencies = [ "arrayref", - "arrayvec 0.7.4", - "constant_time_eq 0.2.6", + "arrayvec 0.7.6", + "constant_time_eq 0.3.1", ] [[package]] name = "blake3" -version = "1.7.0" +version = "1.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b17679a8d69b6d7fd9cd9801a536cec9fa5e5970b69f9d4747f70b39b031f5e7" +checksum = "3888aaa89e4b2a40fca9848e400f6a658a5a3978de7be858e209cafa8be9a4a0" dependencies = [ "arrayref", - "arrayvec 0.7.4", + "arrayvec 0.7.6", "cc", "cfg-if", "constant_time_eq 0.3.1", @@ -2075,25 +2063,22 @@ checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae" [[package]] name = "blocking" -version = "1.4.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94c4ef1f913d78636d78d538eec1f18de81e481f44b1be0a81060090530846e1" +checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea" dependencies = [ - "async-channel 1.9.0", - "async-lock 2.8.0", + "async-channel 2.3.1", "async-task", - "fastrand 2.1.1", "futures-io", - "futures-lite 1.13.0", + "futures-lite 2.6.0", "piper", - "tracing", ] [[package]] name = "blst" -version = "0.3.14" +version = "0.3.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47c79a94619fade3c0b887670333513a67ac28a6a7e653eb260bf0d4103db38d" +checksum = "4fd49896f12ac9b6dcd7a5998466b9b58263a695a3dd1ecc1aaca2e12a90b080" dependencies = [ "cc", "glob", @@ -2103,9 +2088,9 @@ dependencies = [ [[package]] name = "bounded-collections" -version = "0.2.1" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db436177db0d505b1507f03aca56a41442ae6efdf8b6eaa855d73e52c5b078dc" +checksum = "64ad8a0bed7827f0b07a5d23cec2e58cc02038a99e4ca81616cb2bb2025f804d" dependencies = [ "log", "parity-scale-codec", @@ -2128,7 +2113,7 @@ version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4" dependencies = [ - "sha2 0.10.8", + "sha2 0.10.9", "tinyvec", ] @@ -2143,15 +2128,15 @@ dependencies = [ [[package]] name = "bumpalo" -version = "3.16.0" +version = "3.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" +checksum = "793db76d6187cd04dff33004d8e6c9cc4e05cd330500379d2394209271b4aeee" [[package]] name = "byte-slice-cast" -version = "1.2.2" +version = "1.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3ac9f8b63eca6fd385229b3675f6cc0dc5c8a5c8a54a59d4f52ffd670d87b0c" +checksum = "7575182f7272186991736b70173b0ea045398f984bf5ebbb3804736ce1330c9d" [[package]] name = "byte-tools" @@ -2161,9 +2146,9 @@ checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" [[package]] name = "bytecheck" -version = "0.6.11" +version = "0.6.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b6372023ac861f6e6dc89c8344a8f398fb42aaba2b5dbc649ca0c0e9dbcb627" +checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2" dependencies = [ "bytecheck_derive", "ptr_meta", @@ -2172,9 +2157,9 @@ dependencies = [ [[package]] name = "bytecheck_derive" -version = "0.6.11" +version = "0.6.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7ec4c6f261935ad534c0c22dbef2201b45918860eb1c574b972bd213a76af61" +checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659" dependencies = [ "proc-macro2", "quote", @@ -2183,15 +2168,15 @@ dependencies = [ [[package]] name = "bytecount" -version = "0.6.3" +version = "0.6.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c676a478f63e9fa2dd5368a42f28bba0d6c560b775f38583c8bbaa7fcd67c9c" +checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e" [[package]] name = "bytemuck" -version = "1.13.1" +version = "1.23.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea" +checksum = "5c76a5792e44e4abe34d3abf15636779261d45a7450612059293d1d2cfc63422" [[package]] name = "byteorder" @@ -2208,23 +2193,13 @@ dependencies = [ "serde", ] -[[package]] -name = "bytesize" -version = "1.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3e368af43e418a04d52505cf3dbc23dda4e3407ae2fa99fd0e4f308ce546acc" -dependencies = [ - "serde", -] - [[package]] name = "bzip2-sys" -version = "0.1.11+1.0.8" +version = "0.1.13+1.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc" +checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14" dependencies = [ "cc", - "libc", "pkg-config", ] @@ -2270,9 +2245,9 @@ dependencies = [ [[package]] name = "camino" -version = "1.1.6" +version = "1.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c" +checksum = "0da45bc31171d8d6960122e222a67740df867c1dd53b4d51caa297084c185cab" dependencies = [ "serde", ] @@ -2284,7 +2259,7 @@ dependencies = [ "anyhow", "cargo_metadata 0.19.2", "cargo_toml", - "clap 4.5.23", + "clap 4.5.40", "colored", "etc", "gear-wasm-optimizer", @@ -2298,15 +2273,15 @@ dependencies = [ [[package]] name = "cargo-http-registry" -version = "0.1.6" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7af9bc973d36c91202e71827f8644c6cd976eda51ad6d7cd2fcb5b9b049bfd02" +checksum = "193f465b09986c2c07ae55bf52131fb51ab2cd89c18ebfca1672cf13e7eb92cd" dependencies = [ "anyhow", "git2", "serde", "serde_json", - "sha2 0.10.8", + "sha2 0.10.9", "structopt", "tokio", "tracing", @@ -2316,9 +2291,9 @@ dependencies = [ [[package]] name = "cargo-platform" -version = "0.1.3" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2cfa25e60aea747ec7e1124f238816749faa93759c6ff5b31f1ccdda137f4479" +checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea" dependencies = [ "serde", ] @@ -2331,7 +2306,7 @@ checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a" dependencies = [ "camino", "cargo-platform", - "semver 1.0.18", + "semver 1.0.26", "serde", "serde_json", "thiserror 1.0.69", @@ -2345,7 +2320,7 @@ checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba" dependencies = [ "camino", "cargo-platform", - "semver 1.0.18", + "semver 1.0.26", "serde", "serde_json", "thiserror 2.0.12", @@ -2358,14 +2333,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472" dependencies = [ "serde", - "toml 0.8.14", + "toml 0.8.23", ] [[package]] name = "cc" -version = "1.2.18" +version = "1.2.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "525046617d8376e3db1deffb079e91cef90a89fc3ca5c185bbf8c9ecdd15cd5c" +checksum = "d487aa071b5f64da6f19a3e848e3578944b726ee5a4854b82172f02aa876bfdc" dependencies = [ "jobserver", "libc", @@ -2389,18 +2364,18 @@ dependencies = [ [[package]] name = "cfg-expr" -version = "0.15.5" +version = "0.15.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03915af431787e6ffdcc74c645077518c6b6e01f80b761e0fbbfa288536311b3" +checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02" dependencies = [ "smallvec", ] [[package]] name = "cfg-if" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" +checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268" [[package]] name = "cfg_aliases" @@ -2424,18 +2399,6 @@ dependencies = [ "keystream", ] -[[package]] -name = "chacha20" -version = "0.8.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c80e5460aa66fe3b91d40bcbdab953a597b60053e34d684ac6903f863b680a6" -dependencies = [ - "cfg-if", - "cipher 0.3.0", - "cpufeatures", - "zeroize", -] - [[package]] name = "chacha20" version = "0.9.1" @@ -2449,22 +2412,22 @@ dependencies = [ [[package]] name = "chacha20poly1305" -version = "0.9.1" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a18446b09be63d457bbec447509e85f662f32952b035ce892290396bc0b0cff5" +checksum = "10cd79432192d1c0f4e1a0fef9527696cc039165d729fb41b3f4f4f354c2dc35" dependencies = [ - "aead 0.4.3", - "chacha20 0.8.2", - "cipher 0.3.0", - "poly1305 0.7.2", + "aead", + "chacha20", + "cipher 0.4.4", + "poly1305", "zeroize", ] [[package]] name = "chrono" -version = "0.4.38" +version = "0.4.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" +checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d" dependencies = [ "android-tzdata", "iana-time-zone", @@ -2472,7 +2435,7 @@ dependencies = [ "num-traits", "serde", "wasm-bindgen", - "windows-targets 0.52.6", + "windows-link", ] [[package]] @@ -2496,7 +2459,7 @@ checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a" dependencies = [ "core2", "multibase", - "multihash 0.19.1", + "multihash 0.19.3", "unsigned-varint 0.8.0", ] @@ -2531,9 +2494,9 @@ dependencies = [ [[package]] name = "clang-sys" -version = "1.6.1" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f" +checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" dependencies = [ "glob", "libc", @@ -2551,7 +2514,7 @@ dependencies = [ "bitflags 1.3.2", "strsim 0.8.0", "textwrap 0.11.0", - "unicode-width", + "unicode-width 0.1.14", "vec_map", ] @@ -2569,28 +2532,28 @@ dependencies = [ "once_cell", "strsim 0.10.0", "termcolor", - "textwrap 0.16.0", + "textwrap 0.16.2", ] [[package]] name = "clap" -version = "4.5.23" +version = "4.5.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3135e7ec2ef7b10c6ed8950f0f792ed96ee093fa088608f1c76e569722700c84" +checksum = "40b6887a1d8685cebccf115538db5c0efe625ccac9696ad45c409d96566e910f" dependencies = [ "clap_builder", - "clap_derive 4.5.18", + "clap_derive 4.5.40", ] [[package]] name = "clap_builder" -version = "4.5.23" +version = "4.5.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30582fc632330df2bd26877bde0c1f4470d57c582bbc070376afcd04d8cb4838" +checksum = "e0c66c08ce9f0c698cbce5c0279d0bb6ac936d8674174fe48f736533b964f59e" dependencies = [ "anstream", "anstyle", - "clap_lex 0.7.4", + "clap_lex 0.7.5", "strsim 0.11.1", "terminal_size", ] @@ -2610,14 +2573,14 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.5.18" +version = "4.5.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab" +checksum = "d2c7947ae4cc3d851207c1adb5b5e260ff0cca11446b1d6d1423788e442257ce" dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -2631,9 +2594,9 @@ dependencies = [ [[package]] name = "clap_lex" -version = "0.7.4" +version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6" +checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675" [[package]] name = "coarsetime" @@ -2654,19 +2617,20 @@ checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15" [[package]] name = "codespan-reporting" -version = "0.11.1" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" +checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81" dependencies = [ + "serde", "termcolor", - "unicode-width", + "unicode-width 0.2.1", ] [[package]] name = "color-eyre" -version = "0.6.3" +version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55146f5e46f237f7423d74111267d4597b59b0dad0ffaf7303bce9945d843ad5" +checksum = "e5920befb47832a6d61ee3a3a846565cfa39b331331e68a3b1d1116630f2f26d" dependencies = [ "backtrace", "color-spantrace", @@ -2679,9 +2643,9 @@ dependencies = [ [[package]] name = "color-spantrace" -version = "0.2.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ba75b3d9449ecdccb27ecbc479fdc0b87fa2dd43d2f8298f9bf0e59aacc8dce" +checksum = "b8b88ea9df13354b55bc7234ebcce36e6ef896aca2e42a15de9e10edce01b427" dependencies = [ "once_cell", "owo-colors", @@ -2691,18 +2655,18 @@ dependencies = [ [[package]] name = "colorchoice" -version = "1.0.0" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" +checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" [[package]] name = "colored" -version = "2.1.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8" +checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c" dependencies = [ "lazy_static", - "windows-sys 0.48.0", + "windows-sys 0.59.0", ] [[package]] @@ -2717,13 +2681,12 @@ dependencies = [ [[package]] name = "comfy-table" -version = "7.1.0" +version = "7.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c64043d6c7b7a4c58e39e7efccfdea7b93d885a795d0c054a69dbbf4dd52686" +checksum = "4a65ebfec4fb190b6f90e944a817d60499ee0744e582530e2c9900a22e591d9a" dependencies = [ - "strum 0.25.0", - "strum_macros 0.25.3", - "unicode-width", + "unicode-segmentation", + "unicode-width 0.2.1", ] [[package]] @@ -2743,15 +2706,15 @@ dependencies = [ [[package]] name = "console" -version = "0.15.8" +version = "0.15.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb" +checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8" dependencies = [ "encode_unicode", - "lazy_static", "libc", - "unicode-width", - "windows-sys 0.52.0", + "once_cell", + "unicode-width 0.2.1", + "windows-sys 0.59.0", ] [[package]] @@ -2762,9 +2725,9 @@ checksum = "808ac43170e95b11dd23d78aa9eaac5bea45776a602955552c4e833f3f0f823d" [[package]] name = "const-hex" -version = "1.14.0" +version = "1.14.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b0485bab839b018a8f1723fc5391819fea5f8f0f32288ef8a735fd096b6160c" +checksum = "83e22e0ed40b96a48d3db274f72fd365bd78f67af39b6bbd47e8a15e1c6207ff" dependencies = [ "cfg-if", "cpufeatures", @@ -2775,15 +2738,15 @@ dependencies = [ [[package]] name = "const-oid" -version = "0.9.5" +version = "0.9.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28c122c3980598d243d63d9a704629a2d748d101f278052ff068be5a4423ab6f" +checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" [[package]] name = "const-random" -version = "0.1.17" +version = "0.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5aaf16c9c2c612020bcfd042e170f6e32de9b9d75adb5277cdbbd2e2c8c8299a" +checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359" dependencies = [ "const-random-macro", ] @@ -2794,7 +2757,7 @@ version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e" dependencies = [ - "getrandom 0.2.15", + "getrandom 0.2.16", "once_cell", "tiny-keccak", ] @@ -2831,24 +2794,12 @@ version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" -[[package]] -name = "constant_time_eq" -version = "0.2.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21a53c0a4d288377e7415b53dcfc3c04da5cdc2cc95c8d5ac178b58f0b861ad6" - [[package]] name = "constant_time_eq" version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6" -[[package]] -name = "constcat" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd7e35aee659887cbfb97aaf227ac12cad1a9d7c71e55ff3376839ed4e282d08" - [[package]] name = "convert_case" version = "0.4.0" @@ -2866,9 +2817,9 @@ dependencies = [ [[package]] name = "core-foundation" -version = "0.9.3" +version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" +checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" dependencies = [ "core-foundation-sys", "libc", @@ -2923,9 +2874,9 @@ dependencies = [ [[package]] name = "cpufeatures" -version = "0.2.9" +version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1" +checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" dependencies = [ "libc", ] @@ -3035,19 +2986,19 @@ dependencies = [ "anyhow", "cargo-http-registry", "cargo_metadata 0.19.2", - "clap 4.5.23", + "clap 4.5.40", "reqwest", "serde", "tempfile", "tokio", - "toml_edit 0.22.14", + "toml_edit", ] [[package]] name = "crc" -version = "3.2.1" +version = "3.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636" +checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675" dependencies = [ "crc-catalog", ] @@ -3060,9 +3011,9 @@ checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" [[package]] name = "crc32fast" -version = "1.3.2" +version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" +checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" dependencies = [ "cfg-if", ] @@ -3075,36 +3026,30 @@ checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b" [[package]] name = "crossbeam-channel" -version = "0.5.8" +version = "0.5.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200" +checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" dependencies = [ - "cfg-if", "crossbeam-utils", ] [[package]] name = "crossbeam-deque" -version = "0.8.3" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" +checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" dependencies = [ - "cfg-if", "crossbeam-epoch", "crossbeam-utils", ] [[package]] name = "crossbeam-epoch" -version = "0.9.15" +version = "0.9.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7" +checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" dependencies = [ - "autocfg", - "cfg-if", "crossbeam-utils", - "memoffset 0.9.0", - "scopeguard", ] [[package]] @@ -3124,9 +3069,9 @@ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" [[package]] name = "crunchy" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" +checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929" [[package]] name = "crypto-bigint" @@ -3183,20 +3128,11 @@ dependencies = [ [[package]] name = "ctr" -version = "0.7.0" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a232f92a03f37dd7d7dd2adc67166c77e9cd88de5b019b9a9eecfaeaf7bfd481" +checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835" dependencies = [ - "cipher 0.3.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", ] [[package]] @@ -3269,7 +3205,7 @@ dependencies = [ "async-trait", "cumulus-primitives-core", "futures", - "jsonrpsee-core 0.24.7", + "jsonrpsee-core 0.24.9", "parity-scale-codec", "polkadot-overseer", "sc-client-api", @@ -3304,64 +3240,79 @@ dependencies = [ "curve25519-dalek-derive", "digest 0.10.7", "fiat-crypto", - "rustc_version 0.4.0", + "rustc_version 0.4.1", "subtle 2.6.1", "zeroize", ] [[package]] name = "curve25519-dalek-derive" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83fdaf97f4804dcebfa5862639bc9ce4121e82140bec2a987ac5140294865b5b" +checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] name = "cxx" -version = "1.0.106" +version = "1.0.158" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28403c86fc49e3401fdf45499ba37fad6493d9329449d6449d7f0e10f4654d28" +checksum = "a71ea7f29c73f7ffa64c50b83c9fe4d3a6d4be89a86b009eb80d5a6d3429d741" dependencies = [ "cc", + "cxxbridge-cmd", "cxxbridge-flags", "cxxbridge-macro", + "foldhash", "link-cplusplus", ] [[package]] name = "cxx-build" -version = "1.0.106" +version = "1.0.158" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78da94fef01786dc3e0c76eafcd187abcaa9972c78e05ff4041e24fdf059c285" +checksum = "36a8232661d66dcf713394726157d3cfe0a89bfc85f52d6e9f9bbc2306797fe7" dependencies = [ "cc", "codespan-reporting", - "once_cell", "proc-macro2", "quote", "scratch", - "syn 2.0.100", + "syn 2.0.103", +] + +[[package]] +name = "cxxbridge-cmd" +version = "1.0.158" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4f44296c8693e9ea226a48f6a122727f77aa9e9e338380cb021accaeeb7ee279" +dependencies = [ + "clap 4.5.40", + "codespan-reporting", + "proc-macro2", + "quote", + "syn 2.0.103", ] [[package]] name = "cxxbridge-flags" -version = "1.0.106" +version = "1.0.158" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2a6f5e1dfb4b34292ad4ea1facbfdaa1824705b231610087b00b17008641809" +checksum = "c42f69c181c176981ae44ba9876e2ea41ce8e574c296b38d06925ce9214fb8e4" [[package]] name = "cxxbridge-macro" -version = "1.0.106" +version = "1.0.158" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50c49547d73ba8dcfd4ad7325d64c6d5391ff4224d498fc39a6f3f49825a530d" +checksum = "8faff5d4467e0709448187df29ccbf3b0982cc426ee444a193f87b11afb565a8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "rustversion", + "syn 2.0.103", ] [[package]] @@ -3376,12 +3327,12 @@ dependencies = [ [[package]] name = "darling" -version = "0.20.10" +version = "0.20.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989" +checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee" dependencies = [ - "darling_core 0.20.10", - "darling_macro 0.20.10", + "darling_core 0.20.11", + "darling_macro 0.20.11", ] [[package]] @@ -3400,16 +3351,16 @@ dependencies = [ [[package]] name = "darling_core" -version = "0.20.10" +version = "0.20.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5" +checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e" dependencies = [ "fnv", "ident_case", "proc-macro2", "quote", "strsim 0.11.1", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -3425,13 +3376,13 @@ dependencies = [ [[package]] name = "darling_macro" -version = "0.20.10" +version = "0.20.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806" +checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" dependencies = [ - "darling_core 0.20.10", + "darling_core 0.20.11", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -3444,34 +3395,34 @@ dependencies = [ "hashbrown 0.14.5", "lock_api", "once_cell", - "parking_lot_core 0.9.8", + "parking_lot_core 0.9.11", ] [[package]] name = "dashmap" -version = "6.0.1" +version = "6.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "804c8821570c3f8b70230c2ba75ffa5c0f9a4189b9a432b6656c536712acae28" +checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" dependencies = [ "cfg-if", "crossbeam-utils", "hashbrown 0.14.5", "lock_api", "once_cell", - "parking_lot_core 0.9.8", + "parking_lot_core 0.9.11", ] [[package]] name = "data-encoding" -version = "2.6.0" +version = "2.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2" +checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476" [[package]] name = "data-encoding-macro" -version = "0.1.13" +version = "0.1.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c904b33cc60130e1aeea4956ab803d08a3f4a0ca82d64ed757afac3891f2bb99" +checksum = "47ce6c96ea0102f01122a185683611bd5ac8d99e62bc59dd12e6bda344ee673d" dependencies = [ "data-encoding", "data-encoding-macro-internal", @@ -3479,12 +3430,12 @@ dependencies = [ [[package]] name = "data-encoding-macro-internal" -version = "0.1.11" +version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fdf3fce3ce863539ec1d7fd1b6dcc3c645663376b43ed376bbf887733e4f772" +checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976" dependencies = [ "data-encoding", - "syn 1.0.109", + "syn 2.0.103", ] [[package]] @@ -3606,7 +3557,7 @@ name = "demo-calc-hash" version = "0.1.0" dependencies = [ "parity-scale-codec", - "sha2 0.10.8", + "sha2 0.10.9", ] [[package]] @@ -4089,9 +4040,9 @@ dependencies = [ [[package]] name = "der" -version = "0.7.8" +version = "0.7.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c" +checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" dependencies = [ "const-oid", "zeroize", @@ -4117,7 +4068,7 @@ version = "9.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5cd0a5c643689626bec213c4d8bd4d96acc8ffdb4ad4bb6bc16abf27d5f4b553" dependencies = [ - "asn1-rs 0.6.1", + "asn1-rs 0.6.2", "displaydoc", "nom", "num-bigint", @@ -4141,9 +4092,9 @@ dependencies = [ [[package]] name = "deranged" -version = "0.3.11" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" +checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e" dependencies = [ "powerfmt", "serde", @@ -4168,7 +4119,7 @@ checksum = "74ef43543e701c01ad77d3a5922755c6a1d71b22d942cb8042be4994b380caff" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -4179,73 +4130,42 @@ checksum = "d65d7ce8132b7c0e54497a4d9a55a1c2a0912a0d786cf894472ba818fba45762" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] name = "derive-where" -version = "1.2.7" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62d671cc41a825ebabc75757b62d3d168c577f9149b2d49ece1dad1f72119d25" +checksum = "510c292c8cf384b1a340b816a9a6cf2599eb8f566a44949024af88418000c50b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] name = "derive_arbitrary" -version = "1.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.100", -] - -[[package]] -name = "derive_builder" -version = "0.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d67778784b508018359cbc8696edb3db78160bab2c2a28ba7f56ef6932997f8" -dependencies = [ - "derive_builder_macro", -] - -[[package]] -name = "derive_builder_core" -version = "0.12.0" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c11bdc11a0c47bc7d37d582b5285da6849c96681023680b906673c5707af7b0f" +checksum = "30542c1ad912e0e3d22a1935c290e12e8a29d704a420177a31faad4a601a0800" dependencies = [ - "darling 0.14.4", "proc-macro2", "quote", - "syn 1.0.109", -] - -[[package]] -name = "derive_builder_macro" -version = "0.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebcda35c7a396850a55ffeac740804b40ffec779b98fffbb1738f4033f0ee79e" -dependencies = [ - "derive_builder_core", - "syn 1.0.109", + "syn 2.0.103", ] [[package]] name = "derive_more" -version = "0.99.18" +version = "0.99.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce" +checksum = "6edb4b64a43d977b8e99788fe3a04d483834fba1215a7e02caa415b626497f7f" dependencies = [ "convert_case 0.4.0", "proc-macro2", "quote", - "rustc_version 0.4.0", - "syn 2.0.100", + "rustc_version 0.4.1", + "syn 2.0.103", ] [[package]] @@ -4274,7 +4194,7 @@ checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", "unicode-xid", ] @@ -4287,7 +4207,7 @@ dependencies = [ "convert_case 0.7.1", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", "unicode-xid", ] @@ -4397,20 +4317,20 @@ dependencies = [ [[package]] name = "displaydoc" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d" +checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] name = "dissimilar" -version = "1.0.7" +version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86e3bdc80eee6e16b2b6b0f87fbc98c04bee3455e35174c0de1a125d0688c632" +checksum = "8975ffdaa0ef3661bfe02dbdcc06c9f829dfafe6a3c474de366a8d5e44276921" [[package]] name = "docify" @@ -4433,17 +4353,17 @@ dependencies = [ "proc-macro2", "quote", "regex", - "syn 2.0.100", + "syn 2.0.103", "termcolor", - "toml 0.8.14", + "toml 0.8.23", "walkdir", ] [[package]] name = "document-features" -version = "0.2.10" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb6969eaabd2421f8a2775cfd2471a2b634372b4a25d41e3bd647b79912850a0" +checksum = "95249b50c6c185bee49034bcb378a49dc2b5dff0be90ff6616d31d64febab05d" dependencies = [ "litrs", ] @@ -4456,27 +4376,27 @@ checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1" [[package]] name = "downcast-rs" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" +checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" [[package]] name = "dtoa" -version = "1.0.9" +version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653" +checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04" [[package]] name = "dunce" -version = "1.0.4" +version = "1.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b" +checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" [[package]] name = "dyn-clonable" -version = "0.9.0" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e9232f0e607a262ceb9bd5141a3dfb3e4db6994b31989bbfd845878cba59fd4" +checksum = "a36efbb9bfd58e1723780aa04b61aba95ace6a05d9ffabfdb0b43672552f0805" dependencies = [ "dyn-clonable-impl", "dyn-clone", @@ -4484,20 +4404,20 @@ dependencies = [ [[package]] name = "dyn-clonable-impl" -version = "0.9.0" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "558e40ea573c374cf53507fd240b7ee2f5477df7cfebdb97323ec61c719399c5" +checksum = "7e8671d54058979a37a26f3511fbf8d198ba1aa35ffb202c42587d918d77213a" dependencies = [ "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.103", ] [[package]] name = "dyn-clone" -version = "1.0.17" +version = "1.0.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125" +checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005" [[package]] name = "dynasm" @@ -4542,9 +4462,9 @@ dependencies = [ [[package]] name = "ed25519" -version = "2.2.2" +version = "2.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60f6d271ca33075c88028be6f04d502853d63a5ece419d269c15315d4fc1cf1d" +checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" dependencies = [ "pkcs8", "signature", @@ -4560,7 +4480,7 @@ dependencies = [ "ed25519", "rand_core 0.6.4", "serde", - "sha2 0.10.8", + "sha2 0.10.9", "subtle 2.6.1", "zeroize", ] @@ -4576,7 +4496,7 @@ dependencies = [ "hashbrown 0.14.5", "hex", "rand_core 0.6.4", - "sha2 0.10.8", + "sha2 0.10.9", "zeroize", ] @@ -4623,9 +4543,9 @@ checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d" [[package]] name = "encode_unicode" -version = "0.3.6" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" +checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" [[package]] name = "enum-as-inner" @@ -4641,14 +4561,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.100", + "syn 2.0.103", ] [[package]] @@ -4666,7 +4586,7 @@ version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9fd242f399be1da0a5354aa462d57b4ab2b4ee0683cc552f7c007d2d12d36e94" dependencies = [ - "enum-iterator-derive 1.3.0", + "enum-iterator-derive 1.4.0", ] [[package]] @@ -4682,13 +4602,13 @@ dependencies = [ [[package]] name = "enum-iterator-derive" -version = "1.3.0" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03cdc46ec28bd728e67540c528013c6a10eb69a02eb31078a1bda695438cbfb8" +checksum = "a1ab991c1362ac86c61ab6f556cff143daa22e5a15e4e189df818b2fd19fe65b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -4703,11 +4623,11 @@ dependencies = [ [[package]] name = "enumflags2" -version = "0.7.7" +version = "0.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c041f5090df68b32bcd905365fd51769c8b9d553fe87fde0b683534f10c01bd2" +checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef" dependencies = [ - "enumflags2_derive 0.7.7", + "enumflags2_derive 0.7.12", ] [[package]] @@ -4723,34 +4643,34 @@ dependencies = [ [[package]] name = "enumflags2_derive" -version = "0.7.7" +version = "0.7.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e9a1f9f7d83e59740248a6e14ecf93929ade55027844dfcea78beafccc15745" +checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] name = "enumset" -version = "1.1.2" +version = "1.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e875f1719c16de097dee81ed675e2d9bb63096823ed3f0ca827b7dea3028bbbb" +checksum = "11a6b7c3d347de0a9f7bfd2f853be43fe32fa6fac30c70f6d6d67a1e936b87ee" dependencies = [ "enumset_derive", ] [[package]] name = "enumset_derive" -version = "0.8.1" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e08b6c6ab82d70f08844964ba10c7babb716de2ecaeab9be5717918a5177d3af" +checksum = "6da3ea9e1d1a3b1593e15781f930120e72aa7501610b2f82e5b6739c72e8eac5" dependencies = [ - "darling 0.20.10", + "darling 0.20.11", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -4774,18 +4694,18 @@ checksum = "e48c92028aaa870e83d51c64e5d4e0b6981b360c522198c23959f219a4e1b15b" [[package]] name = "equivalent" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" +checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" [[package]] name = "errno" -version = "0.3.11" +version = "0.3.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e" +checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad" dependencies = [ "libc", - "windows-sys 0.59.0", + "windows-sys 0.60.2", ] [[package]] @@ -4814,7 +4734,7 @@ name = "ethexe-cli" version = "1.8.1" dependencies = [ "anyhow", - "clap 4.5.23", + "clap 4.5.40", "directories", "ethexe-common", "ethexe-ethereum", @@ -4831,7 +4751,7 @@ dependencies = [ "static_init", "tempfile", "tokio", - "toml 0.8.14", + "toml 0.8.23", "tracing-subscriber", ] @@ -5004,7 +4924,7 @@ version = "1.8.1" dependencies = [ "anyhow", "futures", - "hyper 0.14.31", + "hyper 0.14.32", "log", "prometheus", "tokio", @@ -5023,8 +4943,8 @@ dependencies = [ "futures", "gear-core", "gprimitives", - "hyper 1.4.1", - "jsonrpsee 0.24.7", + "hyper 1.6.0", + "jsonrpsee 0.24.9", "log", "parity-scale-codec", "reqwest", @@ -5033,7 +4953,7 @@ dependencies = [ "sp-core", "tokio", "tower 0.4.13", - "tower-http", + "tower-http 0.5.2", ] [[package]] @@ -5174,9 +5094,9 @@ dependencies = [ [[package]] name = "event-listener-strategy" -version = "0.5.2" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1" +checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" dependencies = [ "event-listener 5.4.0", "pin-project-lite", @@ -5203,14 +5123,14 @@ dependencies = [ "prettyplease", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] name = "eyre" -version = "0.6.8" +version = "0.6.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb" +checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec" dependencies = [ "indenter", "once_cell", @@ -5250,9 +5170,9 @@ dependencies = [ [[package]] name = "fastrand" -version = "2.1.1" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6" +checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" [[package]] name = "fastrlp" @@ -5260,7 +5180,7 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "139834ddba373bbdd213dffe02c8d110508dcf1726c2be27e8d1f7d7e1856418" dependencies = [ - "arrayvec 0.7.4", + "arrayvec 0.7.6", "auto_impl", "bytes", ] @@ -5271,7 +5191,7 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ce8dba4714ef14b8274c371879b175aa55b16b30f269663f19d576f380018dc4" dependencies = [ - "arrayvec 0.7.4", + "arrayvec 0.7.6", "auto_impl", "bytes", ] @@ -5294,10 +5214,10 @@ checksum = "eb42427514b063d97ce21d5199f36c0c307d981434a6be32582bc79fe5bd2303" dependencies = [ "expander", "indexmap 2.9.0", - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -5312,9 +5232,9 @@ dependencies = [ [[package]] name = "ff" -version = "0.13.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449" +checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393" dependencies = [ "rand_core 0.6.4", "subtle 2.6.1", @@ -5348,21 +5268,21 @@ dependencies = [ [[package]] name = "filetime" -version = "0.2.22" +version = "0.2.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0" +checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586" dependencies = [ "cfg-if", "libc", - "redox_syscall 0.3.5", - "windows-sys 0.48.0", + "libredox", + "windows-sys 0.59.0", ] [[package]] name = "finality-grandpa" -version = "0.16.2" +version = "0.16.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "36530797b9bf31cd4ff126dcfee8170f86b00cfdcea3269d73133cc0415945c3" +checksum = "b4f8f43dc520133541781ec03a8cab158ae8b7f7169cdf22e9050aa6cf0fbdfc" dependencies = [ "either", "futures", @@ -5370,7 +5290,7 @@ dependencies = [ "log", "num-traits", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "scale-info", ] @@ -5403,20 +5323,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" [[package]] -name = "flagset" -version = "0.4.3" +name = "fixedbitset" +version = "0.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cda653ca797810c02f7ca4b804b40b8b95ae046eb989d356bce17919a8c25499" +checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99" [[package]] -name = "flate2" -version = "1.0.27" +name = "flagset" +version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010" -dependencies = [ - "crc32fast", - "miniz_oxide", -] +checksum = "b7ac824320a75a52197e8f2d787f6a38b6718bb6897a35142d749af3c0e8f4fe" [[package]] name = "float-cmp" @@ -5435,9 +5351,9 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "foldhash" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f" +checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" [[package]] name = "foreign-types" @@ -5483,9 +5399,9 @@ dependencies = [ [[package]] name = "fragile" -version = "2.0.0" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" +checksum = "28dd6caf6059519a65843af8fe2a3ae298b14b80179855aeb4adc2c1934ee619" [[package]] name = "frame-benchmarking" @@ -5519,7 +5435,7 @@ dependencies = [ "Inflector", "array-bytes", "chrono", - "clap 4.5.23", + "clap 4.5.40", "comfy-table", "cumulus-client-parachain-inherent", "cumulus-primitives-proof-size-hostfunction", @@ -5592,10 +5508,10 @@ name = "frame-election-provider-solution-type" version = "14.0.1" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -5702,7 +5618,7 @@ source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot dependencies = [ "futures", "indicatif", - "jsonrpsee 0.24.7", + "jsonrpsee 0.24.9", "log", "parity-scale-codec", "serde", @@ -5773,11 +5689,11 @@ dependencies = [ "frame-support-procedural-tools", "itertools 0.11.0", "macro_magic", - "proc-macro-warning 1.0.2", + "proc-macro-warning 1.84.1", "proc-macro2", "quote", "sp-crypto-hashing 0.1.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412)", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -5786,10 +5702,10 @@ version = "13.0.1" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "frame-support-procedural-tools-derive", - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -5799,7 +5715,7 @@ source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -5948,9 +5864,12 @@ dependencies = [ [[package]] name = "fs-err" -version = "2.9.0" +version = "2.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0845fa252299212f0389d64ba26f34fa32cfe41588355f21ed507c59a0f64541" +checksum = "88a41f105fe1d5b6b34b2055e3dc59bb79b46b48b2040b9e6c7b4b5de097aa41" +dependencies = [ + "autocfg", +] [[package]] name = "fs2" @@ -5968,7 +5887,7 @@ version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e871a4cfa68bb224863b53149d973df1ac8d1ed2fa1d1bfc37ac1bb65dd37207" dependencies = [ - "rustix 0.38.41", + "rustix 0.38.44", "windows-sys 0.52.0", ] @@ -6064,11 +5983,11 @@ dependencies = [ [[package]] name = "futures-lite" -version = "2.3.0" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5" +checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532" dependencies = [ - "fastrand 2.1.1", + "fastrand 2.3.0", "futures-core", "futures-io", "parking", @@ -6083,7 +6002,7 @@ checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -6093,7 +6012,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "35bd3cf68c183738046838e300353e4716c674dc5e56890de4826801a6622a28" dependencies = [ "futures-io", - "rustls 0.21.7", + "rustls 0.21.12", ] [[package]] @@ -6208,7 +6127,7 @@ version = "1.8.1" dependencies = [ "anyhow", "async-trait", - "clap 4.5.23", + "clap 4.5.40", "color-eyre", "colored", "demo-fungible-token", @@ -6229,7 +6148,7 @@ dependencies = [ "serde", "thiserror 2.0.12", "tokio", - "toml 0.8.14", + "toml 0.8.23", "tracing-subscriber", "url", ] @@ -6303,7 +6222,7 @@ dependencies = [ "pallet-gear-rpc-runtime-api", "pallet-sudo", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "sc-block-builder", "sc-client-api", "sc-proposer-metrics", @@ -6329,7 +6248,7 @@ dependencies = [ name = "gear-bags-thresholds" version = "1.0.0" dependencies = [ - "clap 4.5.23", + "clap 4.5.40", "generate-bags", "vara-runtime", ] @@ -6353,7 +6272,7 @@ dependencies = [ name = "gear-cli" version = "1.8.1" dependencies = [ - "clap 4.5.23", + "clap 4.5.40", "derive_more 2.0.1", "frame-benchmarking", "frame-benchmarking-cli", @@ -6410,7 +6329,7 @@ name = "gear-common-codegen" version = "1.8.1" dependencies = [ "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -6568,7 +6487,7 @@ name = "gear-node-loader" version = "1.8.1" dependencies = [ "anyhow", - "clap 4.5.23", + "clap 4.5.40", "futures", "futures-timer", "gclient", @@ -6579,7 +6498,7 @@ dependencies = [ "gear-wasm-gen", "gsdk", "names", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "primitive-types 0.13.1", "rand 0.8.5", "reqwest", @@ -6624,7 +6543,7 @@ dependencies = [ name = "gear-replay-cli" version = "1.0.0" dependencies = [ - "clap 4.5.23", + "clap 4.5.40", "frame-remote-externalities", "gear-runtime-interface", "gear-runtime-primitives", @@ -6679,7 +6598,7 @@ dependencies = [ "gear-sandbox-interface", "log", "parity-scale-codec", - "sha2 0.10.8", + "sha2 0.10.9", "sp-io", "sp-runtime-interface", "sp-std", @@ -6767,7 +6686,7 @@ dependencies = [ "gear-runtime-common", "gear-runtime-interface", "gear-runtime-primitives", - "jsonrpsee 0.24.7", + "jsonrpsee 0.24.9", "log", "pallet-gear-builtin-rpc", "pallet-gear-builtin-rpc-runtime-api", @@ -6861,7 +6780,7 @@ name = "gear-validator-checks" version = "0.1.0" dependencies = [ "anyhow", - "clap 4.5.23", + "clap 4.5.40", "futures", "gsdk", "log", @@ -6888,9 +6807,9 @@ dependencies = [ "log", "pathdiff", "regex", - "rustc_version 0.4.0", + "rustc_version 0.4.1", "thiserror 2.0.12", - "toml 0.8.14", + "toml 0.8.23", ] [[package]] @@ -6972,7 +6891,7 @@ name = "gear-weight-diff" version = "1.0.0" dependencies = [ "anyhow", - "clap 4.5.23", + "clap 4.5.40", "frame-support", "gear-utils", "heck 0.5.0", @@ -6982,7 +6901,7 @@ dependencies = [ "quote", "serde", "serde_json", - "syn 2.0.100", + "syn 2.0.103", "tabled", "vara-runtime", ] @@ -7003,15 +6922,16 @@ dependencies = [ [[package]] name = "generator" -version = "0.8.3" +version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbb949699c3e4df3a183b1d2142cb24277057055ed23c68ed58894f76c517223" +checksum = "d18470a76cb7f8ff746cf1f7470914f900252ec36bbc40b569d74b1258446827" dependencies = [ + "cc", "cfg-if", "libc", "log", "rustversion", - "windows 0.58.0", + "windows 0.61.3", ] [[package]] @@ -7046,29 +6966,29 @@ dependencies = [ [[package]] name = "getrandom" -version = "0.2.15" +version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" +checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" dependencies = [ "cfg-if", "js-sys", "libc", - "wasi 0.11.0+wasi-snapshot-preview1", + "wasi 0.11.1+wasi-snapshot-preview1", "wasm-bindgen", ] [[package]] name = "getrandom" -version = "0.3.1" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8" +checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" dependencies = [ "cfg-if", "js-sys", "libc", - "wasi 0.13.3+wasi-0.2.2", + "r-efi", + "wasi 0.14.2+wasi-0.2.4", "wasm-bindgen", - "windows-targets 0.52.6", ] [[package]] @@ -7081,24 +7001,14 @@ dependencies = [ "rand_core 0.6.4", ] -[[package]] -name = "ghash" -version = "0.4.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99" -dependencies = [ - "opaque-debug 0.3.0", - "polyval 0.5.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.0", - "polyval 0.6.2", + "opaque-debug 0.3.1", + "polyval", ] [[package]] @@ -7125,21 +7035,27 @@ dependencies = [ [[package]] name = "gimli" -version = "0.28.0" +version = "0.28.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0" +checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" dependencies = [ "fallible-iterator 0.3.0", "stable_deref_trait", ] +[[package]] +name = "gimli" +version = "0.31.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" + [[package]] name = "git2" -version = "0.17.2" +version = "0.20.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b989d6a7ca95a362cf2cfc5ad688b3a467be1f87e480b8dad07fee8c79b0044" +checksum = "2deb07a133b1520dc1a5690e9bd08950108873d7ed5de38dcc74d3b5ebffa110" dependencies = [ - "bitflags 1.3.2", + "bitflags 2.9.1", "libc", "libgit2-sys", "log", @@ -7150,9 +7066,9 @@ dependencies = [ [[package]] name = "glob" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" +checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2" [[package]] name = "governor" @@ -7166,7 +7082,7 @@ dependencies = [ "futures-timer", "no-std-compat", "nonzero_ext", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "portable-atomic", "quanta", "rand 0.8.5", @@ -7194,7 +7110,7 @@ version = "1.8.1" dependencies = [ "anyhow", "base64 0.21.7", - "clap 4.5.23", + "clap 4.5.40", "colored", "dirs", "gear-ss58", @@ -7240,10 +7156,10 @@ dependencies = [ "gsdk-codegen", "hex", "indexmap 2.9.0", - "jsonrpsee 0.24.7", + "jsonrpsee 0.24.9", "log", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "scale-decode 0.14.0", "scale-value 0.17.0", "serde_json", @@ -7270,7 +7186,7 @@ dependencies = [ "sc-executor-common", "sp-io", "subxt-codegen 0.38.1", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -7279,14 +7195,14 @@ version = "1.8.1" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] name = "gstd" version = "1.8.1" dependencies = [ - "arrayvec 0.7.4", + "arrayvec 0.7.6", "const_format", "document-features", "futures", @@ -7309,7 +7225,7 @@ dependencies = [ "gstd", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", "trybuild", ] @@ -7358,7 +7274,7 @@ dependencies = [ "futures-core", "futures-sink", "futures-util", - "http 0.2.9", + "http 0.2.12", "indexmap 2.9.0", "slab", "tokio", @@ -7368,16 +7284,16 @@ dependencies = [ [[package]] name = "h2" -version = "0.4.5" +version = "0.4.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa82e28a107a8cc405f0839610bdc9b15f1e25ec7d696aa5cf173edbcb1486ab" +checksum = "a9421a676d1b147b16b82c9225157dc629087ef8ec4d5e2960f9437a90dac0a5" dependencies = [ "atomic-waker", "bytes", "fnv", "futures-core", "futures-sink", - "http 1.1.0", + "http 1.3.1", "indexmap 2.9.0", "slab", "tokio", @@ -7385,12 +7301,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "half" -version = "1.8.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b43ede17f21864e81be2fa654110bf1e793774238d86ef8555c37e6519c0403" - [[package]] name = "handlebars" version = "5.1.2" @@ -7444,7 +7354,7 @@ version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" dependencies = [ - "ahash 0.8.11", + "ahash 0.8.12", ] [[package]] @@ -7453,16 +7363,16 @@ version = "0.14.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" dependencies = [ - "ahash 0.8.11", + "ahash 0.8.12", "allocator-api2", "serde", ] [[package]] name = "hashbrown" -version = "0.15.2" +version = "0.15.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" +checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5" dependencies = [ "allocator-api2", "equivalent", @@ -7497,7 +7407,7 @@ dependencies = [ "base64 0.21.7", "bytes", "headers-core", - "http 0.2.9", + "http 0.2.12", "httpdate", "mime", "sha1", @@ -7509,7 +7419,7 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429" dependencies = [ - "http 0.2.9", + "http 0.2.12", ] [[package]] @@ -7520,7 +7430,7 @@ checksum = "cdc6457c0eb62c71aac4bc17216026d8410337c4126773b9c5daba343f17964f" dependencies = [ "atomic-polyfill", "hash32", - "rustc_version 0.4.0", + "rustc_version 0.4.1", "serde", "spin 0.9.8", "stable_deref_trait", @@ -7558,9 +7468,15 @@ dependencies = [ [[package]] name = "hermit-abi" -version = "0.3.2" +version = "0.3.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" + +[[package]] +name = "hermit-abi" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" +checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" [[package]] name = "hex" @@ -7583,7 +7499,7 @@ version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5313b072ce3c597065a808dbf612c4c8e8590bdbf8b579508bf7a762c5eae6cd" dependencies = [ - "arrayvec 0.7.4", + "arrayvec 0.7.6", ] [[package]] @@ -7607,7 +7523,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", @@ -7632,14 +7548,14 @@ 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", "idna 1.0.3", "ipnet", "once_cell", - "rand 0.9.0", + "rand 0.9.1", "socket2 0.5.10", "thiserror 2.0.12", "tinyvec", @@ -7660,7 +7576,7 @@ dependencies = [ "ipconfig", "lru-cache", "once_cell", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "rand 0.8.5", "resolv-conf", "smallvec", @@ -7681,8 +7597,8 @@ dependencies = [ "ipconfig", "moka", "once_cell", - "parking_lot 0.12.3", - "rand 0.9.0", + "parking_lot 0.12.4", + "rand 0.9.1", "resolv-conf", "smallvec", "thiserror 2.0.12", @@ -7751,29 +7667,18 @@ dependencies = [ [[package]] name = "home" -version = "0.5.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb" -dependencies = [ - "windows-sys 0.48.0", -] - -[[package]] -name = "hostname" -version = "0.3.1" +version = "0.5.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867" +checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf" dependencies = [ - "libc", - "match_cfg", - "winapi", + "windows-sys 0.59.0", ] [[package]] name = "http" -version = "0.2.9" +version = "0.2.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" +checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" dependencies = [ "bytes", "fnv", @@ -7782,9 +7687,9 @@ dependencies = [ [[package]] name = "http" -version = "1.1.0" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" +checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" dependencies = [ "bytes", "fnv", @@ -7793,43 +7698,43 @@ dependencies = [ [[package]] name = "http-body" -version = "0.4.5" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" +checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" dependencies = [ "bytes", - "http 0.2.9", + "http 0.2.12", "pin-project-lite", ] [[package]] name = "http-body" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643" +checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" dependencies = [ "bytes", - "http 1.1.0", + "http 1.3.1", ] [[package]] name = "http-body-util" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" +checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" dependencies = [ "bytes", - "futures-util", - "http 1.1.0", - "http-body 1.0.0", + "futures-core", + "http 1.3.1", + "http-body 1.0.1", "pin-project-lite", ] [[package]] name = "httparse" -version = "1.8.0" +version = "1.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" +checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" [[package]] name = "httpdate" @@ -7839,28 +7744,28 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" [[package]] name = "humantime" -version = "2.1.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" +checksum = "9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f" [[package]] name = "hyper" -version = "0.14.31" +version = "0.14.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c08302e8fa335b151b788c775ff56e7a03ae64ff85c548ee820fecb70356e85" +checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7" dependencies = [ "bytes", "futures-channel", "futures-core", "futures-util", "h2 0.3.26", - "http 0.2.9", - "http-body 0.4.5", + "http 0.2.12", + "http-body 0.4.6", "httparse", "httpdate", "itoa", "pin-project-lite", - "socket2 0.4.9", + "socket2 0.5.10", "tokio", "tower-service", "tracing", @@ -7869,16 +7774,16 @@ dependencies = [ [[package]] name = "hyper" -version = "1.4.1" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05" +checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80" dependencies = [ "bytes", "futures-channel", "futures-util", - "h2 0.4.5", - "http 1.1.0", - "http-body 1.0.0", + "h2 0.4.10", + "http 1.3.1", + "http-body 1.0.1", "httparse", "httpdate", "itoa", @@ -7895,10 +7800,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" dependencies = [ "futures-util", - "http 0.2.9", - "hyper 0.14.31", + "http 0.2.12", + "hyper 0.14.32", "log", - "rustls 0.21.7", + "rustls 0.21.12", "rustls-native-certs 0.6.3", "tokio", "tokio-rustls 0.24.1", @@ -7906,22 +7811,21 @@ dependencies = [ [[package]] name = "hyper-rustls" -version = "0.27.3" +version = "0.27.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" +checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" dependencies = [ - "futures-util", - "http 1.1.0", - "hyper 1.4.1", + "http 1.3.1", + "hyper 1.6.0", "hyper-util", "log", "rustls 0.23.28", "rustls-native-certs 0.8.1", "rustls-pki-types", "tokio", - "tokio-rustls 0.26.0", + "tokio-rustls 0.26.2", "tower-service", - "webpki-roots 0.26.3", + "webpki-roots 1.0.1", ] [[package]] @@ -7932,7 +7836,7 @@ checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" dependencies = [ "bytes", "http-body-util", - "hyper 1.4.1", + "hyper 1.6.0", "hyper-util", "native-tls", "tokio", @@ -7942,36 +7846,41 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.5" +version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b875924a60b96e5d7b9ae7b066540b1dd1cbd90d1828f54c92e02a283351c56" +checksum = "dc2fdfdbff08affe55bb779f33b053aa1fe5dd5b54c257343c17edfa55711bdb" dependencies = [ + "base64 0.22.1", "bytes", "futures-channel", + "futures-core", "futures-util", - "http 1.1.0", - "http-body 1.0.0", - "hyper 1.4.1", + "http 1.3.1", + "http-body 1.0.1", + "hyper 1.6.0", + "ipnet", + "libc", + "percent-encoding", "pin-project-lite", "socket2 0.5.10", "tokio", - "tower 0.4.13", "tower-service", "tracing", ] [[package]] name = "iana-time-zone" -version = "0.1.57" +version = "0.1.63" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613" +checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8" dependencies = [ "android_system_properties", "core-foundation-sys", "iana-time-zone-haiku", "js-sys", + "log", "wasm-bindgen", - "windows 0.48.0", + "windows-core 0.61.2", ] [[package]] @@ -8139,8 +8048,8 @@ version = "3.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cdf9d64cfcf380606e64f9a0bcf493616b65331199f984151a6fa11a7b3cde38" dependencies = [ - "async-io 2.3.3", - "core-foundation 0.9.3", + "async-io 2.4.1", + "core-foundation 0.9.4", "fnv", "futures", "if-addrs", @@ -8153,7 +8062,7 @@ dependencies = [ "rtnetlink", "system-configuration", "tokio", - "windows 0.51.1", + "windows 0.53.0", ] [[package]] @@ -8166,8 +8075,8 @@ dependencies = [ "attohttpc", "bytes", "futures", - "http 0.2.9", - "hyper 0.14.31", + "http 0.2.12", + "hyper 0.14.32", "log", "rand 0.8.5", "tokio", @@ -8185,9 +8094,9 @@ dependencies = [ "attohttpc", "bytes", "futures", - "http 1.1.0", + "http 1.3.1", "http-body-util", - "hyper 1.4.1", + "hyper 1.6.0", "hyper-util", "log", "rand 0.8.5", @@ -8251,23 +8160,23 @@ checksum = "a0eb5a3343abf848c0984fe4604b2b105da9539376e24fc0a3b0007411ae4fd9" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[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", @@ -8297,7 +8206,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e" dependencies = [ "equivalent", - "hashbrown 0.15.2", + "hashbrown 0.15.4", "serde", ] @@ -8309,22 +8218,22 @@ checksum = "8e04e2fd2b8188ea827b32ef11de88377086d690286ab35747ef7f9bf3ccb590" [[package]] name = "indicatif" -version = "0.17.8" +version = "0.17.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3" +checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235" dependencies = [ "console", - "instant", "number_prefix", "portable-atomic", - "unicode-width", + "unicode-width 0.2.1", + "web-time", ] [[package]] name = "inout" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" +checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01" dependencies = [ "generic-array 0.14.7", ] @@ -8353,7 +8262,7 @@ version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" dependencies = [ - "hermit-abi 0.3.2", + "hermit-abi 0.3.9", "libc", "windows-sys 0.48.0", ] @@ -8378,21 +8287,37 @@ dependencies = [ [[package]] name = "ipnet" -version = "2.8.0" +version = "2.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" + +[[package]] +name = "iri-string" +version = "0.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6" +checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2" +dependencies = [ + "memchr", + "serde", +] [[package]] name = "is-terminal" -version = "0.4.9" +version = "0.4.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" +checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9" dependencies = [ - "hermit-abi 0.3.2", - "rustix 0.38.41", - "windows-sys 0.48.0", + "hermit-abi 0.5.2", + "libc", + "windows-sys 0.59.0", ] +[[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" @@ -8440,9 +8365,9 @@ dependencies = [ [[package]] name = "itoa" -version = "1.0.9" +version = "1.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" +checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" [[package]] name = "ittapi" @@ -8478,6 +8403,22 @@ dependencies = [ "walkdir", ] +[[package]] +name = "jni" +version = "0.21.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" +dependencies = [ + "cesu8", + "cfg-if", + "combine", + "jni-sys", + "log", + "thiserror 1.0.69", + "walkdir", + "windows-sys 0.45.0", +] + [[package]] name = "jni-sys" version = "0.3.0" @@ -8486,10 +8427,11 @@ checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" [[package]] name = "jobserver" -version = "0.1.32" +version = "0.1.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" +checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a" dependencies = [ + "getrandom 0.3.3", "libc", ] @@ -8528,17 +8470,17 @@ dependencies = [ [[package]] name = "jsonrpsee" -version = "0.24.7" +version = "0.24.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5c71d8c1a731cc4227c2f698d377e7848ca12c8a48866fc5e6951c43a4db843" +checksum = "37b26c20e2178756451cfeb0661fb74c47dd5988cb7e3939de7e9241fd604d42" dependencies = [ - "jsonrpsee-client-transport 0.24.7", - "jsonrpsee-core 0.24.7", - "jsonrpsee-http-client 0.24.7", + "jsonrpsee-client-transport 0.24.9", + "jsonrpsee-core 0.24.9", + "jsonrpsee-http-client 0.24.9", "jsonrpsee-proc-macros", "jsonrpsee-server", - "jsonrpsee-types 0.24.7", - "jsonrpsee-ws-client 0.24.7", + "jsonrpsee-types 0.24.9", + "jsonrpsee-ws-client 0.24.9", "tokio", "tracing", ] @@ -8550,10 +8492,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4978087a58c3ab02efc5b07c5e5e2803024536106fd5506f558db172c889b3aa" dependencies = [ "futures-util", - "http 0.2.9", + "http 0.2.12", "jsonrpsee-core 0.22.5", "pin-project", - "rustls-native-certs 0.7.2", + "rustls-native-certs 0.7.3", "rustls-pki-types", "soketto 0.7.1", "thiserror 1.0.69", @@ -8572,16 +8514,16 @@ checksum = "08163edd8bcc466c33d79e10f695cdc98c00d1e6ddfb95cec41b6b0279dd5432" dependencies = [ "base64 0.22.1", "futures-util", - "http 1.1.0", + "http 1.3.1", "jsonrpsee-core 0.23.2", "pin-project", "rustls 0.23.28", "rustls-pki-types", - "rustls-platform-verifier", - "soketto 0.8.0", + "rustls-platform-verifier 0.3.4", + "soketto 0.8.1", "thiserror 1.0.69", "tokio", - "tokio-rustls 0.26.0", + "tokio-rustls 0.26.2", "tokio-util", "tracing", "url", @@ -8589,22 +8531,22 @@ dependencies = [ [[package]] name = "jsonrpsee-client-transport" -version = "0.24.7" +version = "0.24.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "548125b159ba1314104f5bb5f38519e03a41862786aa3925cf349aae9cdd546e" +checksum = "bacb85abf4117092455e1573625e21b8f8ef4dec8aff13361140b2dc266cdff2" dependencies = [ "base64 0.22.1", "futures-util", - "http 1.1.0", - "jsonrpsee-core 0.24.7", + "http 1.3.1", + "jsonrpsee-core 0.24.9", "pin-project", "rustls 0.23.28", "rustls-pki-types", - "rustls-platform-verifier", - "soketto 0.8.0", + "rustls-platform-verifier 0.5.3", + "soketto 0.8.1", "thiserror 1.0.69", "tokio", - "tokio-rustls 0.26.0", + "tokio-rustls 0.26.2", "tokio-util", "tracing", "url", @@ -8621,7 +8563,7 @@ dependencies = [ "beef", "futures-timer", "futures-util", - "hyper 0.14.31", + "hyper 0.14.32", "jsonrpsee-types 0.22.5", "pin-project", "rustc-hash 1.1.0", @@ -8657,19 +8599,19 @@ dependencies = [ [[package]] name = "jsonrpsee-core" -version = "0.24.7" +version = "0.24.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2882f6f8acb9fdaec7cefc4fd607119a9bd709831df7d7672a1d3b644628280" +checksum = "456196007ca3a14db478346f58c7238028d55ee15c1df15115596e411ff27925" dependencies = [ "async-trait", "bytes", "futures-timer", "futures-util", - "http 1.1.0", - "http-body 1.0.0", + "http 1.3.1", + "http-body 1.0.1", "http-body-util", - "jsonrpsee-types 0.24.7", - "parking_lot 0.12.3", + "jsonrpsee-types 0.24.9", + "parking_lot 0.12.4", "pin-project", "rand 0.8.5", "rustc-hash 2.1.1", @@ -8688,7 +8630,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1ccf93fc4a0bfe05d851d37d7c32b7f370fe94336b52a2f0efc5f1981895c2e5" dependencies = [ "async-trait", - "hyper 0.14.31", + "hyper 0.14.32", "hyper-rustls 0.24.2", "jsonrpsee-core 0.22.5", "jsonrpsee-types 0.22.5", @@ -8703,20 +8645,20 @@ dependencies = [ [[package]] name = "jsonrpsee-http-client" -version = "0.24.7" +version = "0.24.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3638bc4617f96675973253b3a45006933bde93c2fd8a6170b33c777cc389e5b" +checksum = "c872b6c9961a4ccc543e321bb5b89f6b2d2c7fe8b61906918273a3333c95400c" dependencies = [ "async-trait", "base64 0.22.1", - "http-body 1.0.0", - "hyper 1.4.1", - "hyper-rustls 0.27.3", + "http-body 1.0.1", + "hyper 1.6.0", + "hyper-rustls 0.27.7", "hyper-util", - "jsonrpsee-core 0.24.7", - "jsonrpsee-types 0.24.7", + "jsonrpsee-core 0.24.9", + "jsonrpsee-types 0.24.9", "rustls 0.23.28", - "rustls-platform-verifier", + "rustls-platform-verifier 0.5.3", "serde", "serde_json", "thiserror 1.0.69", @@ -8728,36 +8670,36 @@ dependencies = [ [[package]] name = "jsonrpsee-proc-macros" -version = "0.24.7" +version = "0.24.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c06c01ae0007548e73412c08e2285ffe5d723195bf268bce67b1b77c3bb2a14d" +checksum = "5e65763c942dfc9358146571911b0cd1c361c2d63e2d2305622d40d36376ca80" dependencies = [ "heck 0.5.0", - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] name = "jsonrpsee-server" -version = "0.24.7" +version = "0.24.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82ad8ddc14be1d4290cd68046e7d1d37acd408efed6d3ca08aefcc3ad6da069c" +checksum = "55e363146da18e50ad2b51a0a7925fc423137a0b1371af8235b1c231a0647328" dependencies = [ "futures-util", - "http 1.1.0", - "http-body 1.0.0", + "http 1.3.1", + "http-body 1.0.1", "http-body-util", - "hyper 1.4.1", + "hyper 1.6.0", "hyper-util", - "jsonrpsee-core 0.24.7", - "jsonrpsee-types 0.24.7", + "jsonrpsee-core 0.24.9", + "jsonrpsee-types 0.24.9", "pin-project", "route-recognizer", "serde", "serde_json", - "soketto 0.8.0", + "soketto 0.8.1", "thiserror 1.0.69", "tokio", "tokio-stream", @@ -8786,7 +8728,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d9c465fbe385238e861fdc4d1c85e04ada6c1fd246161d26385c1b311724d2af" dependencies = [ "beef", - "http 1.1.0", + "http 1.3.1", "serde", "serde_json", "thiserror 1.0.69", @@ -8794,11 +8736,11 @@ dependencies = [ [[package]] name = "jsonrpsee-types" -version = "0.24.7" +version = "0.24.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a178c60086f24cc35bb82f57c651d0d25d99c4742b4d335de04e97fa1f08a8a1" +checksum = "08a8e70baf945b6b5752fc8eb38c918a48f1234daf11355e07106d963f860089" dependencies = [ - "http 1.1.0", + "http 1.3.1", "serde", "serde_json", "thiserror 1.0.69", @@ -8810,7 +8752,7 @@ version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1c28759775f5cb2f1ea9667672d3fe2b0e701d1f4b7b67954e60afe7fd058b5e" dependencies = [ - "http 1.1.0", + "http 1.3.1", "jsonrpsee-client-transport 0.23.2", "jsonrpsee-core 0.23.2", "jsonrpsee-types 0.23.2", @@ -8819,14 +8761,14 @@ dependencies = [ [[package]] name = "jsonrpsee-ws-client" -version = "0.24.7" +version = "0.24.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fe322e0896d0955a3ebdd5bf813571c53fea29edd713bc315b76620b327e86d" +checksum = "01b3323d890aa384f12148e8d2a1fd18eb66e9e7e825f9de4fa53bcc19b93eef" dependencies = [ - "http 1.1.0", - "jsonrpsee-client-transport 0.24.7", - "jsonrpsee-core 0.24.7", - "jsonrpsee-types 0.24.7", + "http 1.3.1", + "jsonrpsee-client-transport 0.24.9", + "jsonrpsee-core 0.24.9", + "jsonrpsee-types 0.24.9", "url", ] @@ -8848,24 +8790,24 @@ dependencies = [ "elliptic-curve", "once_cell", "serdect", - "sha2 0.10.8", + "sha2 0.10.9", "signature", ] [[package]] name = "keccak" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f6d5ed8676d904364de097082f4e7d240b571b67989ced0240f08b7f966f940" +checksum = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654" dependencies = [ "cpufeatures", ] [[package]] name = "keccak-asm" -version = "0.1.1" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47a3633291834c4fbebf8673acbc1b04ec9d151418ff9b8e26dcd79129928758" +checksum = "505d1856a39b200489082f90d897c3f07c455563880bc5952e38eabf731c83b6" dependencies = [ "digest 0.10.7", "sha3-asm", @@ -8899,7 +8841,7 @@ checksum = "ba264b266563c1363dcce004776cbf198d7422a4262f77f4ca285bf26ae30955" dependencies = [ "byteorder", "secret-service", - "security-framework 2.10.0", + "security-framework 2.11.1", "winapi", ] @@ -8925,7 +8867,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bf7a85fe66f9ff9cd74e169fdd2c94c6e1e74c412c99a73b4df3200b5d3760b2" dependencies = [ "kvdb", - "parking_lot 0.12.3", + "parking_lot 0.12.4", ] [[package]] @@ -8936,7 +8878,7 @@ checksum = "b644c70b92285f66bfc2032922a79000ea30af7bc2ab31902992a5dcb9b434f6" dependencies = [ "kvdb", "num_cpus", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "regex", "rocksdb", "smallvec", @@ -8996,35 +8938,34 @@ checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" [[package]] name = "libc" -version = "0.2.171" +version = "0.2.174" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6" +checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776" [[package]] name = "libc-print" -version = "0.1.21" +version = "0.1.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06cea5d58bd9ba4717bbf5c6c5bb11bb6e9e76685b7fff34039b80f50ce86c11" +checksum = "a4a660208db49e35faf57b37484350f1a61072f2a5becf0592af6015d9ddd4b0" dependencies = [ "libc", ] [[package]] name = "libfuzzer-sys" -version = "0.4.7" +version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7" +checksum = "cf78f52d400cf2d84a3a973a78a592b4adc535739e0a5597a0da6f0c357adc75" dependencies = [ "arbitrary", "cc", - "once_cell", ] [[package]] name = "libgit2-sys" -version = "0.15.2+1.6.4" +version = "0.18.1+1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a80df2e11fb4a61f4ba2ab42dbe7f74468da143f1a75c74e11dee7c813f694fa" +checksum = "e1dcb20f84ffcdd825c7a311ae347cce604a6f084a767dec4a4929829645290e" dependencies = [ "cc", "libc", @@ -9036,25 +8977,25 @@ dependencies = [ [[package]] name = "libloading" -version = "0.7.4" +version = "0.8.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" +checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667" dependencies = [ "cfg-if", - "winapi", + "windows-targets 0.53.2", ] [[package]] name = "libm" -version = "0.2.8" +version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" +checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de" [[package]] name = "libmimalloc-sys" -version = "0.1.42" +version = "0.1.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec9d6fac27761dabcd4ee73571cdb06b7022dc99089acbe5435691edffaac0f4" +checksum = "bf88cd67e9de251c1781dbe2f641a1a3ad66eaae831b8a2c38fbdc5ddae16d4d" dependencies = [ "cc", "libc", @@ -9070,7 +9011,7 @@ dependencies = [ "either", "futures", "futures-timer", - "getrandom 0.2.15", + "getrandom 0.2.16", "instant", "libp2p-allow-block-list 0.2.0", "libp2p-connection-limits 0.2.1", @@ -9091,7 +9032,7 @@ dependencies = [ "libp2p-wasm-ext", "libp2p-websocket", "libp2p-yamux 0.44.1", - "multiaddr 0.18.1", + "multiaddr 0.18.2", "pin-project", "rw-stream-sink", "thiserror 1.0.69", @@ -9107,7 +9048,7 @@ dependencies = [ "either", "futures", "futures-timer", - "getrandom 0.2.15", + "getrandom 0.2.16", "libp2p-allow-block-list 0.5.0", "libp2p-connection-limits 0.5.0", "libp2p-core 0.43.0", @@ -9127,7 +9068,7 @@ dependencies = [ "libp2p-tls 0.6.1", "libp2p-upnp 0.4.0", "libp2p-yamux 0.47.0", - "multiaddr 0.18.1", + "multiaddr 0.18.2", "pin-project", "rw-stream-sink", "thiserror 2.0.12", @@ -9192,11 +9133,11 @@ dependencies = [ "instant", "libp2p-identity", "log", - "multiaddr 0.18.1", - "multihash 0.19.1", + "multiaddr 0.18.2", + "multihash 0.19.3", "multistream-select", "once_cell", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "pin-project", "quick-protobuf", "rand 0.8.5", @@ -9218,11 +9159,11 @@ dependencies = [ "futures", "futures-timer", "libp2p-identity", - "multiaddr 0.18.1", - "multihash 0.19.1", + "multiaddr 0.18.2", + "multihash 0.19.3", "multistream-select", "once_cell", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "pin-project", "quick-protobuf", "rand 0.8.5", @@ -9244,7 +9185,7 @@ dependencies = [ "libp2p-core 0.40.1", "libp2p-identity", "log", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "smallvec", "trust-dns-resolver", ] @@ -9260,7 +9201,7 @@ dependencies = [ "hickory-resolver 0.25.0-alpha.5", "libp2p-core 0.43.0", "libp2p-identity", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "smallvec", "tracing", ] @@ -9280,18 +9221,18 @@ dependencies = [ "fnv", "futures", "futures-timer", - "getrandom 0.2.15", + "getrandom 0.2.16", "hashlink 0.9.1", "hex_fmt", "libp2p-core 0.43.0", "libp2p-identity", "libp2p-swarm 0.46.0", - "prometheus-client 0.22.2", + "prometheus-client 0.22.3", "quick-protobuf", "quick-protobuf-codec 0.3.1", "rand 0.8.5", "regex", - "sha2 0.10.8", + "sha2 0.10.9", "tracing", "web-time", ] @@ -9311,7 +9252,7 @@ dependencies = [ "libp2p-identity", "libp2p-swarm 0.43.7", "log", - "lru 0.12.3", + "lru 0.12.5", "quick-protobuf", "quick-protobuf-codec 0.2.0", "smallvec", @@ -9351,10 +9292,10 @@ dependencies = [ "ed25519-dalek", "hkdf 0.12.4", "k256", - "multihash 0.19.1", + "multihash 0.19.3", "quick-protobuf", "rand 0.8.5", - "sha2 0.10.8", + "sha2 0.10.9", "thiserror 2.0.12", "tracing", "zeroize", @@ -9366,7 +9307,7 @@ version = "0.44.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "16ea178dabba6dde6ffc260a8e0452ccdc8f79becf544946692fff9d412fc29d" dependencies = [ - "arrayvec 0.7.4", + "arrayvec 0.7.6", "asynchronous-codec 0.6.2", "bytes", "either", @@ -9381,7 +9322,7 @@ dependencies = [ "quick-protobuf", "quick-protobuf-codec 0.2.0", "rand 0.8.5", - "sha2 0.10.8", + "sha2 0.10.9", "smallvec", "thiserror 1.0.69", "uint 0.9.5", @@ -9408,7 +9349,7 @@ dependencies = [ "quick-protobuf", "quick-protobuf-codec 0.3.1", "rand 0.8.5", - "sha2 0.10.8", + "sha2 0.10.9", "smallvec", "thiserror 2.0.12", "tracing", @@ -9488,7 +9429,7 @@ dependencies = [ "libp2p-ping 0.46.0", "libp2p-swarm 0.46.0", "pin-project", - "prometheus-client 0.22.2", + "prometheus-client 0.22.3", "web-time", ] @@ -9504,12 +9445,12 @@ dependencies = [ "libp2p-core 0.40.1", "libp2p-identity", "log", - "multiaddr 0.18.1", - "multihash 0.19.1", + "multiaddr 0.18.2", + "multihash 0.19.3", "once_cell", "quick-protobuf", "rand 0.8.5", - "sha2 0.10.8", + "sha2 0.10.9", "snow", "static_assertions", "thiserror 1.0.69", @@ -9581,11 +9522,11 @@ dependencies = [ "libp2p-identity", "libp2p-tls 0.2.1", "log", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "quinn 0.10.2", "rand 0.8.5", "ring 0.16.20", - "rustls 0.21.7", + "rustls 0.21.12", "socket2 0.5.10", "thiserror 1.0.69", "tokio", @@ -9684,7 +9625,7 @@ dependencies = [ "libp2p-core 0.43.0", "libp2p-identity", "libp2p-swarm-derive 0.35.0", - "lru 0.12.3", + "lru 0.12.5", "multistream-select", "once_cell", "rand 0.8.5", @@ -9704,7 +9645,7 @@ dependencies = [ "proc-macro-warning 0.4.2", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -9716,7 +9657,7 @@ dependencies = [ "heck 0.5.0", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -9782,8 +9723,8 @@ dependencies = [ "libp2p-identity", "rcgen 0.10.0", "ring 0.16.20", - "rustls 0.21.7", - "rustls-webpki 0.101.4", + "rustls 0.21.12", + "rustls-webpki 0.101.7", "thiserror 1.0.69", "x509-parser 0.15.1", "yasna", @@ -9802,7 +9743,7 @@ dependencies = [ "rcgen 0.13.2", "ring 0.17.14", "rustls 0.23.28", - "rustls-webpki 0.101.4", + "rustls-webpki 0.101.7", "thiserror 2.0.12", "x509-parser 0.16.0", "yasna", @@ -9865,13 +9806,13 @@ dependencies = [ "libp2p-core 0.40.1", "libp2p-identity", "log", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "pin-project-lite", "rw-stream-sink", - "soketto 0.8.0", + "soketto 0.8.1", "thiserror 1.0.69", "url", - "webpki-roots 0.25.2", + "webpki-roots 0.25.4", ] [[package]] @@ -9903,13 +9844,24 @@ dependencies = [ ] [[package]] -name = "librocksdb-sys" -version = "0.11.0+8.1.1" +name = "libredox" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3386f101bcb4bd252d8e9d2fb41ec3b0862a15a62b478c355b2982efa469e3e" +checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" dependencies = [ - "bindgen", - "bzip2-sys", + "bitflags 2.9.1", + "libc", + "redox_syscall 0.5.13", +] + +[[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", @@ -9919,12 +9871,12 @@ dependencies = [ [[package]] name = "libsecp256k1" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1" +checksum = "e79019718125edc905a079a70cfa5f3820bc76139fc91d6f9abc27ea2a887139" dependencies = [ "arrayref", - "base64 0.13.1", + "base64 0.22.1", "digest 0.9.0", "hmac-drbg", "libsecp256k1-core", @@ -9967,9 +9919,9 @@ dependencies = [ [[package]] name = "libssh2-sys" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2dc8a030b787e2119a731f1951d6a773e2280c660f8ec4b0f5e1505a386e71ee" +checksum = "220e4f05ad4a218192533b300327f5150e809b54c4ec83b5a1d91833601811b9" dependencies = [ "cc", "libc", @@ -9981,9 +9933,9 @@ dependencies = [ [[package]] name = "libz-sys" -version = "1.1.19" +version = "1.1.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdc53a7799a7496ebc9fd29f31f7df80e83c9bda5299768af5f9e59eeea74647" +checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d" dependencies = [ "cc", "libc", @@ -9993,9 +9945,9 @@ dependencies = [ [[package]] name = "link-cplusplus" -version = "1.0.9" +version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9" +checksum = "4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212" dependencies = [ "cc", ] @@ -10008,20 +9960,20 @@ checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" [[package]] name = "linked_hash_set" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588" +checksum = "bae85b5be22d9843c80e5fc80e9b64c8a3b1f98f867c709956eca3efff4e92e2" dependencies = [ "linked-hash-map", ] [[package]] name = "linregress" -version = "0.5.2" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4de0b5f52a9f84544d268f5fabb71b38962d6aa3c6600b8bcd27d44ccf9c9c45" +checksum = "a9eda9dcf4f2a99787827661f312ac3219292549c2ee992bf9a6248ffb066bf7" dependencies = [ - "nalgebra", + "nalgebra 0.33.2", ] [[package]] @@ -10038,9 +9990,9 @@ checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" [[package]] name = "linux-raw-sys" -version = "0.4.14" +version = "0.4.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" +checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" [[package]] name = "linux-raw-sys" @@ -10086,13 +10038,13 @@ dependencies = [ "multiaddr 0.17.1", "multihash 0.17.0", "network-interface", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "pin-project", "prost 0.13.5", "prost-build", "rand 0.8.5", "serde", - "sha2 0.10.8", + "sha2 0.10.9", "simple-dns", "smallvec", "snow", @@ -10121,9 +10073,9 @@ checksum = "b4ce301924b7887e9d637144fdade93f9dfff9b60981d4ac161db09720d39aa5" [[package]] name = "lock_api" -version = "0.4.10" +version = "0.4.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16" +checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765" dependencies = [ "autocfg", "scopeguard", @@ -10131,9 +10083,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.22" +version = "0.4.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" +checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" [[package]] name = "loom" @@ -10150,11 +10102,11 @@ dependencies = [ [[package]] name = "lru" -version = "0.12.3" +version = "0.12.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3262e75e648fce39813cb56ac41f3c3e3f65217ebf3844d818d1f9398cfb0dc" +checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" dependencies = [ - "hashbrown 0.14.5", + "hashbrown 0.15.4", ] [[package]] @@ -10163,7 +10115,7 @@ version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "227748d55f2f0ab4735d87fd623798cb6b664512fe979705f829c9f81c934465" dependencies = [ - "hashbrown 0.15.2", + "hashbrown 0.15.4", ] [[package]] @@ -10183,19 +10135,18 @@ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" [[package]] name = "lz4" -version = "1.24.0" +version = "1.28.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1" +checksum = "a20b523e860d03443e98350ceaac5e71c6ba89aea7d960769ec3ce37f4de5af4" dependencies = [ - "libc", "lz4-sys", ] [[package]] name = "lz4-sys" -version = "1.9.4" +version = "1.11.1+lz4-1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900" +checksum = "6bd8c0d6c6ed0cd30b3652886bb8711dc4bb01d637a68105a3d5158039b418e6" dependencies = [ "cc", "libc", @@ -10227,7 +10178,7 @@ checksum = "1b27834086c65ec3f9387b096d66e99f221cf081c2b738042aa252bcd41204e3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -10239,7 +10190,7 @@ dependencies = [ "macro_magic_core", "macro_magic_macros", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -10253,7 +10204,7 @@ dependencies = [ "macro_magic_core_macros", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -10264,7 +10215,7 @@ checksum = "b02abfe41815b5bd98dbd4260173db2c116dda171dc0fe7838cb206333b83308" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -10275,7 +10226,7 @@ checksum = "73ea28ee64b88876bf45277ed9a5817c1817df061a74f2b988971a12570e5869" dependencies = [ "macro_magic_core", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -10284,12 +10235,6 @@ version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" -[[package]] -name = "match_cfg" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" - [[package]] name = "matchers" version = "0.1.0" @@ -10307,9 +10252,9 @@ checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" [[package]] name = "matrixmultiply" -version = "0.3.7" +version = "0.3.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "090126dc04f95dc0d1c1c91f61bdd474b3930ca064c1edc8a849da2c6cbe1e77" +checksum = "a06de3016e9fae57a36fd14dba131fccf49f74b40b7fbdb472f96e361ec71a08" dependencies = [ "autocfg", "rawpointer", @@ -10317,17 +10262,17 @@ dependencies = [ [[package]] name = "memchr" -version = "2.7.2" +version = "2.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d" +checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0" [[package]] name = "memfd" -version = "0.6.3" +version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffc89ccdc6e10d6907450f753537ebc5c5d3460d2e4e62ea74bd571db62c0f9e" +checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64" dependencies = [ - "rustix 0.37.23", + "rustix 0.38.44", ] [[package]] @@ -10386,9 +10331,9 @@ dependencies = [ [[package]] name = "memoffset" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" +checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" dependencies = [ "autocfg", ] @@ -10436,9 +10381,9 @@ dependencies = [ [[package]] name = "mimalloc" -version = "0.1.46" +version = "0.1.47" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "995942f432bbb4822a7e9c3faa87a695185b0d09273ba85f097b54f4e458f2af" +checksum = "b1791cbe101e95af5764f06f20f6760521f7158f69dbf9d6baf941ee1bf6bc40" dependencies = [ "libmimalloc-sys", ] @@ -10467,22 +10412,22 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" [[package]] name = "miniz_oxide" -version = "0.7.1" +version = "0.8.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" +checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" dependencies = [ - "adler", + "adler2", ] [[package]] name = "mio" -version = "1.0.3" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" +checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c" dependencies = [ "libc", - "wasi 0.11.0+wasi-snapshot-preview1", - "windows-sys 0.52.0", + "wasi 0.11.1+wasi-snapshot-preview1", + "windows-sys 0.59.0", ] [[package]] @@ -10492,7 +10437,7 @@ 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", @@ -10501,7 +10446,7 @@ dependencies = [ "hashlink 0.8.4", "lioness", "log", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "rand 0.8.5", "rand_chacha 0.3.1", "rand_distr", @@ -10535,7 +10480,7 @@ dependencies = [ "downcast", "fragile", "mockall_derive 0.13.1", - "predicates 3.1.2", + "predicates 3.1.3", "predicates-tree", ] @@ -10560,7 +10505,7 @@ dependencies = [ "cfg-if", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -10573,9 +10518,9 @@ dependencies = [ "crossbeam-epoch", "crossbeam-utils", "loom", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "portable-atomic", - "rustc_version 0.4.0", + "rustc_version 0.4.1", "smallvec", "tagptr", "thiserror 1.0.69", @@ -10615,20 +10560,20 @@ dependencies = [ [[package]] name = "multiaddr" -version = "0.18.1" +version = "0.18.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b852bc02a2da5feed68cd14fa50d0774b92790a5bdbfa932a813926c8472070" +checksum = "fe6351f60b488e04c1d21bc69e56b89cb3f5e8f5d22557d6e8031bdfd79b6961" dependencies = [ "arrayref", "byteorder", "data-encoding", "libp2p-identity", "multibase", - "multihash 0.19.1", + "multihash 0.19.3", "percent-encoding", "serde", "static_assertions", - "unsigned-varint 0.7.2", + "unsigned-varint 0.8.0", "url", ] @@ -10655,19 +10600,19 @@ dependencies = [ "core2", "digest 0.10.7", "multihash-derive", - "sha2 0.10.8", + "sha2 0.10.9", "sha3", "unsigned-varint 0.7.2", ] [[package]] name = "multihash" -version = "0.19.1" +version = "0.19.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "076d548d76a0e2a0d4ab471d0b1c36c577786dfc4471242035d97a12a735c492" +checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d" dependencies = [ "core2", - "unsigned-varint 0.7.2", + "unsigned-varint 0.8.0", ] [[package]] @@ -10686,9 +10631,9 @@ dependencies = [ [[package]] name = "multimap" -version = "0.8.3" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a" +checksum = "1d87ecb2933e8aeadb3e3a02b828fed80a7528047e68b4f424523a0981a3a084" [[package]] name = "multistream-select" @@ -10712,9 +10657,9 @@ checksum = "30aefc44d813c51b5e7952950e87c17f2e0e1a3274d63c8281a701e05323d548" [[package]] name = "nalgebra" -version = "0.32.3" +version = "0.32.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "307ed9b18cc2423f29e83f84fd23a8e73628727990181f18641a8b5dc2ab1caa" +checksum = "7b5c17de023a86f59ed79891b2e5d5a94c705dbe904a5b5c9c952ea6221b03e4" dependencies = [ "approx", "matrixmultiply", @@ -10724,19 +10669,34 @@ dependencies = [ "num-traits", "rand 0.8.5", "rand_distr", - "simba", + "simba 0.8.1", + "typenum", +] + +[[package]] +name = "nalgebra" +version = "0.33.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26aecdf64b707efd1310e3544d709c5c0ac61c13756046aaaba41be5c4f66a3b" +dependencies = [ + "approx", + "matrixmultiply", + "num-complex", + "num-rational", + "num-traits", + "simba 0.9.0", "typenum", ] [[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.103", ] [[package]] @@ -10757,18 +10717,17 @@ checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3" [[package]] name = "native-tls" -version = "0.2.11" +version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e" +checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e" dependencies = [ - "lazy_static", "libc", "log", "openssl", "openssl-probe", "openssl-sys", "schannel", - "security-framework 2.10.0", + "security-framework 2.11.1", "security-framework-sys", "tempfile", ] @@ -10780,7 +10739,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b1bb540dc6ef51cfe1916ec038ce7a620daf3a111e2502d745197cd53d6bca15" dependencies = [ "libc", - "socket2 0.4.9", + "socket2 0.4.10", ] [[package]] @@ -10836,9 +10795,9 @@ dependencies = [ [[package]] name = "netlink-sys" -version = "0.8.5" +version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6471bf08e7ac0135876a9581bf3217ef0333c191c128d34878079f42ee150411" +checksum = "16c903aa70590cb93691bf97a767c8d1d6122d2cc9070433deb3bbf36ce8bd23" dependencies = [ "bytes", "futures", @@ -10970,7 +10929,7 @@ version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fcc7c92f190c97f79b4a332f5e81dcf68c8420af2045c936c9be0bc9de6f63b5" dependencies = [ - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", "syn 1.0.109", @@ -10988,9 +10947,9 @@ dependencies = [ [[package]] name = "num" -version = "0.4.1" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b05180d69e3da0e530ba2a1dae5110317e49e3b7f3d41be227dc5f92e49ee7af" +checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23" dependencies = [ "num-bigint", "num-complex", @@ -11002,20 +10961,19 @@ dependencies = [ [[package]] name = "num-bigint" -version = "0.4.4" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0" +checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" dependencies = [ - "autocfg", "num-integer", "num-traits", ] [[package]] name = "num-complex" -version = "0.4.4" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ba157ca0885411de85d6ca030ba7e2a83a28636056c7c699b07c8b6f7383214" +checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" dependencies = [ "num-traits", ] @@ -11034,7 +10992,7 @@ checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -11043,25 +11001,24 @@ 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", ] [[package]] name = "num-integer" -version = "0.1.45" +version = "0.1.46" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" +checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" dependencies = [ - "autocfg", "num-traits", ] [[package]] name = "num-iter" -version = "0.1.43" +version = "0.1.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252" +checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" dependencies = [ "autocfg", "num-integer", @@ -11070,11 +11027,10 @@ dependencies = [ [[package]] name = "num-rational" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0" +checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" dependencies = [ - "autocfg", "num-bigint", "num-integer", "num-traits", @@ -11092,11 +11048,11 @@ dependencies = [ [[package]] name = "num_cpus" -version = "1.16.0" +version = "1.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" +checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b" dependencies = [ - "hermit-abi 0.3.2", + "hermit-abi 0.5.2", "libc", ] @@ -11111,11 +11067,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]] @@ -11126,18 +11082,18 @@ checksum = "96667db765a921f7b295ffee8b60472b686a51d4f21c2ee4ffdb94c7013b65a6" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[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-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -11191,6 +11147,15 @@ dependencies = [ "memchr", ] +[[package]] +name = "object" +version = "0.36.7" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" +dependencies = [ + "memchr", +] + [[package]] name = "oid-registry" version = "0.6.1" @@ -11202,11 +11167,11 @@ dependencies = [ [[package]] name = "oid-registry" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c958dd45046245b9c3c2547369bb634eb461670b2e7e0de552905801a648d1d" +checksum = "a8d8034d9489cdaf79228eb9f6a3b8d7bb32ba00d6645ebd48eef4077ceb5bd9" dependencies = [ - "asn1-rs 0.6.1", + "asn1-rs 0.6.2", ] [[package]] @@ -11224,6 +11189,12 @@ version = "1.21.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" +[[package]] +name = "once_cell_polyfill" +version = "1.70.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad" + [[package]] name = "opaque-debug" version = "0.2.3" @@ -11232,15 +11203,15 @@ checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" [[package]] name = "opaque-debug" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" +checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" [[package]] name = "openssl" -version = "0.10.60" +version = "0.10.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79a4c6c3a2b158f7f8f2a2fc5a969fa3a068df6fc9dbb4a43845436e3af7c800" +checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8" dependencies = [ "bitflags 2.9.1", "cfg-if", @@ -11259,20 +11230,20 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] name = "openssl-probe" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" +checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" [[package]] name = "openssl-sys" -version = "0.9.96" +version = "0.9.109" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3812c071ba60da8b5677cc12bcb1d42989a65553772897a7e0355545a819838f" +checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571" dependencies = [ "cc", "libc", @@ -11312,8 +11283,8 @@ dependencies = [ "expander", "indexmap 2.9.0", "itertools 0.11.0", - "petgraph", - "proc-macro-crate 3.1.0", + "petgraph 0.6.5", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", "syn 1.0.109", @@ -11321,9 +11292,9 @@ dependencies = [ [[package]] name = "os_str_bytes" -version = "6.5.1" +version = "6.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d5d9eb14b174ee9aa2ef96dc2b94637a2d4b6e7cb873c7e171f0c20c6cf3eac" +checksum = "e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1" [[package]] name = "overload" @@ -11333,9 +11304,9 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "owo-colors" -version = "3.5.0" +version = "4.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" +checksum = "26995317201fa17f3656c36716aed4a7c81743a9634ac4c99c0eeda495db0cec" [[package]] name = "page_size" @@ -11683,7 +11654,7 @@ dependencies = [ "parity-scale-codec", "primitive-types 0.13.1", "scale-info", - "sha2 0.10.8", + "sha2 0.10.9", "sp-core", "sp-crypto-ec-utils", "sp-externalities", @@ -11698,7 +11669,7 @@ dependencies = [ name = "pallet-gear-builtin-rpc" version = "1.8.1" dependencies = [ - "jsonrpsee 0.24.7", + "jsonrpsee 0.24.9", "pallet-gear-builtin-rpc-runtime-api", "sp-api", "sp-blockchain", @@ -11802,7 +11773,7 @@ dependencies = [ name = "pallet-gear-eth-bridge-rpc" version = "1.8.1" dependencies = [ - "jsonrpsee 0.24.7", + "jsonrpsee 0.24.9", "pallet-gear-eth-bridge-rpc-runtime-api", "primitive-types 0.13.1", "sp-api", @@ -11895,7 +11866,7 @@ version = "1.8.1" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -11926,7 +11897,7 @@ version = "1.8.1" dependencies = [ "gear-common", "gear-core-errors", - "jsonrpsee 0.24.7", + "jsonrpsee 0.24.9", "pallet-gear-rpc-runtime-api", "sp-api", "sp-blockchain", @@ -12009,7 +11980,7 @@ dependencies = [ name = "pallet-gear-staking-rewards-rpc" version = "1.8.1" dependencies = [ - "jsonrpsee 0.24.7", + "jsonrpsee 0.24.9", "pallet-gear-staking-rewards-rpc-runtime-api", "sp-api", "sp-blockchain", @@ -12071,7 +12042,7 @@ name = "pallet-identity" version = "39.1.0" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ - "enumflags2 0.7.7", + "enumflags2 0.7.12", "frame-benchmarking", "frame-support", "frame-system", @@ -12352,7 +12323,7 @@ name = "pallet-transaction-payment-rpc" version = "42.0.0" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ - "jsonrpsee 0.24.7", + "jsonrpsee 0.24.9", "pallet-transaction-payment-rpc-runtime-api", "parity-scale-codec", "sp-api", @@ -12445,7 +12416,7 @@ checksum = "1526bb6aa9f10ec339fb10360f22c57edf81d5678d0278e93bc12a47ffbe4b01" dependencies = [ "bytecount", "fnv", - "unicode-width", + "unicode-width 0.1.14", ] [[package]] @@ -12475,7 +12446,7 @@ dependencies = [ "log", "lz4", "memmap2 0.5.10", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "rand 0.8.5", "siphasher 0.3.11", "snap", @@ -12484,11 +12455,11 @@ dependencies = [ [[package]] name = "parity-scale-codec" -version = "3.7.4" +version = "3.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9fde3d0718baf5bc92f577d652001da0f8d54cd03a7974e118d04fc888dc23d" +checksum = "799781ae679d79a948e13d4824a40970bfa500058d245760dd857301059810fa" dependencies = [ - "arrayvec 0.7.4", + "arrayvec 0.7.6", "bitvec", "byte-slice-cast", "bytes", @@ -12501,14 +12472,14 @@ dependencies = [ [[package]] name = "parity-scale-codec-derive" -version = "3.7.4" +version = "3.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "581c837bb6b9541ce7faa9377c20616e4fb7650f6b0f68bc93c827ee504fb7b3" +checksum = "34b4653168b563151153c9e4c08ebed57fb8262bebfa79711552fa983c623e7a" dependencies = [ - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -12518,9 +12489,9 @@ source = "git+https://github.com/gear-tech/parity-wasm?branch=v0.45.0-sign-ext#b [[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" @@ -12535,12 +12506,12 @@ dependencies = [ [[package]] name = "parking_lot" -version = "0.12.3" +version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" +checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13" dependencies = [ "lock_api", - "parking_lot_core 0.9.8", + "parking_lot_core 0.9.11", ] [[package]] @@ -12559,15 +12530,15 @@ dependencies = [ [[package]] name = "parking_lot_core" -version = "0.9.8" +version = "0.9.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447" +checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5" dependencies = [ "cfg-if", "libc", - "redox_syscall 0.3.5", + "redox_syscall 0.5.13", "smallvec", - "windows-targets 0.48.5", + "windows-targets 0.52.6", ] [[package]] @@ -12601,9 +12572,9 @@ checksum = "17359afc20d7ab31fdb42bb844c8b3bb1dabd7dcf7e68428492da7f16966fcef" [[package]] name = "pathdiff" -version = "0.2.1" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" +checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3" [[package]] name = "pbkdf2" @@ -12632,9 +12603,9 @@ dependencies = [ [[package]] name = "pem" -version = "3.0.4" +version = "3.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae" +checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3" dependencies = [ "base64 0.22.1", "serde", @@ -12648,19 +12619,20 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "pest" -version = "2.7.2" +version = "2.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1acb4a4365a13f749a93f1a094a7805e5cfa0955373a9de860d962eaa3a5fe5a" +checksum = "1db05f56d34358a8b1066f67cbb203ee3e7ed2ba674a6263a1d5ec6db2204323" dependencies = [ - "thiserror 1.0.69", + "memchr", + "thiserror 2.0.12", "ucd-trie", ] [[package]] name = "pest_derive" -version = "2.7.2" +version = "2.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "666d00490d4ac815001da55838c500eafb0320019bbaa44444137c48b443a853" +checksum = "bb056d9e8ea77922845ec74a1c4e8fb17e7c218cc4fc11a15c5d25e189aa40bc" dependencies = [ "pest", "pest_generator", @@ -12668,35 +12640,44 @@ dependencies = [ [[package]] name = "pest_generator" -version = "2.7.2" +version = "2.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68ca01446f50dbda87c1786af8770d535423fa8a53aec03b8f4e3d7eb10e0929" +checksum = "87e404e638f781eb3202dc82db6760c8ae8a1eeef7fb3fa8264b2ef280504966" dependencies = [ "pest", "pest_meta", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] name = "pest_meta" -version = "2.7.2" +version = "2.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "56af0a30af74d0445c0bf6d9d051c979b516a1a5af790d251daee76005420a48" +checksum = "edd1101f170f5903fde0914f899bb503d9ff5271d7ba76bbb70bea63690cc0d5" dependencies = [ - "once_cell", "pest", - "sha2 0.10.8", + "sha2 0.10.9", ] [[package]] name = "petgraph" -version = "0.6.4" +version = "0.6.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" +dependencies = [ + "fixedbitset 0.4.2", + "indexmap 2.9.0", +] + +[[package]] +name = "petgraph" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9" +checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772" dependencies = [ - "fixedbitset", + "fixedbitset 0.5.7", "indexmap 2.9.0", ] @@ -12707,7 +12688,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e9567389417feee6ce15dd6527a8a1ecac205ef62c2932bcf3d9f6fc5b78b414" dependencies = [ "futures", - "rustc_version 0.4.0", + "rustc_version 0.4.1", ] [[package]] @@ -12727,14 +12708,14 @@ checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] name = "pin-project-lite" -version = "0.2.13" +version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" +checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" [[package]] name = "pin-utils" @@ -12744,12 +12725,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.1.1", + "fastrand 2.3.0", "futures-io", ] @@ -12765,9 +12746,9 @@ dependencies = [ [[package]] name = "pkg-config" -version = "0.3.27" +version = "0.3.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964" +checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" [[package]] name = "polkadot-core-primitives" @@ -12807,7 +12788,7 @@ dependencies = [ "async-channel 1.9.0", "async-trait", "bitvec", - "derive_more 0.99.18", + "derive_more 0.99.20", "fatality", "futures", "hex", @@ -12857,7 +12838,7 @@ source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot dependencies = [ "async-trait", "bitvec", - "derive_more 0.99.18", + "derive_more 0.99.20", "fatality", "futures", "orchestra", @@ -12888,7 +12869,7 @@ dependencies = [ "futures", "futures-timer", "orchestra", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "polkadot-node-metrics", "polkadot-node-network-protocol", "polkadot-node-primitives", @@ -12907,7 +12888,7 @@ version = "15.0.0" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "bounded-collections", - "derive_more 0.99.18", + "derive_more 0.99.20", "parity-scale-codec", "polkadot-core-primitives", "scale-info", @@ -13048,7 +13029,7 @@ dependencies = [ "polkavm-common", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -13058,7 +13039,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ba81f7b5faac81e528eb6158a6f3c9e0bb1008e0ffa19653bc8dea925ecb429" dependencies = [ "polkavm-derive-impl", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -13067,7 +13048,7 @@ version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c7be503e60cf56c0eb785f90aaba4b583b36bff00e93997d93fef97f9553c39" dependencies = [ - "gimli 0.28.0", + "gimli 0.28.1", "hashbrown 0.14.5", "log", "object 0.32.2", @@ -13100,27 +13081,17 @@ dependencies = [ [[package]] name = "polling" -version = "3.5.0" +version = "3.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24f040dee2588b4963afb4e420540439d126f73fdacf4a9c486a96d840bac3c9" +checksum = "b53a684391ad002dd6a596ceb6c74fd004fdce75f4be2e3f615068abbea5fd50" dependencies = [ "cfg-if", "concurrent-queue", + "hermit-abi 0.5.2", "pin-project-lite", - "rustix 0.38.41", + "rustix 1.0.7", "tracing", - "windows-sys 0.52.0", -] - -[[package]] -name = "poly1305" -version = "0.7.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede" -dependencies = [ - "cpufeatures", - "opaque-debug 0.3.0", - "universal-hash 0.4.0", + "windows-sys 0.59.0", ] [[package]] @@ -13130,20 +13101,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf" dependencies = [ "cpufeatures", - "opaque-debug 0.3.0", - "universal-hash 0.5.1", -] - -[[package]] -name = "polyval" -version = "0.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1" -dependencies = [ - "cfg-if", - "cpufeatures", - "opaque-debug 0.3.0", - "universal-hash 0.4.0", + "opaque-debug 0.3.1", + "universal-hash", ] [[package]] @@ -13154,15 +13113,15 @@ checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25" dependencies = [ "cfg-if", "cpufeatures", - "opaque-debug 0.3.0", - "universal-hash 0.5.1", + "opaque-debug 0.3.1", + "universal-hash", ] [[package]] name = "portable-atomic" -version = "1.9.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2" +checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483" [[package]] name = "postcard" @@ -13194,9 +13153,12 @@ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" [[package]] name = "ppv-lite86" -version = "0.2.17" +version = "0.2.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" +checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" +dependencies = [ + "zerocopy", +] [[package]] name = "predicates" @@ -13214,9 +13176,9 @@ dependencies = [ [[package]] name = "predicates" -version = "3.1.2" +version = "3.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e9086cc7640c29a356d1a29fd134380bee9d8f79a17410aa76e7ad295f42c97" +checksum = "a5d19ee57562043d37e82899fade9a22ebab7be9cef5026b07fda9cdd4293573" dependencies = [ "anstyle", "predicates-core", @@ -13224,15 +13186,15 @@ dependencies = [ [[package]] name = "predicates-core" -version = "1.0.6" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174" +checksum = "727e462b119fe9c93fd0eb1429a5f7647394014cf3c04ab2c0350eeb09095ffa" [[package]] name = "predicates-tree" -version = "1.0.9" +version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf" +checksum = "72dd2d6d381dfb73a193c7fca536518d7caee39fc8503f74e7dc0be0531b425c" dependencies = [ "predicates-core", "termtree", @@ -13240,9 +13202,9 @@ dependencies = [ [[package]] name = "pretty_assertions" -version = "1.4.0" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66" +checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d" dependencies = [ "diff", "yansi", @@ -13250,12 +13212,12 @@ dependencies = [ [[package]] name = "prettyplease" -version = "0.2.15" +version = "0.2.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae005bd773ab59b4725093fd7df83fd7892f7d8eafb48dbd7de6e024e4215f9d" +checksum = "6837b9e10d61f45f987d50808f83d1ee3d206c66acf650c3e4ae2e1f6ddedf55" dependencies = [ "proc-macro2", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -13293,7 +13255,7 @@ checksum = "a172e6cc603231f2cf004232eabcecccc0da53ba576ab286ef7baa0cfc7927ad" dependencies = [ "coarsetime", "crossbeam-queue", - "derive_more 0.99.18", + "derive_more 0.99.20", "futures", "futures-timer", "nanorand", @@ -13322,11 +13284,11 @@ dependencies = [ [[package]] name = "proc-macro-crate" -version = "3.1.0" +version = "3.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284" +checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35" dependencies = [ - "toml_edit 0.21.1", + "toml_edit", ] [[package]] @@ -13372,7 +13334,7 @@ dependencies = [ "proc-macro-error-attr2", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -13383,40 +13345,40 @@ checksum = "3d1eaa7fa0aa1929ffdf7eeb6eac234dde6268914a14ad44d23521ab6a9b258e" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] name = "proc-macro-warning" -version = "1.0.2" +version = "1.84.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "834da187cfe638ae8abb0203f0b33e5ccdb02a28e7199f2f47b3e2754f50edca" +checksum = "75eea531cfcd120e0851a3f8aed42c4841f78c889eefafd96339c72677ae42c3" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] name = "proc-macro2" -version = "1.0.94" +version = "1.0.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84" +checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" dependencies = [ "unicode-ident", ] [[package]] name = "prometheus" -version = "0.13.3" +version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c" +checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1" dependencies = [ "cfg-if", "fnv", "lazy_static", "memchr", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "thiserror 1.0.69", ] @@ -13428,19 +13390,19 @@ checksum = "3c99afa9a01501019ac3a14d71d9f94050346f55ca471ce90c799a15c58f61e2" dependencies = [ "dtoa", "itoa", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "prometheus-client-derive-encode", ] [[package]] name = "prometheus-client" -version = "0.22.2" +version = "0.22.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1ca959da22a332509f2a73ae9e5f23f9dcfc31fd3a54d71f159495bd5909baa" +checksum = "504ee9ff529add891127c4827eb481bd69dc0ebc72e9a682e187db4caa60c3ca" dependencies = [ "dtoa", "itoa", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "prometheus-client-derive-encode", ] @@ -13452,24 +13414,24 @@ checksum = "440f724eba9f6996b75d63681b0a92b06947f1457076d503a4d2e2c8f56442b8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] name = "proptest" -version = "1.6.0" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14cae93065090804185d3b75f0bf93b8eeda30c7a9b4a33d3bdb3988d6229e50" +checksum = "6fcdab19deb5195a31cf7726a210015ff1496ba1464fd42cb4f537b8b01b471f" dependencies = [ "bit-set", "bit-vec", "bitflags 2.9.1", "lazy_static", "num-traits", - "rand 0.8.5", - "rand_chacha 0.3.1", + "rand 0.9.1", + "rand_chacha 0.9.0", "rand_xorshift", - "regex-syntax 0.8.2", + "regex-syntax 0.8.5", "rusty-fork", "tempfile", "unarray", @@ -13506,12 +13468,12 @@ dependencies = [ "log", "multimap", "once_cell", - "petgraph", + "petgraph 0.7.1", "prettyplease", "prost 0.13.5", "prost-types", "regex", - "syn 2.0.100", + "syn 2.0.103", "tempfile", ] @@ -13525,7 +13487,7 @@ dependencies = [ "itertools 0.12.1", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -13538,7 +13500,7 @@ dependencies = [ "itertools 0.14.0", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -13552,9 +13514,9 @@ dependencies = [ [[package]] name = "psm" -version = "0.1.21" +version = "0.1.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874" +checksum = "6e944464ec8536cd1beb0bbfd96987eb5e3b72f2ecdafdc5c769a37f1fa2ae1f" dependencies = [ "cc", ] @@ -13592,15 +13554,15 @@ dependencies = [ [[package]] name = "quanta" -version = "0.12.3" +version = "0.12.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e5167a477619228a0b284fac2674e3c388cba90631d7b7de620e6f1fcd08da5" +checksum = "f3ab5a9d756f0d97bdc89019bd2e4ea098cf9cde50ee7564dde6b81ccc8f06c7" dependencies = [ "crossbeam-utils", "libc", "once_cell", "raw-cpuid", - "wasi 0.11.0+wasi-snapshot-preview1", + "wasi 0.11.1+wasi-snapshot-preview1", "web-sys", "winapi", ] @@ -13668,7 +13630,7 @@ dependencies = [ "quinn-proto 0.10.6", "quinn-udp 0.4.1", "rustc-hash 1.1.0", - "rustls 0.21.7", + "rustls 0.21.12", "thiserror 1.0.69", "tokio", "tracing", @@ -13685,7 +13647,7 @@ dependencies = [ "futures-io", "pin-project-lite", "quinn-proto 0.11.12", - "quinn-udp 0.5.12", + "quinn-udp 0.5.13", "rustc-hash 2.1.1", "rustls 0.23.28", "socket2 0.5.10", @@ -13705,7 +13667,7 @@ dependencies = [ "rand 0.8.5", "ring 0.16.20", "rustc-hash 1.1.0", - "rustls 0.21.7", + "rustls 0.21.12", "slab", "thiserror 1.0.69", "tinyvec", @@ -13719,9 +13681,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "49df843a9161c85bb8aae55f101bc0bac8bcafd637a620d9122fd7e0b2f7422e" dependencies = [ "bytes", - "getrandom 0.3.1", + "getrandom 0.3.3", "lru-slab", - "rand 0.9.0", + "rand 0.9.1", "ring 0.17.14", "rustc-hash 2.1.1", "rustls 0.23.28", @@ -13748,9 +13710,9 @@ dependencies = [ [[package]] name = "quinn-udp" -version = "0.5.12" +version = "0.5.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee4e529991f949c5e25755532370b8af5d114acae52326361d68d47af64aa842" +checksum = "fcebb1209ee276352ef14ff8732e24cc2b02bbac986cd74a4c81bcb2f9881970" dependencies = [ "cfg_aliases 0.2.1", "libc", @@ -13769,6 +13731,12 @@ dependencies = [ "proc-macro2", ] +[[package]] +name = "r-efi" +version = "5.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" + [[package]] name = "radium" version = "0.7.0" @@ -13789,14 +13757,13 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94" +checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" dependencies = [ "rand_chacha 0.9.0", "rand_core 0.9.3", "serde", - "zerocopy 0.8.23", ] [[package]] @@ -13825,7 +13792,7 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" dependencies = [ - "getrandom 0.2.15", + "getrandom 0.2.16", ] [[package]] @@ -13834,7 +13801,7 @@ version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" dependencies = [ - "getrandom 0.3.1", + "getrandom 0.3.3", "serde", ] @@ -13859,18 +13826,18 @@ dependencies = [ [[package]] name = "rand_xorshift" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f" +checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a" dependencies = [ - "rand_core 0.6.4", + "rand_core 0.9.3", ] [[package]] name = "raw-cpuid" -version = "11.2.0" +version = "11.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ab240315c661615f2ee9f0f2cd32d5a7343a84d5ebcccb99d46e6637565e7b0" +checksum = "c6df7ab838ed27997ba19a4664507e6f82b41fe6e20be42929332156e5e85146" dependencies = [ "bitflags 2.9.1", ] @@ -13919,7 +13886,7 @@ version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "75e669e5202259b5314d1ea5397316ad400819437857b90861765f24c4cf80a2" dependencies = [ - "pem 3.0.4", + "pem 3.0.5", "ring 0.17.14", "rustls-pki-types", "time", @@ -13953,42 +13920,42 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.3.5" +version = "0.5.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" +checksum = "0d04b7d0ee6b4a0207a0a7adb104d23ecb0b47d6beae7152d0fa34b692b29fd6" dependencies = [ - "bitflags 1.3.2", + "bitflags 2.9.1", ] [[package]] name = "redox_users" -version = "0.4.3" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" +checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" dependencies = [ - "getrandom 0.2.15", - "redox_syscall 0.2.16", + "getrandom 0.2.16", + "libredox", "thiserror 1.0.69", ] [[package]] name = "ref-cast" -version = "1.0.23" +version = "1.0.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ccf0a6f84d5f1d581da8b41b47ec8600871962f2a528115b542b362d4b744931" +checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf" dependencies = [ "ref-cast-impl", ] [[package]] name = "ref-cast-impl" -version = "1.0.23" +version = "1.0.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bcc303e793d3734489387d205e9b186fac9c6cfacedd98cbb2e8a5943595f3e6" +checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -14018,14 +13985,14 @@ dependencies = [ [[package]] name = "regex" -version = "1.10.5" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f" +checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" dependencies = [ "aho-corasick", "memchr", - "regex-automata 0.4.6", - "regex-syntax 0.8.2", + "regex-automata 0.4.9", + "regex-syntax 0.8.5", ] [[package]] @@ -14039,13 +14006,13 @@ dependencies = [ [[package]] name = "regex-automata" -version = "0.4.6" +version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea" +checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" dependencies = [ "aho-corasick", "memchr", - "regex-syntax 0.8.2", + "regex-syntax 0.8.5", ] [[package]] @@ -14056,9 +14023,9 @@ checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" [[package]] name = "regex-syntax" -version = "0.8.2" +version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f" +checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "region" @@ -14076,7 +14043,7 @@ dependencies = [ name = "regression-analysis" version = "0.1.0" dependencies = [ - "clap 4.5.23", + "clap 4.5.40", "frame-support", "junit-common", "pallet-gear", @@ -14090,67 +14057,59 @@ dependencies = [ [[package]] name = "rend" -version = "0.4.0" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "581008d2099240d37fb08d77ad713bcaec2c4d89d50b5b21a8bb1996bbab68ab" +checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c" dependencies = [ "bytecheck", ] [[package]] name = "reqwest" -version = "0.12.9" +version = "0.12.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a77c62af46e79de0a562e1a9849205ffcb7fc1238876e9bd743357570e04046f" +checksum = "eabf4c97d9130e2bf606614eb937e86edac8292eaa6f422f995d7e8de1eb1813" dependencies = [ "base64 0.22.1", "bytes", "futures-core", - "futures-util", - "http 1.1.0", - "http-body 1.0.0", + "http 1.3.1", + "http-body 1.0.1", "http-body-util", - "hyper 1.4.1", - "hyper-rustls 0.27.3", + "hyper 1.6.0", + "hyper-rustls 0.27.7", "hyper-tls", "hyper-util", - "ipnet", "js-sys", "log", - "mime", "native-tls", - "once_cell", "percent-encoding", "pin-project-lite", "quinn 0.11.8", "rustls 0.23.28", - "rustls-pemfile 2.1.2", "rustls-pki-types", "serde", "serde_json", "serde_urlencoded", - "sync_wrapper 1.0.1", + "sync_wrapper", "tokio", "tokio-native-tls", - "tokio-rustls 0.26.0", + "tokio-rustls 0.26.2", + "tower 0.5.2", + "tower-http 0.6.6", "tower-service", "url", "wasm-bindgen", "wasm-bindgen-futures", "web-sys", - "webpki-roots 0.26.3", - "windows-registry", + "webpki-roots 1.0.1", ] [[package]] name = "resolv-conf" -version = "0.7.0" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00" -dependencies = [ - "hostname", - "quick-error", -] +checksum = "95325155c684b1c89f7765e30bc1c42e4a6da51ca513615660cb8a62ef9a88e3" [[package]] name = "rfc6979" @@ -14185,7 +14144,7 @@ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" dependencies = [ "cc", "cfg-if", - "getrandom 0.2.15", + "getrandom 0.2.16", "libc", "untrusted 0.9.0", "windows-sys 0.52.0", @@ -14202,12 +14161,13 @@ dependencies = [ [[package]] name = "rkyv" -version = "0.7.42" +version = "0.7.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0200c8230b013893c0b2d6213d6ec64ed2b9be2e0e016682b7224ff82cff5c58" +checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b" dependencies = [ "bitvec", "bytecheck", + "bytes", "hashbrown 0.12.3", "indexmap 1.9.3", "ptr_meta", @@ -14220,9 +14180,9 @@ dependencies = [ [[package]] name = "rkyv_derive" -version = "0.7.42" +version = "0.7.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2e06b915b5c230a17d7a736d1e2e63ee753c256a8614ef3f5147b13a4f5541d" +checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0" dependencies = [ "proc-macro2", "quote", @@ -14245,7 +14205,7 @@ version = "0.1.0" source = "git+https://github.com/gear-tech/roast?branch=gear-v0.1.0#925a0e7313534b8ab901c4ff8b6c4af91b149d01" dependencies = [ "aes 0.8.4", - "ctr 0.9.2", + "ctr", "digest 0.10.7", "document-features", "frost-core", @@ -14285,13 +14245,13 @@ checksum = "afab94fb28594581f62d981211a9a4d53cc8130bbcbbb89a0440d9b8e81a7746" [[package]] name = "rpassword" -version = "7.2.0" +version = "7.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6678cf63ab3491898c0d021b493c94c9b221d91295294a2a5746eacbe5928322" +checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39" dependencies = [ "libc", "rtoolbox", - "winapi", + "windows-sys 0.59.0", ] [[package]] @@ -14314,19 +14274,19 @@ dependencies = [ [[package]] name = "rtoolbox" -version = "0.0.1" +version = "0.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "034e22c514f5c0cb8a10ff341b9b048b5ceb21591f31c8f44c43b960f9b3524a" +checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f" dependencies = [ "libc", - "winapi", + "windows-sys 0.52.0", ] [[package]] name = "ruint" -version = "1.14.0" +version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78a46eb779843b2c4f21fac5773e25d6d5b7c8f0922876c91541790d2ca27eef" +checksum = "11256b5fe8c68f56ac6f39ef0720e592f33d2367a4782740d9c9142e889c7fb4" dependencies = [ "alloy-rlp", "ark-ff 0.3.0", @@ -14341,7 +14301,7 @@ dependencies = [ "primitive-types 0.12.2", "proptest", "rand 0.8.5", - "rand 0.9.0", + "rand 0.9.1", "rlp", "ruint-macro", "serde", @@ -14360,7 +14320,7 @@ name = "runtime-fuzzer" version = "0.1.0" dependencies = [ "anyhow", - "clap 4.5.23", + "clap 4.5.40", "frame-support", "frame-system", "gear-call-gen", @@ -14401,9 +14361,9 @@ dependencies = [ [[package]] name = "rustc-demangle" -version = "0.1.23" +version = "0.1.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" +checksum = "989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f" [[package]] name = "rustc-hash" @@ -14434,11 +14394,11 @@ dependencies = [ [[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.18", + "semver 1.0.26", ] [[package]] @@ -14452,9 +14412,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.36.15" +version = "0.36.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c37f1bd5ef1b5422177b7646cba67430579cfe2ace80f284fee876bca52ad941" +checksum = "305efbd14fde4139eb501df5f136994bb520b033fa9fbdce287507dc23b8c7ed" dependencies = [ "bitflags 1.3.2", "errno", @@ -14466,9 +14426,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.37.23" +version = "0.37.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06" +checksum = "519165d378b97752ca44bbe15047d5d3409e875f39327546b42ac81d7e18c1b6" dependencies = [ "bitflags 1.3.2", "errno", @@ -14480,15 +14440,15 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.41" +version = "0.38.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7f649912bc1495e167a6edee79151c84b1bad49748cb4f1f1167f459f6224f6" +checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" dependencies = [ "bitflags 2.9.1", "errno", "libc", - "linux-raw-sys 0.4.14", - "windows-sys 0.52.0", + "linux-raw-sys 0.4.15", + "windows-sys 0.59.0", ] [[package]] @@ -14506,13 +14466,13 @@ dependencies = [ [[package]] name = "rustls" -version = "0.21.7" +version = "0.21.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd8d6c9f025a446bc4d18ad9632e69aec8f287aa84499ee335599fabd20c3fd8" +checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" dependencies = [ "log", - "ring 0.16.20", - "rustls-webpki 0.101.4", + "ring 0.17.14", + "rustls-webpki 0.101.7", "sct", ] @@ -14525,7 +14485,7 @@ dependencies = [ "log", "ring 0.17.14", "rustls-pki-types", - "rustls-webpki 0.102.4", + "rustls-webpki 0.102.8", "subtle 2.6.1", "zeroize", ] @@ -14552,22 +14512,22 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00" dependencies = [ "openssl-probe", - "rustls-pemfile 1.0.3", + "rustls-pemfile 1.0.4", "schannel", - "security-framework 2.10.0", + "security-framework 2.11.1", ] [[package]] name = "rustls-native-certs" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04182dffc9091a404e0fc069ea5cd60e5b866c3adf881eff99a32d048242dffa" +checksum = "e5bfb394eeed242e909609f56089eecfe5fda225042e8b171791b9c95f5931e5" dependencies = [ "openssl-probe", - "rustls-pemfile 2.1.2", + "rustls-pemfile 2.2.0", "rustls-pki-types", "schannel", - "security-framework 2.10.0", + "security-framework 2.11.1", ] [[package]] @@ -14584,20 +14544,19 @@ dependencies = [ [[package]] name = "rustls-pemfile" -version = "1.0.3" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2" +checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" dependencies = [ "base64 0.21.7", ] [[package]] name = "rustls-pemfile" -version = "2.1.2" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d" +checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" dependencies = [ - "base64 0.22.1", "rustls-pki-types", ] @@ -14613,25 +14572,46 @@ dependencies = [ [[package]] name = "rustls-platform-verifier" -version = "0.3.3" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93bda3f493b9abe5b93b3e7e3ecde0df292f2bd28c0296b90586ee0055ff5123" +checksum = "afbb878bdfdf63a336a5e63561b1835e7a8c91524f51621db870169eac84b490" dependencies = [ - "core-foundation 0.9.3", + "core-foundation 0.9.4", "core-foundation-sys", - "jni", + "jni 0.19.0", "log", "once_cell", "rustls 0.23.28", - "rustls-native-certs 0.7.2", + "rustls-native-certs 0.7.3", "rustls-platform-verifier-android", - "rustls-webpki 0.102.4", - "security-framework 2.10.0", + "rustls-webpki 0.102.8", + "security-framework 2.11.1", "security-framework-sys", - "webpki-roots 0.26.3", + "webpki-roots 0.26.11", "winapi", ] +[[package]] +name = "rustls-platform-verifier" +version = "0.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1" +dependencies = [ + "core-foundation 0.10.1", + "core-foundation-sys", + "jni 0.21.1", + "log", + "once_cell", + "rustls 0.23.28", + "rustls-native-certs 0.8.1", + "rustls-platform-verifier-android", + "rustls-webpki 0.103.3", + "security-framework 3.2.0", + "security-framework-sys", + "webpki-root-certs 0.26.11", + "windows-sys 0.59.0", +] + [[package]] name = "rustls-platform-verifier-android" version = "0.1.1" @@ -14640,19 +14620,19 @@ checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" [[package]] name = "rustls-webpki" -version = "0.101.4" +version = "0.101.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d93931baf2d282fff8d3a532bbfd7653f734643161b87e3e01e59a04439bf0d" +checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" dependencies = [ - "ring 0.16.20", - "untrusted 0.7.1", + "ring 0.17.14", + "untrusted 0.9.0", ] [[package]] name = "rustls-webpki" -version = "0.102.4" +version = "0.102.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff448f7e92e913c4b7d4c6d8e4540a1724b319b4152b8aef6d4cf8339712b33e" +checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" dependencies = [ "ring 0.17.14", "rustls-pki-types", @@ -14672,9 +14652,9 @@ dependencies = [ [[package]] name = "rustversion" -version = "1.0.18" +version = "1.0.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248" +checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d" [[package]] name = "rusty-fork" @@ -14695,7 +14675,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "58c4eb8a81997cf040a091d1f7e1938aeab6749d3a0dfa73af43cdc32393483d" dependencies = [ "byteorder", - "derive_more 0.99.18", + "derive_more 0.99.20", "twox-hash", ] @@ -14706,7 +14686,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5174a470eeb535a721ae9fdd6e291c2411a906b96592182d05217591d5c5cf7b" dependencies = [ "byteorder", - "derive_more 0.99.18", + "derive_more 0.99.20", ] [[package]] @@ -14722,15 +14702,15 @@ dependencies = [ [[package]] name = "ryu" -version = "1.0.15" +version = "1.0.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" +checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" [[package]] name = "safe_arch" -version = "0.7.1" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f398075ce1e6a179b46f51bd88d0598b92b00d3551f1a2d4ac49e771b56ac354" +checksum = "96b02de82ddbe1b636e6170c21be622223aea188ef2e139be0a5b219ec215323" dependencies = [ "bytemuck", ] @@ -14756,7 +14736,7 @@ dependencies = [ "libp2p 0.52.4", "linked_hash_set", "log", - "multihash 0.19.1", + "multihash 0.19.3", "parity-scale-codec", "prost 0.12.6", "prost-build", @@ -14821,10 +14801,10 @@ name = "sc-chain-spec-derive" version = "12.0.0" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -14834,7 +14814,7 @@ source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot dependencies = [ "array-bytes", "chrono", - "clap 4.5.23", + "clap 4.5.40", "fdlimit", "futures", "itertools 0.11.0", @@ -14878,7 +14858,7 @@ dependencies = [ "futures", "log", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "sc-executor", "sc-transaction-pool-api", "sc-utils", @@ -14909,7 +14889,7 @@ dependencies = [ "log", "parity-db", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "sc-client-api", "sc-state-db", "schnellru", @@ -14931,7 +14911,7 @@ dependencies = [ "futures", "log", "mockall 0.11.4", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "sc-client-api", "sc-network-types", "sc-utils", @@ -14959,7 +14939,7 @@ dependencies = [ "num-rational", "num-traits", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "sc-client-api", "sc-consensus", "sc-consensus-epochs", @@ -14988,7 +14968,7 @@ version = "0.48.0" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "futures", - "jsonrpsee 0.24.7", + "jsonrpsee 0.24.9", "sc-consensus-babe", "sc-consensus-epochs", "sc-rpc-api", @@ -15022,7 +15002,7 @@ name = "sc-consensus-grandpa" version = "0.33.0" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ - "ahash 0.8.11", + "ahash 0.8.12", "array-bytes", "async-trait", "dyn-clone", @@ -15032,7 +15012,7 @@ dependencies = [ "futures-timer", "log", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "rand 0.8.5", "sc-block-builder", "sc-chain-spec", @@ -15068,7 +15048,7 @@ source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot dependencies = [ "finality-grandpa", "futures", - "jsonrpsee 0.24.7", + "jsonrpsee 0.24.9", "log", "parity-scale-codec", "sc-client-api", @@ -15110,7 +15090,7 @@ version = "0.41.0" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "sc-executor-common", "sc-executor-polkavm", "sc-executor-wasmtime", @@ -15161,8 +15141,8 @@ dependencies = [ "cfg-if", "libc", "log", - "parking_lot 0.12.3", - "rustix 0.36.15", + "parking_lot 0.12.4", + "rustix 0.36.17", "sc-executor-common", "sp-allocator", "sp-runtime-interface", @@ -15193,7 +15173,7 @@ version = "34.0.0" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "array-bytes", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "serde_json", "sp-application-crypto", "sp-core", @@ -15207,16 +15187,16 @@ version = "0.18.0" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "array-bytes", - "arrayvec 0.7.4", + "arrayvec 0.7.6", "blake2 0.10.6", "bytes", "futures", "futures-timer", "log", "mixnet", - "multiaddr 0.18.1", + "multiaddr 0.18.2", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "sc-client-api", "sc-network", "sc-network-types", @@ -15253,7 +15233,7 @@ dependencies = [ "mockall 0.11.4", "once_cell", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "partial_sort", "pin-project", "prost 0.12.6", @@ -15304,7 +15284,7 @@ name = "sc-network-gossip" version = "0.48.0" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ - "ahash 0.8.11", + "ahash 0.8.12", "futures", "futures-timer", "log", @@ -15404,8 +15384,8 @@ dependencies = [ "libp2p-identity", "litep2p", "log", - "multiaddr 0.18.1", - "multihash 0.19.1", + "multiaddr 0.18.2", + "multihash 0.19.3", "rand 0.8.5", "thiserror 1.0.69", "zeroize", @@ -15422,14 +15402,14 @@ dependencies = [ "futures", "futures-timer", "http-body-util", - "hyper 1.4.1", - "hyper-rustls 0.27.3", + "hyper 1.6.0", + "hyper-rustls 0.27.7", "hyper-util", "log", "num_cpus", "once_cell", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "rand 0.8.5", "rustls 0.23.28", "sc-client-api", @@ -15463,10 +15443,10 @@ version = "43.0.0" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "futures", - "jsonrpsee 0.24.7", + "jsonrpsee 0.24.9", "log", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "sc-block-builder", "sc-chain-spec", "sc-client-api", @@ -15494,7 +15474,7 @@ name = "sc-rpc-api" version = "0.47.0" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ - "jsonrpsee 0.24.7", + "jsonrpsee 0.24.9", "parity-scale-codec", "sc-chain-spec", "sc-mixnet", @@ -15518,11 +15498,11 @@ dependencies = [ "forwarded-header-value", "futures", "governor", - "http 1.1.0", + "http 1.3.1", "http-body-util", - "hyper 1.4.1", + "hyper 1.6.0", "ip_network", - "jsonrpsee 0.24.7", + "jsonrpsee 0.24.9", "log", "sc-rpc-api", "serde", @@ -15530,7 +15510,7 @@ dependencies = [ "substrate-prometheus-endpoint", "tokio", "tower 0.4.13", - "tower-http", + "tower-http 0.5.2", ] [[package]] @@ -15543,10 +15523,10 @@ dependencies = [ "futures-util", "hex", "itertools 0.11.0", - "jsonrpsee 0.24.7", + "jsonrpsee 0.24.9", "log", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "rand 0.8.5", "sc-chain-spec", "sc-client-api", @@ -15575,10 +15555,10 @@ dependencies = [ "exit-future", "futures", "futures-timer", - "jsonrpsee 0.24.7", + "jsonrpsee 0.24.9", "log", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "pin-project", "rand 0.8.5", "sc-chain-spec", @@ -15636,7 +15616,7 @@ source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot dependencies = [ "log", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "sp-core", ] @@ -15645,7 +15625,7 @@ name = "sc-sync-state-rpc" version = "0.48.0" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ - "jsonrpsee 0.24.7", + "jsonrpsee 0.24.9", "parity-scale-codec", "sc-chain-spec", "sc-client-api", @@ -15664,7 +15644,7 @@ name = "sc-sysinfo" version = "41.0.0" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ - "derive_more 0.99.18", + "derive_more 0.99.20", "futures", "libc", "log", @@ -15689,7 +15669,7 @@ dependencies = [ "futures", "libp2p 0.52.4", "log", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "pin-project", "rand 0.8.5", "sc-network", @@ -15711,7 +15691,7 @@ dependencies = [ "libc", "log", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "rustc-hash 1.1.0", "sc-client-api", "sc-tracing-proc-macro", @@ -15733,10 +15713,10 @@ name = "sc-tracing-proc-macro" version = "11.0.0" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -15752,7 +15732,7 @@ dependencies = [ "linked-hash-map", "log", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "sc-client-api", "sc-transaction-pool-api", "sc-utils", @@ -15795,7 +15775,7 @@ dependencies = [ "futures", "futures-timer", "log", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "prometheus", "sp-arithmetic", ] @@ -15818,7 +15798,7 @@ version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e98f3262c250d90e700bb802eb704e1f841e03331c2eb815e46516c4edbf5b27" dependencies = [ - "derive_more 0.99.18", + "derive_more 0.99.20", "parity-scale-codec", "primitive-types 0.12.2", "scale-bits", @@ -15860,23 +15840,23 @@ version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5ed9401effa946b493f9f84dc03714cca98119b230497df6f3df6b84a2b03648" dependencies = [ - "darling 0.20.10", + "darling 0.20.11", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] name = "scale-encode" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ba0b9c48dc0eb20c60b083c29447c0c4617cb7c4a4c9fef72aa5c5bc539e15e" +checksum = "528464e6ae6c8f98e2b79633bf79ef939552e795e316579dab09c61670d56602" dependencies = [ - "derive_more 0.99.18", + "derive_more 0.99.20", "parity-scale-codec", "primitive-types 0.12.2", "scale-bits", - "scale-encode-derive 0.7.1", + "scale-encode-derive 0.7.2", "scale-type-resolver", "smallvec", ] @@ -15898,15 +15878,15 @@ dependencies = [ [[package]] name = "scale-encode-derive" -version = "0.7.1" +version = "0.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82ab7e60e2d9c8d47105f44527b26f04418e5e624ffc034f6b4a86c0ba19c5bf" +checksum = "bef2618f123c88da9cd8853b69d766068f1eddc7692146d7dfe9b89e25ce2efd" dependencies = [ - "darling 0.14.4", - "proc-macro-crate 1.1.3", + "darling 0.20.11", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.103", ] [[package]] @@ -15915,11 +15895,11 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "102fbc6236de6c53906c0b262f12c7aa69c2bdc604862c12728f5f4d370bc137" dependencies = [ - "darling 0.20.10", - "proc-macro-crate 3.1.0", + "darling 0.20.11", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -15942,10 +15922,10 @@ version = "2.11.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c6630024bf739e2179b91fb424b28898baf819414262c5d376677dbff1fe7ebf" dependencies = [ - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -15967,7 +15947,7 @@ dependencies = [ "proc-macro2", "quote", "scale-info", - "syn 2.0.100", + "syn 2.0.103", "thiserror 1.0.69", ] @@ -15980,25 +15960,25 @@ dependencies = [ "proc-macro2", "quote", "scale-info", - "syn 2.0.100", + "syn 2.0.103", "thiserror 1.0.69", ] [[package]] name = "scale-value" -version = "0.16.2" +version = "0.16.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba4d772cfb7569e03868400344a1695d16560bf62b86b918604773607d39ec84" +checksum = "8cd6ab090d823e75cfdb258aad5fe92e13f2af7d04b43a55d607d25fcc38c811" dependencies = [ "base58", "blake2 0.10.6", - "derive_more 0.99.18", + "derive_more 0.99.20", "either", "frame-metadata 15.1.0", "parity-scale-codec", "scale-bits", "scale-decode 0.13.1", - "scale-encode 0.7.1", + "scale-encode 0.7.2", "scale-info", "scale-type-resolver", "serde", @@ -16027,45 +16007,32 @@ dependencies = [ [[package]] name = "schannel" -version = "0.1.22" +version = "0.1.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88" +checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.59.0", ] [[package]] name = "schemars" -version = "0.8.21" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92" +checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f" dependencies = [ "dyn-clone", - "schemars_derive", + "ref-cast", "serde", "serde_json", - "url", -] - -[[package]] -name = "schemars_derive" -version = "0.8.21" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e" -dependencies = [ - "proc-macro2", - "quote", - "serde_derive_internals", - "syn 2.0.100", ] [[package]] name = "schnellru" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9a8ef13a93c54d20580de1e5c413e624e53121d42fc7e2c11d10ef7f8b02367" +checksum = "356285bbf17bea63d9e52e96bd18f039672ac92b55b8cb997d6162a2a37d1649" dependencies = [ - "ahash 0.8.11", + "ahash 0.8.12", "cfg-if", "hashbrown 0.13.2", ] @@ -16076,15 +16043,15 @@ version = "0.11.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8de18f6d8ba0aad7045f5feae07ec29899c1112584a38509a84ad7b04451eaa0" dependencies = [ - "aead 0.5.2", + "aead", "arrayref", - "arrayvec 0.7.4", + "arrayvec 0.7.6", "curve25519-dalek", "getrandom_or_panic", "merlin", "rand_core 0.6.4", "serde_bytes", - "sha2 0.10.8", + "sha2 0.10.9", "subtle 2.6.1", "zeroize", ] @@ -16103,18 +16070,18 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "scratch" -version = "1.0.7" +version = "1.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152" +checksum = "9f6280af86e5f559536da57a45ebc84948833b3bee313a7dd25232e09c878a52" [[package]] name = "sct" -version = "0.7.0" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4" +checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" dependencies = [ - "ring 0.16.20", - "untrusted 0.7.1", + "ring 0.17.14", + "untrusted 0.9.0", ] [[package]] @@ -16226,12 +16193,12 @@ 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", - "core-foundation 0.9.3", + "bitflags 2.9.1", + "core-foundation 0.9.4", "core-foundation-sys", "libc", "num-bigint", @@ -16263,9 +16230,9 @@ dependencies = [ [[package]] name = "self_cell" -version = "1.0.4" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a" +checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749" [[package]] name = "semver" @@ -16282,14 +16249,14 @@ version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6" dependencies = [ - "semver-parser 0.10.2", + "semver-parser 0.10.3", ] [[package]] name = "semver" -version = "1.0.18" +version = "1.0.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918" +checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0" dependencies = [ "serde", ] @@ -16302,9 +16269,9 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" [[package]] name = "semver-parser" -version = "0.10.2" +version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7" +checksum = "9900206b54a3527fdc7b8a938bffd94a568bac4f4aa8113b209df75a09c0dec2" dependencies = [ "pest", ] @@ -16337,20 +16304,10 @@ dependencies = [ [[package]] name = "serde_bytes" -version = "0.11.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "387cc504cb06bb40a96c8e04e951fe01854cf6bc921053c954e4a606d9675c6a" -dependencies = [ - "serde", -] - -[[package]] -name = "serde_cbor" -version = "0.11.2" +version = "0.11.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5" +checksum = "8437fd221bde2d4ca316d61b90e337e9e702b3820b87d63caa9ba6c02bd06d96" dependencies = [ - "half", "serde", ] @@ -16362,25 +16319,14 @@ checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", -] - -[[package]] -name = "serde_derive_internals" -version = "0.29.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] name = "serde_json" -version = "1.0.137" +version = "1.0.140" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b" +checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" dependencies = [ "itoa", "memchr", @@ -16390,20 +16336,20 @@ dependencies = [ [[package]] name = "serde_repr" -version = "0.1.16" +version = "0.1.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8725e1dfadb3a50f7e5ce0b1a540466f6ed3fe7a0fca2ac2b8b831d31316bd00" +checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] name = "serde_spanned" -version = "0.6.6" +version = "0.6.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0" +checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" dependencies = [ "serde", ] @@ -16422,15 +16368,16 @@ dependencies = [ [[package]] name = "serde_with" -version = "3.8.1" +version = "3.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ad483d2ab0149d5a5ebcd9972a3852711e0153d863bf5a5d0391d28883c4a20" +checksum = "bf65a400f8f66fb7b0552869ad70157166676db75ed8181f8104ea91cf9d0b42" dependencies = [ "base64 0.22.1", "chrono", "hex", "indexmap 1.9.3", "indexmap 2.9.0", + "schemars", "serde", "serde_derive", "serde_json", @@ -16440,27 +16387,14 @@ dependencies = [ [[package]] name = "serde_with_macros" -version = "3.8.1" +version = "3.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65569b702f41443e8bc8bbb1c5779bd0450bbe723b56198980e80ec45780bce2" +checksum = "81679d9ed988d5e9a5e6531dc3f2c28efbd639cbd1dfb628df08edea6004da77" dependencies = [ - "darling 0.20.10", + "darling 0.20.11", "proc-macro2", "quote", - "syn 2.0.100", -] - -[[package]] -name = "serde_yaml" -version = "0.9.34+deprecated" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" -dependencies = [ - "indexmap 2.9.0", - "itoa", - "ryu", - "serde", - "unsafe-libyaml", + "syn 2.0.103", ] [[package]] @@ -16483,7 +16417,7 @@ dependencies = [ "cfg-if", "cpufeatures", "digest 0.9.0", - "opaque-debug 0.3.0", + "opaque-debug 0.3.1", ] [[package]] @@ -16518,14 +16452,14 @@ dependencies = [ "cfg-if", "cpufeatures", "digest 0.9.0", - "opaque-debug 0.3.0", + "opaque-debug 0.3.1", ] [[package]] name = "sha2" -version = "0.10.8" +version = "0.10.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" +checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" dependencies = [ "cfg-if", "cpufeatures", @@ -16544,9 +16478,9 @@ dependencies = [ [[package]] name = "sha3-asm" -version = "0.1.1" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9b57fd861253bff08bb1919e995f90ba8f4889de2726091c8876f3a4e823b40" +checksum = "c28efc5e327c837aa837c59eae585fc250715ef939ac32881bcc11677cd02d46" dependencies = [ "cc", "cfg-if", @@ -16554,9 +16488,9 @@ dependencies = [ [[package]] name = "sharded-slab" -version = "0.1.4" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31" +checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" dependencies = [ "lazy_static", ] @@ -16579,18 +16513,18 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "signal-hook-registry" -version = "1.4.1" +version = "1.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" +checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410" dependencies = [ "libc", ] [[package]] name = "signature" -version = "2.1.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500" +checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" dependencies = [ "digest 0.10.7", "rand_core 0.6.4", @@ -16609,11 +16543,24 @@ dependencies = [ "wide", ] +[[package]] +name = "simba" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b3a386a501cd104797982c15ae17aafe8b9261315b5d07e3ec803f2ea26be0fa" +dependencies = [ + "approx", + "num-complex", + "num-traits", + "paste", + "wide", +] + [[package]] name = "simdutf8" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a" +checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" [[package]] name = "simple-dns" @@ -16644,12 +16591,9 @@ checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" [[package]] name = "slab" -version = "0.4.9" +version = "0.4.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" -dependencies = [ - "autocfg", -] +checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d" [[package]] name = "slice-group-by" @@ -16668,19 +16612,19 @@ dependencies = [ [[package]] name = "smol" -version = "2.0.1" +version = "2.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aad24f41392790e6ac67f4f4cd871da61f7d758e07b5622431e491e897d9c8a7" +checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f" dependencies = [ "async-channel 2.3.1", "async-executor", "async-fs", - "async-io 2.3.3", + "async-io 2.4.1", "async-lock 3.4.0", "async-net", "async-process", "blocking", - "futures-lite 2.3.0", + "futures-lite 2.6.0", ] [[package]] @@ -16689,21 +16633,21 @@ version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e6d1eaa97d77be4d026a1e7ffad1bb3b78448763b357ea6f8188d3e6f736a9b9" dependencies = [ - "arrayvec 0.7.4", + "arrayvec 0.7.6", "async-lock 3.4.0", "atomic-take", "base64 0.21.7", "bip39", "blake2-rfc", "bs58", - "chacha20 0.9.1", + "chacha20", "crossbeam-queue", - "derive_more 0.99.18", + "derive_more 0.99.20", "ed25519-zebra", "either", "event-listener 4.0.3", "fnv", - "futures-lite 2.3.0", + "futures-lite 2.6.0", "futures-util", "hashbrown 0.14.5", "hex", @@ -16719,14 +16663,14 @@ dependencies = [ "num-traits", "pbkdf2", "pin-project", - "poly1305 0.8.0", + "poly1305", "rand 0.8.5", "rand_chacha 0.3.1", "ruzstd 0.5.0", "schnorrkel", "serde", "serde_json", - "sha2 0.10.8", + "sha2 0.10.9", "sha3", "siphasher 1.0.1", "slab", @@ -16744,21 +16688,21 @@ version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "966e72d77a3b2171bb7461d0cb91f43670c63558c62d7cf42809cae6c8b6b818" dependencies = [ - "arrayvec 0.7.4", + "arrayvec 0.7.6", "async-lock 3.4.0", "atomic-take", "base64 0.22.1", "bip39", "blake2-rfc", "bs58", - "chacha20 0.9.1", + "chacha20", "crossbeam-queue", - "derive_more 0.99.18", + "derive_more 0.99.20", "ed25519-zebra", "either", "event-listener 5.4.0", "fnv", - "futures-lite 2.3.0", + "futures-lite 2.6.0", "futures-util", "hashbrown 0.14.5", "hex", @@ -16773,19 +16717,19 @@ dependencies = [ "num-traits", "pbkdf2", "pin-project", - "poly1305 0.8.0", + "poly1305", "rand 0.8.5", "rand_chacha 0.3.1", "ruzstd 0.6.0", "schnorrkel", "serde", "serde_json", - "sha2 0.10.8", + "sha2 0.10.9", "sha3", "siphasher 1.0.1", "slab", "smallvec", - "soketto 0.8.0", + "soketto 0.8.1", "twox-hash", "wasmi 0.32.3", "x25519-dalek", @@ -16802,20 +16746,20 @@ dependencies = [ "async-lock 3.4.0", "base64 0.21.7", "blake2-rfc", - "derive_more 0.99.18", + "derive_more 0.99.20", "either", "event-listener 4.0.3", "fnv", "futures-channel", - "futures-lite 2.3.0", + "futures-lite 2.6.0", "futures-util", "hashbrown 0.14.5", "hex", "itertools 0.12.1", "log", - "lru 0.12.3", + "lru 0.12.5", "no-std-net", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "pin-project", "rand 0.8.5", "rand_chacha 0.3.1", @@ -16839,19 +16783,19 @@ dependencies = [ "base64 0.22.1", "blake2-rfc", "bs58", - "derive_more 0.99.18", + "derive_more 0.99.20", "either", "event-listener 5.4.0", "fnv", "futures-channel", - "futures-lite 2.3.0", + "futures-lite 2.6.0", "futures-util", "hashbrown 0.14.5", "hex", "itertools 0.13.0", "log", - "lru 0.12.3", - "parking_lot 0.12.3", + "lru 0.12.5", + "parking_lot 0.12.4", "pin-project", "rand 0.8.5", "rand_chacha 0.3.1", @@ -16866,32 +16810,32 @@ dependencies = [ [[package]] name = "snap" -version = "1.1.0" +version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831" +checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b" [[package]] name = "snow" -version = "0.9.3" +version = "0.9.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c9d1425eb528a21de2755c75af4c9b5d57f50a0d4c3b7f1828a4cd03f8ba155" +checksum = "850948bee068e713b8ab860fe1adc4d109676ab4c3b621fd8147f06b261f2f85" dependencies = [ - "aes-gcm 0.9.2", + "aes-gcm", "blake2 0.10.6", "chacha20poly1305", "curve25519-dalek", "rand_core 0.6.4", - "ring 0.16.20", - "rustc_version 0.4.0", - "sha2 0.10.8", + "ring 0.17.14", + "rustc_version 0.4.1", + "sha2 0.10.9", "subtle 2.6.1", ] [[package]] name = "socket2" -version = "0.4.9" +version = "0.4.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" +checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d" dependencies = [ "libc", "winapi", @@ -16924,14 +16868,14 @@ dependencies = [ [[package]] name = "soketto" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37468c595637c10857701c990f93a40ce0e357cedb0953d1c26c8d8027f9bb53" +checksum = "2e859df029d160cb88608f5d7df7fb4753fd20fdfb4de5644f3d8b8440841721" dependencies = [ "base64 0.22.1", "bytes", "futures", - "http 1.1.0", + "http 1.3.1", "httparse", "log", "rand 0.8.5", @@ -16979,10 +16923,10 @@ dependencies = [ "Inflector", "blake2 0.10.6", "expander", - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -17040,7 +16984,7 @@ source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot dependencies = [ "futures", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "schnellru", "sp-api", "sp-consensus", @@ -17152,7 +17096,7 @@ dependencies = [ "merlin", "parity-bip39", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "paste", "primitive-types 0.13.1", "rand 0.8.5", @@ -17204,7 +17148,7 @@ dependencies = [ "blake2b_simd", "byteorder", "digest 0.10.7", - "sha2 0.10.8", + "sha2 0.10.9", "sha3", "twox-hash", ] @@ -17217,7 +17161,7 @@ dependencies = [ "blake2b_simd", "byteorder", "digest 0.10.7", - "sha2 0.10.8", + "sha2 0.10.9", "sha3", "twox-hash", ] @@ -17229,7 +17173,7 @@ source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot dependencies = [ "quote", "sp-crypto-hashing 0.1.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412)", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -17238,7 +17182,7 @@ version = "10.0.0" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "kvdb", - "parking_lot 0.12.3", + "parking_lot 0.12.4", ] [[package]] @@ -17248,7 +17192,7 @@ source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -17328,7 +17272,7 @@ version = "0.41.0" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "sp-core", "sp-externalities", ] @@ -17460,10 +17404,10 @@ source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot dependencies = [ "Inflector", "expander", - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -17501,7 +17445,7 @@ dependencies = [ "hash-db", "log", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "rand 0.8.5", "smallvec", "sp-core", @@ -17518,14 +17462,14 @@ name = "sp-statement-store" version = "19.0.0" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ - "aes-gcm 0.10.3", + "aes-gcm", "curve25519-dalek", "ed25519-dalek", "hkdf 0.12.4", "parity-scale-codec", "rand 0.8.5", "scale-info", - "sha2 0.10.8", + "sha2 0.10.9", "sp-api", "sp-application-crypto", "sp-core", @@ -17605,12 +17549,12 @@ name = "sp-trie" version = "38.0.0" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ - "ahash 0.8.11", + "ahash 0.8.12", "hash-db", "memory-db", "nohash-hasher", "parity-scale-codec", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "rand 0.8.5", "scale-info", "schnellru", @@ -17645,10 +17589,10 @@ version = "15.0.0" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "parity-scale-codec", - "proc-macro-warning 1.0.2", + "proc-macro-warning 1.84.1", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -17726,9 +17670,9 @@ dependencies = [ [[package]] name = "spki" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a" +checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" dependencies = [ "base64ct", "der", @@ -17736,9 +17680,9 @@ dependencies = [ [[package]] name = "ss58-registry" -version = "1.43.0" +version = "1.51.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e6915280e2d0db8911e5032a5c275571af6bdded2916abd691a659be25d3439" +checksum = "19409f13998e55816d1c728395af0b52ec066206341d939e22e7766df9b494b8" dependencies = [ "Inflector", "num-format", @@ -17784,24 +17728,24 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "static_init" -version = "1.0.3" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8a2a1c578e98c1c16fc3b8ec1328f7659a500737d7a0c6d625e73e830ff9c1f6" +checksum = "8bae1df58c5fea7502e8e352ec26b5579f6178e1fdb311e088580c980dee25ed" dependencies = [ "bitflags 1.3.2", - "cfg_aliases 0.1.1", + "cfg_aliases 0.2.1", "libc", - "parking_lot 0.11.2", - "parking_lot_core 0.8.6", + "parking_lot 0.12.4", + "parking_lot_core 0.9.11", "static_init_macro", "winapi", ] [[package]] name = "static_init_macro" -version = "1.0.2" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70a2595fc3aa78f2d0e45dd425b22282dd863273761cc77780914b2cf3003acf" +checksum = "1389c88ddd739ec6d3f8f83343764a0e944cd23cfbf126a9796a714b0b6edd6f" dependencies = [ "cfg_aliases 0.1.1", "memchr", @@ -17817,16 +17761,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f697a07e4606a0a25c044de247e583a330dbb1731d11bc7350b81f48ad567255" dependencies = [ "approx", - "nalgebra", + "nalgebra 0.32.6", "num-traits", "rand 0.8.5", ] [[package]] name = "str-buf" -version = "3.0.2" +version = "3.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e75b72ee54e2f93c3ea1354066162be893ee5e25773ab743de3e088cecbb4f31" +checksum = "0ceb97b7225c713c2fd4db0153cb6b3cab244eb37900c3f634ed4d43310d8c34" [[package]] name = "string-interner" @@ -17890,12 +17834,6 @@ dependencies = [ "strum_macros 0.24.3", ] -[[package]] -name = "strum" -version = "0.25.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" - [[package]] name = "strum" version = "0.26.3" @@ -17927,19 +17865,6 @@ dependencies = [ "syn 1.0.109", ] -[[package]] -name = "strum_macros" -version = "0.25.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0" -dependencies = [ - "heck 0.4.1", - "proc-macro2", - "quote", - "rustversion", - "syn 2.0.100", -] - [[package]] name = "strum_macros" version = "0.26.4" @@ -17950,7 +17875,7 @@ dependencies = [ "proc-macro2", "quote", "rustversion", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -17963,7 +17888,7 @@ dependencies = [ "proc-macro2", "quote", "rustversion", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -17974,7 +17899,7 @@ dependencies = [ "hmac 0.12.1", "pbkdf2", "schnorrkel", - "sha2 0.10.8", + "sha2 0.10.9", "zeroize", ] @@ -17991,7 +17916,7 @@ dependencies = [ "docify", "frame-system-rpc-runtime-api", "futures", - "jsonrpsee 0.24.7", + "jsonrpsee 0.24.9", "log", "parity-scale-codec", "sc-rpc-api", @@ -18009,7 +17934,7 @@ version = "0.17.1" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "http-body-util", - "hyper 1.4.1", + "hyper 1.6.0", "hyper-util", "log", "prometheus", @@ -18023,7 +17948,7 @@ version = "0.47.0" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "async-trait", - "jsonrpsee 0.24.7", + "jsonrpsee 0.24.9", "log", "sc-rpc-api", "serde", @@ -18035,7 +17960,7 @@ name = "substrate-state-trie-migration-rpc" version = "41.0.0" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ - "jsonrpsee 0.24.7", + "jsonrpsee 0.24.9", "parity-scale-codec", "sc-client-api", "sc-rpc-api", @@ -18099,7 +18024,7 @@ dependencies = [ "sp-version", "strum 0.26.3", "tempfile", - "toml 0.8.14", + "toml 0.8.23", "walkdir", "wasm-opt", ] @@ -18136,13 +18061,13 @@ dependencies = [ "reconnecting-jsonrpsee-ws-client", "scale-bits", "scale-decode 0.13.1", - "scale-encode 0.7.1", + "scale-encode 0.7.2", "scale-info", - "scale-value 0.16.2", + "scale-value 0.16.3", "serde", "serde_json", "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "subxt-core 0.37.0", + "subxt-core 0.37.1", "subxt-lightclient 0.37.0", "subxt-macro 0.37.0", "subxt-metadata 0.37.0", @@ -18165,7 +18090,7 @@ dependencies = [ "futures", "hex", "impl-serde 0.5.0", - "jsonrpsee 0.24.7", + "jsonrpsee 0.24.9", "parity-scale-codec", "polkadot-sdk", "primitive-types 0.13.1", @@ -18205,7 +18130,7 @@ dependencies = [ "scale-info", "scale-typegen 0.8.0", "subxt-metadata 0.37.0", - "syn 2.0.100", + "syn 2.0.103", "thiserror 1.0.69", "tokio", ] @@ -18223,15 +18148,15 @@ dependencies = [ "scale-info", "scale-typegen 0.9.0", "subxt-metadata 0.38.1", - "syn 2.0.100", + "syn 2.0.103", "thiserror 1.0.69", ] [[package]] name = "subxt-core" -version = "0.37.0" +version = "0.37.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59f41eb2e2eea6ed45649508cc735f92c27f1fcfb15229e75f8270ea73177345" +checksum = "3af3b36405538a36b424d229dc908d1396ceb0994c90825ce928709eac1a159a" dependencies = [ "base58", "blake2 0.10.6", @@ -18244,9 +18169,9 @@ dependencies = [ "primitive-types 0.12.2", "scale-bits", "scale-decode 0.13.1", - "scale-encode 0.7.1", + "scale-encode 0.7.2", "scale-info", - "scale-value 0.16.2", + "scale-value 0.16.3", "serde", "serde_json", "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -18323,13 +18248,13 @@ version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1c195f803d70687e409aba9be6c87115b5da8952cd83c4d13f2e043239818fcd" dependencies = [ - "darling 0.20.10", + "darling 0.20.11", "parity-scale-codec", "proc-macro-error", "quote", "scale-typegen 0.8.0", "subxt-codegen 0.37.0", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -18338,14 +18263,14 @@ version = "0.38.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7819c5e09aae0319981ee853869f2fcd1fac4db8babd0d004c17161297aadc05" dependencies = [ - "darling 0.20.10", + "darling 0.20.11", "parity-scale-codec", "proc-macro-error2", "quote", "scale-typegen 0.9.0", "subxt-codegen 0.38.1", "subxt-utils-fetchmetadata", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -18393,9 +18318,9 @@ dependencies = [ "schnorrkel", "secp256k1 0.28.2", "secrecy", - "sha2 0.10.8", + "sha2 0.10.9", "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "subxt-core 0.37.0", + "subxt-core 0.37.1", "zeroize", ] @@ -18423,9 +18348,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.100" +version = "2.0.103" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0" +checksum = "e4307e30089d6fd6aff212f2da3a1f9e32f3223b1f010fb09b7c95f90f3ca1e8" dependencies = [ "proc-macro2", "quote", @@ -18434,27 +18359,21 @@ dependencies = [ [[package]] name = "syn-solidity" -version = "1.1.2" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b5d879005cc1b5ba4e18665be9e9501d9da3a9b95f625497c4cb7ee082b532e" +checksum = "14c8c8f496c33dc6343dac05b4be8d9e0bca180a4caa81d7b8416b10cc2273cd" dependencies = [ "paste", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] name = "sync_wrapper" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" - -[[package]] -name = "sync_wrapper" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394" +checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" dependencies = [ "futures-core", ] @@ -18473,13 +18392,13 @@ dependencies = [ [[package]] name = "synstructure" -version = "0.13.1" +version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" +checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -18489,7 +18408,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" dependencies = [ "bitflags 2.9.1", - "core-foundation 0.9.3", + "core-foundation 0.9.4", "system-configuration-sys", ] @@ -18511,7 +18430,7 @@ checksum = "56c3ee73732ffceaea7b8f6b719ce3bb17f253fa27461ffeaf568ebd0cdb4b85" dependencies = [ "papergrid", "tabled_derive", - "unicode-width", + "unicode-width 0.1.14", ] [[package]] @@ -18540,21 +18459,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] -name = "tar" -version = "0.4.41" +name = "target-lexicon" +version = "0.12.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb797dad5fb5b76fcf519e702f4a589483b5ef06567f160c392832c1f5e44909" -dependencies = [ - "filetime", - "libc", - "xattr", -] +checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" [[package]] -name = "target-lexicon" -version = "0.12.14" +name = "target-triple" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f" +checksum = "1ac9aa371f599d22256307c24a9d748c041e548cbf599f35d890f9d365361790" [[package]] name = "tempfile" @@ -18562,8 +18476,8 @@ version = "3.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1" dependencies = [ - "fastrand 2.1.1", - "getrandom 0.3.1", + "fastrand 2.3.0", + "getrandom 0.3.3", "once_cell", "rustix 1.0.7", "windows-sys 0.59.0", @@ -18571,28 +18485,28 @@ dependencies = [ [[package]] name = "termcolor" -version = "1.2.0" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" +checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" dependencies = [ "winapi-util", ] [[package]] name = "terminal_size" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9" +checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed" dependencies = [ - "rustix 0.38.41", + "rustix 1.0.7", "windows-sys 0.59.0", ] [[package]] name = "termtree" -version = "0.4.1" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" +checksum = "8f50febec83f5ee1df3015341d8bd429f2d1cc62bcba7ea2076759d315084683" [[package]] name = "test-syscalls" @@ -18609,14 +18523,14 @@ version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" dependencies = [ - "unicode-width", + "unicode-width 0.1.14", ] [[package]] name = "textwrap" -version = "0.16.0" +version = "0.16.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" +checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057" [[package]] name = "thiserror" @@ -18644,7 +18558,7 @@ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -18655,7 +18569,7 @@ checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -18666,12 +18580,11 @@ checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820" [[package]] name = "thread_local" -version = "1.1.7" +version = "1.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" +checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" dependencies = [ "cfg-if", - "once_cell", ] [[package]] @@ -18706,9 +18619,9 @@ dependencies = [ [[package]] name = "time" -version = "0.3.36" +version = "0.3.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" +checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40" dependencies = [ "deranged", "itoa", @@ -18721,15 +18634,15 @@ dependencies = [ [[package]] name = "time-core" -version = "0.1.2" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" +checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c" [[package]] name = "time-macros" -version = "0.2.18" +version = "0.2.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" +checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49" dependencies = [ "num-conv", "time-core", @@ -18756,9 +18669,9 @@ dependencies = [ [[package]] name = "tinyvec" -version = "1.6.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" +checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71" dependencies = [ "tinyvec_macros", ] @@ -18779,7 +18692,7 @@ dependencies = [ "bytes", "libc", "mio", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "pin-project-lite", "signal-hook-registry", "socket2 0.5.10", @@ -18795,7 +18708,7 @@ checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -18825,7 +18738,7 @@ version = "0.24.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" dependencies = [ - "rustls 0.21.7", + "rustls 0.21.12", "tokio", ] @@ -18842,12 +18755,11 @@ dependencies = [ [[package]] name = "tokio-rustls" -version = "0.26.0" +version = "0.26.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" +checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b" dependencies = [ "rustls 0.23.28", - "rustls-pki-types", "tokio", ] @@ -18875,9 +18787,9 @@ dependencies = [ "rustls-native-certs 0.8.1", "rustls-pki-types", "tokio", - "tokio-rustls 0.26.0", + "tokio-rustls 0.26.2", "tungstenite", - "webpki-roots 0.26.3", + "webpki-roots 0.26.11", ] [[package]] @@ -18905,73 +18817,44 @@ dependencies = [ [[package]] name = "toml" -version = "0.7.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257" -dependencies = [ - "serde", - "serde_spanned", - "toml_datetime", - "toml_edit 0.19.15", -] - -[[package]] -name = "toml" -version = "0.8.14" +version = "0.8.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f49eb2ab21d2f26bd6db7bf383edc527a7ebaee412d17af4d40fdccd442f335" +checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" dependencies = [ "serde", "serde_spanned", "toml_datetime", - "toml_edit 0.22.14", + "toml_edit", ] [[package]] name = "toml_datetime" -version = "0.6.6" +version = "0.6.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf" +checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" dependencies = [ "serde", ] [[package]] name = "toml_edit" -version = "0.19.15" +version = "0.22.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" +checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" dependencies = [ "indexmap 2.9.0", "serde", "serde_spanned", "toml_datetime", - "winnow 0.5.15", + "toml_write", + "winnow", ] [[package]] -name = "toml_edit" -version = "0.21.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" -dependencies = [ - "indexmap 2.9.0", - "toml_datetime", - "winnow 0.5.15", -] - -[[package]] -name = "toml_edit" -version = "0.22.14" +name = "toml_write" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f21c7aaf97f1bd9ca9d4f9e73b0a6c74bd5afef56f2bc931943a6e1c37e04e38" -dependencies = [ - "indexmap 2.9.0", - "serde", - "serde_spanned", - "toml_datetime", - "winnow 0.6.6", -] +checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" [[package]] name = "tower" @@ -18983,7 +18866,6 @@ dependencies = [ "futures-util", "pin-project", "pin-project-lite", - "tokio", "tower-layer", "tower-service", "tracing", @@ -18991,14 +18873,15 @@ dependencies = [ [[package]] name = "tower" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2873938d487c3cfb9aed7546dc9f2711d867c9f90c46b889989a2cb84eba6b4f" +checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" dependencies = [ "futures-core", "futures-util", "pin-project-lite", - "sync_wrapper 0.1.2", + "sync_wrapper", + "tokio", "tower-layer", "tower-service", ] @@ -19011,14 +18894,32 @@ checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" dependencies = [ "bitflags 2.9.1", "bytes", - "http 1.1.0", - "http-body 1.0.0", + "http 1.3.1", + "http-body 1.0.1", "http-body-util", "pin-project-lite", "tower-layer", "tower-service", ] +[[package]] +name = "tower-http" +version = "0.6.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" +dependencies = [ + "bitflags 2.9.1", + "bytes", + "futures-util", + "http 1.3.1", + "http-body 1.0.1", + "iri-string", + "pin-project-lite", + "tower 0.5.2", + "tower-layer", + "tower-service", +] + [[package]] name = "tower-layer" version = "0.3.3" @@ -19057,13 +18958,13 @@ dependencies = [ [[package]] name = "tracing-attributes" -version = "0.1.29" +version = "0.1.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b1ffbcf9c6f6b99d386e7444eb608ba646ae452a36b39737deb9663b610f662" +checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -19078,9 +18979,9 @@ dependencies = [ [[package]] name = "tracing-error" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e" +checksum = "8b1581020d7a273442f5b45074a6a57d5757ad0a47dac0e9f0bd57b81936f3db" dependencies = [ "tracing", "tracing-subscriber", @@ -19115,10 +19016,10 @@ version = "5.0.0" source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" dependencies = [ "expander", - "proc-macro-crate 3.1.0", + "proc-macro-crate 3.3.0", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -19134,9 +19035,9 @@ dependencies = [ [[package]] name = "tracing-serde" -version = "0.1.3" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1" +checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1" dependencies = [ "serde", "tracing-core", @@ -19144,14 +19045,14 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.3.18" +version = "0.3.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" +checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008" dependencies = [ "matchers", "nu-ansi-term", "once_cell", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "regex", "serde", "serde_json", @@ -19204,7 +19105,7 @@ dependencies = [ "lazy_static", "rand 0.8.5", "smallvec", - "socket2 0.4.9", + "socket2 0.4.10", "thiserror 1.0.69", "tinyvec", "tokio", @@ -19221,7 +19122,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", @@ -19248,7 +19149,7 @@ dependencies = [ "ipconfig", "lru-cache", "once_cell", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "rand 0.8.5", "resolv-conf", "smallvec", @@ -19260,23 +19161,24 @@ dependencies = [ [[package]] name = "try-lock" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" +checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "trybuild" -version = "1.0.96" +version = "1.0.105" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33a5f13f11071020bb12de7a16b925d2d58636175c20c11dc5f96cb64bb6c9b3" +checksum = "1c9bf9513a2f4aeef5fdac8677d7d349c79fdbcc03b9c86da6e9d254f1e43be2" dependencies = [ "dissimilar", "glob", "serde", "serde_derive", "serde_json", + "target-triple", "termcolor", - "toml 0.8.14", + "toml 0.8.23", ] [[package]] @@ -19293,10 +19195,10 @@ checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13" dependencies = [ "bytes", "data-encoding", - "http 1.1.0", + "http 1.3.1", "httparse", "log", - "rand 0.9.0", + "rand 0.9.1", "rustls 0.23.28", "rustls-pki-types", "sha1", @@ -19325,15 +19227,15 @@ dependencies = [ [[package]] name = "typenum" -version = "1.16.0" +version = "1.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" +checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" [[package]] name = "ucd-trie" -version = "0.1.6" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9" +checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971" [[package]] name = "uint" @@ -19365,7 +19267,7 @@ version = "3.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da" dependencies = [ - "arrayvec 0.7.4", + "arrayvec 0.7.6", ] [[package]] @@ -19376,24 +19278,21 @@ checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94" [[package]] name = "unicase" -version = "2.7.0" +version = "2.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" -dependencies = [ - "version_check", -] +checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539" [[package]] name = "unicode-bidi" -version = "0.3.13" +version = "0.3.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" +checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" [[package]] name = "unicode-ident" -version = "1.0.11" +version = "1.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c" +checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" [[package]] name = "unicode-normalization" @@ -19406,31 +19305,27 @@ 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" -version = "0.1.10" +version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" +checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" [[package]] -name = "unicode-xid" -version = "0.2.4" +name = "unicode-width" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" +checksum = "4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c" [[package]] -name = "universal-hash" -version = "0.4.0" +name = "unicode-xid" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8326b2c654932e3e4f9196e69d08fdf7cfd718e1dc6f66b347e6024a0c961402" -dependencies = [ - "generic-array 0.14.7", - "subtle 2.6.1", -] +checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" [[package]] name = "universal-hash" @@ -19442,12 +19337,6 @@ dependencies = [ "subtle 2.6.1", ] -[[package]] -name = "unsafe-libyaml" -version = "0.2.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" - [[package]] name = "unsigned-varint" version = "0.7.2" @@ -19508,24 +19397,26 @@ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" [[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 = "uuid" -version = "1.4.1" +version = "1.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d" +checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d" dependencies = [ - "getrandom 0.2.15", + "getrandom 0.3.3", + "js-sys", + "wasm-bindgen", ] [[package]] name = "valuable" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" +checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" [[package]] name = "vara-runtime" @@ -19639,9 +19530,9 @@ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" [[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 = "visibility" @@ -19651,7 +19542,7 @@ checksum = "d674d135b4a8c1d7e813e2f8d1c9a58308aee4a680323066025e53132218bd91" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -19662,9 +19553,9 @@ checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" [[package]] name = "w3f-bls" -version = "0.1.3" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7335e4c132c28cc43caef6adb339789e599e39adbe78da0c4d547fad48cbc331" +checksum = "e6bfb937b3d12077654a9e43e32a4e9c20177dd9fea0f3aba673e7840bb54f32" dependencies = [ "ark-bls12-377", "ark-bls12-381", @@ -19673,22 +19564,20 @@ dependencies = [ "ark-serialize 0.4.2", "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", + "sha2 0.10.9", "sha3", - "thiserror 1.0.69", "zeroize", ] [[package]] name = "wait-timeout" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" +checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11" dependencies = [ "libc", ] @@ -19728,8 +19617,8 @@ dependencies = [ "futures-channel", "futures-util", "headers", - "http 0.2.9", - "hyper 0.14.31", + "http 0.2.12", + "hyper 0.14.32", "log", "mime", "mime_guess", @@ -19747,15 +19636,15 @@ dependencies = [ [[package]] name = "wasi" -version = "0.11.0+wasi-snapshot-preview1" +version = "0.11.1+wasi-snapshot-preview1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" +checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" [[package]] name = "wasi" -version = "0.13.3+wasi-0.2.2" +version = "0.14.2+wasi-0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2" +checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3" dependencies = [ "wit-bindgen-rt", ] @@ -19766,7 +19655,7 @@ 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.1+wasi-snapshot-preview1", ] [[package]] @@ -19791,7 +19680,7 @@ dependencies = [ "log", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", "wasm-bindgen-shared", ] @@ -19826,7 +19715,7 @@ checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", "wasm-bindgen-backend", "wasm-bindgen-shared", ] @@ -19840,15 +19729,6 @@ dependencies = [ "unicode-ident", ] -[[package]] -name = "wasm-encoder" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ba64e81215916eaeb48fee292f29401d69235d62d8b8fd92a7b2844ec5ae5f7" -dependencies = [ - "leb128", -] - [[package]] name = "wasm-encoder" version = "0.230.0" @@ -19868,6 +19748,16 @@ dependencies = [ "wasmparser 0.230.0 (git+https://github.com/gear-tech/wasm-tools?branch=gear-stable-1.230)", ] +[[package]] +name = "wasm-encoder" +version = "0.235.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b3bc393c395cb621367ff02d854179882b9a351b4e0c93d1397e6090b53a5c2a" +dependencies = [ + "leb128fmt", + "wasmparser 0.235.0", +] + [[package]] name = "wasm-instrument" version = "0.4.0" @@ -19920,7 +19810,7 @@ dependencies = [ name = "wasm-proc" version = "1.8.1" dependencies = [ - "clap 4.5.23", + "clap 4.5.40", "gear-wasm-builder", "gear-wasm-instrument", "log", @@ -19956,9 +19846,9 @@ dependencies = [ [[package]] name = "wasmer" -version = "4.3.5" +version = "4.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3a6e0f73e5ae361fe64db607eaf4ab2381d88ad2c1b0bb8cf254cf35d894687" +checksum = "2d920d06243e9f456c336c428a34560357dedf59d9febaae14f1995ac120cff6" dependencies = [ "bytes", "cfg-if", @@ -19979,14 +19869,14 @@ dependencies = [ "wasmer-derive", "wasmer-types", "wasmer-vm", - "winapi", + "windows-sys 0.59.0", ] [[package]] name = "wasmer-cache" -version = "4.3.5" +version = "4.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79fd0889f8844b7c70b8ee8fbf1d1f6ccff99399c6f3d3627048cde04b1ac493" +checksum = "4e2aa507d7ab1d7f6038f60ca107bc4629c5dbf3a0e18427091b7576b0ffbbd9" dependencies = [ "blake3", "hex", @@ -19996,9 +19886,9 @@ dependencies = [ [[package]] name = "wasmer-compiler" -version = "4.3.5" +version = "4.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb1e7c79507f5d55f1afd99984717e8380440cd98e13d542e4d00661f986f2d4" +checksum = "0e01832173aa52345e480965f18c638a8a5a9e5e4d85a48675bdf1964147dc7f" dependencies = [ "backtrace", "bytes", @@ -20008,7 +19898,7 @@ dependencies = [ "lazy_static", "leb128", "libc", - "memmap2 0.5.10", + "memmap2 0.6.2", "more-asserts", "region", "rkyv", @@ -20019,15 +19909,15 @@ dependencies = [ "wasmer-types", "wasmer-vm", "wasmparser 0.121.2", - "winapi", + "windows-sys 0.59.0", "xxhash-rust", ] [[package]] name = "wasmer-compiler-singlepass" -version = "4.3.5" +version = "4.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc490f011e855eb5e31475ff3e9efa83840cc0ed2f8322dfaca18627df0a9f3c" +checksum = "a2b111c55d0b8a30dba67afe8766c56b53f0055653f0bb14b1a337056263ae48" dependencies = [ "byteorder", "dynasm", @@ -20042,33 +19932,11 @@ dependencies = [ "wasmer-types", ] -[[package]] -name = "wasmer-config" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54a0f70c177b1c5062cfe0f5308c3317751796fef9403c22a0cd7b4cacd4ccd8" -dependencies = [ - "anyhow", - "bytesize", - "derive_builder", - "hex", - "indexmap 2.9.0", - "schemars", - "semver 1.0.18", - "serde", - "serde_cbor", - "serde_json", - "serde_yaml", - "thiserror 1.0.69", - "toml 0.8.14", - "url", -] - [[package]] name = "wasmer-derive" -version = "4.3.5" +version = "4.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac6b0b0580cfa1fc7ad58cca3626a742f2b2e5ccd51cfc5de43e8edb0d1daa4c" +checksum = "9c5875633aea92153b6a561cb07363785ca9e07792ca6cd7c1cc371761001d8f" dependencies = [ "proc-macro-error", "proc-macro2", @@ -20078,37 +19946,36 @@ dependencies = [ [[package]] name = "wasmer-types" -version = "4.3.5" +version = "4.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "576442cc3d302ca215fd40aa7826a078571dca7eaa773d8cdedca14a2ec7c9a1" +checksum = "8fb32f0d231b591e4c8a65e81d4647fa3180496d71a123d4948dba8551bba9c2" dependencies = [ "bytecheck", "enum-iterator 0.7.0", "enumset", - "getrandom 0.2.15", + "getrandom 0.2.16", "hex", "indexmap 1.9.3", "more-asserts", "rkyv", - "sha2 0.10.8", + "sha2 0.10.9", "target-lexicon", "thiserror 1.0.69", - "webc", "xxhash-rust", ] [[package]] name = "wasmer-vm" -version = "4.3.5" +version = "4.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6483035d1df84a978cd6c6a35878e913dc8ec6311f8712548a922a75e87957ba" +checksum = "e38e9301f5bb9f18da9cda4002d74d2cb6ac1f36dcf919fd77f91fca321fb1e5" dependencies = [ "backtrace", "cc", "cfg-if", "corosensei", "crossbeam-queue", - "dashmap 5.5.3", + "dashmap 6.1.0", "derivative", "enum-iterator 0.7.0", "fnv", @@ -20116,13 +19983,13 @@ dependencies = [ "lazy_static", "libc", "mach2", - "memoffset 0.9.0", + "memoffset 0.9.1", "more-asserts", "region", "scopeguard", "thiserror 1.0.69", "wasmer-types", - "winapi", + "windows-sys 0.59.0", ] [[package]] @@ -20154,7 +20021,7 @@ version = "0.32.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "50386c99b9c32bd2ed71a55b6dd4040af2580530fae8bdb9a6576571a80d0cca" dependencies = [ - "arrayvec 0.7.4", + "arrayvec 0.7.6", "multi-stash", "num-derive", "num-traits", @@ -20171,7 +20038,7 @@ version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b07e84e3bcdab2f4301827623260ada2557596ca462f7470b60f5182a25270b1" dependencies = [ - "arrayvec 0.7.4", + "arrayvec 0.7.6", "multi-stash", "smallvec", "spin 0.9.8", @@ -20201,7 +20068,7 @@ version = "0.32.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c128c039340ffd50d4195c3f8ce31aac357f06804cfc494c8b9508d4b30dca4" dependencies = [ - "ahash 0.8.11", + "ahash 0.8.12", "hashbrown 0.14.5", "string-interner", ] @@ -20212,7 +20079,7 @@ version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0d0fd5f4f2c4fe0c98554bb7293108ed2b1d0c124dce0974f999de7d517d37bc" dependencies = [ - "ahash 0.8.11", + "ahash 0.8.12", "hashbrown 0.14.5", "string-interner", ] @@ -20293,7 +20160,7 @@ checksum = "9dbe55c8f9d0dbd25d9447a5a889ff90c0cc3feaa7395310d3d826b2c703eaab" dependencies = [ "bitflags 2.9.1", "indexmap 2.9.0", - "semver 1.0.18", + "semver 1.0.26", ] [[package]] @@ -20304,7 +20171,7 @@ checksum = "808198a69b5a0535583370a51d459baa14261dfab04800c4864ee9e1a14346ed" dependencies = [ "bitflags 2.9.1", "indexmap 2.9.0", - "semver 1.0.18", + "semver 1.0.26", ] [[package]] @@ -20316,6 +20183,17 @@ dependencies = [ "indexmap 2.9.0", ] +[[package]] +name = "wasmparser" +version = "0.235.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "161296c618fa2d63f6ed5fffd1112937e803cb9ec71b32b01a76321555660917" +dependencies = [ + "bitflags 2.9.1", + "indexmap 2.9.0", + "semver 1.0.26", +] + [[package]] name = "wasmparser-nostd" version = "0.100.2" @@ -20389,9 +20267,9 @@ dependencies = [ "directories-next", "file-per-thread-logger", "log", - "rustix 0.36.15", + "rustix 0.36.17", "serde", - "sha2 0.10.8", + "sha2 0.10.9", "toml 0.5.11", "windows-sys 0.45.0", "zstd 0.11.2+zstd.1.5.2", @@ -20482,7 +20360,7 @@ checksum = "7ab182d5ab6273a133ab88db94d8ca86dc3e57e43d70baaa4d98f94ddbd7d10a" dependencies = [ "cc", "cfg-if", - "rustix 0.36.15", + "rustix 0.36.17", "wasmtime-asm-macros", "windows-sys 0.45.0", ] @@ -20520,7 +20398,7 @@ checksum = "6e0554b84c15a27d76281d06838aed94e13a77d7bf604bbbaf548aa20eb93846" dependencies = [ "object 0.30.4", "once_cell", - "rustix 0.36.15", + "rustix 0.36.17", ] [[package]] @@ -20551,7 +20429,7 @@ dependencies = [ "memoffset 0.8.0", "paste", "rand 0.8.5", - "rustix 0.36.15", + "rustix 0.36.17", "wasmtime-asm-macros", "wasmtime-environ", "wasmtime-fiber", @@ -20584,13 +20462,13 @@ dependencies = [ [[package]] name = "wasmtimer" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0048ad49a55b9deb3953841fa1fc5858f0efbcb7a18868c899a360269fac1b23" +checksum = "d8d49b5d6c64e8558d9b1b065014426f35c18de636895d24893dbbd329743446" dependencies = [ "futures", "js-sys", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "pin-utils", "slab", "wasm-bindgen", @@ -20598,21 +20476,22 @@ dependencies = [ [[package]] name = "wast" -version = "64.0.0" +version = "235.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a259b226fd6910225aa7baeba82f9d9933b6d00f2ce1b49b80fa4214328237cc" +checksum = "1eda4293f626c99021bb3a6fbe4fbbe90c0e31a5ace89b5f620af8925de72e13" dependencies = [ - "leb128", + "bumpalo", + "leb128fmt", "memchr", - "unicode-width", - "wasm-encoder 0.32.0", + "unicode-width 0.2.1", + "wasm-encoder 0.235.0", ] [[package]] name = "wat" -version = "1.0.71" +version = "1.235.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53253d920ab413fca1c7dc2161d601c79b4fdf631d0ba51dd4343bf9b556c3f6" +checksum = "e777e0327115793cb96ab220b98f85327ec3d11f34ec9e8d723264522ef206aa" dependencies = [ "wast", ] @@ -20638,45 +20517,43 @@ dependencies = [ ] [[package]] -name = "webc" -version = "6.0.0-rc1" +name = "webpki-root-certs" +version = "0.26.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c1fc686c7b43c9bc630a499f6ae1f0a4c4bd656576a53ae8a147b0cc9bc983ad" +checksum = "75c7f0ef91146ebfb530314f5f1d24528d7f0767efbfd31dce919275413e393e" dependencies = [ - "anyhow", - "base64 0.21.7", - "bytes", - "cfg-if", - "document-features", - "flate2", - "indexmap 1.9.3", - "libc", - "once_cell", - "semver 1.0.18", - "serde", - "serde_cbor", - "serde_json", - "sha2 0.10.8", - "shared-buffer", - "tar", - "tempfile", - "thiserror 1.0.69", - "toml 0.7.8", - "url", - "wasmer-config", + "webpki-root-certs 1.0.1", +] + +[[package]] +name = "webpki-root-certs" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "86138b15b2b7d561bc4469e77027b8dd005a43dc502e9031d1f5afc8ce1f280e" +dependencies = [ + "rustls-pki-types", ] [[package]] name = "webpki-roots" -version = "0.25.2" +version = "0.25.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc" +checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" [[package]] name = "webpki-roots" -version = "0.26.3" +version = "0.26.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd7c23921eeb1713a4e851530e9b9756e4fb0e89978582942612524cf09f01cd" +checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9" +dependencies = [ + "webpki-roots 1.0.1", +] + +[[package]] +name = "webpki-roots" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8782dd5a41a24eed3a4f40b606249b3e236ca61adf1f25ea4d45c73de122b502" dependencies = [ "rustls-pki-types", ] @@ -20690,14 +20567,14 @@ dependencies = [ "either", "home", "once_cell", - "rustix 0.38.41", + "rustix 0.38.44", ] [[package]] name = "wide" -version = "0.7.11" +version = "0.7.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa469ffa65ef7e0ba0f164183697b89b854253fd31aeb92358b7b6155177d62f" +checksum = "41b5576b9a81633f3e8df296ce0063042a73507636cbe956c61133dd7034ab22" dependencies = [ "bytemuck", "safe_arch", @@ -20705,9 +20582,9 @@ dependencies = [ [[package]] name = "widestring" -version = "1.0.2" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8" +checksum = "dd7cf3379ca1aac9eea11fba24fd7e315d621f8dfe35c8d7d2be8b793726e07d" [[package]] name = "winapi" @@ -20727,11 +20604,11 @@ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" [[package]] name = "winapi-util" -version = "0.1.5" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" +checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "winapi", + "windows-sys 0.59.0", ] [[package]] @@ -20742,105 +20619,133 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "windows" -version = "0.48.0" +version = "0.53.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" +checksum = "efc5cf48f83140dcaab716eeaea345f9e93d0018fb81162753a3f76c3397b538" dependencies = [ - "windows-targets 0.48.5", + "windows-core 0.53.0", + "windows-targets 0.52.6", ] [[package]] name = "windows" -version = "0.51.1" +version = "0.61.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ca229916c5ee38c2f2bc1e9d8f04df975b4bd93f9955dc69fabb5d91270045c9" +checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" dependencies = [ - "windows-core 0.51.1", - "windows-targets 0.48.5", + "windows-collections", + "windows-core 0.61.2", + "windows-future", + "windows-link", + "windows-numerics", ] [[package]] -name = "windows" -version = "0.58.0" +name = "windows-collections" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6" +checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8" dependencies = [ - "windows-core 0.58.0", - "windows-targets 0.52.6", + "windows-core 0.61.2", ] [[package]] name = "windows-core" -version = "0.51.1" +version = "0.53.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64" +checksum = "9dcc5b895a6377f1ab9fa55acedab1fd5ac0db66ad1e6c7f47e28a22e446a5dd" dependencies = [ - "windows-targets 0.48.5", + "windows-result 0.1.2", + "windows-targets 0.52.6", ] [[package]] name = "windows-core" -version = "0.58.0" +version = "0.61.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99" +checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" dependencies = [ "windows-implement", "windows-interface", - "windows-result", + "windows-link", + "windows-result 0.3.4", "windows-strings", - "windows-targets 0.52.6", +] + +[[package]] +name = "windows-future" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" +dependencies = [ + "windows-core 0.61.2", + "windows-link", + "windows-threading", ] [[package]] name = "windows-implement" -version = "0.58.0" +version = "0.60.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b" +checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] name = "windows-interface" -version = "0.58.0" +version = "0.59.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515" +checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] -name = "windows-registry" +name = "windows-link" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" + +[[package]] +name = "windows-numerics" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0" +checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1" dependencies = [ - "windows-result", - "windows-strings", - "windows-targets 0.52.6", + "windows-core 0.61.2", + "windows-link", ] [[package]] name = "windows-result" -version = "0.2.0" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" +checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8" dependencies = [ "windows-targets 0.52.6", ] +[[package]] +name = "windows-result" +version = "0.3.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" +dependencies = [ + "windows-link", +] + [[package]] name = "windows-strings" -version = "0.1.0" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" +checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" dependencies = [ - "windows-result", - "windows-targets 0.52.6", + "windows-link", ] [[package]] @@ -20892,6 +20797,15 @@ dependencies = [ "windows-targets 0.52.6", ] +[[package]] +name = "windows-sys" +version = "0.60.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" +dependencies = [ + "windows-targets 0.53.2", +] + [[package]] name = "windows-targets" version = "0.42.2" @@ -20931,13 +20845,38 @@ dependencies = [ "windows_aarch64_gnullvm 0.52.6", "windows_aarch64_msvc 0.52.6", "windows_i686_gnu 0.52.6", - "windows_i686_gnullvm", + "windows_i686_gnullvm 0.52.6", "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]] +name = "windows-targets" +version = "0.53.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef" +dependencies = [ + "windows_aarch64_gnullvm 0.53.0", + "windows_aarch64_msvc 0.53.0", + "windows_i686_gnu 0.53.0", + "windows_i686_gnullvm 0.53.0", + "windows_i686_msvc 0.53.0", + "windows_x86_64_gnu 0.53.0", + "windows_x86_64_gnullvm 0.53.0", + "windows_x86_64_msvc 0.53.0", +] + +[[package]] +name = "windows-threading" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6" +dependencies = [ + "windows-link", +] + [[package]] name = "windows_aarch64_gnullvm" version = "0.42.2" @@ -20956,6 +20895,12 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" +[[package]] +name = "windows_aarch64_gnullvm" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" + [[package]] name = "windows_aarch64_msvc" version = "0.33.0" @@ -20980,6 +20925,12 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" +[[package]] +name = "windows_aarch64_msvc" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" + [[package]] name = "windows_i686_gnu" version = "0.33.0" @@ -21004,12 +20955,24 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" +[[package]] +name = "windows_i686_gnu" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" + [[package]] name = "windows_i686_gnullvm" version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" +[[package]] +name = "windows_i686_gnullvm" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" + [[package]] name = "windows_i686_msvc" version = "0.33.0" @@ -21034,6 +20997,12 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" +[[package]] +name = "windows_i686_msvc" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" + [[package]] name = "windows_x86_64_gnu" version = "0.33.0" @@ -21058,6 +21027,12 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" +[[package]] +name = "windows_x86_64_gnu" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" + [[package]] name = "windows_x86_64_gnullvm" version = "0.42.2" @@ -21076,6 +21051,12 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" +[[package]] +name = "windows_x86_64_gnullvm" +version = "0.53.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" + [[package]] name = "windows_x86_64_msvc" version = "0.33.0" @@ -21101,28 +21082,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] -name = "winnow" -version = "0.5.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc" -dependencies = [ - "memchr", -] - -[[package]] -name = "winnow" -version = "0.6.6" +name = "windows_x86_64_msvc" +version = "0.53.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0c976aaaa0e1f90dbb21e9587cdaf1d9679a1cde8875c0d6bd83ab96a208352" -dependencies = [ - "memchr", -] +checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" [[package]] name = "winnow" -version = "0.7.3" +version = "0.7.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e7f4ea97f6f78012141bcdb6a216b2609f0979ada50b20ca5b52dde2eac2bb1" +checksum = "74c7b26e3480b707944fc872477815d29a8e429d2f93a1ce000f5fa84a15cbcd" dependencies = [ "memchr", ] @@ -21139,9 +21108,9 @@ dependencies = [ [[package]] name = "wit-bindgen-rt" -version = "0.33.0" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c" +checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1" dependencies = [ "bitflags 2.9.1", ] @@ -21169,18 +21138,18 @@ checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" [[package]] name = "ws_stream_wasm" -version = "0.7.4" +version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7999f5f4217fe3818726b66257a4475f71e74ffd190776ad053fa159e50737f5" +checksum = "6c173014acad22e83f16403ee360115b38846fe754e735c5d9d3803fe70c6abc" dependencies = [ "async_io_stream", "futures", "js-sys", "log", "pharos", - "rustc_version 0.4.0", + "rustc_version 0.4.1", "send_wrapper", - "thiserror 1.0.69", + "thiserror 2.0.12", "wasm-bindgen", "wasm-bindgen-futures", "web-sys", @@ -21230,12 +21199,12 @@ version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fcbc162f30700d6f3f82a24bf7cc62ffe7caea42c0b2cba8bf7f3ae50cf51f69" dependencies = [ - "asn1-rs 0.6.1", + "asn1-rs 0.6.2", "data-encoding", "der-parser 9.0.0", "lazy_static", "nom", - "oid-registry 0.7.0", + "oid-registry 0.7.1", "rusticata-macros", "thiserror 1.0.69", "time", @@ -21258,17 +21227,6 @@ dependencies = [ "time", ] -[[package]] -name = "xattr" -version = "1.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f" -dependencies = [ - "libc", - "linux-raw-sys 0.4.14", - "rustix 0.38.41", -] - [[package]] name = "xcm-procedural" version = "11.0.1" @@ -21277,14 +21235,14 @@ dependencies = [ "Inflector", "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] name = "xml-rs" -version = "0.8.20" +version = "0.8.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "791978798f0597cfc70478424c2b4fdc2b7a8024aaff78497ef00f24ef674193" +checksum = "a62ce76d9b56901b19a74f19431b0d8b3bc7ca4ad685a746dfd78ca8f4fc6bda" [[package]] name = "xmltree" @@ -21297,9 +21255,9 @@ dependencies = [ [[package]] name = "xxhash-rust" -version = "0.8.11" +version = "0.8.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63658493314859b4dfdf3fb8c1defd61587839def09582db50b8a4e93afca6bb" +checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3" [[package]] name = "yamux" @@ -21310,7 +21268,7 @@ dependencies = [ "futures", "log", "nohash-hasher", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "pin-project", "rand 0.8.5", "static_assertions", @@ -21325,18 +21283,18 @@ dependencies = [ "futures", "log", "nohash-hasher", - "parking_lot 0.12.3", + "parking_lot 0.12.4", "pin-project", - "rand 0.9.0", + "rand 0.9.1", "static_assertions", "web-time", ] [[package]] name = "yansi" -version = "0.5.1" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" +checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" [[package]] name = "yap" @@ -21373,8 +21331,8 @@ checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", - "synstructure 0.13.1", + "syn 2.0.103", + "synstructure 0.13.2", ] [[package]] @@ -21414,42 +21372,22 @@ dependencies = [ [[package]] name = "zerocopy" -version = "0.7.32" +version = "0.8.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be" +checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f" dependencies = [ - "zerocopy-derive 0.7.32", -] - -[[package]] -name = "zerocopy" -version = "0.8.23" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd97444d05a4328b90e75e503a34bad781f14e28a823ad3557f0750df1ebcbc6" -dependencies = [ - "zerocopy-derive 0.8.23", -] - -[[package]] -name = "zerocopy-derive" -version = "0.7.32" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.100", + "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.8.23" +version = "0.8.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6352c01d0edd5db859a63e2605f4ea3183ddbd15e2c4a9e7d32184df75e4f154" +checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -21469,8 +21407,8 @@ checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", - "synstructure 0.13.1", + "syn 2.0.103", + "synstructure 0.13.2", ] [[package]] @@ -21490,7 +21428,7 @@ checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -21523,7 +21461,7 @@ checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f" dependencies = [ "proc-macro2", "quote", - "syn 2.0.100", + "syn 2.0.103", ] [[package]] @@ -21566,9 +21504,9 @@ dependencies = [ [[package]] name = "zstd-sys" -version = "2.0.10+zstd.1.5.6" +version = "2.0.15+zstd.1.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c253a4914af5bafc8fa8c86ee400827e83cf6ec01195ec1f1ed8441bf00d65aa" +checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237" dependencies = [ "cc", "pkg-config", From 602ac29ac40058af112df0075990aa7072c0d9bb Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Fri, 20 Jun 2025 16:57:11 +0400 Subject: [PATCH 29/56] fix clippy --- pallets/gear-eth-bridge/src/internal.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pallets/gear-eth-bridge/src/internal.rs b/pallets/gear-eth-bridge/src/internal.rs index 4d509cb774f..8afe77aa38a 100644 --- a/pallets/gear-eth-bridge/src/internal.rs +++ b/pallets/gear-eth-bridge/src/internal.rs @@ -17,7 +17,6 @@ // along with this program. If not, see . use crate::{Config, Error, MessageNonce}; -use binary_merkle_tree::MerkleProof; use common::Origin; use frame_support::{ensure, traits::Get}; use gprimitives::{ActorId, H160, H256, U256}; @@ -59,8 +58,7 @@ impl EthMessageExt for EthMessage { /// Returns hash of the message using `Keccak256` hasher. fn hash(&self) -> H256 { - let mut nonce = [0; 32]; - self.nonce().to_little_endian(&mut nonce); + let nonce = self.nonce().to_little_endian(); let bytes = [ nonce.as_ref(), From 43f5eedc31c75f67242f4bd82f75769a4d635082 Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Fri, 20 Jun 2025 17:16:51 +0400 Subject: [PATCH 30/56] fix crunchy cross-compilation --- Cargo.lock | 3 +-- Cargo.toml | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 50a2d201dba..8004dc57628 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3070,8 +3070,7 @@ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" [[package]] name = "crunchy" version = "0.2.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929" +source = "git+https://github.com/nmathewson/crunchy?branch=cross-compilation-fix#260ec5f08969480c342bb3fe47f88870ed5c6cce" [[package]] name = "crypto-bigint" diff --git a/Cargo.toml b/Cargo.toml index cce5ce0526b..4c2ca593f06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -588,6 +588,9 @@ inherits = "release" debug = true [patch.crates-io] +# https://github.com/eira-fransham/crunchy/pull/17 +crunchy = { git = "https://github.com/nmathewson/crunchy" , branch = "cross-compilation-fix" } + # these patched dependecies force their `sign_ext` feature to be used by Substrate dependencies parity-wasm = { version = "0.45.0", git = "https://github.com/gear-tech/parity-wasm", branch = "v0.45.0-sign-ext" } wasmi-validation = { version = "0.5.0", git = "https://github.com/gear-tech/wasmi", branch = "v0.13.2-sign-ext" } From b2c8d1f42ea81b57c42129a0c95e64adfe43da0d Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Fri, 20 Jun 2025 17:31:12 +0400 Subject: [PATCH 31/56] fix clippy on windows --- lazy-pages/src/sys/windows.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lazy-pages/src/sys/windows.rs b/lazy-pages/src/sys/windows.rs index db29ca7dab0..00dc7cb3f0e 100644 --- a/lazy-pages/src/sys/windows.rs +++ b/lazy-pages/src/sys/windows.rs @@ -43,9 +43,7 @@ where let num_params = unsafe { (*exception_record).NumberParameters }; if !is_access_violation || num_params != 2 { log::trace!( - "Skip exception in handler: is access violation: {}, parameters: {}", - is_access_violation, - num_params + "Skip exception in handler: is access violation: {is_access_violation}, parameters: {num_params}", ); return EXCEPTION_CONTINUE_SEARCH; } From 50456b99c2420c331e91ca2b79b538297bfc1d6d Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Sat, 21 Jun 2025 12:40:08 +0400 Subject: [PATCH 32/56] fix clippy --- pallets/gear/src/runtime_api.rs | 5 ++--- pallets/staking-rewards/src/extension.rs | 15 +++++++-------- runtime/vara/src/lib.rs | 5 ++++- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/pallets/gear/src/runtime_api.rs b/pallets/gear/src/runtime_api.rs index c79007037fc..ff794c29ef4 100644 --- a/pallets/gear/src/runtime_api.rs +++ b/pallets/gear/src/runtime_api.rs @@ -306,10 +306,9 @@ where ref dispatch, .. } = note + && from_main_chain(dispatch.id())? { - if from_main_chain(dispatch.id())? { - gas_info.min_limit = initial_gas; - } + gas_info.min_limit = initial_gas; } } } diff --git a/pallets/staking-rewards/src/extension.rs b/pallets/staking-rewards/src/extension.rs index 9847e14f4c2..15c1a18dd5a 100644 --- a/pallets/staking-rewards/src/extension.rs +++ b/pallets/staking-rewards/src/extension.rs @@ -95,15 +95,14 @@ where ) -> ValidateResult { let maybe_who: Option = origin.clone().into_signer(); - if T::BondCallFilter::contains(call) { - if let Some(ref who) = maybe_who { - if T::AccountFilter::contains(who) { - return Err(TransactionValidityError::Invalid(InvalidTransaction::Call)); - } - } - // If `maybe_who` is `None`, it's not a signed extrinsic from a regular account, - // so the account-based blacklist doesn't apply. + if T::BondCallFilter::contains(call) + && let Some(ref who) = maybe_who + && T::AccountFilter::contains(who) + { + return Err(TransactionValidityError::Invalid(InvalidTransaction::Call)); } + // If `maybe_who` is `None`, it's not a signed extrinsic from a regular account, + // so the account-based blacklist doesn't apply. Ok((Default::default(), (), origin)) } diff --git a/runtime/vara/src/lib.rs b/runtime/vara/src/lib.rs index c031ca446ba..fe067cd0e91 100644 --- a/runtime/vara/src/lib.rs +++ b/runtime/vara/src/lib.rs @@ -29,7 +29,7 @@ extern crate alloc; #[cfg(all(feature = "std", not(fuzz)))] include!(concat!(env!("OUT_DIR"), "/wasm_binary.rs")); -use common::{storage::Messenger, DelegateFee, Origin}; +use common::{storage::Messenger, DelegateFee}; use frame_election_provider_support::{ bounds::ElectionBoundsBuilder, onchain, ElectionDataProvider, NposSolution, SequentialPhragmen, VoteWeight, @@ -78,6 +78,9 @@ use sp_std::{ }; use sp_version::RuntimeVersion; +#[cfg(feature = "dev")] +use common::Origin; + #[cfg(not(feature = "dev"))] use sp_runtime::traits::OpaqueKeys; From 59258f7c80bce3988fac0a5e603d909cd56c7d3a Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Sun, 22 Jun 2025 13:44:15 +0400 Subject: [PATCH 33/56] chore: Update substrate commit --- Cargo.lock | 377 +++++++++++++++++++++++++++-------------------------- 1 file changed, 193 insertions(+), 184 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8004dc57628..dd97e1628de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -651,7 +651,7 @@ dependencies = [ "alloy-rlp", "alloy-serde", "alloy-sol-types", - "itertools 0.14.0", + "itertools 0.13.0", "serde", "serde_json", "thiserror 2.0.12", @@ -1824,7 +1824,7 @@ checksum = "230c5f1ca6a325a32553f8640d31ac9b49f2411e901e427570154868b46da4f7" [[package]] name = "binary-merkle-tree" version = "16.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "hash-db", "log", @@ -2623,7 +2623,7 @@ checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81" dependencies = [ "serde", "termcolor", - "unicode-width 0.2.1", + "unicode-width 0.1.14", ] [[package]] @@ -3137,7 +3137,7 @@ dependencies = [ [[package]] name = "cumulus-client-parachain-inherent" version = "0.15.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3159,7 +3159,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" version = "0.17.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -3175,7 +3175,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.17.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3189,7 +3189,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" version = "0.11.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "sp-externalities", "sp-runtime-interface", @@ -3199,7 +3199,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-interface" version = "0.21.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3218,7 +3218,7 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.17.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", @@ -3434,7 +3434,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976" dependencies = [ "data-encoding", - "syn 2.0.103", + "syn 1.0.109", ] [[package]] @@ -5372,7 +5372,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "13.0.1" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "parity-scale-codec", ] @@ -5405,7 +5405,7 @@ checksum = "28dd6caf6059519a65843af8fe2a3ae298b14b80179855aeb4adc2c1934ee619" [[package]] name = "frame-benchmarking" version = "39.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "frame-support", "frame-support-procedural", @@ -5429,7 +5429,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "46.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "Inflector", "array-bytes", @@ -5505,7 +5505,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "14.0.1" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "proc-macro-crate 3.3.0", "proc-macro2", @@ -5516,7 +5516,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "39.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -5532,7 +5532,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "39.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "aquamarine", "frame-support", @@ -5597,7 +5597,7 @@ dependencies = [ [[package]] name = "frame-metadata-hash-extension" version = "0.7.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "array-bytes", "const-hex", @@ -5613,7 +5613,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.49.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "futures", "indicatif", @@ -5635,7 +5635,7 @@ dependencies = [ [[package]] name = "frame-support" version = "39.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "aquamarine", "array-bytes", @@ -5653,7 +5653,7 @@ dependencies = [ "paste", "scale-info", "serde", - "serde_json", + "serde-json-wasm", "smallvec", "sp-api", "sp-arithmetic", @@ -5678,7 +5678,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "31.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "Inflector", "cfg-expr", @@ -5698,7 +5698,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "13.0.1" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 3.3.0", @@ -5710,7 +5710,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "12.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "proc-macro2", "quote", @@ -5720,7 +5720,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "frame-benchmarking", "frame-executive", @@ -5748,7 +5748,7 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" version = "4.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "frame-support", "frame-system", @@ -5761,7 +5761,7 @@ dependencies = [ [[package]] name = "frame-system" version = "39.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "cfg-if", "docify", @@ -5781,7 +5781,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "39.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "frame-benchmarking", "frame-support", @@ -5795,7 +5795,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "35.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "docify", "parity-scale-codec", @@ -5805,7 +5805,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.45.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "frame-support", "parity-scale-codec", @@ -6908,7 +6908,7 @@ dependencies = [ [[package]] name = "generate-bags" version = "39.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "chrono", "frame-election-provider-support", @@ -11320,7 +11320,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "39.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "frame-support", "frame-system", @@ -11335,7 +11335,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "39.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "frame-support", "frame-system", @@ -11348,7 +11348,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "39.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "frame-benchmarking", "frame-support", @@ -11371,7 +11371,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "38.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "aquamarine", "docify", @@ -11392,7 +11392,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "40.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "docify", "frame-benchmarking", @@ -11407,7 +11407,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "38.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "frame-benchmarking", "frame-support", @@ -11424,7 +11424,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "38.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "frame-benchmarking", "frame-support", @@ -11442,7 +11442,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "39.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "assert_matches", "frame-benchmarking", @@ -11458,7 +11458,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "38.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -11480,7 +11480,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "38.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -12017,7 +12017,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "39.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "frame-benchmarking", "frame-support", @@ -12039,7 +12039,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "39.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "enumflags2 0.7.12", "frame-benchmarking", @@ -12055,7 +12055,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "38.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "frame-benchmarking", "frame-support", @@ -12074,7 +12074,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "39.1.1" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "log", "parity-scale-codec", @@ -12085,7 +12085,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "37.0.2" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "frame-support", "frame-system", @@ -12103,7 +12103,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "35.0.1" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -12113,7 +12113,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "38.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "frame-support", "frame-system", @@ -12129,7 +12129,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "39.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "frame-benchmarking", "frame-support", @@ -12145,7 +12145,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "39.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -12155,7 +12155,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "39.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "frame-benchmarking", "frame-support", @@ -12173,7 +12173,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "39.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "assert_matches", "frame-benchmarking", @@ -12191,7 +12191,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "40.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "docify", "frame-benchmarking", @@ -12208,7 +12208,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "39.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "frame-support", "frame-system", @@ -12229,7 +12229,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "39.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -12251,7 +12251,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "22.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "log", "sp-arithmetic", @@ -12260,7 +12260,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "25.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "parity-scale-codec", "sp-api", @@ -12270,7 +12270,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "39.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "docify", "frame-benchmarking", @@ -12285,7 +12285,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "38.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "docify", "frame-benchmarking", @@ -12304,7 +12304,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "39.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "frame-benchmarking", "frame-support", @@ -12320,7 +12320,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "42.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "jsonrpsee 0.24.9", "pallet-transaction-payment-rpc-runtime-api", @@ -12336,7 +12336,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "39.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -12348,7 +12348,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "38.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "docify", "frame-benchmarking", @@ -12367,7 +12367,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "39.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "frame-benchmarking", "frame-support", @@ -12382,7 +12382,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "39.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "frame-benchmarking", "frame-support", @@ -12396,7 +12396,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "38.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "frame-benchmarking", "frame-support", @@ -12752,7 +12752,7 @@ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" [[package]] name = "polkadot-core-primitives" version = "16.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "parity-scale-codec", "scale-info", @@ -12763,7 +12763,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "21.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "bs58", "futures", @@ -12782,7 +12782,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "21.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -12807,7 +12807,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "17.0.1" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "bitvec", "bounded-vec", @@ -12833,7 +12833,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "21.0.1" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "async-trait", "bitvec", @@ -12862,7 +12862,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "21.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "async-trait", "futures", @@ -12884,7 +12884,7 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" version = "15.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "bounded-collections", "derive_more 0.99.20", @@ -12900,7 +12900,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "17.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "bitvec", "hex-literal", @@ -12937,7 +12937,7 @@ dependencies = [ [[package]] name = "polkadot-sdk-frame" version = "0.8.1" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "docify", "frame-benchmarking", @@ -12971,7 +12971,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "17.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -13463,7 +13463,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "be769465445e8c1474e9c5dac2018218498557af32d9ed057325ec9a41ae81bf" dependencies = [ "heck 0.5.0", - "itertools 0.14.0", + "itertools 0.13.0", "log", "multimap", "once_cell", @@ -13496,7 +13496,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d" dependencies = [ "anyhow", - "itertools 0.14.0", + "itertools 0.13.0", "proc-macro2", "quote", "syn 2.0.103", @@ -14726,7 +14726,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.48.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "async-trait", "futures", @@ -14756,7 +14756,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.43.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "parity-scale-codec", "sp-api", @@ -14771,7 +14771,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "41.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "array-bytes", "docify", @@ -14798,7 +14798,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "12.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "proc-macro-crate 3.3.0", "proc-macro2", @@ -14809,7 +14809,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.50.1" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "array-bytes", "chrono", @@ -14851,7 +14851,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "38.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "fnv", "futures", @@ -14878,7 +14878,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.45.1" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "hash-db", "kvdb", @@ -14904,7 +14904,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.47.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "async-trait", "futures", @@ -14928,7 +14928,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.48.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "async-trait", "fork-tree", @@ -14964,7 +14964,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.48.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "futures", "jsonrpsee 0.24.9", @@ -14986,7 +14986,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.47.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "fork-tree", "parity-scale-codec", @@ -14999,7 +14999,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.33.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "ahash 0.8.12", "array-bytes", @@ -15043,7 +15043,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.33.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "finality-grandpa", "futures", @@ -15063,7 +15063,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.47.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "async-trait", "futures", @@ -15086,7 +15086,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.41.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "parity-scale-codec", "parking_lot 0.12.4", @@ -15110,7 +15110,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.36.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "polkavm", "sp-allocator", @@ -15123,7 +15123,7 @@ dependencies = [ [[package]] name = "sc-executor-polkavm" version = "0.33.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "log", "polkavm", @@ -15134,7 +15134,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.36.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "anyhow", "cfg-if", @@ -15152,7 +15152,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.47.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "console", "futures", @@ -15169,7 +15169,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "34.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "array-bytes", "parking_lot 0.12.4", @@ -15183,7 +15183,7 @@ dependencies = [ [[package]] name = "sc-mixnet" version = "0.18.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "array-bytes", "arrayvec 0.7.6", @@ -15212,7 +15212,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.48.3" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -15263,7 +15263,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.47.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -15281,7 +15281,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.48.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "ahash 0.8.12", "futures", @@ -15300,7 +15300,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.47.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -15321,7 +15321,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.47.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -15357,7 +15357,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.47.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "array-bytes", "futures", @@ -15376,7 +15376,7 @@ dependencies = [ [[package]] name = "sc-network-types" version = "0.15.2" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "bs58", "ed25519-dalek", @@ -15393,7 +15393,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "43.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "array-bytes", "bytes", @@ -15430,7 +15430,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.18.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -15439,7 +15439,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "43.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "futures", "jsonrpsee 0.24.9", @@ -15471,7 +15471,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.47.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "jsonrpsee 0.24.9", "parity-scale-codec", @@ -15491,7 +15491,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "20.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "dyn-clone", "forwarded-header-value", @@ -15515,7 +15515,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.48.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "array-bytes", "futures", @@ -15547,7 +15547,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.49.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "async-trait", "directories", @@ -15611,7 +15611,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.37.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "log", "parity-scale-codec", @@ -15622,7 +15622,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.48.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "jsonrpsee 0.24.9", "parity-scale-codec", @@ -15641,7 +15641,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "41.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "derive_more 0.99.20", "futures", @@ -15662,7 +15662,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "28.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "chrono", "futures", @@ -15682,7 +15682,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "38.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "chrono", "console", @@ -15710,7 +15710,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "11.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "proc-macro-crate 3.3.0", "proc-macro2", @@ -15721,7 +15721,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "38.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "async-trait", "futures", @@ -15752,7 +15752,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "38.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "async-trait", "futures", @@ -15768,7 +15768,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "18.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "async-channel 1.9.0", "futures", @@ -16290,6 +16290,15 @@ dependencies = [ "serde_derive", ] +[[package]] +name = "serde-json-wasm" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f05da0d153dd4595bdffd5099dc0e9ce425b205ee648eb93437ff7302af8c9a5" +dependencies = [ + "serde", +] + [[package]] name = "serde-wasm-bindgen" version = "0.4.5" @@ -16884,7 +16893,7 @@ dependencies = [ [[package]] name = "sp-allocator" version = "30.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "log", "parity-scale-codec", @@ -16895,7 +16904,7 @@ dependencies = [ [[package]] name = "sp-api" version = "35.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "docify", "hash-db", @@ -16917,7 +16926,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "21.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "Inflector", "blake2 0.10.6", @@ -16931,7 +16940,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "39.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "parity-scale-codec", "scale-info", @@ -16943,7 +16952,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "26.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "docify", "integer-sqrt", @@ -16957,7 +16966,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "35.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "parity-scale-codec", "scale-info", @@ -16969,7 +16978,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "35.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "sp-api", "sp-inherents", @@ -16979,7 +16988,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "38.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "futures", "parity-scale-codec", @@ -16998,7 +17007,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.41.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "async-trait", "futures", @@ -17013,7 +17022,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.41.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "async-trait", "parity-scale-codec", @@ -17029,7 +17038,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.41.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "async-trait", "parity-scale-codec", @@ -17047,7 +17056,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "22.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "finality-grandpa", "log", @@ -17064,7 +17073,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.41.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "parity-scale-codec", "scale-info", @@ -17075,7 +17084,7 @@ dependencies = [ [[package]] name = "sp-core" version = "35.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "array-bytes", "bitflags 1.3.2", @@ -17121,7 +17130,7 @@ dependencies = [ [[package]] name = "sp-crypto-ec-utils" version = "0.15.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "ark-bls12-377", "ark-bls12-377-ext", @@ -17155,7 +17164,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "blake2b_simd", "byteorder", @@ -17168,7 +17177,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "quote", "sp-crypto-hashing 0.1.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412)", @@ -17178,7 +17187,7 @@ dependencies = [ [[package]] name = "sp-database" version = "10.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "kvdb", "parking_lot 0.12.4", @@ -17187,7 +17196,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "proc-macro2", "quote", @@ -17197,7 +17206,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.30.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "environmental", "parity-scale-codec", @@ -17207,7 +17216,7 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.16.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "parity-scale-codec", "scale-info", @@ -17219,7 +17228,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "35.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -17232,7 +17241,7 @@ dependencies = [ [[package]] name = "sp-io" version = "39.0.1" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "bytes", "docify", @@ -17258,7 +17267,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "40.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "sp-core", "sp-runtime", @@ -17268,7 +17277,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.41.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "parity-scale-codec", "parking_lot 0.12.4", @@ -17279,7 +17288,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "thiserror 1.0.69", "zstd 0.12.4", @@ -17288,7 +17297,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.8.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "frame-metadata 18.0.0", "parity-scale-codec", @@ -17298,7 +17307,7 @@ dependencies = [ [[package]] name = "sp-mixnet" version = "0.13.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "parity-scale-codec", "scale-info", @@ -17309,7 +17318,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "35.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "parity-scale-codec", "scale-info", @@ -17322,7 +17331,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "35.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "sp-api", "sp-core", @@ -17332,7 +17341,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "13.0.1" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "backtrace", "regex", @@ -17341,7 +17350,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "33.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "rustc-hash 1.1.0", "serde", @@ -17351,7 +17360,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "40.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "binary-merkle-tree", "docify", @@ -17380,7 +17389,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "29.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -17399,7 +17408,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "18.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "Inflector", "expander", @@ -17412,7 +17421,7 @@ dependencies = [ [[package]] name = "sp-session" version = "37.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "parity-scale-codec", "scale-info", @@ -17426,7 +17435,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "37.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -17439,7 +17448,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.44.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "hash-db", "log", @@ -17459,7 +17468,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "19.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "aes-gcm", "curve25519-dalek", @@ -17483,12 +17492,12 @@ dependencies = [ [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" [[package]] name = "sp-storage" version = "22.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "impl-serde 0.5.0", "parity-scale-codec", @@ -17500,7 +17509,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "35.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "async-trait", "parity-scale-codec", @@ -17512,7 +17521,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "17.0.1" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "parity-scale-codec", "tracing", @@ -17523,7 +17532,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "35.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "sp-api", "sp-runtime", @@ -17532,7 +17541,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "35.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "async-trait", "parity-scale-codec", @@ -17546,7 +17555,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "38.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "ahash 0.8.12", "hash-db", @@ -17568,7 +17577,7 @@ dependencies = [ [[package]] name = "sp-version" version = "38.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "impl-serde 0.5.0", "parity-scale-codec", @@ -17585,7 +17594,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "15.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "parity-scale-codec", "proc-macro-warning 1.84.1", @@ -17597,7 +17606,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "21.0.1" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -17611,7 +17620,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface-common" version = "7.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "parity-scale-codec", "sp-std", @@ -17621,7 +17630,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "31.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "bounded-collections", "parity-scale-codec", @@ -17701,7 +17710,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staging-xcm" version = "15.0.3" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "array-bytes", "bounded-collections", @@ -17893,7 +17902,7 @@ dependencies = [ [[package]] name = "substrate-bip39" version = "0.6.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "hmac 0.12.1", "pbkdf2", @@ -17905,12 +17914,12 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "11.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" [[package]] name = "substrate-frame-rpc-system" version = "42.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "docify", "frame-system-rpc-runtime-api", @@ -17930,7 +17939,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.17.1" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "http-body-util", "hyper 1.6.0", @@ -17944,7 +17953,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.47.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "async-trait", "jsonrpsee 0.24.9", @@ -17957,7 +17966,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "41.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "jsonrpsee 0.24.9", "parity-scale-codec", @@ -17974,7 +17983,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "array-bytes", "async-trait", @@ -18001,7 +18010,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "25.0.1" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "array-bytes", "build-helper", @@ -19001,7 +19010,7 @@ dependencies = [ [[package]] name = "tracing-gum" version = "17.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "coarsetime", "polkadot-primitives", @@ -19012,7 +19021,7 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "5.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "expander", "proc-macro-crate 3.3.0", @@ -21229,7 +21238,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "11.0.1" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#f0c0e8e090c01f96f880c6f932483733812a2a85" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" dependencies = [ "Inflector", "proc-macro2", From 6a1ab85d248aeef0699defa8372380b74102d62f Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Sun, 22 Jun 2025 13:54:40 +0400 Subject: [PATCH 34/56] chore: Update substrate commit once more --- Cargo.lock | 359 +++++++++++++++++++++++++++-------------------------- 1 file changed, 180 insertions(+), 179 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dd97e1628de..1e40860de4c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1824,7 +1824,7 @@ checksum = "230c5f1ca6a325a32553f8640d31ac9b49f2411e901e427570154868b46da4f7" [[package]] name = "binary-merkle-tree" version = "16.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "hash-db", "log", @@ -3137,7 +3137,7 @@ dependencies = [ [[package]] name = "cumulus-client-parachain-inherent" version = "0.15.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3159,7 +3159,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" version = "0.17.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "parity-scale-codec", "polkadot-core-primitives", @@ -3175,7 +3175,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.17.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3189,7 +3189,7 @@ dependencies = [ [[package]] name = "cumulus-primitives-proof-size-hostfunction" version = "0.11.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "sp-externalities", "sp-runtime-interface", @@ -3199,7 +3199,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-interface" version = "0.21.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -3218,7 +3218,7 @@ dependencies = [ [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.17.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", @@ -3434,7 +3434,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976" dependencies = [ "data-encoding", - "syn 1.0.109", + "syn 2.0.103", ] [[package]] @@ -5372,7 +5372,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "13.0.1" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "parity-scale-codec", ] @@ -5405,7 +5405,7 @@ checksum = "28dd6caf6059519a65843af8fe2a3ae298b14b80179855aeb4adc2c1934ee619" [[package]] name = "frame-benchmarking" version = "39.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "frame-support", "frame-support-procedural", @@ -5429,7 +5429,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "46.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "Inflector", "array-bytes", @@ -5505,7 +5505,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "14.0.1" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "proc-macro-crate 3.3.0", "proc-macro2", @@ -5516,7 +5516,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "39.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -5532,7 +5532,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "39.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "aquamarine", "frame-support", @@ -5597,7 +5597,7 @@ dependencies = [ [[package]] name = "frame-metadata-hash-extension" version = "0.7.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "array-bytes", "const-hex", @@ -5613,7 +5613,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.49.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "futures", "indicatif", @@ -5635,7 +5635,7 @@ dependencies = [ [[package]] name = "frame-support" version = "39.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "aquamarine", "array-bytes", @@ -5654,6 +5654,7 @@ dependencies = [ "scale-info", "serde", "serde-json-wasm", + "serde_json", "smallvec", "sp-api", "sp-arithmetic", @@ -5678,7 +5679,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "31.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "Inflector", "cfg-expr", @@ -5698,7 +5699,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "13.0.1" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 3.3.0", @@ -5710,7 +5711,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "12.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "proc-macro2", "quote", @@ -5720,7 +5721,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "frame-benchmarking", "frame-executive", @@ -5748,7 +5749,7 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" version = "4.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "frame-support", "frame-system", @@ -5761,7 +5762,7 @@ dependencies = [ [[package]] name = "frame-system" version = "39.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "cfg-if", "docify", @@ -5781,7 +5782,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "39.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "frame-benchmarking", "frame-support", @@ -5795,7 +5796,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "35.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "docify", "parity-scale-codec", @@ -5805,7 +5806,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.45.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "frame-support", "parity-scale-codec", @@ -6908,7 +6909,7 @@ dependencies = [ [[package]] name = "generate-bags" version = "39.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "chrono", "frame-election-provider-support", @@ -11320,7 +11321,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "39.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "frame-support", "frame-system", @@ -11335,7 +11336,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "39.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "frame-support", "frame-system", @@ -11348,7 +11349,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "39.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "frame-benchmarking", "frame-support", @@ -11371,7 +11372,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "38.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "aquamarine", "docify", @@ -11392,7 +11393,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "40.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "docify", "frame-benchmarking", @@ -11407,7 +11408,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "38.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "frame-benchmarking", "frame-support", @@ -11424,7 +11425,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "38.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "frame-benchmarking", "frame-support", @@ -11442,7 +11443,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "39.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "assert_matches", "frame-benchmarking", @@ -11458,7 +11459,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "38.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -11480,7 +11481,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "38.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -12017,7 +12018,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "39.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "frame-benchmarking", "frame-support", @@ -12039,7 +12040,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "39.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "enumflags2 0.7.12", "frame-benchmarking", @@ -12055,7 +12056,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "38.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "frame-benchmarking", "frame-support", @@ -12074,7 +12075,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "39.1.1" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "log", "parity-scale-codec", @@ -12085,7 +12086,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "37.0.2" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "frame-support", "frame-system", @@ -12103,7 +12104,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "35.0.1" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -12113,7 +12114,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "38.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "frame-support", "frame-system", @@ -12129,7 +12130,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "39.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "frame-benchmarking", "frame-support", @@ -12145,7 +12146,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "39.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "parity-scale-codec", "polkadot-sdk-frame", @@ -12155,7 +12156,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "39.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "frame-benchmarking", "frame-support", @@ -12173,7 +12174,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "39.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "assert_matches", "frame-benchmarking", @@ -12191,7 +12192,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "40.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "docify", "frame-benchmarking", @@ -12208,7 +12209,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "39.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "frame-support", "frame-system", @@ -12229,7 +12230,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "39.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -12251,7 +12252,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "22.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "log", "sp-arithmetic", @@ -12260,7 +12261,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "25.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "parity-scale-codec", "sp-api", @@ -12270,7 +12271,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "39.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "docify", "frame-benchmarking", @@ -12285,7 +12286,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "38.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "docify", "frame-benchmarking", @@ -12304,7 +12305,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "39.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "frame-benchmarking", "frame-support", @@ -12320,7 +12321,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "42.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "jsonrpsee 0.24.9", "pallet-transaction-payment-rpc-runtime-api", @@ -12336,7 +12337,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "39.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -12348,7 +12349,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "38.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "docify", "frame-benchmarking", @@ -12367,7 +12368,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "39.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "frame-benchmarking", "frame-support", @@ -12382,7 +12383,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "39.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "frame-benchmarking", "frame-support", @@ -12396,7 +12397,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "38.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "frame-benchmarking", "frame-support", @@ -12752,7 +12753,7 @@ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" [[package]] name = "polkadot-core-primitives" version = "16.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "parity-scale-codec", "scale-info", @@ -12763,7 +12764,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "21.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "bs58", "futures", @@ -12782,7 +12783,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "21.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "async-channel 1.9.0", "async-trait", @@ -12807,7 +12808,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "17.0.1" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "bitvec", "bounded-vec", @@ -12833,7 +12834,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "21.0.1" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "async-trait", "bitvec", @@ -12862,7 +12863,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "21.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "async-trait", "futures", @@ -12884,7 +12885,7 @@ dependencies = [ [[package]] name = "polkadot-parachain-primitives" version = "15.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "bounded-collections", "derive_more 0.99.20", @@ -12900,7 +12901,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "17.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "bitvec", "hex-literal", @@ -12937,7 +12938,7 @@ dependencies = [ [[package]] name = "polkadot-sdk-frame" version = "0.8.1" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "docify", "frame-benchmarking", @@ -12971,7 +12972,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "17.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -14726,7 +14727,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.48.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "async-trait", "futures", @@ -14756,7 +14757,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.43.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "parity-scale-codec", "sp-api", @@ -14771,7 +14772,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "41.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "array-bytes", "docify", @@ -14798,7 +14799,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "12.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "proc-macro-crate 3.3.0", "proc-macro2", @@ -14809,7 +14810,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.50.1" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "array-bytes", "chrono", @@ -14851,7 +14852,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "38.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "fnv", "futures", @@ -14878,7 +14879,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.45.1" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "hash-db", "kvdb", @@ -14904,7 +14905,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.47.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "async-trait", "futures", @@ -14928,7 +14929,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.48.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "async-trait", "fork-tree", @@ -14964,7 +14965,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.48.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "futures", "jsonrpsee 0.24.9", @@ -14986,7 +14987,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.47.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "fork-tree", "parity-scale-codec", @@ -14999,7 +15000,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.33.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "ahash 0.8.12", "array-bytes", @@ -15043,7 +15044,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.33.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "finality-grandpa", "futures", @@ -15063,7 +15064,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.47.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "async-trait", "futures", @@ -15086,7 +15087,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.41.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "parity-scale-codec", "parking_lot 0.12.4", @@ -15110,7 +15111,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.36.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "polkavm", "sp-allocator", @@ -15123,7 +15124,7 @@ dependencies = [ [[package]] name = "sc-executor-polkavm" version = "0.33.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "log", "polkavm", @@ -15134,7 +15135,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.36.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "anyhow", "cfg-if", @@ -15152,7 +15153,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.47.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "console", "futures", @@ -15169,7 +15170,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "34.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "array-bytes", "parking_lot 0.12.4", @@ -15183,7 +15184,7 @@ dependencies = [ [[package]] name = "sc-mixnet" version = "0.18.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "array-bytes", "arrayvec 0.7.6", @@ -15212,7 +15213,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.48.3" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -15263,7 +15264,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.47.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "async-trait", "bitflags 1.3.2", @@ -15281,7 +15282,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.48.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "ahash 0.8.12", "futures", @@ -15300,7 +15301,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.47.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -15321,7 +15322,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.47.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "array-bytes", "async-channel 1.9.0", @@ -15357,7 +15358,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.47.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "array-bytes", "futures", @@ -15376,7 +15377,7 @@ dependencies = [ [[package]] name = "sc-network-types" version = "0.15.2" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "bs58", "ed25519-dalek", @@ -15393,7 +15394,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "43.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "array-bytes", "bytes", @@ -15430,7 +15431,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.18.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -15439,7 +15440,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "43.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "futures", "jsonrpsee 0.24.9", @@ -15471,7 +15472,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.47.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "jsonrpsee 0.24.9", "parity-scale-codec", @@ -15491,7 +15492,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "20.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "dyn-clone", "forwarded-header-value", @@ -15515,7 +15516,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.48.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "array-bytes", "futures", @@ -15547,7 +15548,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.49.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "async-trait", "directories", @@ -15611,7 +15612,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.37.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "log", "parity-scale-codec", @@ -15622,7 +15623,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.48.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "jsonrpsee 0.24.9", "parity-scale-codec", @@ -15641,7 +15642,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "41.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "derive_more 0.99.20", "futures", @@ -15662,7 +15663,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "28.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "chrono", "futures", @@ -15682,7 +15683,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "38.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "chrono", "console", @@ -15710,7 +15711,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "11.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "proc-macro-crate 3.3.0", "proc-macro2", @@ -15721,7 +15722,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "38.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "async-trait", "futures", @@ -15752,7 +15753,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "38.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "async-trait", "futures", @@ -15768,7 +15769,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "18.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "async-channel 1.9.0", "futures", @@ -16893,7 +16894,7 @@ dependencies = [ [[package]] name = "sp-allocator" version = "30.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "log", "parity-scale-codec", @@ -16904,7 +16905,7 @@ dependencies = [ [[package]] name = "sp-api" version = "35.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "docify", "hash-db", @@ -16926,7 +16927,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "21.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "Inflector", "blake2 0.10.6", @@ -16940,7 +16941,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "39.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "parity-scale-codec", "scale-info", @@ -16952,7 +16953,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "26.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "docify", "integer-sqrt", @@ -16966,7 +16967,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "35.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "parity-scale-codec", "scale-info", @@ -16978,7 +16979,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "35.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "sp-api", "sp-inherents", @@ -16988,7 +16989,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "38.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "futures", "parity-scale-codec", @@ -17007,7 +17008,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.41.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "async-trait", "futures", @@ -17022,7 +17023,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.41.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "async-trait", "parity-scale-codec", @@ -17038,7 +17039,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.41.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "async-trait", "parity-scale-codec", @@ -17056,7 +17057,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "22.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "finality-grandpa", "log", @@ -17073,7 +17074,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.41.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "parity-scale-codec", "scale-info", @@ -17084,7 +17085,7 @@ dependencies = [ [[package]] name = "sp-core" version = "35.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "array-bytes", "bitflags 1.3.2", @@ -17130,7 +17131,7 @@ dependencies = [ [[package]] name = "sp-crypto-ec-utils" version = "0.15.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "ark-bls12-377", "ark-bls12-377-ext", @@ -17164,7 +17165,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing" version = "0.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "blake2b_simd", "byteorder", @@ -17177,7 +17178,7 @@ dependencies = [ [[package]] name = "sp-crypto-hashing-proc-macro" version = "0.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "quote", "sp-crypto-hashing 0.1.0 (git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412)", @@ -17187,7 +17188,7 @@ dependencies = [ [[package]] name = "sp-database" version = "10.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "kvdb", "parking_lot 0.12.4", @@ -17196,7 +17197,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "14.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "proc-macro2", "quote", @@ -17206,7 +17207,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.30.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "environmental", "parity-scale-codec", @@ -17216,7 +17217,7 @@ dependencies = [ [[package]] name = "sp-genesis-builder" version = "0.16.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "parity-scale-codec", "scale-info", @@ -17228,7 +17229,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "35.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -17241,7 +17242,7 @@ dependencies = [ [[package]] name = "sp-io" version = "39.0.1" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "bytes", "docify", @@ -17267,7 +17268,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "40.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "sp-core", "sp-runtime", @@ -17277,7 +17278,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.41.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "parity-scale-codec", "parking_lot 0.12.4", @@ -17288,7 +17289,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "11.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "thiserror 1.0.69", "zstd 0.12.4", @@ -17297,7 +17298,7 @@ dependencies = [ [[package]] name = "sp-metadata-ir" version = "0.8.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "frame-metadata 18.0.0", "parity-scale-codec", @@ -17307,7 +17308,7 @@ dependencies = [ [[package]] name = "sp-mixnet" version = "0.13.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "parity-scale-codec", "scale-info", @@ -17318,7 +17319,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "35.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "parity-scale-codec", "scale-info", @@ -17331,7 +17332,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "35.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "sp-api", "sp-core", @@ -17341,7 +17342,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "13.0.1" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "backtrace", "regex", @@ -17350,7 +17351,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "33.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "rustc-hash 1.1.0", "serde", @@ -17360,7 +17361,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "40.1.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "binary-merkle-tree", "docify", @@ -17389,7 +17390,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "29.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -17408,7 +17409,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "18.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "Inflector", "expander", @@ -17421,7 +17422,7 @@ dependencies = [ [[package]] name = "sp-session" version = "37.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "parity-scale-codec", "scale-info", @@ -17435,7 +17436,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "37.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -17448,7 +17449,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.44.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "hash-db", "log", @@ -17468,7 +17469,7 @@ dependencies = [ [[package]] name = "sp-statement-store" version = "19.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "aes-gcm", "curve25519-dalek", @@ -17492,12 +17493,12 @@ dependencies = [ [[package]] name = "sp-std" version = "14.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" [[package]] name = "sp-storage" version = "22.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "impl-serde 0.5.0", "parity-scale-codec", @@ -17509,7 +17510,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "35.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "async-trait", "parity-scale-codec", @@ -17521,7 +17522,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "17.0.1" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "parity-scale-codec", "tracing", @@ -17532,7 +17533,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "35.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "sp-api", "sp-runtime", @@ -17541,7 +17542,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "35.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "async-trait", "parity-scale-codec", @@ -17555,7 +17556,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "38.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "ahash 0.8.12", "hash-db", @@ -17577,7 +17578,7 @@ dependencies = [ [[package]] name = "sp-version" version = "38.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "impl-serde 0.5.0", "parity-scale-codec", @@ -17594,7 +17595,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "15.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "parity-scale-codec", "proc-macro-warning 1.84.1", @@ -17606,7 +17607,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "21.0.1" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -17620,7 +17621,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface-common" version = "7.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "parity-scale-codec", "sp-std", @@ -17630,7 +17631,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "31.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "bounded-collections", "parity-scale-codec", @@ -17710,7 +17711,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staging-xcm" version = "15.0.3" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "array-bytes", "bounded-collections", @@ -17902,7 +17903,7 @@ dependencies = [ [[package]] name = "substrate-bip39" version = "0.6.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "hmac 0.12.1", "pbkdf2", @@ -17914,12 +17915,12 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "11.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" [[package]] name = "substrate-frame-rpc-system" version = "42.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "docify", "frame-system-rpc-runtime-api", @@ -17939,7 +17940,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.17.1" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "http-body-util", "hyper 1.6.0", @@ -17953,7 +17954,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.47.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "async-trait", "jsonrpsee 0.24.9", @@ -17966,7 +17967,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "41.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "jsonrpsee 0.24.9", "parity-scale-codec", @@ -17983,7 +17984,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "array-bytes", "async-trait", @@ -18010,7 +18011,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "25.0.1" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "array-bytes", "build-helper", @@ -19010,7 +19011,7 @@ dependencies = [ [[package]] name = "tracing-gum" version = "17.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "coarsetime", "polkadot-primitives", @@ -19021,7 +19022,7 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "5.0.0" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "expander", "proc-macro-crate 3.3.0", @@ -21238,7 +21239,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "11.0.1" -source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#193d0b30012f5b739e9b8cc19a5650f916cd8a51" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" dependencies = [ "Inflector", "proc-macro2", From 8961345e4b3be8ff58c549e99a7f90b3c25da4c0 Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Sun, 22 Jun 2025 14:47:04 +0400 Subject: [PATCH 35/56] fix check_changed_pages_in_storage test --- pallets/gear-debug/src/tests/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pallets/gear-debug/src/tests/mod.rs b/pallets/gear-debug/src/tests/mod.rs index 393d25bb897..30aa12104d3 100644 --- a/pallets/gear-debug/src/tests/mod.rs +++ b/pallets/gear-debug/src/tests/mod.rs @@ -729,8 +729,8 @@ fn check_changed_pages_in_storage() { i32.store ) - (data $.rodata (i32.const 0x10000) "0123456789") - (data $.rodata (i32.const 0x70001) "GEAR TECH") + (data (i32.const 0x10000) "0123456789") + (data (i32.const 0x70001) "GEAR TECH") ) "#; From 8dea09dbb085064794c49d8a5dfe06d9e4bd50be Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Sun, 22 Jun 2025 16:42:33 +0400 Subject: [PATCH 36/56] Custom preset parsing --- Cargo.lock | 1 + Cargo.toml | 1 + runtime/vara/Cargo.toml | 2 ++ runtime/vara/src/genesis_config_presets.rs | 15 +++++++++++++++ runtime/vara/src/lib.rs | 2 +- 5 files changed, 20 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 1e40860de4c..2ccb72f8d7c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19498,6 +19498,7 @@ dependencies = [ "pallet-whitelist", "parity-scale-codec", "scale-info", + "serde-json-wasm", "sp-api", "sp-arithmetic", "sp-authority-discovery", diff --git a/Cargo.toml b/Cargo.toml index 4c2ca593f06..6bc6bbed66e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -170,6 +170,7 @@ serde = { version = "^1", default-features = false } serde_json = { version = "1.0.135", default-features = false, features = [ "alloc", ] } +serde-json-wasm = { version = "1.0.1", default-features = false } sha-1 = "0.10.1" static_init = "1.0.3" subxt = "0.38.0" diff --git a/runtime/vara/Cargo.toml b/runtime/vara/Cargo.toml index 59c5ed6d039..5b1e13a0cc4 100644 --- a/runtime/vara/Cargo.toml +++ b/runtime/vara/Cargo.toml @@ -30,6 +30,7 @@ const-str.workspace = true log.workspace = true parity-scale-codec.workspace = true scale-info = { workspace = true, features = ["derive"] } +serde-json-wasm.workspace = true # Frame deps frame-support.workspace = true @@ -200,6 +201,7 @@ std = [ "gear-wasm-instrument/std", "runtime-primitives/std", "scale-info/std", + "serde-json-wasm/std", "sp-api/std", "sp-arithmetic/std", "sp-authority-discovery/std", diff --git a/runtime/vara/src/genesis_config_presets.rs b/runtime/vara/src/genesis_config_presets.rs index a3910ab64f8..312dc8ab29d 100644 --- a/runtime/vara/src/genesis_config_presets.rs +++ b/runtime/vara/src/genesis_config_presets.rs @@ -224,6 +224,21 @@ pub fn local_testnet_genesis() -> RuntimeGenesisConfig { ) } +/// Provides the JSON representation of predefined genesis config for given `id`. +pub fn get_preset(id: &PresetId) -> Option> { + let patch = match id.as_str() { + DEV_RUNTIME_PRESET => development_genesis(), + LOCAL_TESTNET_RUNTIME_PRESET => local_testnet_genesis(), + _ => return None, + }; + + Some( + serde_json_wasm::to_string(&patch) + .expect("serialization to json works.") + .into_bytes(), + ) +} + /// List of supported presets. pub fn preset_names() -> Vec { vec![ diff --git a/runtime/vara/src/lib.rs b/runtime/vara/src/lib.rs index fe067cd0e91..d7694e8d5ac 100644 --- a/runtime/vara/src/lib.rs +++ b/runtime/vara/src/lib.rs @@ -1981,7 +1981,7 @@ impl_runtime_apis_plus_common! { } fn get_preset(id: &Option) -> Option> { - get_preset::(id, |_| None) + get_preset::(id, genesis_config_presets::get_preset) } fn preset_names() -> Vec { From 949b85351ef642ca6754e8ae7bc0419112b69881 Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Mon, 23 Jun 2025 15:22:28 +0400 Subject: [PATCH 37/56] fix(pallet-gear-payment): Use IDENTIFIER from ChargeTransactionPayment --- pallets/payment/src/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pallets/payment/src/lib.rs b/pallets/payment/src/lib.rs index 5329542be08..7fe840c13bf 100644 --- a/pallets/payment/src/lib.rs +++ b/pallets/payment/src/lib.rs @@ -89,7 +89,8 @@ where BalanceOf: Send + Sync + From + FixedPointOperand, CallOf: Dispatchable, { - const IDENTIFIER: &'static str = "CustomChargeTransactionPayment"; + const IDENTIFIER: &'static str = + as TransactionExtension>>::IDENTIFIER; type Implicit = as TransactionExtension>>::Implicit; type Val = as TransactionExtension>>::Val; type Pre = as TransactionExtension>>::Pre; From 7057256277bb9a06cb712b7f33e1134d07090c7d Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Thu, 26 Jun 2025 17:35:26 +0400 Subject: [PATCH 38/56] Update extension --- pallets/payment/src/lib.rs | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/pallets/payment/src/lib.rs b/pallets/payment/src/lib.rs index 7fe840c13bf..62796ea10d4 100644 --- a/pallets/payment/src/lib.rs +++ b/pallets/payment/src/lib.rs @@ -112,6 +112,8 @@ where let Ok(who) = frame_system::ensure_signed(origin.clone()) else { return Ok((ValidTransaction::default(), Self::Val::NoCharge, origin)); }; + + // Override DispatchInfo struct for call variants exempted from weight fee multiplication let cow_info = Self::pre_dispatch_info(call, info); let payer = Self::fee_payer_account(call, &who); let payer_origin: ::RuntimeOrigin = @@ -135,24 +137,28 @@ where info: &DispatchInfoOf>, len: usize, ) -> Result { + let Ok(who) = frame_system::ensure_signed(origin.clone()) else { + return Ok(Self::Pre::NoCharge { + refund: self.weight(call), + }); + }; + // Override DispatchInfo struct for call variants exempted from weight fee multiplication let cow_info = Self::pre_dispatch_info(call, info); - as TransactionExtension>>::prepare( - self.0, - val, - origin, - call, - cow_info.as_ref(), - len, - ) + // Replace payer if delegated + let payer = Self::fee_payer_account(call, &who); + let payer_origin: ::RuntimeOrigin = + frame_system::RawOrigin::Signed(payer.clone().into_owned()).into(); + self.0 + .prepare(val, &payer_origin, call, cow_info.as_ref(), len) } - fn post_dispatch( + fn post_dispatch_details( pre: Self::Pre, info: &DispatchInfoOf>, - post_info: &mut PostDispatchInfoOf>, + post_info: &PostDispatchInfoOf>, len: usize, result: &sp_runtime::DispatchResult, - ) -> Result<(), TransactionValidityError> { + ) -> Result { // There is no easy way to modify the original `DispatchInfo` struct similarly // it's done in `pre_dispatch()` because a call is not supplied. // However, we can just leave it as is and yet get the correct fee refund if any: @@ -163,7 +169,7 @@ where // weight normalization before returning it from the extrinsic. // // TODO: still think of a more robust way to deal with fee refunds - as TransactionExtension>>::post_dispatch( + as TransactionExtension>>::post_dispatch_details( pre, info, post_info, len, result, ) } From 9427466526ad9ae272a4243f6f210ea99e8f84cd Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Mon, 30 Jun 2025 21:58:28 +0700 Subject: [PATCH 39/56] fix: Don't override origin since its passed to prepare() later --- pallets/payment/src/lib.rs | 48 ++++++++++++++++++++------------------ 1 file changed, 25 insertions(+), 23 deletions(-) diff --git a/pallets/payment/src/lib.rs b/pallets/payment/src/lib.rs index 62796ea10d4..5fbb70c857b 100644 --- a/pallets/payment/src/lib.rs +++ b/pallets/payment/src/lib.rs @@ -25,7 +25,7 @@ use common::{storage::*, DelegateFee, ExtractCall}; use frame_support::{ dispatch::{DispatchInfo, GetDispatchInfo, PostDispatchInfo}, pallet_prelude::*, - traits::Contains, + traits::{Contains, OriginTrait}, }; use pallet_transaction_payment::{ ChargeTransactionPayment, FeeDetails, Multiplier, MultiplierUpdate, OnChargeTransaction, @@ -109,24 +109,32 @@ where implication: &impl Implication, source: TransactionSource, ) -> ValidateResult> { + // extract signer if present let Ok(who) = frame_system::ensure_signed(origin.clone()) else { return Ok((ValidTransaction::default(), Self::Val::NoCharge, origin)); }; - - // Override DispatchInfo struct for call variants exempted from weight fee multiplication - let cow_info = Self::pre_dispatch_info(call, info); let payer = Self::fee_payer_account(call, &who); - let payer_origin: ::RuntimeOrigin = - frame_system::RawOrigin::Signed(payer.into_owned()).into(); - self.0.validate( - payer_origin, + + // patch the `DispatchInfo` if the call is exempt from multiplier + let patched_info = Self::pre_dispatch_info(call, info); + + // delegate to the inner extension + let (valid, val, _inner_origin) = self.0.validate( + ::RuntimeOrigin::signed(payer.clone().into_owned()), call, - cow_info.as_ref(), + &patched_info, len, (), implication, source, - ) + )?; + + // Pass original origin to the pipeline + Ok(( + valid, + val, + origin + )) } fn prepare( @@ -137,19 +145,13 @@ where info: &DispatchInfoOf>, len: usize, ) -> Result { - let Ok(who) = frame_system::ensure_signed(origin.clone()) else { - return Ok(Self::Pre::NoCharge { - refund: self.weight(call), - }); - }; - // Override DispatchInfo struct for call variants exempted from weight fee multiplication - let cow_info = Self::pre_dispatch_info(call, info); - // Replace payer if delegated - let payer = Self::fee_payer_account(call, &who); - let payer_origin: ::RuntimeOrigin = - frame_system::RawOrigin::Signed(payer.clone().into_owned()).into(); - self.0 - .prepare(val, &payer_origin, call, cow_info.as_ref(), len) + self.0.prepare( + val, + origin, + call, + info, + len, + ) } fn post_dispatch_details( From ea0d42557436b8045e643f64cca9e9d9a550a9ba Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Mon, 30 Jun 2025 22:10:36 +0700 Subject: [PATCH 40/56] patch payer in prepare too. --- pallets/payment/src/lib.rs | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/pallets/payment/src/lib.rs b/pallets/payment/src/lib.rs index 5fbb70c857b..94043f47d9e 100644 --- a/pallets/payment/src/lib.rs +++ b/pallets/payment/src/lib.rs @@ -130,11 +130,7 @@ where )?; // Pass original origin to the pipeline - Ok(( - valid, - val, - origin - )) + Ok((valid, val, origin)) } fn prepare( @@ -145,9 +141,15 @@ where info: &DispatchInfoOf>, len: usize, ) -> Result { + let Ok(who) = frame_system::ensure_signed(origin.clone()) else { + return self.0.prepare(val, origin, call, info, len); + }; + + let payer = Self::fee_payer_account(call, &who); + self.0.prepare( val, - origin, + &::RuntimeOrigin::signed(payer.clone().into_owned()), call, info, len, From c3045729b1f4bfe43a51d99eb564d1fa72f587d0 Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Mon, 30 Jun 2025 23:20:41 +0700 Subject: [PATCH 41/56] add migrations --- runtime/vara/src/migrations.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/runtime/vara/src/migrations.rs b/runtime/vara/src/migrations.rs index 39fbeef824b..8bab8c2142c 100644 --- a/runtime/vara/src/migrations.rs +++ b/runtime/vara/src/migrations.rs @@ -23,6 +23,8 @@ pub type Migrations = ( BagsListMigrate, pallet_gear_bank::migrations::MigrateToV1, pallet_gear_builtin::migration::MigrateToV1, + pallet_identity::migration::v2::LazyMigrationV1ToV2, + pallet_child_bounties::migration::MigrateV0ToV1, ); pub struct BagsListMigrate(core::marker::PhantomData); From 312fb909b7da8c36b3a9ad7c2381a488a1429a83 Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Tue, 1 Jul 2025 00:35:43 +0700 Subject: [PATCH 42/56] add BalanceTransferAllowDeath param --- runtime/vara/src/migrations.rs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/runtime/vara/src/migrations.rs b/runtime/vara/src/migrations.rs index 8bab8c2142c..02fbc1008f1 100644 --- a/runtime/vara/src/migrations.rs +++ b/runtime/vara/src/migrations.rs @@ -18,13 +18,17 @@ use crate::*; +parameter_types! { + pub BalanceTransferAllowDeath: Weight = weights::pallet_balances::WeightInfo::::transfer_allow_death(); +} + /// All migrations that will run on the next runtime upgrade. pub type Migrations = ( BagsListMigrate, pallet_gear_bank::migrations::MigrateToV1, pallet_gear_builtin::migration::MigrateToV1, pallet_identity::migration::v2::LazyMigrationV1ToV2, - pallet_child_bounties::migration::MigrateV0ToV1, + pallet_child_bounties::migration::MigrateV0ToV1, ); pub struct BagsListMigrate(core::marker::PhantomData); From a3ecc18b06ad91afc21732d809dfe080069fc40d Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Tue, 1 Jul 2025 16:19:36 +0700 Subject: [PATCH 43/56] feat: Add Multi Block Migrations pallet --- Cargo.lock | 26 ++++++++++++++++++++++---- Cargo.toml | 1 + runtime/vara/Cargo.toml | 1 + runtime/vara/src/lib.rs | 26 ++++++++++++++++++++++++++ runtime/vara/src/migrations.rs | 3 +-- 5 files changed, 51 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2ccb72f8d7c..5702efd4f42 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -651,7 +651,7 @@ dependencies = [ "alloy-rlp", "alloy-serde", "alloy-sol-types", - "itertools 0.13.0", + "itertools 0.14.0", "serde", "serde_json", "thiserror 2.0.12", @@ -2623,7 +2623,7 @@ checksum = "fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81" dependencies = [ "serde", "termcolor", - "unicode-width 0.1.14", + "unicode-width 0.2.1", ] [[package]] @@ -12072,6 +12072,23 @@ dependencies = [ "sp-staking", ] +[[package]] +name = "pallet-migrations" +version = "9.1.0" +source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot-stable2412#0cfd1bb234615bef3fa9b1e3e3ea81f8b809fc22" +dependencies = [ + "cfg-if", + "docify", + "frame-support", + "frame-system", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "scale-info", + "sp-core", + "sp-runtime", +] + [[package]] name = "pallet-multisig" version = "39.1.1" @@ -13464,7 +13481,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "be769465445e8c1474e9c5dac2018218498557af32d9ed057325ec9a41ae81bf" dependencies = [ "heck 0.5.0", - "itertools 0.13.0", + "itertools 0.14.0", "log", "multimap", "once_cell", @@ -13497,7 +13514,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d" dependencies = [ "anyhow", - "itertools 0.13.0", + "itertools 0.14.0", "proc-macro2", "quote", "syn 2.0.103", @@ -19476,6 +19493,7 @@ dependencies = [ "pallet-grandpa", "pallet-identity", "pallet-im-online", + "pallet-migrations", "pallet-multisig", "pallet-nomination-pools", "pallet-nomination-pools-runtime-api", diff --git a/Cargo.toml b/Cargo.toml index 6bc6bbed66e..3b2434939c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -342,6 +342,7 @@ pallet-election-provider-multi-phase = { version = "38.1.0", git = "https://gith pallet-grandpa = { version = "39.1.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } pallet-identity = { version = "39.1.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } pallet-im-online = { version = "38.1.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } +pallet-migrations = { version = "9.1.0", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } pallet-multisig = { version = "39.1.1", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } pallet-nomination-pools = { version = "37.0.2", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } pallet-nomination-pools-runtime-api = { version = "35.0.1", git = "https://github.com/gear-tech/polkadot-sdk.git", branch = "gear-polkadot-stable2412", default-features = false } diff --git a/runtime/vara/Cargo.toml b/runtime/vara/Cargo.toml index 5b1e13a0cc4..346b32f844e 100644 --- a/runtime/vara/Cargo.toml +++ b/runtime/vara/Cargo.toml @@ -55,6 +55,7 @@ pallet-identity.workspace = true pallet-im-online.workspace = true pallet-nomination-pools.workspace = true pallet-nomination-pools-runtime-api.workspace = true +pallet-migrations.workspace = true pallet-multisig.workspace = true pallet-offences.workspace = true pallet-preimage.workspace = true diff --git a/runtime/vara/src/lib.rs b/runtime/vara/src/lib.rs index d7694e8d5ac..ceca391473e 100644 --- a/runtime/vara/src/lib.rs +++ b/runtime/vara/src/lib.rs @@ -295,6 +295,7 @@ impl frame_system::Config for Runtime { /// The set code logic, just the default since we're not a parachain. type OnSetCode = (); type MaxConsumers = ConstU32<16>; + type MultiBlockMigrator = MultiBlockMigrations; } parameter_types! { @@ -1003,6 +1004,25 @@ impl pallet_utility::Config for Runtime { type PalletsOrigin = OriginCaller; } +parameter_types! { + pub MbmServiceWeight: Weight = Perbill::from_percent(80) * RuntimeBlockWeights::get().max_block; +} + +impl pallet_migrations::Config for Runtime { + type RuntimeEvent = RuntimeEvent; + #[cfg(not(feature = "runtime-benchmarks"))] + type Migrations = pallet_identity::migration::v2::LazyMigrationV1ToV2; + // Benchmarks need mocked migrations to guarantee that they succeed. + #[cfg(feature = "runtime-benchmarks")] + type Migrations = pallet_migrations::mock_helpers::MockedMigrations; + type CursorMaxLen = ConstU32<65_536>; + type IdentifierMaxLen = ConstU32<256>; + type MigrationStatusHandler = (); + type FailedMigrationHandler = frame_support::migrations::FreezeChainOnFailedMigration; + type MaxServiceWeight = MbmServiceWeight; + type WeightInfo = (); +} + parameter_types! { // One storage item; key size is 32; value is size 4+4+16+32 bytes = 56 bytes. pub const DepositBase: Balance = deposit(1, 88); @@ -1527,6 +1547,9 @@ mod runtime { #[runtime::pallet_index(31)] pub type NominationPools = pallet_nomination_pools; + #[runtime::pallet_index(32)] + pub type MultiBlockMigrations = pallet_migrations; + // Gear // NOTE (!): if adding new pallet, don't forget to extend non payable proxy filter. @@ -1688,6 +1711,9 @@ mod runtime { #[runtime::pallet_index(31)] pub type NominationPools = pallet_nomination_pools; + #[runtime::pallet_index(32)] + pub type MultiBlockMigrations = pallet_migrations; + // Gear #[runtime::pallet_index(100)] diff --git a/runtime/vara/src/migrations.rs b/runtime/vara/src/migrations.rs index 02fbc1008f1..009710be5b1 100644 --- a/runtime/vara/src/migrations.rs +++ b/runtime/vara/src/migrations.rs @@ -19,7 +19,7 @@ use crate::*; parameter_types! { - pub BalanceTransferAllowDeath: Weight = weights::pallet_balances::WeightInfo::::transfer_allow_death(); + pub BalanceTransferAllowDeath: Weight = weights::pallet_balances::SubstrateWeight::::transfer_allow_death(); } /// All migrations that will run on the next runtime upgrade. @@ -27,7 +27,6 @@ pub type Migrations = ( BagsListMigrate, pallet_gear_bank::migrations::MigrateToV1, pallet_gear_builtin::migration::MigrateToV1, - pallet_identity::migration::v2::LazyMigrationV1ToV2, pallet_child_bounties::migration::MigrateV0ToV1, ); From 2609b513d878a2a898a5caaabb8e0c1aabf154a0 Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Tue, 1 Jul 2025 16:36:32 +0700 Subject: [PATCH 44/56] add features --- Cargo.lock | 1 + runtime/vara/Cargo.toml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index 5702efd4f42..cf1930d69d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12079,6 +12079,7 @@ source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot dependencies = [ "cfg-if", "docify", + "frame-benchmarking", "frame-support", "frame-system", "impl-trait-for-tuples", diff --git a/runtime/vara/Cargo.toml b/runtime/vara/Cargo.toml index 346b32f844e..f8fb0f2ee39 100644 --- a/runtime/vara/Cargo.toml +++ b/runtime/vara/Cargo.toml @@ -242,6 +242,7 @@ runtime-benchmarks = [ "pallet-conviction-voting/runtime-benchmarks", "pallet-ranked-collective/runtime-benchmarks", "pallet-referenda/runtime-benchmarks", + "pallet-migrations/runtime-benchmarks", ] runtime-benchmarks-checkers = ["pallet-gear/runtime-benchmarks-checkers"] try-runtime = [ @@ -275,6 +276,7 @@ try-runtime = [ "pallet-identity/try-runtime", "pallet-im-online/try-runtime", "pallet-nomination-pools/try-runtime", + "pallet-migrations/try-runtime", "pallet-multisig/try-runtime", "pallet-offences/try-runtime", "pallet-preimage/try-runtime", From bd9fcb4fba543d0a4610923a68e8d3d60eb8ac71 Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Tue, 1 Jul 2025 16:56:26 +0700 Subject: [PATCH 45/56] WeightInfo --- runtime/vara/src/lib.rs | 28 ++++++++++++++-------------- runtime/vara/src/migrations.rs | 1 + 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/runtime/vara/src/lib.rs b/runtime/vara/src/lib.rs index ceca391473e..40d032fc71c 100644 --- a/runtime/vara/src/lib.rs +++ b/runtime/vara/src/lib.rs @@ -295,7 +295,7 @@ impl frame_system::Config for Runtime { /// The set code logic, just the default since we're not a parachain. type OnSetCode = (); type MaxConsumers = ConstU32<16>; - type MultiBlockMigrator = MultiBlockMigrations; + type MultiBlockMigrator = MultiBlockMigrations; } parameter_types! { @@ -1005,22 +1005,22 @@ impl pallet_utility::Config for Runtime { } parameter_types! { - pub MbmServiceWeight: Weight = Perbill::from_percent(80) * RuntimeBlockWeights::get().max_block; + pub MbmServiceWeight: Weight = Perbill::from_percent(80) * RuntimeBlockWeights::get().max_block; } impl pallet_migrations::Config for Runtime { - type RuntimeEvent = RuntimeEvent; - #[cfg(not(feature = "runtime-benchmarks"))] - type Migrations = pallet_identity::migration::v2::LazyMigrationV1ToV2; - // Benchmarks need mocked migrations to guarantee that they succeed. - #[cfg(feature = "runtime-benchmarks")] - type Migrations = pallet_migrations::mock_helpers::MockedMigrations; - type CursorMaxLen = ConstU32<65_536>; - type IdentifierMaxLen = ConstU32<256>; - type MigrationStatusHandler = (); - type FailedMigrationHandler = frame_support::migrations::FreezeChainOnFailedMigration; - type MaxServiceWeight = MbmServiceWeight; - type WeightInfo = (); + type RuntimeEvent = RuntimeEvent; + #[cfg(not(feature = "runtime-benchmarks"))] + type Migrations = pallet_identity::migration::v2::LazyMigrationV1ToV2; + // Benchmarks need mocked migrations to guarantee that they succeed. + #[cfg(feature = "runtime-benchmarks")] + type Migrations = pallet_migrations::mock_helpers::MockedMigrations; + type CursorMaxLen = ConstU32<65_536>; + type IdentifierMaxLen = ConstU32<256>; + type MigrationStatusHandler = (); + type FailedMigrationHandler = frame_support::migrations::FreezeChainOnFailedMigration; + type MaxServiceWeight = MbmServiceWeight; + type WeightInfo = (); } parameter_types! { diff --git a/runtime/vara/src/migrations.rs b/runtime/vara/src/migrations.rs index 009710be5b1..d727f0bc2b3 100644 --- a/runtime/vara/src/migrations.rs +++ b/runtime/vara/src/migrations.rs @@ -17,6 +17,7 @@ // along with this program. If not, see . use crate::*; +use pallet_balances::WeightInfo; parameter_types! { pub BalanceTransferAllowDeath: Weight = weights::pallet_balances::SubstrateWeight::::transfer_allow_death(); From d0d90ee95428c7094ec9c7068375bb204c0307c5 Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Tue, 1 Jul 2025 17:44:54 +0700 Subject: [PATCH 46/56] update metadata --- gsdk/src/metadata/generated.rs | 1630 +++++++++++++++++++++++++------- 1 file changed, 1283 insertions(+), 347 deletions(-) diff --git a/gsdk/src/metadata/generated.rs b/gsdk/src/metadata/generated.rs index 5de139a2744..92d2cdf10fa 100644 --- a/gsdk/src/metadata/generated.rs +++ b/gsdk/src/metadata/generated.rs @@ -30,37 +30,49 @@ pub mod runtime_types { use super::runtime_types; pub mod bounded_btree_map { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct BoundedBTreeMap<_0, _1>( pub ::subxt::ext::subxt_core::utils::KeyedVec<_0, _1>, ); } pub mod bounded_vec { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct BoundedVec<_0>(pub ::subxt::ext::subxt_core::alloc::vec::Vec<_0>); } pub mod weak_bounded_vec { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct WeakBoundedVec<_0>(pub ::subxt::ext::subxt_core::alloc::vec::Vec<_0>); } } pub mod finality_grandpa { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct Equivocation<_0, _1, _2> { pub round_number: ::core::primitive::u64, pub identity: _0, pub first: (_1, _2), pub second: (_1, _2), } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct Precommit<_0, _1> { pub target_hash: _0, pub target_number: _1, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct Prevote<_0, _1> { pub target_hash: _0, pub target_number: _1, @@ -68,11 +80,15 @@ pub mod runtime_types { } pub mod frame_metadata_hash_extension { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct CheckMetadataHash { pub mode: runtime_types::frame_metadata_hash_extension::Mode, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum Mode { #[codec(index = 0)] Disabled, @@ -84,7 +100,9 @@ pub mod runtime_types { use super::runtime_types; pub mod dispatch { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum DispatchClass { #[codec(index = 0)] Normal, @@ -93,26 +111,34 @@ pub mod runtime_types { #[codec(index = 2)] Mandatory, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum Pays { #[codec(index = 0)] Yes, #[codec(index = 1)] No, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct PerDispatchClass<_0> { pub normal: _0, pub operational: _0, pub mandatory: _0, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct PostDispatchInfo { pub actual_weight: ::core::option::Option, pub pays_fee: runtime_types::frame_support::dispatch::Pays, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum RawOrigin<_0> { #[codec(index = 0)] Root, @@ -127,7 +153,10 @@ pub mod runtime_types { pub mod preimages { use super::runtime_types; #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + Debug, + crate::gp::Decode, + crate::gp::DecodeAsType, + crate::gp::Encode, )] pub enum Bounded<_0, _1> { #[codec(index = 0)] @@ -151,7 +180,10 @@ pub mod runtime_types { pub mod schedule { use super::runtime_types; #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + Debug, + crate::gp::Decode, + crate::gp::DecodeAsType, + crate::gp::Encode, )] pub enum DispatchTime<_0> { #[codec(index = 0)] @@ -176,7 +208,10 @@ pub mod runtime_types { pub mod misc { use super::runtime_types; #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + Debug, + crate::gp::Decode, + crate::gp::DecodeAsType, + crate::gp::Encode, )] pub enum BalanceStatus { #[codec(index = 0)] @@ -185,7 +220,10 @@ pub mod runtime_types { Reserved, } #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + Debug, + crate::gp::Decode, + crate::gp::DecodeAsType, + crate::gp::Encode, )] pub struct IdAmount<_0, _1> { pub id: _0, @@ -194,7 +232,9 @@ pub mod runtime_types { } } } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct PalletId(pub [::core::primitive::u8; 8usize]); } pub mod frame_system { @@ -204,55 +244,77 @@ pub mod runtime_types { pub mod check_genesis { use super::runtime_types; #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + Debug, + crate::gp::Decode, + crate::gp::DecodeAsType, + crate::gp::Encode, )] pub struct CheckGenesis; } pub mod check_mortality { use super::runtime_types; #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + Debug, + crate::gp::Decode, + crate::gp::DecodeAsType, + crate::gp::Encode, )] pub struct CheckMortality(pub runtime_types::sp_runtime::generic::era::Era); } pub mod check_non_zero_sender { use super::runtime_types; #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + Debug, + crate::gp::Decode, + crate::gp::DecodeAsType, + crate::gp::Encode, )] pub struct CheckNonZeroSender; } pub mod check_spec_version { use super::runtime_types; #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + Debug, + crate::gp::Decode, + crate::gp::DecodeAsType, + crate::gp::Encode, )] pub struct CheckSpecVersion; } pub mod check_tx_version { use super::runtime_types; #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + Debug, + crate::gp::Decode, + crate::gp::DecodeAsType, + crate::gp::Encode, )] pub struct CheckTxVersion; } pub mod check_weight { use super::runtime_types; #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + Debug, + crate::gp::Decode, + crate::gp::DecodeAsType, + crate::gp::Encode, )] pub struct CheckWeight; } } pub mod limits { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct BlockLength { pub max: runtime_types::frame_support::dispatch::PerDispatchClass< ::core::primitive::u32, >, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct BlockWeights { pub base_block: runtime_types::sp_weights::weight_v2::Weight, pub max_block: runtime_types::sp_weights::weight_v2::Weight, @@ -260,7 +322,9 @@ pub mod runtime_types { runtime_types::frame_system::limits::WeightsPerClass, >, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct WeightsPerClass { pub base_extrinsic: runtime_types::sp_weights::weight_v2::Weight, pub max_extrinsic: @@ -273,7 +337,9 @@ pub mod runtime_types { } pub mod pallet { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -362,7 +428,9 @@ pub mod runtime_types { code: ::subxt::ext::subxt_core::alloc::vec::Vec<::core::primitive::u8>, }, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "Error for the System pallet"] pub enum Error { #[codec(index = 0)] @@ -397,7 +465,9 @@ pub mod runtime_types { #[doc = "The submitted code is not authorized."] Unauthorized, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "Event for the System pallet."] pub enum Event { #[codec(index = 0)] @@ -438,7 +508,9 @@ pub mod runtime_types { }, } } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct AccountInfo<_0, _1> { pub nonce: _0, pub consumers: ::core::primitive::u32, @@ -446,30 +518,40 @@ pub mod runtime_types { pub sufficients: ::core::primitive::u32, pub data: _1, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct CodeUpgradeAuthorization { pub code_hash: ::subxt::ext::subxt_core::utils::H256, pub check_version: ::core::primitive::bool, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct DispatchEventInfo { pub weight: runtime_types::sp_weights::weight_v2::Weight, pub class: runtime_types::frame_support::dispatch::DispatchClass, pub pays_fee: runtime_types::frame_support::dispatch::Pays, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct EventRecord<_0, _1> { pub phase: runtime_types::frame_system::Phase, pub event: _0, pub topics: ::subxt::ext::subxt_core::alloc::vec::Vec<_1>, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct LastRuntimeUpgradeInfo { #[codec(compact)] pub spec_version: ::core::primitive::u32, pub spec_name: ::subxt::ext::subxt_core::alloc::string::String, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum Phase { #[codec(index = 0)] ApplyExtrinsic(::core::primitive::u32), @@ -483,7 +565,9 @@ pub mod runtime_types { use super::runtime_types; pub mod event { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum CodeChangeKind<_0> { #[codec(index = 0)] Active { @@ -494,7 +578,9 @@ pub mod runtime_types { #[codec(index = 2)] Reinstrumented, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum DispatchStatus { #[codec(index = 0)] Success, @@ -503,7 +589,9 @@ pub mod runtime_types { #[codec(index = 2)] NotExecuted, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum MessageEntry { #[codec(index = 0)] Init, @@ -514,7 +602,9 @@ pub mod runtime_types { #[codec(index = 3)] Signal, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum MessageWaitedRuntimeReason { #[codec(index = 0)] WaitCalled, @@ -525,14 +615,20 @@ pub mod runtime_types { #[codec(index = 3)] WaitUpToCalledFull, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum MessageWaitedSystemReason {} - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum MessageWokenRuntimeReason { #[codec(index = 0)] WakeCalled, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum MessageWokenSystemReason { #[codec(index = 0)] ProgramGotInitialized, @@ -541,7 +637,9 @@ pub mod runtime_types { #[codec(index = 2)] OutOfRent, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum ProgramChangeKind<_0> { #[codec(index = 0)] Active { expiration: _0 }, @@ -556,21 +654,27 @@ pub mod runtime_types { #[codec(index = 5)] ProgramSet { expiration: _0 }, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum Reason<_0, _1> { #[codec(index = 0)] Runtime(_0), #[codec(index = 1)] System(_1), } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum UserMessageReadRuntimeReason { #[codec(index = 0)] MessageReplied, #[codec(index = 1)] MessageClaimed, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum UserMessageReadSystemReason { #[codec(index = 0)] OutOfRent, @@ -581,14 +685,20 @@ pub mod runtime_types { pub mod node { use super::runtime_types; #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + Debug, + crate::gp::Decode, + crate::gp::DecodeAsType, + crate::gp::Encode, )] pub struct ChildrenRefs { pub spec_refs: ::core::primitive::u32, pub unspec_refs: ::core::primitive::u32, } #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + Debug, + crate::gp::Decode, + crate::gp::DecodeAsType, + crate::gp::Encode, )] pub enum GasNode<_0, _1, _2, _3> { #[codec(index = 0)] @@ -637,7 +747,10 @@ pub mod runtime_types { }, } #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + Debug, + crate::gp::Decode, + crate::gp::DecodeAsType, + crate::gp::Encode, )] pub enum GasNodeId<_0, _1> { #[codec(index = 0)] @@ -646,7 +759,10 @@ pub mod runtime_types { Reservation(_1), } #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + Debug, + crate::gp::Decode, + crate::gp::DecodeAsType, + crate::gp::Encode, )] pub struct NodeLock<_0>(pub [_0; 4usize]); } @@ -658,7 +774,10 @@ pub mod runtime_types { pub mod dequeue { use super::runtime_types; #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + Debug, + crate::gp::Decode, + crate::gp::DecodeAsType, + crate::gp::Encode, )] pub struct LinkedNode<_0, _1> { pub next: ::core::option::Option<_0>, @@ -669,7 +788,10 @@ pub mod runtime_types { pub mod primitives { use super::runtime_types; #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + Debug, + crate::gp::Decode, + crate::gp::DecodeAsType, + crate::gp::Encode, )] pub struct Interval<_0> { pub start: _0, @@ -677,13 +799,17 @@ pub mod runtime_types { } } } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct CodeMetadata { pub author: ::subxt::ext::subxt_core::utils::H256, #[codec(compact)] pub block_number: ::core::primitive::u32, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum GasMultiplier<_0, _1> { #[codec(index = 0)] ValuePerGas(_0), @@ -695,12 +821,16 @@ pub mod runtime_types { use super::runtime_types; pub mod buffer { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct LimitedVec<_0, _1>( pub ::subxt::ext::subxt_core::alloc::vec::Vec<_0>, #[codec(skip)] pub ::core::marker::PhantomData<_1>, ); - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct PayloadSizeError; } pub mod code { @@ -708,7 +838,10 @@ pub mod runtime_types { pub mod instrumented { use super::runtime_types; #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + Debug, + crate::gp::Decode, + crate::gp::DecodeAsType, + crate::gp::Encode, )] pub struct InstantiatedSectionSizes { pub code_section: ::core::primitive::u32, @@ -719,7 +852,10 @@ pub mod runtime_types { pub type_section: ::core::primitive::u32, } #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + Debug, + crate::gp::Decode, + crate::gp::DecodeAsType, + crate::gp::Encode, )] pub struct InstrumentedCode { pub code: ::subxt::ext::subxt_core::alloc::vec::Vec<::core::primitive::u8>, @@ -738,9 +874,13 @@ pub mod runtime_types { } pub mod memory { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct IntoPageBufError; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct PageBuf( pub runtime_types::gear_core::buffer::LimitedVec< ::core::primitive::u8, @@ -753,7 +893,10 @@ pub mod runtime_types { pub mod common { use super::runtime_types; #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + Debug, + crate::gp::Decode, + crate::gp::DecodeAsType, + crate::gp::Encode, )] pub enum MessageDetails { #[codec(index = 0)] @@ -762,14 +905,20 @@ pub mod runtime_types { Signal(runtime_types::gear_core::message::common::SignalDetails), } #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + Debug, + crate::gp::Decode, + crate::gp::DecodeAsType, + crate::gp::Encode, )] pub struct ReplyDetails { pub to: runtime_types::gprimitives::MessageId, pub code: runtime_types::gear_core_errors::simple::ReplyCode, } #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + Debug, + crate::gp::Decode, + crate::gp::DecodeAsType, + crate::gp::Encode, )] pub struct SignalDetails { pub to: runtime_types::gprimitives::MessageId, @@ -779,7 +928,10 @@ pub mod runtime_types { pub mod context { use super::runtime_types; #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + Debug, + crate::gp::Decode, + crate::gp::DecodeAsType, + crate::gp::Encode, )] pub struct ContextStore { pub initialized: ::subxt::ext::subxt_core::alloc::vec::Vec< @@ -794,14 +946,20 @@ pub mod runtime_types { pub mod stored { use super::runtime_types; #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + Debug, + crate::gp::Decode, + crate::gp::DecodeAsType, + crate::gp::Encode, )] pub struct StoredDelayedDispatch { pub kind: runtime_types::gear_core::message::DispatchKind, pub message: runtime_types::gear_core::message::stored::StoredMessage, } #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + Debug, + crate::gp::Decode, + crate::gp::DecodeAsType, + crate::gp::Encode, )] pub struct StoredDispatch { pub kind: runtime_types::gear_core::message::DispatchKind, @@ -811,7 +969,10 @@ pub mod runtime_types { >, } #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + Debug, + crate::gp::Decode, + crate::gp::DecodeAsType, + crate::gp::Encode, )] pub struct StoredMessage { pub id: runtime_types::gprimitives::MessageId, @@ -831,7 +992,10 @@ pub mod runtime_types { pub mod user { use super::runtime_types; #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + Debug, + crate::gp::Decode, + crate::gp::DecodeAsType, + crate::gp::Encode, )] pub struct UserMessage { pub id: runtime_types::gprimitives::MessageId, @@ -848,7 +1012,10 @@ pub mod runtime_types { >, } #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + Debug, + crate::gp::Decode, + crate::gp::DecodeAsType, + crate::gp::Encode, )] pub struct UserStoredMessage { pub id: runtime_types::gprimitives::MessageId, @@ -862,7 +1029,9 @@ pub mod runtime_types { pub value: ::core::primitive::u128, } } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum DispatchKind { #[codec(index = 0)] Init, @@ -906,7 +1075,9 @@ pub mod runtime_types { } pub mod program { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct ActiveProgram<_0> { pub allocations_tree_len: ::core::primitive::u32, pub memory_infix: runtime_types::gear_core::program::MemoryInfix, @@ -930,7 +1101,9 @@ pub mod runtime_types { crate::gp::Encode, )] pub struct MemoryInfix(pub ::core::primitive::u32); - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum Program<_0> { #[codec(index = 0)] Active(runtime_types::gear_core::program::ActiveProgram<_0>), @@ -939,7 +1112,9 @@ pub mod runtime_types { #[codec(index = 2)] Terminated(runtime_types::gprimitives::ActorId), } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum ProgramState { #[codec(index = 0)] Uninitialized { @@ -951,7 +1126,9 @@ pub mod runtime_types { } pub mod reservation { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct GasReservationSlot { pub amount: ::core::primitive::u64, pub start: ::core::primitive::u32, @@ -968,7 +1145,9 @@ pub mod runtime_types { } pub mod tasks { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum ScheduledTask<_0, _1, _2> { #[codec(index = 0)] PauseProgram(runtime_types::gprimitives::ActorId), @@ -1009,7 +1188,9 @@ pub mod runtime_types { use super::runtime_types; pub mod simple { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum ErrorReplyReason { #[codec(index = 0)] Execution(runtime_types::gear_core_errors::simple::SimpleExecutionError), @@ -1022,7 +1203,9 @@ pub mod runtime_types { #[codec(index = 255)] Unsupported, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum ReplyCode { #[codec(index = 0)] Success(runtime_types::gear_core_errors::simple::SuccessReplyReason), @@ -1031,14 +1214,18 @@ pub mod runtime_types { #[codec(index = 255)] Unsupported, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum SignalCode { #[codec(index = 0)] Execution(runtime_types::gear_core_errors::simple::SimpleExecutionError), #[codec(index = 1)] RemovedFromWaitlist, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum SimpleExecutionError { #[codec(index = 0)] RanOutOfGas, @@ -1055,7 +1242,9 @@ pub mod runtime_types { #[codec(index = 255)] Unsupported, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum SimpleUnavailableActorError { #[codec(index = 0)] ProgramExited, @@ -1070,7 +1259,9 @@ pub mod runtime_types { #[codec(index = 255)] Unsupported, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum SuccessReplyReason { #[codec(index = 0)] Auto, @@ -1084,19 +1275,35 @@ pub mod runtime_types { pub mod gprimitives { use super::runtime_types; #[derive( - Copy, Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + Copy, + Debug, + crate::gp::Decode, + crate::gp::DecodeAsType, + crate::gp::Encode, )] pub struct ActorId(pub [::core::primitive::u8; 32usize]); #[derive( - Copy, Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + Copy, + Debug, + crate::gp::Decode, + crate::gp::DecodeAsType, + crate::gp::Encode, )] pub struct CodeId(pub [::core::primitive::u8; 32usize]); #[derive( - Copy, Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + Copy, + Debug, + crate::gp::Decode, + crate::gp::DecodeAsType, + crate::gp::Encode, )] pub struct MessageId(pub [::core::primitive::u8; 32usize]); #[derive( - Copy, Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + Copy, + Debug, + crate::gp::Decode, + crate::gp::DecodeAsType, + crate::gp::Encode, )] pub struct ReservationId(pub [::core::primitive::u8; 32usize]); } @@ -1104,7 +1311,9 @@ pub mod runtime_types { use super::runtime_types; pub mod tree { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct IntervalsTree<_0> { pub inner: ::subxt::ext::subxt_core::utils::KeyedVec<_0, _0>, } @@ -1114,7 +1323,9 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -1162,7 +1373,9 @@ pub mod runtime_types { config: runtime_types::sp_consensus_babe::digests::NextConfigDescriptor, }, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "The `Error` enum of this pallet."] pub enum Error { #[codec(index = 0)] @@ -1184,12 +1397,16 @@ pub mod runtime_types { use super::runtime_types; pub mod list { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct Bag { pub head: ::core::option::Option<::subxt::ext::subxt_core::utils::AccountId32>, pub tail: ::core::option::Option<::subxt::ext::subxt_core::utils::AccountId32>, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum ListError { #[codec(index = 0)] Duplicate, @@ -1200,7 +1417,9 @@ pub mod runtime_types { #[codec(index = 3)] NodeNotFound, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct Node { pub id: ::subxt::ext::subxt_core::utils::AccountId32, pub prev: ::core::option::Option<::subxt::ext::subxt_core::utils::AccountId32>, @@ -1211,7 +1430,9 @@ pub mod runtime_types { } pub mod pallet { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -1263,14 +1484,18 @@ pub mod runtime_types { >, }, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "The `Error` enum of this pallet."] pub enum Error { #[codec(index = 0)] #[doc = "A error in the list interface implementation."] List(runtime_types::pallet_bags_list::list::ListError), } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "The `Event` enum of this pallet"] pub enum Event { #[codec(index = 0)] @@ -1293,7 +1518,9 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -1427,7 +1654,9 @@ pub mod runtime_types { keep_alive: ::core::primitive::bool, }, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "The `Error` enum of this pallet."] pub enum Error { #[codec(index = 0)] @@ -1467,7 +1696,9 @@ pub mod runtime_types { #[doc = "The delta cannot be zero."] DeltaZero, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "The `Event` enum of this pallet"] pub enum Event { #[codec(index = 0)] @@ -1605,21 +1836,27 @@ pub mod runtime_types { } pub mod types { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct AccountData<_0> { pub free: _0, pub reserved: _0, pub frozen: _0, pub flags: runtime_types::pallet_balances::types::ExtraFlags, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum AdjustmentDirection { #[codec(index = 0)] Increase, #[codec(index = 1)] Decrease, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct BalanceLock<_0> { pub id: [::core::primitive::u8; 8usize], pub amount: _0, @@ -1633,7 +1870,9 @@ pub mod runtime_types { crate::gp::Encode, )] pub struct ExtraFlags(pub ::core::primitive::u128); - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum Reasons { #[codec(index = 0)] Fee, @@ -1642,7 +1881,9 @@ pub mod runtime_types { #[codec(index = 2)] All, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct ReserveData<_0, _1> { pub id: _0, pub amount: _1, @@ -1653,7 +1894,9 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -1822,7 +2065,9 @@ pub mod runtime_types { fee: ::core::primitive::u128, }, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "The `Error` enum of this pallet."] pub enum Error { #[codec(index = 0)] @@ -1860,7 +2105,9 @@ pub mod runtime_types { #[doc = "Too many approvals are already queued."] TooManyQueued, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "The `Event` enum of this pallet"] pub enum Event { #[codec(index = 0)] @@ -1914,7 +2161,9 @@ pub mod runtime_types { }, } } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct Bounty<_0, _1, _2> { pub proposer: _0, pub value: _1, @@ -1923,7 +2172,9 @@ pub mod runtime_types { pub bond: _1, pub status: runtime_types::pallet_bounties::BountyStatus<_0, _2>, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum BountyStatus<_0, _1> { #[codec(index = 0)] Proposed, @@ -1949,7 +2200,9 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -2156,7 +2409,9 @@ pub mod runtime_types { child_bounty_id: ::core::primitive::u32, }, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "The `Error` enum of this pallet."] pub enum Error { #[codec(index = 0)] @@ -2169,7 +2424,9 @@ pub mod runtime_types { #[doc = "Number of child bounties exceeds limit `MaxActiveChildBountyCount`."] TooManyChildBounties, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "The `Event` enum of this pallet"] pub enum Event { #[codec(index = 0)] @@ -2201,7 +2458,9 @@ pub mod runtime_types { }, } } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct ChildBounty<_0, _1, _2> { pub parent_bounty: ::core::primitive::u32, pub value: _1, @@ -2209,7 +2468,9 @@ pub mod runtime_types { pub curator_deposit: _1, pub status: runtime_types::pallet_child_bounties::ChildBountyStatus<_0, _2>, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum ChildBountyStatus<_0, _1> { #[codec(index = 0)] Added, @@ -2229,7 +2490,9 @@ pub mod runtime_types { use super::runtime_types; pub mod conviction { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum Conviction { #[codec(index = 0)] None, @@ -2249,7 +2512,9 @@ pub mod runtime_types { } pub mod pallet { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -2395,7 +2660,9 @@ pub mod runtime_types { index: ::core::primitive::u32, }, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "The `Error` enum of this pallet."] pub enum Error { #[codec(index = 0)] @@ -2436,7 +2703,9 @@ pub mod runtime_types { #[doc = "The class ID supplied is invalid."] BadClass, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "The `Event` enum of this pallet"] pub enum Event { #[codec(index = 0)] @@ -2468,12 +2737,16 @@ pub mod runtime_types { } pub mod types { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct Delegations<_0> { pub votes: _0, pub capital: _0, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct Tally<_0> { pub ayes: _0, pub nays: _0, @@ -2482,7 +2755,9 @@ pub mod runtime_types { } pub mod vote { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum AccountVote<_0> { #[codec(index = 0)] Standard { @@ -2494,7 +2769,9 @@ pub mod runtime_types { #[codec(index = 2)] SplitAbstain { aye: _0, nay: _0, abstain: _0 }, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct Casting<_0, _1, _2> { pub votes: runtime_types::bounded_collections::bounded_vec::BoundedVec<( _1, @@ -2506,7 +2783,9 @@ pub mod runtime_types { #[codec(skip)] pub __ignore: ::core::marker::PhantomData<_2>, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct Delegating<_0, _1, _2> { pub balance: _0, pub target: _1, @@ -2515,7 +2794,9 @@ pub mod runtime_types { runtime_types::pallet_conviction_voting::types::Delegations<_0>, pub prior: runtime_types::pallet_conviction_voting::vote::PriorLock<_2, _0>, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct PriorLock<_0, _1>(pub _0, pub _1); #[derive( ::subxt::ext ::subxt_core::ext::codec::CompactAs, @@ -2525,7 +2806,9 @@ pub mod runtime_types { crate::gp::Encode, )] pub struct Vote(pub ::core::primitive::u8); - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum Voting<_0, _1, _2, _3> { #[codec(index = 0)] Casting(runtime_types::pallet_conviction_voting::vote::Casting<_0, _2, _2>), @@ -2541,11 +2824,15 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { # [codec (index = 0)] # [doc = "Submit a solution for the unsigned phase."] # [doc = ""] # [doc = "The dispatch origin fo this call must be __none__."] # [doc = ""] # [doc = "This submission is checked on the fly. Moreover, this unsigned solution is only"] # [doc = "validated when submitted to the pool from the **local** node. Effectively, this means"] # [doc = "that only active validators can submit this transaction when authoring a block (similar"] # [doc = "to an inherent)."] # [doc = ""] # [doc = "To prevent any incorrect solution (and thus wasted time/weight), this transaction will"] # [doc = "panic if the solution submitted by the validator is invalid in any way, effectively"] # [doc = "putting their authoring reward at risk."] # [doc = ""] # [doc = "No deposit or reward is associated with this submission."] submit_unsigned { raw_solution : ::subxt::ext ::subxt_core::alloc::boxed::Box < runtime_types::pallet_election_provider_multi_phase::RawSolution < runtime_types::vara_runtime::NposSolution16 > > , witness : runtime_types::pallet_election_provider_multi_phase::SolutionOrSnapshotSize , } , # [codec (index = 1)] # [doc = "Set a new value for `MinimumUntrustedScore`."] # [doc = ""] # [doc = "Dispatch origin must be aligned with `T::ForceOrigin`."] # [doc = ""] # [doc = "This check can be turned off by setting the value to `None`."] set_minimum_untrusted_score { maybe_next_score: ::core::option::Option < runtime_types::sp_npos_elections::ElectionScore > , } , # [codec (index = 2)] # [doc = "Set a solution in the queue, to be handed out to the client of this pallet in the next"] # [doc = "call to `ElectionProvider::elect`."] # [doc = ""] # [doc = "This can only be set by `T::ForceOrigin`, and only when the phase is `Emergency`."] # [doc = ""] # [doc = "The solution is not checked for any feasibility and is assumed to be trustworthy, as any"] # [doc = "feasibility check itself can in principle cause the election process to fail (due to"] # [doc = "memory/weight constrains)."] set_emergency_election_result { supports : ::subxt::ext ::subxt_core::alloc::vec::Vec < (::subxt::ext ::subxt_core::utils::AccountId32 , runtime_types::sp_npos_elections::Support < ::subxt::ext ::subxt_core::utils::AccountId32 > ,) > , } , # [codec (index = 3)] # [doc = "Submit a solution for the signed phase."] # [doc = ""] # [doc = "The dispatch origin fo this call must be __signed__."] # [doc = ""] # [doc = "The solution is potentially queued, based on the claimed score and processed at the end"] # [doc = "of the signed phase."] # [doc = ""] # [doc = "A deposit is reserved and recorded for the solution. Based on the outcome, the solution"] # [doc = "might be rewarded, slashed, or get all or a part of the deposit back."] submit { raw_solution : ::subxt::ext ::subxt_core::alloc::boxed::Box < runtime_types::pallet_election_provider_multi_phase::RawSolution < runtime_types::vara_runtime::NposSolution16 > > , } , # [codec (index = 4)] # [doc = "Trigger the governance fallback."] # [doc = ""] # [doc = "This can only be called when [`Phase::Emergency`] is enabled, as an alternative to"] # [doc = "calling [`Call::set_emergency_election_result`]."] governance_fallback { maybe_max_voters: ::core::option::Option <::core::primitive::u32 > , maybe_max_targets: ::core::option::Option <::core::primitive::u32 > , } , } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "Error of the pallet that can be returned in response to dispatches."] pub enum Error { #[codec(index = 0)] @@ -2594,7 +2881,9 @@ pub mod runtime_types { #[doc = "Submission was prepared for a different round."] PreDispatchDifferentRound, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "The `Event` enum of this pallet"] pub enum Event { #[codec(index = 0)] @@ -2651,7 +2940,9 @@ pub mod runtime_types { } pub mod signed { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct SignedSubmission<_0, _1, _2> { pub who: _0, pub deposit: _1, @@ -2660,7 +2951,9 @@ pub mod runtime_types { pub call_fee: _1, } } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum ElectionCompute { #[codec(index = 0)] OnChain, @@ -2673,7 +2966,9 @@ pub mod runtime_types { #[codec(index = 4)] Emergency, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum Phase<_0> { #[codec(index = 0)] Off, @@ -2684,13 +2979,17 @@ pub mod runtime_types { #[codec(index = 3)] Emergency, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct RawSolution<_0> { pub solution: _0, pub score: runtime_types::sp_npos_elections::ElectionScore, pub round: ::core::primitive::u32, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct ReadySolution { pub supports: runtime_types::bounded_collections::bounded_vec::BoundedVec<( ::subxt::ext::subxt_core::utils::AccountId32, @@ -2701,12 +3000,16 @@ pub mod runtime_types { pub score: runtime_types::sp_npos_elections::ElectionScore, pub compute: runtime_types::pallet_election_provider_multi_phase::ElectionCompute, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct RoundSnapshot<_0, _1> { pub voters: ::subxt::ext::subxt_core::alloc::vec::Vec<_1>, pub targets: ::subxt::ext::subxt_core::alloc::vec::Vec<_0>, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct SolutionOrSnapshotSize { #[codec(compact)] pub voters: ::core::primitive::u32, @@ -2718,7 +3021,9 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -2917,7 +3222,9 @@ pub mod runtime_types { depth: ::core::num::NonZeroU32, }, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "The `Error` enum of this pallet."] pub enum Error { #[codec(index = 0)] @@ -2984,7 +3291,9 @@ pub mod runtime_types { #[doc = "Program is active."] ActiveProgram, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "The `Event` enum of this pallet"] pub enum Event { #[codec(index = 0)] @@ -3075,14 +3384,18 @@ pub mod runtime_types { } pub mod schedule { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct DbWeights { pub read: runtime_types::sp_weights::weight_v2::Weight, pub read_per_byte: runtime_types::sp_weights::weight_v2::Weight, pub write: runtime_types::sp_weights::weight_v2::Weight, pub write_per_byte: runtime_types::sp_weights::weight_v2::Weight, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct InstantiationWeights { pub code_section_per_byte: runtime_types::sp_weights::weight_v2::Weight, pub data_section_per_byte: runtime_types::sp_weights::weight_v2::Weight, @@ -3091,7 +3404,9 @@ pub mod runtime_types { pub element_section_per_byte: runtime_types::sp_weights::weight_v2::Weight, pub type_section_per_byte: runtime_types::sp_weights::weight_v2::Weight, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct InstructionWeights { pub version: ::core::primitive::u32, pub i64const: ::core::primitive::u32, @@ -3182,7 +3497,9 @@ pub mod runtime_types { pub i64rotr: ::core::primitive::u32, pub i32rotr: ::core::primitive::u32, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct Limits { pub stack_height: ::core::option::Option<::core::primitive::u32>, pub globals: ::core::primitive::u32, @@ -3197,7 +3514,9 @@ pub mod runtime_types { pub code_len: ::core::primitive::u32, pub data_segments_amount: ::core::primitive::u32, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct MemoryWeights { pub lazy_pages_signal_read: runtime_types::sp_weights::weight_v2::Weight, pub lazy_pages_signal_write: runtime_types::sp_weights::weight_v2::Weight, @@ -3213,7 +3532,9 @@ pub mod runtime_types { pub mem_grow_per_page: runtime_types::sp_weights::weight_v2::Weight, pub parachain_read_heuristic: runtime_types::sp_weights::weight_v2::Weight, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct RentWeights { pub waitlist: runtime_types::sp_weights::weight_v2::Weight, pub dispatch_stash: runtime_types::sp_weights::weight_v2::Weight, @@ -3221,7 +3542,9 @@ pub mod runtime_types { pub mailbox: runtime_types::sp_weights::weight_v2::Weight, pub mailbox_threshold: runtime_types::sp_weights::weight_v2::Weight, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct Schedule { pub limits: runtime_types::pallet_gear::schedule::Limits, pub instruction_weights: @@ -3238,7 +3561,9 @@ pub mod runtime_types { runtime_types::sp_weights::weight_v2::Weight, pub load_allocations_weight: runtime_types::sp_weights::weight_v2::Weight, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct SyscallWeights { pub alloc: runtime_types::sp_weights::weight_v2::Weight, pub free: runtime_types::sp_weights::weight_v2::Weight, @@ -3315,7 +3640,9 @@ pub mod runtime_types { pub gr_create_program_wgas_salt_per_byte: runtime_types::sp_weights::weight_v2::Weight, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct TaskWeights { pub remove_gas_reservation: runtime_types::sp_weights::weight_v2::Weight, pub send_user_message_to_mailbox: runtime_types::sp_weights::weight_v2::Weight, @@ -3332,12 +3659,16 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct BankAccount<_0> { pub gas: _0, pub value: _0, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "The `Error` enum of this pallet."] pub enum Error { #[codec(index = 0)] @@ -3368,7 +3699,9 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -3395,7 +3728,9 @@ pub mod runtime_types { fraction: runtime_types::sp_arithmetic::per_things::Percent, }, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct DebugData { pub dispatch_queue: ::subxt::ext::subxt_core::alloc::vec::Vec< runtime_types::gear_core::message::stored::StoredDispatch, @@ -3404,10 +3739,14 @@ pub mod runtime_types { runtime_types::pallet_gear_debug::pallet::ProgramDetails, >, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "The `Error` enum of this pallet."] pub enum Error {} - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "The `Event` enum of this pallet"] pub enum Event { #[codec(index = 0)] @@ -3416,12 +3755,16 @@ pub mod runtime_types { #[doc = "A snapshot of the debug data: programs and message queue ('debug mode' only)"] DebugDataSnapshot(runtime_types::pallet_gear_debug::pallet::DebugData), } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct ProgramDetails { pub id: runtime_types::gprimitives::ActorId, pub state: runtime_types::pallet_gear_debug::pallet::ProgramState, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct ProgramInfo { pub static_pages: runtime_types::gear_core::pages::PagesAmount, pub persistent_pages: ::subxt::ext::subxt_core::utils::KeyedVec< @@ -3430,7 +3773,9 @@ pub mod runtime_types { >, pub code_hash: ::subxt::ext::subxt_core::utils::H256, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum ProgramState { #[codec(index = 0)] Active(runtime_types::pallet_gear_debug::pallet::ProgramInfo), @@ -3443,7 +3788,9 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -3465,7 +3812,9 @@ pub mod runtime_types { #[doc = "Root extrinsic that sets fee for the transport of messages."] set_fee { fee: ::core::primitive::u128 }, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "Pallet Gear Eth Bridge's error."] pub enum Error { #[codec(index = 0)] @@ -3487,7 +3836,9 @@ pub mod runtime_types { #[doc = "is inapplicable to operation or insufficient."] IncorrectValueApplied, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "Pallet Gear Eth Bridge's event."] pub enum Event { #[codec(index = 0)] @@ -3522,7 +3873,9 @@ pub mod runtime_types { } pub mod pallet_gear_eth_bridge_primitives { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct EthMessage { pub nonce: runtime_types::primitive_types::U256, pub source: ::subxt::ext::subxt_core::utils::H256, @@ -3534,7 +3887,9 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "The `Error` enum of this pallet."] pub enum Error { #[codec(index = 0)] @@ -3592,7 +3947,9 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "The `Error` enum of this pallet."] pub enum Error { #[codec(index = 0)] @@ -3642,7 +3999,9 @@ pub mod runtime_types { } pub mod pallet_gear_payment { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct CustomChargeTransactionPayment<_0>( pub runtime_types::pallet_transaction_payment::ChargeTransactionPayment, #[codec(skip)] pub ::core::marker::PhantomData<_0>, @@ -3652,7 +4011,9 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "The `Error` enum of this pallet."] pub enum Error { #[codec(index = 0)] @@ -3672,7 +4033,9 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "The `Error` enum of this pallet."] pub enum Error { #[codec(index = 0)] @@ -3688,12 +4051,16 @@ pub mod runtime_types { use super::runtime_types; pub mod extension { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct StakingBlackList; } pub mod pallet { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -3717,7 +4084,9 @@ pub mod runtime_types { #[codec(index = 3)] align_supply { target: ::core::primitive::u128 }, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "Error for the staking rewards pallet."] pub enum Error { #[codec(index = 0)] @@ -3727,7 +4096,9 @@ pub mod runtime_types { #[doc = "Failure to withdraw funds from the rewards pool."] FailureToWithdrawFromPool, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "The `Event` enum of this pallet"] pub enum Event { #[codec(index = 0)] @@ -3749,7 +4120,9 @@ pub mod runtime_types { use super::runtime_types; pub mod internal { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum PrepaidCall<_0> { #[codec(index = 0)] SendMessage { @@ -3774,9 +4147,13 @@ pub mod runtime_types { #[codec(index = 3)] DeclineVoucher, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct VoucherId(pub [::core::primitive::u8; 32usize]); - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct VoucherInfo<_0, _1> { pub owner: _0, pub programs: ::core::option::Option< @@ -3790,7 +4167,9 @@ pub mod runtime_types { } pub mod pallet { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -3912,7 +4291,9 @@ pub mod runtime_types { voucher_id: runtime_types::pallet_gear_voucher::internal::VoucherId, }, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "The `Error` enum of this pallet."] pub enum Error { #[codec(index = 0)] @@ -3949,7 +4330,9 @@ pub mod runtime_types { #[doc = "Voucher is disabled for code uploading, but requested."] CodeUploadingDisabled, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "Pallet Gear Voucher event."] pub enum Event { #[codec(index = 0)] @@ -3988,7 +4371,9 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -4042,7 +4427,9 @@ pub mod runtime_types { best_finalized_block_number: ::core::primitive::u32, }, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "The `Error` enum of this pallet."] pub enum Error { #[codec(index = 0)] @@ -4069,7 +4456,9 @@ pub mod runtime_types { #[doc = "A given equivocation report is valid but already previously reported."] DuplicateOffenceReport, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "The `Event` enum of this pallet"] pub enum Event { #[codec(index = 0)] @@ -4088,7 +4477,9 @@ pub mod runtime_types { Resumed, } } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct StoredPendingChange<_0> { pub scheduled_at: _0, pub delay: _0, @@ -4099,7 +4490,9 @@ pub mod runtime_types { )>, pub forced: ::core::option::Option<_0>, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum StoredState<_0> { #[codec(index = 0)] Live, @@ -4115,7 +4508,9 @@ pub mod runtime_types { use super::runtime_types; pub mod legacy { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct IdentityInfo { pub additional: runtime_types::bounded_collections::bounded_vec::BoundedVec<( runtime_types::pallet_identity::types::Data, @@ -4133,7 +4528,9 @@ pub mod runtime_types { } pub mod pallet { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "Identity pallet declaration."] pub enum Call { #[codec(index = 0)] @@ -4467,7 +4864,9 @@ pub mod runtime_types { >, }, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "The `Error` enum of this pallet."] pub enum Error { #[codec(index = 0)] @@ -4562,7 +4961,9 @@ pub mod runtime_types { #[doc = "trying to unbind a username provided by the system)."] InsufficientPrivileges, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "The `Event` enum of this pallet"] pub enum Event { #[codec(index = 0)] @@ -4714,12 +5115,16 @@ pub mod runtime_types { } pub mod types { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct AuthorityProperties<_0> { pub account_id: _0, pub allocation: ::core::primitive::u32, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum Data { #[codec(index = 0)] None, @@ -4798,7 +5203,9 @@ pub mod runtime_types { #[codec(index = 37)] ShaThree256([::core::primitive::u8; 32usize]), } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum Judgement<_0> { #[codec(index = 0)] Unknown, @@ -4815,7 +5222,9 @@ pub mod runtime_types { #[codec(index = 6)] Erroneous, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum Provider<_0> { #[codec(index = 0)] Allocation, @@ -4824,13 +5233,17 @@ pub mod runtime_types { #[codec(index = 2)] System, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct RegistrarInfo<_0, _1, _2> { pub account: _1, pub fee: _0, pub fields: _2, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct Registration<_0, _2> { pub judgements: runtime_types::bounded_collections::bounded_vec::BoundedVec<( ::core::primitive::u32, @@ -4839,7 +5252,9 @@ pub mod runtime_types { pub deposit: _0, pub info: _2, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct UsernameInformation<_0, _1> { pub owner: _0, pub provider: runtime_types::pallet_identity::types::Provider<_1>, @@ -4850,7 +5265,9 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -4863,7 +5280,9 @@ pub mod runtime_types { signature: runtime_types::pallet_im_online::sr25519::app_sr25519::Signature, }, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "The `Error` enum of this pallet."] pub enum Error { #[codec(index = 0)] @@ -4873,7 +5292,9 @@ pub mod runtime_types { #[doc = "Duplicated heartbeat."] DuplicatedHeartbeat, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "The `Event` enum of this pallet"] pub enum Event { #[codec(index = 0)] @@ -4902,16 +5323,24 @@ pub mod runtime_types { pub mod app_sr25519 { use super::runtime_types; #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + Debug, + crate::gp::Decode, + crate::gp::DecodeAsType, + crate::gp::Encode, )] pub struct Public(pub [::core::primitive::u8; 32usize]); #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + Debug, + crate::gp::Decode, + crate::gp::DecodeAsType, + crate::gp::Encode, )] pub struct Signature(pub [::core::primitive::u8; 64usize]); } } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct Heartbeat<_0> { pub block_number: _0, pub session_index: ::core::primitive::u32, @@ -4919,11 +5348,167 @@ pub mod runtime_types { pub validators_len: ::core::primitive::u32, } } + pub mod pallet_migrations { + use super::runtime_types; + pub mod pallet { + use super::runtime_types; + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] + #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] + pub enum Call { + #[codec(index = 0)] + #[doc = "Allows root to set a cursor to forcefully start, stop or forward the migration process."] + #[doc = ""] + #[doc = "Should normally not be needed and is only in place as emergency measure. Note that"] + #[doc = "restarting the migration process in this manner will not call the"] + #[doc = "[`MigrationStatusHandler::started`] hook or emit an `UpgradeStarted` event."] + force_set_cursor { + cursor: ::core::option::Option< + runtime_types::pallet_migrations::MigrationCursor< + runtime_types::bounded_collections::bounded_vec::BoundedVec< + ::core::primitive::u8, + >, + ::core::primitive::u32, + >, + >, + }, + #[codec(index = 1)] + #[doc = "Allows root to set an active cursor to forcefully start/forward the migration process."] + #[doc = ""] + #[doc = "This is an edge-case version of [`Self::force_set_cursor`] that allows to set the"] + #[doc = "`started_at` value to the next block number. Otherwise this would not be possible, since"] + #[doc = "`force_set_cursor` takes an absolute block number. Setting `started_at` to `None`"] + #[doc = "indicates that the current block number plus one should be used."] + force_set_active_cursor { + index: ::core::primitive::u32, + inner_cursor: ::core::option::Option< + runtime_types::bounded_collections::bounded_vec::BoundedVec< + ::core::primitive::u8, + >, + >, + started_at: ::core::option::Option<::core::primitive::u32>, + }, + #[codec(index = 2)] + #[doc = "Forces the onboarding of the migrations."] + #[doc = ""] + #[doc = "This process happens automatically on a runtime upgrade. It is in place as an emergency"] + #[doc = "measurement. The cursor needs to be `None` for this to succeed."] + force_onboard_mbms, + #[codec(index = 3)] + #[doc = "Clears the `Historic` set."] + #[doc = ""] + #[doc = "`map_cursor` must be set to the last value that was returned by the"] + #[doc = "`HistoricCleared` event. The first time `None` can be used. `limit` must be chosen in a"] + #[doc = "way that will result in a sensible weight."] + clear_historic { + selector: runtime_types::pallet_migrations::HistoricCleanupSelector< + runtime_types::bounded_collections::bounded_vec::BoundedVec< + ::core::primitive::u8, + >, + >, + }, + } + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] + #[doc = "The `Error` enum of this pallet."] + pub enum Error { + #[codec(index = 0)] + #[doc = "The operation cannot complete since some MBMs are ongoing."] + Ongoing, + } + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] + #[doc = "The `Event` enum of this pallet"] + pub enum Event { + #[codec(index = 0)] + #[doc = "A Runtime upgrade started."] + #[doc = ""] + #[doc = "Its end is indicated by `UpgradeCompleted` or `UpgradeFailed`."] + UpgradeStarted { migrations: ::core::primitive::u32 }, + #[codec(index = 1)] + #[doc = "The current runtime upgrade completed."] + #[doc = ""] + #[doc = "This implies that all of its migrations completed successfully as well."] + UpgradeCompleted, + #[codec(index = 2)] + #[doc = "Runtime upgrade failed."] + #[doc = ""] + #[doc = "This is very bad and will require governance intervention."] + UpgradeFailed, + #[codec(index = 3)] + #[doc = "A migration was skipped since it was already executed in the past."] + MigrationSkipped { index: ::core::primitive::u32 }, + #[codec(index = 4)] + #[doc = "A migration progressed."] + MigrationAdvanced { + index: ::core::primitive::u32, + took: ::core::primitive::u32, + }, + #[codec(index = 5)] + #[doc = "A Migration completed."] + MigrationCompleted { + index: ::core::primitive::u32, + took: ::core::primitive::u32, + }, + #[codec(index = 6)] + #[doc = "A Migration failed."] + #[doc = ""] + #[doc = "This implies that the whole upgrade failed and governance intervention is required."] + MigrationFailed { + index: ::core::primitive::u32, + took: ::core::primitive::u32, + }, + #[codec(index = 7)] + #[doc = "The set of historical migrations has been cleared."] + HistoricCleared { + next_cursor: ::core::option::Option< + ::subxt::ext::subxt_core::alloc::vec::Vec<::core::primitive::u8>, + >, + }, + } + } + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] + pub struct ActiveCursor<_0, _1> { + pub index: ::core::primitive::u32, + pub inner_cursor: ::core::option::Option<_0>, + pub started_at: _1, + } + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] + pub enum HistoricCleanupSelector<_0> { + #[codec(index = 0)] + Specific(::subxt::ext::subxt_core::alloc::vec::Vec<_0>), + #[codec(index = 1)] + Wildcard { + limit: ::core::option::Option<::core::primitive::u32>, + previous_cursor: ::core::option::Option< + ::subxt::ext::subxt_core::alloc::vec::Vec<::core::primitive::u8>, + >, + }, + } + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] + pub enum MigrationCursor<_0, _1> { + #[codec(index = 0)] + Active(runtime_types::pallet_migrations::ActiveCursor<_0, _1>), + #[codec(index = 1)] + Stuck, + } + } pub mod pallet_multisig { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -5074,7 +5659,9 @@ pub mod runtime_types { call_hash: [::core::primitive::u8; 32usize], }, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "The `Error` enum of this pallet."] pub enum Error { #[codec(index = 0)] @@ -5120,7 +5707,9 @@ pub mod runtime_types { #[doc = "The data to be stored is already stored."] AlreadyStored, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "The `Event` enum of this pallet"] pub enum Event { #[codec(index = 0)] @@ -5161,14 +5750,18 @@ pub mod runtime_types { }, } } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct Multisig<_0, _1, _2> { pub when: runtime_types::pallet_multisig::Timepoint<_0>, pub deposit: _1, pub depositor: _2, pub approvals: runtime_types::bounded_collections::bounded_vec::BoundedVec<_2>, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct Timepoint<_0> { pub height: _0, pub index: ::core::primitive::u32, @@ -5178,7 +5771,9 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -5622,7 +6217,9 @@ pub mod runtime_types { #[doc = "If the pool has already migrated to delegation based staking, this call will fail."] migrate_pool_to_delegate_stake { pool_id: ::core::primitive::u32 }, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum DefensiveError { #[codec(index = 0)] NotEnoughSpaceInUnbondPool, @@ -5639,7 +6236,9 @@ pub mod runtime_types { #[codec(index = 6)] SlashNotApplied, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "The `Error` enum of this pallet."] pub enum Error { #[codec(index = 0)] @@ -5760,7 +6359,9 @@ pub mod runtime_types { #[doc = "occurred."] NotSupported, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "Events of this pallet."] pub enum Event { #[codec(index = 0)] @@ -5911,20 +6512,26 @@ pub mod runtime_types { amount: ::core::primitive::u128, }, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum FreezeReason { #[codec(index = 0)] PoolMinBalance, } } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum BondExtra<_0> { #[codec(index = 0)] FreeBalance(_0), #[codec(index = 1)] Rewards, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct BondedPoolInner { pub commission: runtime_types::pallet_nomination_pools::Commission, pub member_counter: ::core::primitive::u32, @@ -5934,7 +6541,9 @@ pub mod runtime_types { >, pub state: runtime_types::pallet_nomination_pools::PoolState, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum ClaimPermission { #[codec(index = 0)] Permissioned, @@ -5945,7 +6554,9 @@ pub mod runtime_types { #[codec(index = 3)] PermissionlessAll, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct Commission { pub current: ::core::option::Option<( runtime_types::sp_arithmetic::per_things::Perbill, @@ -5964,19 +6575,25 @@ pub mod runtime_types { >, >, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct CommissionChangeRate<_0> { pub max_increase: runtime_types::sp_arithmetic::per_things::Perbill, pub min_delay: _0, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum CommissionClaimPermission<_0> { #[codec(index = 0)] Permissionless, #[codec(index = 1)] Account(_0), } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum ConfigOp<_0> { #[codec(index = 0)] Noop, @@ -5985,7 +6602,9 @@ pub mod runtime_types { #[codec(index = 2)] Remove, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct PoolMember { pub pool_id: ::core::primitive::u32, pub points: ::core::primitive::u128, @@ -5997,14 +6616,18 @@ pub mod runtime_types { ::core::primitive::u128, >, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct PoolRoles<_0> { pub depositor: _0, pub root: ::core::option::Option<_0>, pub nominator: ::core::option::Option<_0>, pub bouncer: ::core::option::Option<_0>, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum PoolState { #[codec(index = 0)] Open, @@ -6013,7 +6636,9 @@ pub mod runtime_types { #[codec(index = 2)] Destroying, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct RewardPool { pub last_recorded_reward_counter: runtime_types::sp_arithmetic::fixed_point::FixedU128, @@ -6022,7 +6647,9 @@ pub mod runtime_types { pub total_commission_pending: ::core::primitive::u128, pub total_commission_claimed: ::core::primitive::u128, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct SubPools { pub no_era: runtime_types::pallet_nomination_pools::UnbondPool, pub with_era: @@ -6031,7 +6658,9 @@ pub mod runtime_types { runtime_types::pallet_nomination_pools::UnbondPool, >, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct UnbondPool { pub points: ::core::primitive::u128, pub balance: ::core::primitive::u128, @@ -6041,7 +6670,9 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "Events type."] pub enum Event { #[codec(index = 0)] @@ -6059,7 +6690,9 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -6105,7 +6738,9 @@ pub mod runtime_types { >, }, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "The `Error` enum of this pallet."] pub enum Error { #[codec(index = 0)] @@ -6133,7 +6768,9 @@ pub mod runtime_types { #[doc = "Too few hashes were requested to be upgraded (i.e. zero)."] TooFew, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "The `Event` enum of this pallet"] pub enum Event { #[codec(index = 0)] @@ -6152,13 +6789,17 @@ pub mod runtime_types { hash: ::subxt::ext::subxt_core::utils::H256, }, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum HoldReason { #[codec(index = 0)] Preimage, } } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum OldRequestStatus<_0, _1> { #[codec(index = 0)] Unrequested { @@ -6172,7 +6813,9 @@ pub mod runtime_types { len: ::core::option::Option<::core::primitive::u32>, }, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum RequestStatus<_0, _1> { #[codec(index = 0)] Unrequested { @@ -6191,7 +6834,9 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -6397,7 +7042,9 @@ pub mod runtime_types { >, }, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "The `Error` enum of this pallet."] pub enum Error { #[codec(index = 0)] @@ -6425,7 +7072,9 @@ pub mod runtime_types { #[doc = "Cannot add self as proxy."] NoSelfProxy, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "The `Event` enum of this pallet"] pub enum Event { #[codec(index = 0)] @@ -6468,13 +7117,17 @@ pub mod runtime_types { }, } } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct Announcement<_0, _1, _2> { pub real: _0, pub call_hash: _1, pub height: _2, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct ProxyDefinition<_0, _1, _2> { pub delegate: _0, pub proxy_type: _1, @@ -6485,7 +7138,9 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -6591,7 +7246,9 @@ pub mod runtime_types { >, }, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "The `Error` enum of this pallet."] pub enum Error { #[codec(index = 0)] @@ -6628,7 +7285,9 @@ pub mod runtime_types { #[doc = "The max member count for the rank has been reached."] TooManyMembers, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "The `Event` enum of this pallet"] pub enum Event { #[codec(index = 0)] @@ -6675,13 +7334,17 @@ pub mod runtime_types { pub struct MemberRecord { pub rank: ::core::primitive::u16, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct Tally { pub bare_ayes: ::core::primitive::u32, pub ayes: ::core::primitive::u32, pub nays: ::core::primitive::u32, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum VoteRecord { #[codec(index = 0)] Aye(::core::primitive::u32), @@ -6693,7 +7356,9 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -6793,7 +7458,9 @@ pub mod runtime_types { maybe_hash: ::core::option::Option<::subxt::ext::subxt_core::utils::H256>, }, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "The `Error` enum of this pallet."] pub enum Error { #[codec(index = 0)] @@ -6839,7 +7506,9 @@ pub mod runtime_types { #[doc = "The preimage is stored with a different length than the one provided."] PreimageStoredWithDifferentLength, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "The `Event` enum of this pallet"] pub enum Event1 { #[codec(index = 0)] @@ -6952,7 +7621,9 @@ pub mod runtime_types { hash: ::subxt::ext::subxt_core::utils::H256, }, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "The `Event` enum of this pallet"] pub enum Event2 { #[codec(index = 0)] @@ -7056,7 +7727,9 @@ pub mod runtime_types { } pub mod types { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum Curve { #[codec(index = 0)] LinearDecreasing { @@ -7078,17 +7751,23 @@ pub mod runtime_types { y_offset: runtime_types::sp_arithmetic::fixed_point::FixedI64, }, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct DecidingStatus<_0> { pub since: _0, pub confirming: ::core::option::Option<_0>, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct Deposit<_0, _1> { pub who: _0, pub amount: _1, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum ReferendumInfo<_0, _1, _2, _3, _4, _5, _6, _7> { #[codec(index = 0)] Ongoing( @@ -7146,7 +7825,9 @@ pub mod runtime_types { #[codec(index = 5)] Killed(_2), } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct ReferendumStatus<_0, _1, _2, _3, _4, _5, _6, _7> { pub track: _0, pub origin: _1, @@ -7164,7 +7845,9 @@ pub mod runtime_types { pub in_queue: ::core::primitive::bool, pub alarm: ::core::option::Option<(_2, _7)>, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct TrackInfo<_0, _1> { pub name: ::subxt::ext::subxt_core::alloc::string::String, pub max_deciding: ::core::primitive::u32, @@ -7182,7 +7865,9 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -7297,7 +7982,9 @@ pub mod runtime_types { id: [::core::primitive::u8; 32usize], }, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "The `Error` enum of this pallet."] pub enum Error { #[codec(index = 0)] @@ -7316,7 +8003,9 @@ pub mod runtime_types { #[doc = "Attempt to use a non-named function on a named task."] Named, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "Events type."] pub enum Event { #[codec(index = 0)] @@ -7380,13 +8069,17 @@ pub mod runtime_types { }, } } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct RetryConfig<_0> { pub total_retries: ::core::primitive::u8, pub remaining: ::core::primitive::u8, pub period: _0, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct Scheduled<_0, _1, _2, _3, _4> { pub maybe_id: ::core::option::Option<_0>, pub priority: ::core::primitive::u8, @@ -7401,7 +8094,9 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -7433,7 +8128,9 @@ pub mod runtime_types { #[doc = " `T::Keys::key_ids()` which is fixed."] purge_keys, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "Error for the session pallet."] pub enum Error { #[codec(index = 0)] @@ -7452,7 +8149,9 @@ pub mod runtime_types { #[doc = "Key setting account is not live, so it's impossible to associate keys."] NoAccount, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "The `Event` enum of this pallet"] pub enum Event { #[codec(index = 0)] @@ -7471,7 +8170,10 @@ pub mod runtime_types { pub mod pallet { use super::runtime_types; #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + Debug, + crate::gp::Decode, + crate::gp::DecodeAsType, + crate::gp::Encode, )] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { @@ -8002,7 +8704,10 @@ pub mod runtime_types { }, } #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + Debug, + crate::gp::Decode, + crate::gp::DecodeAsType, + crate::gp::Encode, )] pub enum ConfigOp<_0> { #[codec(index = 0)] @@ -8013,7 +8718,10 @@ pub mod runtime_types { Remove, } #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + Debug, + crate::gp::Decode, + crate::gp::DecodeAsType, + crate::gp::Encode, )] #[doc = "The `Error` enum of this pallet."] pub enum Error { @@ -8116,7 +8824,10 @@ pub mod runtime_types { VirtualStakerNotAllowed, } #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + Debug, + crate::gp::Decode, + crate::gp::DecodeAsType, + crate::gp::Encode, )] #[doc = "The `Event` enum of this pallet"] pub enum Event { @@ -8229,31 +8940,41 @@ pub mod runtime_types { } pub mod slashing { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct SlashingSpans { pub span_index: ::core::primitive::u32, pub last_start: ::core::primitive::u32, pub last_nonzero_slash: ::core::primitive::u32, pub prior: ::subxt::ext::subxt_core::alloc::vec::Vec<::core::primitive::u32>, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct SpanRecord<_0> { pub slashed: _0, pub paid_out: _0, } } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct ActiveEraInfo { pub index: ::core::primitive::u32, pub start: ::core::option::Option<::core::primitive::u64>, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct EraRewardPoints<_0> { pub total: ::core::primitive::u32, pub individual: ::subxt::ext::subxt_core::utils::KeyedVec<_0, ::core::primitive::u32>, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum Forcing { #[codec(index = 0)] NotForcing, @@ -8264,7 +8985,9 @@ pub mod runtime_types { #[codec(index = 3)] ForceAlways, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct Nominations { pub targets: runtime_types::bounded_collections::bounded_vec::BoundedVec< ::subxt::ext::subxt_core::utils::AccountId32, @@ -8272,7 +8995,9 @@ pub mod runtime_types { pub submitted_in: ::core::primitive::u32, pub suppressed: ::core::primitive::bool, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum RewardDestination<_0> { #[codec(index = 0)] Staked, @@ -8285,7 +9010,9 @@ pub mod runtime_types { #[codec(index = 4)] None, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct StakingLedger { pub stash: ::subxt::ext::subxt_core::utils::AccountId32, #[codec(compact)] @@ -8300,7 +9027,9 @@ pub mod runtime_types { ::core::primitive::u32, >, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct UnappliedSlash<_0, _1> { pub validator: _0, pub own: _1, @@ -8308,14 +9037,18 @@ pub mod runtime_types { pub reporters: ::subxt::ext::subxt_core::alloc::vec::Vec<_0>, pub payout: _1, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct UnlockChunk<_0> { #[codec(compact)] pub value: _0, #[codec(compact)] pub era: ::core::primitive::u32, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct ValidatorPrefs { #[codec(compact)] pub commission: runtime_types::sp_arithmetic::per_things::Perbill, @@ -8326,7 +9059,9 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -8377,14 +9112,18 @@ pub mod runtime_types { #[doc = "**This cannot be un-done.**"] remove_key, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "Error for the Sudo pallet."] pub enum Error { #[codec(index = 0)] #[doc = "Sender must be the Sudo account."] RequireSudo, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "The `Event` enum of this pallet"] pub enum Event { #[codec(index = 0)] @@ -8415,7 +9154,9 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -8449,7 +9190,9 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "The `Event` enum of this pallet"] pub enum Event { #[codec(index = 0)] @@ -8462,9 +9205,13 @@ pub mod runtime_types { }, } } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct ChargeTransactionPayment(#[codec(compact)] pub ::core::primitive::u128); - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum Releases { #[codec(index = 0)] V1Ancient, @@ -8476,7 +9223,9 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 3)] @@ -8628,7 +9377,9 @@ pub mod runtime_types { #[doc = "Emits [`Event::AssetSpendVoided`] if successful."] void_spend { index: ::core::primitive::u32 }, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "Error for the treasury pallet."] pub enum Error { #[codec(index = 0)] @@ -8666,7 +9417,9 @@ pub mod runtime_types { #[doc = "The payment has neither failed nor succeeded yet."] Inconclusive, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "The `Event` enum of this pallet"] pub enum Event { #[codec(index = 0)] @@ -8738,7 +9491,9 @@ pub mod runtime_types { SpendProcessed { index: ::core::primitive::u32 }, } } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum PaymentState<_0> { #[codec(index = 0)] Pending, @@ -8747,14 +9502,18 @@ pub mod runtime_types { #[codec(index = 2)] Failed, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct Proposal<_0, _1> { pub proposer: _0, pub value: _1, pub beneficiary: _0, pub bond: _1, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct SpendStatus<_0, _1, _2, _3, _4> { pub asset_kind: _0, pub amount: _1, @@ -8770,7 +9529,9 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -8884,14 +9645,18 @@ pub mod runtime_types { weight: runtime_types::sp_weights::weight_v2::Weight, }, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "The `Error` enum of this pallet."] pub enum Error { #[codec(index = 0)] #[doc = "Too many calls batched."] TooManyCalls, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "The `Event` enum of this pallet"] pub enum Event { #[codec(index = 0)] @@ -8928,7 +9693,9 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -9054,7 +9821,9 @@ pub mod runtime_types { schedule_index: ::core::primitive::u32, }, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "Error for the vesting pallet."] pub enum Error { #[codec(index = 0)] @@ -9074,7 +9843,9 @@ pub mod runtime_types { #[doc = "Failed to create a new schedule because some parameter was invalid."] InvalidScheduleParams, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "The `Event` enum of this pallet"] pub enum Event { #[codec(index = 0)] @@ -9093,14 +9864,18 @@ pub mod runtime_types { } pub mod vesting_info { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct VestingInfo<_0, _1> { pub locked: _0, pub per_block: _0, pub starting_block: _1, } } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum Releases { #[codec(index = 0)] V0, @@ -9112,7 +9887,9 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -9136,7 +9913,9 @@ pub mod runtime_types { >, }, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "The `Error` enum of this pallet."] pub enum Error { #[codec(index = 0)] @@ -9155,7 +9934,9 @@ pub mod runtime_types { #[doc = "The call was already whitelisted; No-Op."] CallAlreadyWhitelisted, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] #[doc = "The `Event` enum of this pallet"] pub enum Event { #[codec(index = 0)] @@ -9181,14 +9962,18 @@ pub mod runtime_types { } pub mod primitive_types { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct U256(pub [::core::primitive::u64; 4usize]); } pub mod sp_arithmetic { use super::runtime_types; pub mod fixed_point { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct FixedI64(pub ::core::primitive::i64); #[derive( ::subxt::ext ::subxt_core::ext::codec::CompactAs, @@ -9242,7 +10027,9 @@ pub mod runtime_types { )] pub struct Perquintill(pub ::core::primitive::u64); } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum ArithmeticError { #[codec(index = 0)] Underflow, @@ -9256,7 +10043,9 @@ pub mod runtime_types { use super::runtime_types; pub mod app { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct Public(pub [::core::primitive::u8; 32usize]); } } @@ -9264,12 +10053,16 @@ pub mod runtime_types { use super::runtime_types; pub mod app { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct Public(pub [::core::primitive::u8; 32usize]); } pub mod digests { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum NextConfigDescriptor { #[codec(index = 1)] V1 { @@ -9277,7 +10070,9 @@ pub mod runtime_types { allowed_slots: runtime_types::sp_consensus_babe::AllowedSlots, }, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum PreDigest { #[codec(index = 1)] Primary(runtime_types::sp_consensus_babe::digests::PrimaryPreDigest), @@ -9288,25 +10083,33 @@ pub mod runtime_types { #[codec(index = 3)] SecondaryVRF(runtime_types::sp_consensus_babe::digests::SecondaryVRFPreDigest), } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct PrimaryPreDigest { pub authority_index: ::core::primitive::u32, pub slot: runtime_types::sp_consensus_slots::Slot, pub vrf_signature: runtime_types::sp_core::sr25519::vrf::VrfSignature, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct SecondaryPlainPreDigest { pub authority_index: ::core::primitive::u32, pub slot: runtime_types::sp_consensus_slots::Slot, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct SecondaryVRFPreDigest { pub authority_index: ::core::primitive::u32, pub slot: runtime_types::sp_consensus_slots::Slot, pub vrf_signature: runtime_types::sp_core::sr25519::vrf::VrfSignature, } } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum AllowedSlots { #[codec(index = 0)] PrimarySlots, @@ -9315,7 +10118,9 @@ pub mod runtime_types { #[codec(index = 2)] PrimaryAndSecondaryVRFSlots, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct BabeEpochConfiguration { pub c: (::core::primitive::u64, ::core::primitive::u64), pub allowed_slots: runtime_types::sp_consensus_babe::AllowedSlots, @@ -9325,12 +10130,18 @@ pub mod runtime_types { use super::runtime_types; pub mod app { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct Public(pub [::core::primitive::u8; 32usize]); - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct Signature(pub [::core::primitive::u8; 64usize]); } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum Equivocation<_0, _1> { #[codec(index = 0)] Prevote( @@ -9349,7 +10160,9 @@ pub mod runtime_types { >, ), } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct EquivocationProof<_0, _1> { pub set_id: ::core::primitive::u64, pub equivocation: runtime_types::sp_consensus_grandpa::Equivocation<_0, _1>, @@ -9357,7 +10170,9 @@ pub mod runtime_types { } pub mod sp_consensus_slots { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct EquivocationProof<_0, _1> { pub offender: _1, pub slot: runtime_types::sp_consensus_slots::Slot, @@ -9377,7 +10192,9 @@ pub mod runtime_types { use super::runtime_types; pub mod crypto { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct KeyTypeId(pub [::core::primitive::u8; 4usize]); } pub mod sr25519 { @@ -9385,7 +10202,10 @@ pub mod runtime_types { pub mod vrf { use super::runtime_types; #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + Debug, + crate::gp::Decode, + crate::gp::DecodeAsType, + crate::gp::Encode, )] pub struct VrfSignature { pub pre_output: [::core::primitive::u8; 32usize], @@ -9396,13 +10216,17 @@ pub mod runtime_types { } pub mod sp_npos_elections { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct ElectionScore { pub minimal_stake: ::core::primitive::u128, pub sum_stake: ::core::primitive::u128, pub sum_stake_squared: ::core::primitive::u128, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct Support<_0> { pub total: ::core::primitive::u128, pub voters: @@ -9416,7 +10240,10 @@ pub mod runtime_types { pub mod digest { use super::runtime_types; #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + Debug, + crate::gp::Decode, + crate::gp::DecodeAsType, + crate::gp::Encode, )] pub struct Digest { pub logs: ::subxt::ext::subxt_core::alloc::vec::Vec< @@ -9424,7 +10251,10 @@ pub mod runtime_types { >, } #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + Debug, + crate::gp::Decode, + crate::gp::DecodeAsType, + crate::gp::Encode, )] pub enum DigestItem { #[codec(index = 6)] @@ -9451,7 +10281,10 @@ pub mod runtime_types { pub mod era { use super::runtime_types; #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + Debug, + crate::gp::Decode, + crate::gp::DecodeAsType, + crate::gp::Encode, )] pub enum Era { #[codec(index = 0)] @@ -9971,7 +10804,10 @@ pub mod runtime_types { pub mod header { use super::runtime_types; #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + Debug, + crate::gp::Decode, + crate::gp::DecodeAsType, + crate::gp::Encode, )] pub struct Header<_0> { pub parent_hash: ::subxt::ext::subxt_core::utils::H256, @@ -9985,7 +10821,9 @@ pub mod runtime_types { } pub mod proving_trie { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum TrieError { #[codec(index = 0)] InvalidStateRoot, @@ -10019,10 +10857,14 @@ pub mod runtime_types { } pub mod traits { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct BlakeTwo256; } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum DispatchError { #[codec(index = 0)] Other, @@ -10055,17 +10897,23 @@ pub mod runtime_types { #[codec(index = 14)] Trie(runtime_types::sp_runtime::proving_trie::TrieError), } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct DispatchErrorWithPostInfo<_0> { pub post_info: _0, pub error: runtime_types::sp_runtime::DispatchError, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct ModuleError { pub index: ::core::primitive::u8, pub error: [::core::primitive::u8; 4usize], } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum MultiSignature { #[codec(index = 0)] Ed25519([::core::primitive::u8; 64usize]), @@ -10074,7 +10922,9 @@ pub mod runtime_types { #[codec(index = 2)] Ecdsa([::core::primitive::u8; 65usize]), } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum TokenError { #[codec(index = 0)] FundsUnavailable, @@ -10097,7 +10947,9 @@ pub mod runtime_types { #[codec(index = 9)] Blocked, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum TransactionalError { #[codec(index = 0)] LimitReached, @@ -10107,7 +10959,9 @@ pub mod runtime_types { } pub mod sp_session { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct MembershipProof { pub session: ::core::primitive::u32, pub trie_nodes: ::subxt::ext::subxt_core::alloc::vec::Vec< @@ -10120,13 +10974,17 @@ pub mod runtime_types { use super::runtime_types; pub mod offence { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct OffenceDetails<_0, _1> { pub offender: _1, pub reporters: ::subxt::ext::subxt_core::alloc::vec::Vec<_0>, } } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct Exposure<_0, _1> { #[codec(compact)] pub total: _1, @@ -10136,7 +10994,9 @@ pub mod runtime_types { runtime_types::sp_staking::IndividualExposure<_0, _1>, >, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct ExposurePage<_0, _1> { #[codec(compact)] pub page_total: _1, @@ -10144,13 +11004,17 @@ pub mod runtime_types { runtime_types::sp_staking::IndividualExposure<_0, _1>, >, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct IndividualExposure<_0, _1> { pub who: _0, #[codec(compact)] pub value: _1, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct PagedExposureMetadata<_0> { #[codec(compact)] pub total: _0, @@ -10162,7 +11026,9 @@ pub mod runtime_types { } pub mod sp_version { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct RuntimeVersion { pub spec_name: ::subxt::ext::subxt_core::alloc::string::String, pub impl_name: ::subxt::ext::subxt_core::alloc::string::String, @@ -10181,7 +11047,9 @@ pub mod runtime_types { use super::runtime_types; pub mod weight_v2 { use super::runtime_types; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct Weight { #[codec(compact)] pub ref_time: ::core::primitive::u64, @@ -10189,7 +11057,9 @@ pub mod runtime_types { pub proof_size: ::core::primitive::u64, } } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct RuntimeDbWeight { pub read: ::core::primitive::u64, pub write: ::core::primitive::u64, @@ -10204,7 +11074,10 @@ pub mod runtime_types { pub mod pallet_custom_origins { use super::runtime_types; #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + Debug, + crate::gp::Decode, + crate::gp::DecodeAsType, + crate::gp::Encode, )] pub enum Origin { #[codec(index = 0)] @@ -10261,9 +11134,13 @@ pub mod runtime_types { } } } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct CustomCheckNonce(#[codec(compact)] pub ::core::primitive::u32); - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct NposSolution16 { pub votes1: ::subxt::ext::subxt_core::alloc::vec::Vec<( ::subxt::ext::subxt_core::ext::codec::Compact<::core::primitive::u32>, @@ -10420,7 +11297,9 @@ pub mod runtime_types { ::subxt::ext::subxt_core::ext::codec::Compact<::core::primitive::u16>, )>, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum OriginCaller { #[codec(index = 0)] system( @@ -10433,7 +11312,9 @@ pub mod runtime_types { runtime_types::vara_runtime::governance::origins::pallet_custom_origins::Origin, ), } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum ProxyType { #[codec(index = 0)] Any, @@ -10448,9 +11329,13 @@ pub mod runtime_types { #[codec(index = 5)] CancelProxy, } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct Runtime; - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum RuntimeCall { #[codec(index = 0)] System(runtime_types::frame_system::pallet::Call), @@ -10506,6 +11391,8 @@ pub mod runtime_types { ChildBounties(runtime_types::pallet_child_bounties::pallet::Call), #[codec(index = 31)] NominationPools(runtime_types::pallet_nomination_pools::pallet::Call), + #[codec(index = 32)] + MultiBlockMigrations(runtime_types::pallet_migrations::pallet::Call), #[codec(index = 99)] Sudo(runtime_types::pallet_sudo::pallet::Call), #[codec(index = 104)] @@ -10519,7 +11406,9 @@ pub mod runtime_types { #[codec(index = 199)] GearDebug(runtime_types::pallet_gear_debug::pallet::Call), } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum RuntimeError { #[codec(index = 0)] System(runtime_types::frame_system::pallet::Error), @@ -10573,6 +11462,8 @@ pub mod runtime_types { ChildBounties(runtime_types::pallet_child_bounties::pallet::Error), #[codec(index = 31)] NominationPools(runtime_types::pallet_nomination_pools::pallet::Error), + #[codec(index = 32)] + MultiBlockMigrations(runtime_types::pallet_migrations::pallet::Error), #[codec(index = 99)] Sudo(runtime_types::pallet_sudo::pallet::Error), #[codec(index = 100)] @@ -10596,7 +11487,9 @@ pub mod runtime_types { #[codec(index = 199)] GearDebug(runtime_types::pallet_gear_debug::pallet::Error), } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum RuntimeEvent { #[codec(index = 0)] System(runtime_types::frame_system::pallet::Event), @@ -10652,6 +11545,8 @@ pub mod runtime_types { ChildBounties(runtime_types::pallet_child_bounties::pallet::Event), #[codec(index = 31)] NominationPools(runtime_types::pallet_nomination_pools::pallet::Event), + #[codec(index = 32)] + MultiBlockMigrations(runtime_types::pallet_migrations::pallet::Event), #[codec(index = 99)] Sudo(runtime_types::pallet_sudo::pallet::Event), #[codec(index = 104)] @@ -10665,17 +11560,23 @@ pub mod runtime_types { #[codec(index = 199)] GearDebug(runtime_types::pallet_gear_debug::pallet::Event), } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum RuntimeFreezeReason { #[codec(index = 31)] NominationPools(runtime_types::pallet_nomination_pools::pallet::FreezeReason), } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub enum RuntimeHoldReason { #[codec(index = 23)] Preimage(runtime_types::pallet_preimage::pallet::HoldReason), } - #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] + #[derive( + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, + )] pub struct SessionKeys { pub babe: runtime_types::sp_consensus_babe::app::Public, pub grandpa: runtime_types::sp_consensus_grandpa::app::Public, @@ -11066,6 +11967,24 @@ pub mod calls { } } } + #[doc = "Calls of pallet `MultiBlockMigrations`."] + pub enum MultiBlockMigrationsCall { + ForceSetCursor, + ForceSetActiveCursor, + ForceOnboardMbms, + ClearHistoric, + } + impl CallInfo for MultiBlockMigrationsCall { + const PALLET: &'static str = "MultiBlockMigrations"; + fn call_name(&self) -> &'static str { + match self { + Self::ForceSetCursor => "force_set_cursor", + Self::ForceSetActiveCursor => "force_set_active_cursor", + Self::ForceOnboardMbms => "force_onboard_mbms", + Self::ClearHistoric => "clear_historic", + } + } + } #[doc = "Calls of pallet `Multisig`."] pub enum MultisigCall { AsMultiThreshold1, @@ -12018,6 +12937,20 @@ pub mod storage { } } } + #[doc = "Storage of pallet `MultiBlockMigrations`."] + pub enum MultiBlockMigrationsStorage { + Cursor, + Historic, + } + impl StorageInfo for MultiBlockMigrationsStorage { + const PALLET: &'static str = "MultiBlockMigrations"; + fn storage_name(&self) -> &'static str { + match self { + Self::Cursor => "Cursor", + Self::Historic => "Historic", + } + } + } #[doc = "Storage of pallet `Multisig`."] pub enum MultisigStorage { Multisigs, @@ -12519,6 +13452,9 @@ pub mod exports { pub mod nomination_pools { pub use super::runtime_types::pallet_nomination_pools::pallet::Event; } + pub mod multi_block_migrations { + pub use super::runtime_types::pallet_multi_block_migrations::pallet::Event; + } pub mod sudo { pub use super::runtime_types::pallet_sudo::pallet::Event; } From 103aaa19547d1e0f7f67e91840e6a9c71d0a8e5d Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Tue, 1 Jul 2025 17:54:21 +0700 Subject: [PATCH 47/56] fmt --- gsdk/src/metadata/generated.rs | 1459 ++++++++------------------------ 1 file changed, 353 insertions(+), 1106 deletions(-) diff --git a/gsdk/src/metadata/generated.rs b/gsdk/src/metadata/generated.rs index 92d2cdf10fa..b87128f2205 100644 --- a/gsdk/src/metadata/generated.rs +++ b/gsdk/src/metadata/generated.rs @@ -30,49 +30,37 @@ pub mod runtime_types { use super::runtime_types; pub mod bounded_btree_map { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct BoundedBTreeMap<_0, _1>( pub ::subxt::ext::subxt_core::utils::KeyedVec<_0, _1>, ); } pub mod bounded_vec { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct BoundedVec<_0>(pub ::subxt::ext::subxt_core::alloc::vec::Vec<_0>); } pub mod weak_bounded_vec { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct WeakBoundedVec<_0>(pub ::subxt::ext::subxt_core::alloc::vec::Vec<_0>); } } pub mod finality_grandpa { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct Equivocation<_0, _1, _2> { pub round_number: ::core::primitive::u64, pub identity: _0, pub first: (_1, _2), pub second: (_1, _2), } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct Precommit<_0, _1> { pub target_hash: _0, pub target_number: _1, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct Prevote<_0, _1> { pub target_hash: _0, pub target_number: _1, @@ -80,15 +68,11 @@ pub mod runtime_types { } pub mod frame_metadata_hash_extension { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct CheckMetadataHash { pub mode: runtime_types::frame_metadata_hash_extension::Mode, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum Mode { #[codec(index = 0)] Disabled, @@ -100,9 +84,7 @@ pub mod runtime_types { use super::runtime_types; pub mod dispatch { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum DispatchClass { #[codec(index = 0)] Normal, @@ -111,34 +93,26 @@ pub mod runtime_types { #[codec(index = 2)] Mandatory, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum Pays { #[codec(index = 0)] Yes, #[codec(index = 1)] No, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct PerDispatchClass<_0> { pub normal: _0, pub operational: _0, pub mandatory: _0, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct PostDispatchInfo { pub actual_weight: ::core::option::Option, pub pays_fee: runtime_types::frame_support::dispatch::Pays, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum RawOrigin<_0> { #[codec(index = 0)] Root, @@ -153,10 +127,7 @@ pub mod runtime_types { pub mod preimages { use super::runtime_types; #[derive( - Debug, - crate::gp::Decode, - crate::gp::DecodeAsType, - crate::gp::Encode, + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, )] pub enum Bounded<_0, _1> { #[codec(index = 0)] @@ -180,10 +151,7 @@ pub mod runtime_types { pub mod schedule { use super::runtime_types; #[derive( - Debug, - crate::gp::Decode, - crate::gp::DecodeAsType, - crate::gp::Encode, + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, )] pub enum DispatchTime<_0> { #[codec(index = 0)] @@ -208,10 +176,7 @@ pub mod runtime_types { pub mod misc { use super::runtime_types; #[derive( - Debug, - crate::gp::Decode, - crate::gp::DecodeAsType, - crate::gp::Encode, + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, )] pub enum BalanceStatus { #[codec(index = 0)] @@ -220,10 +185,7 @@ pub mod runtime_types { Reserved, } #[derive( - Debug, - crate::gp::Decode, - crate::gp::DecodeAsType, - crate::gp::Encode, + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, )] pub struct IdAmount<_0, _1> { pub id: _0, @@ -232,9 +194,7 @@ pub mod runtime_types { } } } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct PalletId(pub [::core::primitive::u8; 8usize]); } pub mod frame_system { @@ -244,77 +204,55 @@ pub mod runtime_types { pub mod check_genesis { use super::runtime_types; #[derive( - Debug, - crate::gp::Decode, - crate::gp::DecodeAsType, - crate::gp::Encode, + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, )] pub struct CheckGenesis; } pub mod check_mortality { use super::runtime_types; #[derive( - Debug, - crate::gp::Decode, - crate::gp::DecodeAsType, - crate::gp::Encode, + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, )] pub struct CheckMortality(pub runtime_types::sp_runtime::generic::era::Era); } pub mod check_non_zero_sender { use super::runtime_types; #[derive( - Debug, - crate::gp::Decode, - crate::gp::DecodeAsType, - crate::gp::Encode, + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, )] pub struct CheckNonZeroSender; } pub mod check_spec_version { use super::runtime_types; #[derive( - Debug, - crate::gp::Decode, - crate::gp::DecodeAsType, - crate::gp::Encode, + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, )] pub struct CheckSpecVersion; } pub mod check_tx_version { use super::runtime_types; #[derive( - Debug, - crate::gp::Decode, - crate::gp::DecodeAsType, - crate::gp::Encode, + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, )] pub struct CheckTxVersion; } pub mod check_weight { use super::runtime_types; #[derive( - Debug, - crate::gp::Decode, - crate::gp::DecodeAsType, - crate::gp::Encode, + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, )] pub struct CheckWeight; } } pub mod limits { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct BlockLength { pub max: runtime_types::frame_support::dispatch::PerDispatchClass< ::core::primitive::u32, >, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct BlockWeights { pub base_block: runtime_types::sp_weights::weight_v2::Weight, pub max_block: runtime_types::sp_weights::weight_v2::Weight, @@ -322,9 +260,7 @@ pub mod runtime_types { runtime_types::frame_system::limits::WeightsPerClass, >, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct WeightsPerClass { pub base_extrinsic: runtime_types::sp_weights::weight_v2::Weight, pub max_extrinsic: @@ -337,9 +273,7 @@ pub mod runtime_types { } pub mod pallet { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -428,9 +362,7 @@ pub mod runtime_types { code: ::subxt::ext::subxt_core::alloc::vec::Vec<::core::primitive::u8>, }, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "Error for the System pallet"] pub enum Error { #[codec(index = 0)] @@ -465,9 +397,7 @@ pub mod runtime_types { #[doc = "The submitted code is not authorized."] Unauthorized, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "Event for the System pallet."] pub enum Event { #[codec(index = 0)] @@ -508,9 +438,7 @@ pub mod runtime_types { }, } } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct AccountInfo<_0, _1> { pub nonce: _0, pub consumers: ::core::primitive::u32, @@ -518,40 +446,30 @@ pub mod runtime_types { pub sufficients: ::core::primitive::u32, pub data: _1, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct CodeUpgradeAuthorization { pub code_hash: ::subxt::ext::subxt_core::utils::H256, pub check_version: ::core::primitive::bool, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct DispatchEventInfo { pub weight: runtime_types::sp_weights::weight_v2::Weight, pub class: runtime_types::frame_support::dispatch::DispatchClass, pub pays_fee: runtime_types::frame_support::dispatch::Pays, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct EventRecord<_0, _1> { pub phase: runtime_types::frame_system::Phase, pub event: _0, pub topics: ::subxt::ext::subxt_core::alloc::vec::Vec<_1>, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct LastRuntimeUpgradeInfo { #[codec(compact)] pub spec_version: ::core::primitive::u32, pub spec_name: ::subxt::ext::subxt_core::alloc::string::String, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum Phase { #[codec(index = 0)] ApplyExtrinsic(::core::primitive::u32), @@ -565,9 +483,7 @@ pub mod runtime_types { use super::runtime_types; pub mod event { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum CodeChangeKind<_0> { #[codec(index = 0)] Active { @@ -578,9 +494,7 @@ pub mod runtime_types { #[codec(index = 2)] Reinstrumented, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum DispatchStatus { #[codec(index = 0)] Success, @@ -589,9 +503,7 @@ pub mod runtime_types { #[codec(index = 2)] NotExecuted, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum MessageEntry { #[codec(index = 0)] Init, @@ -602,9 +514,7 @@ pub mod runtime_types { #[codec(index = 3)] Signal, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum MessageWaitedRuntimeReason { #[codec(index = 0)] WaitCalled, @@ -615,20 +525,14 @@ pub mod runtime_types { #[codec(index = 3)] WaitUpToCalledFull, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum MessageWaitedSystemReason {} - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum MessageWokenRuntimeReason { #[codec(index = 0)] WakeCalled, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum MessageWokenSystemReason { #[codec(index = 0)] ProgramGotInitialized, @@ -637,9 +541,7 @@ pub mod runtime_types { #[codec(index = 2)] OutOfRent, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum ProgramChangeKind<_0> { #[codec(index = 0)] Active { expiration: _0 }, @@ -654,27 +556,21 @@ pub mod runtime_types { #[codec(index = 5)] ProgramSet { expiration: _0 }, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum Reason<_0, _1> { #[codec(index = 0)] Runtime(_0), #[codec(index = 1)] System(_1), } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum UserMessageReadRuntimeReason { #[codec(index = 0)] MessageReplied, #[codec(index = 1)] MessageClaimed, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum UserMessageReadSystemReason { #[codec(index = 0)] OutOfRent, @@ -685,20 +581,14 @@ pub mod runtime_types { pub mod node { use super::runtime_types; #[derive( - Debug, - crate::gp::Decode, - crate::gp::DecodeAsType, - crate::gp::Encode, + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, )] pub struct ChildrenRefs { pub spec_refs: ::core::primitive::u32, pub unspec_refs: ::core::primitive::u32, } #[derive( - Debug, - crate::gp::Decode, - crate::gp::DecodeAsType, - crate::gp::Encode, + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, )] pub enum GasNode<_0, _1, _2, _3> { #[codec(index = 0)] @@ -747,10 +637,7 @@ pub mod runtime_types { }, } #[derive( - Debug, - crate::gp::Decode, - crate::gp::DecodeAsType, - crate::gp::Encode, + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, )] pub enum GasNodeId<_0, _1> { #[codec(index = 0)] @@ -759,10 +646,7 @@ pub mod runtime_types { Reservation(_1), } #[derive( - Debug, - crate::gp::Decode, - crate::gp::DecodeAsType, - crate::gp::Encode, + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, )] pub struct NodeLock<_0>(pub [_0; 4usize]); } @@ -774,10 +658,7 @@ pub mod runtime_types { pub mod dequeue { use super::runtime_types; #[derive( - Debug, - crate::gp::Decode, - crate::gp::DecodeAsType, - crate::gp::Encode, + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, )] pub struct LinkedNode<_0, _1> { pub next: ::core::option::Option<_0>, @@ -788,10 +669,7 @@ pub mod runtime_types { pub mod primitives { use super::runtime_types; #[derive( - Debug, - crate::gp::Decode, - crate::gp::DecodeAsType, - crate::gp::Encode, + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, )] pub struct Interval<_0> { pub start: _0, @@ -799,17 +677,13 @@ pub mod runtime_types { } } } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct CodeMetadata { pub author: ::subxt::ext::subxt_core::utils::H256, #[codec(compact)] pub block_number: ::core::primitive::u32, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum GasMultiplier<_0, _1> { #[codec(index = 0)] ValuePerGas(_0), @@ -821,16 +695,12 @@ pub mod runtime_types { use super::runtime_types; pub mod buffer { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct LimitedVec<_0, _1>( pub ::subxt::ext::subxt_core::alloc::vec::Vec<_0>, #[codec(skip)] pub ::core::marker::PhantomData<_1>, ); - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct PayloadSizeError; } pub mod code { @@ -838,10 +708,7 @@ pub mod runtime_types { pub mod instrumented { use super::runtime_types; #[derive( - Debug, - crate::gp::Decode, - crate::gp::DecodeAsType, - crate::gp::Encode, + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, )] pub struct InstantiatedSectionSizes { pub code_section: ::core::primitive::u32, @@ -852,10 +719,7 @@ pub mod runtime_types { pub type_section: ::core::primitive::u32, } #[derive( - Debug, - crate::gp::Decode, - crate::gp::DecodeAsType, - crate::gp::Encode, + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, )] pub struct InstrumentedCode { pub code: ::subxt::ext::subxt_core::alloc::vec::Vec<::core::primitive::u8>, @@ -874,13 +738,9 @@ pub mod runtime_types { } pub mod memory { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct IntoPageBufError; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct PageBuf( pub runtime_types::gear_core::buffer::LimitedVec< ::core::primitive::u8, @@ -893,10 +753,7 @@ pub mod runtime_types { pub mod common { use super::runtime_types; #[derive( - Debug, - crate::gp::Decode, - crate::gp::DecodeAsType, - crate::gp::Encode, + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, )] pub enum MessageDetails { #[codec(index = 0)] @@ -905,20 +762,14 @@ pub mod runtime_types { Signal(runtime_types::gear_core::message::common::SignalDetails), } #[derive( - Debug, - crate::gp::Decode, - crate::gp::DecodeAsType, - crate::gp::Encode, + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, )] pub struct ReplyDetails { pub to: runtime_types::gprimitives::MessageId, pub code: runtime_types::gear_core_errors::simple::ReplyCode, } #[derive( - Debug, - crate::gp::Decode, - crate::gp::DecodeAsType, - crate::gp::Encode, + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, )] pub struct SignalDetails { pub to: runtime_types::gprimitives::MessageId, @@ -928,10 +779,7 @@ pub mod runtime_types { pub mod context { use super::runtime_types; #[derive( - Debug, - crate::gp::Decode, - crate::gp::DecodeAsType, - crate::gp::Encode, + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, )] pub struct ContextStore { pub initialized: ::subxt::ext::subxt_core::alloc::vec::Vec< @@ -946,20 +794,14 @@ pub mod runtime_types { pub mod stored { use super::runtime_types; #[derive( - Debug, - crate::gp::Decode, - crate::gp::DecodeAsType, - crate::gp::Encode, + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, )] pub struct StoredDelayedDispatch { pub kind: runtime_types::gear_core::message::DispatchKind, pub message: runtime_types::gear_core::message::stored::StoredMessage, } #[derive( - Debug, - crate::gp::Decode, - crate::gp::DecodeAsType, - crate::gp::Encode, + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, )] pub struct StoredDispatch { pub kind: runtime_types::gear_core::message::DispatchKind, @@ -969,10 +811,7 @@ pub mod runtime_types { >, } #[derive( - Debug, - crate::gp::Decode, - crate::gp::DecodeAsType, - crate::gp::Encode, + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, )] pub struct StoredMessage { pub id: runtime_types::gprimitives::MessageId, @@ -992,10 +831,7 @@ pub mod runtime_types { pub mod user { use super::runtime_types; #[derive( - Debug, - crate::gp::Decode, - crate::gp::DecodeAsType, - crate::gp::Encode, + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, )] pub struct UserMessage { pub id: runtime_types::gprimitives::MessageId, @@ -1012,10 +848,7 @@ pub mod runtime_types { >, } #[derive( - Debug, - crate::gp::Decode, - crate::gp::DecodeAsType, - crate::gp::Encode, + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, )] pub struct UserStoredMessage { pub id: runtime_types::gprimitives::MessageId, @@ -1029,9 +862,7 @@ pub mod runtime_types { pub value: ::core::primitive::u128, } } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum DispatchKind { #[codec(index = 0)] Init, @@ -1075,9 +906,7 @@ pub mod runtime_types { } pub mod program { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct ActiveProgram<_0> { pub allocations_tree_len: ::core::primitive::u32, pub memory_infix: runtime_types::gear_core::program::MemoryInfix, @@ -1101,9 +930,7 @@ pub mod runtime_types { crate::gp::Encode, )] pub struct MemoryInfix(pub ::core::primitive::u32); - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum Program<_0> { #[codec(index = 0)] Active(runtime_types::gear_core::program::ActiveProgram<_0>), @@ -1112,9 +939,7 @@ pub mod runtime_types { #[codec(index = 2)] Terminated(runtime_types::gprimitives::ActorId), } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum ProgramState { #[codec(index = 0)] Uninitialized { @@ -1126,9 +951,7 @@ pub mod runtime_types { } pub mod reservation { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct GasReservationSlot { pub amount: ::core::primitive::u64, pub start: ::core::primitive::u32, @@ -1145,9 +968,7 @@ pub mod runtime_types { } pub mod tasks { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum ScheduledTask<_0, _1, _2> { #[codec(index = 0)] PauseProgram(runtime_types::gprimitives::ActorId), @@ -1188,9 +1009,7 @@ pub mod runtime_types { use super::runtime_types; pub mod simple { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum ErrorReplyReason { #[codec(index = 0)] Execution(runtime_types::gear_core_errors::simple::SimpleExecutionError), @@ -1203,9 +1022,7 @@ pub mod runtime_types { #[codec(index = 255)] Unsupported, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum ReplyCode { #[codec(index = 0)] Success(runtime_types::gear_core_errors::simple::SuccessReplyReason), @@ -1214,18 +1031,14 @@ pub mod runtime_types { #[codec(index = 255)] Unsupported, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum SignalCode { #[codec(index = 0)] Execution(runtime_types::gear_core_errors::simple::SimpleExecutionError), #[codec(index = 1)] RemovedFromWaitlist, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum SimpleExecutionError { #[codec(index = 0)] RanOutOfGas, @@ -1242,9 +1055,7 @@ pub mod runtime_types { #[codec(index = 255)] Unsupported, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum SimpleUnavailableActorError { #[codec(index = 0)] ProgramExited, @@ -1259,9 +1070,7 @@ pub mod runtime_types { #[codec(index = 255)] Unsupported, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum SuccessReplyReason { #[codec(index = 0)] Auto, @@ -1275,35 +1084,19 @@ pub mod runtime_types { pub mod gprimitives { use super::runtime_types; #[derive( - Copy, - Debug, - crate::gp::Decode, - crate::gp::DecodeAsType, - crate::gp::Encode, + Copy, Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, )] pub struct ActorId(pub [::core::primitive::u8; 32usize]); #[derive( - Copy, - Debug, - crate::gp::Decode, - crate::gp::DecodeAsType, - crate::gp::Encode, + Copy, Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, )] pub struct CodeId(pub [::core::primitive::u8; 32usize]); #[derive( - Copy, - Debug, - crate::gp::Decode, - crate::gp::DecodeAsType, - crate::gp::Encode, + Copy, Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, )] pub struct MessageId(pub [::core::primitive::u8; 32usize]); #[derive( - Copy, - Debug, - crate::gp::Decode, - crate::gp::DecodeAsType, - crate::gp::Encode, + Copy, Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, )] pub struct ReservationId(pub [::core::primitive::u8; 32usize]); } @@ -1311,9 +1104,7 @@ pub mod runtime_types { use super::runtime_types; pub mod tree { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct IntervalsTree<_0> { pub inner: ::subxt::ext::subxt_core::utils::KeyedVec<_0, _0>, } @@ -1323,9 +1114,7 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -1373,9 +1162,7 @@ pub mod runtime_types { config: runtime_types::sp_consensus_babe::digests::NextConfigDescriptor, }, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Error` enum of this pallet."] pub enum Error { #[codec(index = 0)] @@ -1397,16 +1184,12 @@ pub mod runtime_types { use super::runtime_types; pub mod list { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct Bag { pub head: ::core::option::Option<::subxt::ext::subxt_core::utils::AccountId32>, pub tail: ::core::option::Option<::subxt::ext::subxt_core::utils::AccountId32>, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum ListError { #[codec(index = 0)] Duplicate, @@ -1417,9 +1200,7 @@ pub mod runtime_types { #[codec(index = 3)] NodeNotFound, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct Node { pub id: ::subxt::ext::subxt_core::utils::AccountId32, pub prev: ::core::option::Option<::subxt::ext::subxt_core::utils::AccountId32>, @@ -1430,9 +1211,7 @@ pub mod runtime_types { } pub mod pallet { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -1484,18 +1263,14 @@ pub mod runtime_types { >, }, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Error` enum of this pallet."] pub enum Error { #[codec(index = 0)] #[doc = "A error in the list interface implementation."] List(runtime_types::pallet_bags_list::list::ListError), } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Event` enum of this pallet"] pub enum Event { #[codec(index = 0)] @@ -1518,9 +1293,7 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -1654,9 +1427,7 @@ pub mod runtime_types { keep_alive: ::core::primitive::bool, }, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Error` enum of this pallet."] pub enum Error { #[codec(index = 0)] @@ -1696,9 +1467,7 @@ pub mod runtime_types { #[doc = "The delta cannot be zero."] DeltaZero, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Event` enum of this pallet"] pub enum Event { #[codec(index = 0)] @@ -1836,27 +1605,21 @@ pub mod runtime_types { } pub mod types { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct AccountData<_0> { pub free: _0, pub reserved: _0, pub frozen: _0, pub flags: runtime_types::pallet_balances::types::ExtraFlags, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum AdjustmentDirection { #[codec(index = 0)] Increase, #[codec(index = 1)] Decrease, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct BalanceLock<_0> { pub id: [::core::primitive::u8; 8usize], pub amount: _0, @@ -1870,9 +1633,7 @@ pub mod runtime_types { crate::gp::Encode, )] pub struct ExtraFlags(pub ::core::primitive::u128); - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum Reasons { #[codec(index = 0)] Fee, @@ -1881,9 +1642,7 @@ pub mod runtime_types { #[codec(index = 2)] All, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct ReserveData<_0, _1> { pub id: _0, pub amount: _1, @@ -1894,9 +1653,7 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -2065,9 +1822,7 @@ pub mod runtime_types { fee: ::core::primitive::u128, }, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Error` enum of this pallet."] pub enum Error { #[codec(index = 0)] @@ -2105,9 +1860,7 @@ pub mod runtime_types { #[doc = "Too many approvals are already queued."] TooManyQueued, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Event` enum of this pallet"] pub enum Event { #[codec(index = 0)] @@ -2161,9 +1914,7 @@ pub mod runtime_types { }, } } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct Bounty<_0, _1, _2> { pub proposer: _0, pub value: _1, @@ -2172,9 +1923,7 @@ pub mod runtime_types { pub bond: _1, pub status: runtime_types::pallet_bounties::BountyStatus<_0, _2>, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum BountyStatus<_0, _1> { #[codec(index = 0)] Proposed, @@ -2200,9 +1949,7 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -2409,9 +2156,7 @@ pub mod runtime_types { child_bounty_id: ::core::primitive::u32, }, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Error` enum of this pallet."] pub enum Error { #[codec(index = 0)] @@ -2424,9 +2169,7 @@ pub mod runtime_types { #[doc = "Number of child bounties exceeds limit `MaxActiveChildBountyCount`."] TooManyChildBounties, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Event` enum of this pallet"] pub enum Event { #[codec(index = 0)] @@ -2458,9 +2201,7 @@ pub mod runtime_types { }, } } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct ChildBounty<_0, _1, _2> { pub parent_bounty: ::core::primitive::u32, pub value: _1, @@ -2468,9 +2209,7 @@ pub mod runtime_types { pub curator_deposit: _1, pub status: runtime_types::pallet_child_bounties::ChildBountyStatus<_0, _2>, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum ChildBountyStatus<_0, _1> { #[codec(index = 0)] Added, @@ -2490,9 +2229,7 @@ pub mod runtime_types { use super::runtime_types; pub mod conviction { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum Conviction { #[codec(index = 0)] None, @@ -2512,9 +2249,7 @@ pub mod runtime_types { } pub mod pallet { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -2660,9 +2395,7 @@ pub mod runtime_types { index: ::core::primitive::u32, }, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Error` enum of this pallet."] pub enum Error { #[codec(index = 0)] @@ -2703,9 +2436,7 @@ pub mod runtime_types { #[doc = "The class ID supplied is invalid."] BadClass, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Event` enum of this pallet"] pub enum Event { #[codec(index = 0)] @@ -2737,16 +2468,12 @@ pub mod runtime_types { } pub mod types { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct Delegations<_0> { pub votes: _0, pub capital: _0, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct Tally<_0> { pub ayes: _0, pub nays: _0, @@ -2755,9 +2482,7 @@ pub mod runtime_types { } pub mod vote { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum AccountVote<_0> { #[codec(index = 0)] Standard { @@ -2769,9 +2494,7 @@ pub mod runtime_types { #[codec(index = 2)] SplitAbstain { aye: _0, nay: _0, abstain: _0 }, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct Casting<_0, _1, _2> { pub votes: runtime_types::bounded_collections::bounded_vec::BoundedVec<( _1, @@ -2783,9 +2506,7 @@ pub mod runtime_types { #[codec(skip)] pub __ignore: ::core::marker::PhantomData<_2>, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct Delegating<_0, _1, _2> { pub balance: _0, pub target: _1, @@ -2794,9 +2515,7 @@ pub mod runtime_types { runtime_types::pallet_conviction_voting::types::Delegations<_0>, pub prior: runtime_types::pallet_conviction_voting::vote::PriorLock<_2, _0>, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct PriorLock<_0, _1>(pub _0, pub _1); #[derive( ::subxt::ext ::subxt_core::ext::codec::CompactAs, @@ -2806,9 +2525,7 @@ pub mod runtime_types { crate::gp::Encode, )] pub struct Vote(pub ::core::primitive::u8); - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum Voting<_0, _1, _2, _3> { #[codec(index = 0)] Casting(runtime_types::pallet_conviction_voting::vote::Casting<_0, _2, _2>), @@ -2824,15 +2541,11 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { # [codec (index = 0)] # [doc = "Submit a solution for the unsigned phase."] # [doc = ""] # [doc = "The dispatch origin fo this call must be __none__."] # [doc = ""] # [doc = "This submission is checked on the fly. Moreover, this unsigned solution is only"] # [doc = "validated when submitted to the pool from the **local** node. Effectively, this means"] # [doc = "that only active validators can submit this transaction when authoring a block (similar"] # [doc = "to an inherent)."] # [doc = ""] # [doc = "To prevent any incorrect solution (and thus wasted time/weight), this transaction will"] # [doc = "panic if the solution submitted by the validator is invalid in any way, effectively"] # [doc = "putting their authoring reward at risk."] # [doc = ""] # [doc = "No deposit or reward is associated with this submission."] submit_unsigned { raw_solution : ::subxt::ext ::subxt_core::alloc::boxed::Box < runtime_types::pallet_election_provider_multi_phase::RawSolution < runtime_types::vara_runtime::NposSolution16 > > , witness : runtime_types::pallet_election_provider_multi_phase::SolutionOrSnapshotSize , } , # [codec (index = 1)] # [doc = "Set a new value for `MinimumUntrustedScore`."] # [doc = ""] # [doc = "Dispatch origin must be aligned with `T::ForceOrigin`."] # [doc = ""] # [doc = "This check can be turned off by setting the value to `None`."] set_minimum_untrusted_score { maybe_next_score: ::core::option::Option < runtime_types::sp_npos_elections::ElectionScore > , } , # [codec (index = 2)] # [doc = "Set a solution in the queue, to be handed out to the client of this pallet in the next"] # [doc = "call to `ElectionProvider::elect`."] # [doc = ""] # [doc = "This can only be set by `T::ForceOrigin`, and only when the phase is `Emergency`."] # [doc = ""] # [doc = "The solution is not checked for any feasibility and is assumed to be trustworthy, as any"] # [doc = "feasibility check itself can in principle cause the election process to fail (due to"] # [doc = "memory/weight constrains)."] set_emergency_election_result { supports : ::subxt::ext ::subxt_core::alloc::vec::Vec < (::subxt::ext ::subxt_core::utils::AccountId32 , runtime_types::sp_npos_elections::Support < ::subxt::ext ::subxt_core::utils::AccountId32 > ,) > , } , # [codec (index = 3)] # [doc = "Submit a solution for the signed phase."] # [doc = ""] # [doc = "The dispatch origin fo this call must be __signed__."] # [doc = ""] # [doc = "The solution is potentially queued, based on the claimed score and processed at the end"] # [doc = "of the signed phase."] # [doc = ""] # [doc = "A deposit is reserved and recorded for the solution. Based on the outcome, the solution"] # [doc = "might be rewarded, slashed, or get all or a part of the deposit back."] submit { raw_solution : ::subxt::ext ::subxt_core::alloc::boxed::Box < runtime_types::pallet_election_provider_multi_phase::RawSolution < runtime_types::vara_runtime::NposSolution16 > > , } , # [codec (index = 4)] # [doc = "Trigger the governance fallback."] # [doc = ""] # [doc = "This can only be called when [`Phase::Emergency`] is enabled, as an alternative to"] # [doc = "calling [`Call::set_emergency_election_result`]."] governance_fallback { maybe_max_voters: ::core::option::Option <::core::primitive::u32 > , maybe_max_targets: ::core::option::Option <::core::primitive::u32 > , } , } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "Error of the pallet that can be returned in response to dispatches."] pub enum Error { #[codec(index = 0)] @@ -2881,9 +2594,7 @@ pub mod runtime_types { #[doc = "Submission was prepared for a different round."] PreDispatchDifferentRound, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Event` enum of this pallet"] pub enum Event { #[codec(index = 0)] @@ -2940,9 +2651,7 @@ pub mod runtime_types { } pub mod signed { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct SignedSubmission<_0, _1, _2> { pub who: _0, pub deposit: _1, @@ -2951,9 +2660,7 @@ pub mod runtime_types { pub call_fee: _1, } } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum ElectionCompute { #[codec(index = 0)] OnChain, @@ -2966,9 +2673,7 @@ pub mod runtime_types { #[codec(index = 4)] Emergency, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum Phase<_0> { #[codec(index = 0)] Off, @@ -2979,17 +2684,13 @@ pub mod runtime_types { #[codec(index = 3)] Emergency, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct RawSolution<_0> { pub solution: _0, pub score: runtime_types::sp_npos_elections::ElectionScore, pub round: ::core::primitive::u32, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct ReadySolution { pub supports: runtime_types::bounded_collections::bounded_vec::BoundedVec<( ::subxt::ext::subxt_core::utils::AccountId32, @@ -3000,16 +2701,12 @@ pub mod runtime_types { pub score: runtime_types::sp_npos_elections::ElectionScore, pub compute: runtime_types::pallet_election_provider_multi_phase::ElectionCompute, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct RoundSnapshot<_0, _1> { pub voters: ::subxt::ext::subxt_core::alloc::vec::Vec<_1>, pub targets: ::subxt::ext::subxt_core::alloc::vec::Vec<_0>, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct SolutionOrSnapshotSize { #[codec(compact)] pub voters: ::core::primitive::u32, @@ -3021,9 +2718,7 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -3222,9 +2917,7 @@ pub mod runtime_types { depth: ::core::num::NonZeroU32, }, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Error` enum of this pallet."] pub enum Error { #[codec(index = 0)] @@ -3291,9 +2984,7 @@ pub mod runtime_types { #[doc = "Program is active."] ActiveProgram, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Event` enum of this pallet"] pub enum Event { #[codec(index = 0)] @@ -3384,18 +3075,14 @@ pub mod runtime_types { } pub mod schedule { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct DbWeights { pub read: runtime_types::sp_weights::weight_v2::Weight, pub read_per_byte: runtime_types::sp_weights::weight_v2::Weight, pub write: runtime_types::sp_weights::weight_v2::Weight, pub write_per_byte: runtime_types::sp_weights::weight_v2::Weight, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct InstantiationWeights { pub code_section_per_byte: runtime_types::sp_weights::weight_v2::Weight, pub data_section_per_byte: runtime_types::sp_weights::weight_v2::Weight, @@ -3404,9 +3091,7 @@ pub mod runtime_types { pub element_section_per_byte: runtime_types::sp_weights::weight_v2::Weight, pub type_section_per_byte: runtime_types::sp_weights::weight_v2::Weight, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct InstructionWeights { pub version: ::core::primitive::u32, pub i64const: ::core::primitive::u32, @@ -3497,9 +3182,7 @@ pub mod runtime_types { pub i64rotr: ::core::primitive::u32, pub i32rotr: ::core::primitive::u32, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct Limits { pub stack_height: ::core::option::Option<::core::primitive::u32>, pub globals: ::core::primitive::u32, @@ -3514,9 +3197,7 @@ pub mod runtime_types { pub code_len: ::core::primitive::u32, pub data_segments_amount: ::core::primitive::u32, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct MemoryWeights { pub lazy_pages_signal_read: runtime_types::sp_weights::weight_v2::Weight, pub lazy_pages_signal_write: runtime_types::sp_weights::weight_v2::Weight, @@ -3532,9 +3213,7 @@ pub mod runtime_types { pub mem_grow_per_page: runtime_types::sp_weights::weight_v2::Weight, pub parachain_read_heuristic: runtime_types::sp_weights::weight_v2::Weight, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct RentWeights { pub waitlist: runtime_types::sp_weights::weight_v2::Weight, pub dispatch_stash: runtime_types::sp_weights::weight_v2::Weight, @@ -3542,9 +3221,7 @@ pub mod runtime_types { pub mailbox: runtime_types::sp_weights::weight_v2::Weight, pub mailbox_threshold: runtime_types::sp_weights::weight_v2::Weight, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct Schedule { pub limits: runtime_types::pallet_gear::schedule::Limits, pub instruction_weights: @@ -3561,9 +3238,7 @@ pub mod runtime_types { runtime_types::sp_weights::weight_v2::Weight, pub load_allocations_weight: runtime_types::sp_weights::weight_v2::Weight, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct SyscallWeights { pub alloc: runtime_types::sp_weights::weight_v2::Weight, pub free: runtime_types::sp_weights::weight_v2::Weight, @@ -3640,9 +3315,7 @@ pub mod runtime_types { pub gr_create_program_wgas_salt_per_byte: runtime_types::sp_weights::weight_v2::Weight, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct TaskWeights { pub remove_gas_reservation: runtime_types::sp_weights::weight_v2::Weight, pub send_user_message_to_mailbox: runtime_types::sp_weights::weight_v2::Weight, @@ -3659,16 +3332,12 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct BankAccount<_0> { pub gas: _0, pub value: _0, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Error` enum of this pallet."] pub enum Error { #[codec(index = 0)] @@ -3699,9 +3368,7 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -3728,9 +3395,7 @@ pub mod runtime_types { fraction: runtime_types::sp_arithmetic::per_things::Percent, }, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct DebugData { pub dispatch_queue: ::subxt::ext::subxt_core::alloc::vec::Vec< runtime_types::gear_core::message::stored::StoredDispatch, @@ -3739,14 +3404,10 @@ pub mod runtime_types { runtime_types::pallet_gear_debug::pallet::ProgramDetails, >, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Error` enum of this pallet."] pub enum Error {} - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Event` enum of this pallet"] pub enum Event { #[codec(index = 0)] @@ -3755,16 +3416,12 @@ pub mod runtime_types { #[doc = "A snapshot of the debug data: programs and message queue ('debug mode' only)"] DebugDataSnapshot(runtime_types::pallet_gear_debug::pallet::DebugData), } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct ProgramDetails { pub id: runtime_types::gprimitives::ActorId, pub state: runtime_types::pallet_gear_debug::pallet::ProgramState, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct ProgramInfo { pub static_pages: runtime_types::gear_core::pages::PagesAmount, pub persistent_pages: ::subxt::ext::subxt_core::utils::KeyedVec< @@ -3773,9 +3430,7 @@ pub mod runtime_types { >, pub code_hash: ::subxt::ext::subxt_core::utils::H256, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum ProgramState { #[codec(index = 0)] Active(runtime_types::pallet_gear_debug::pallet::ProgramInfo), @@ -3788,9 +3443,7 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -3812,9 +3465,7 @@ pub mod runtime_types { #[doc = "Root extrinsic that sets fee for the transport of messages."] set_fee { fee: ::core::primitive::u128 }, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "Pallet Gear Eth Bridge's error."] pub enum Error { #[codec(index = 0)] @@ -3836,9 +3487,7 @@ pub mod runtime_types { #[doc = "is inapplicable to operation or insufficient."] IncorrectValueApplied, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "Pallet Gear Eth Bridge's event."] pub enum Event { #[codec(index = 0)] @@ -3873,9 +3522,7 @@ pub mod runtime_types { } pub mod pallet_gear_eth_bridge_primitives { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct EthMessage { pub nonce: runtime_types::primitive_types::U256, pub source: ::subxt::ext::subxt_core::utils::H256, @@ -3887,9 +3534,7 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Error` enum of this pallet."] pub enum Error { #[codec(index = 0)] @@ -3947,9 +3592,7 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Error` enum of this pallet."] pub enum Error { #[codec(index = 0)] @@ -3999,9 +3642,7 @@ pub mod runtime_types { } pub mod pallet_gear_payment { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct CustomChargeTransactionPayment<_0>( pub runtime_types::pallet_transaction_payment::ChargeTransactionPayment, #[codec(skip)] pub ::core::marker::PhantomData<_0>, @@ -4011,9 +3652,7 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Error` enum of this pallet."] pub enum Error { #[codec(index = 0)] @@ -4033,9 +3672,7 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Error` enum of this pallet."] pub enum Error { #[codec(index = 0)] @@ -4051,16 +3688,12 @@ pub mod runtime_types { use super::runtime_types; pub mod extension { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct StakingBlackList; } pub mod pallet { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -4084,9 +3717,7 @@ pub mod runtime_types { #[codec(index = 3)] align_supply { target: ::core::primitive::u128 }, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "Error for the staking rewards pallet."] pub enum Error { #[codec(index = 0)] @@ -4096,9 +3727,7 @@ pub mod runtime_types { #[doc = "Failure to withdraw funds from the rewards pool."] FailureToWithdrawFromPool, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Event` enum of this pallet"] pub enum Event { #[codec(index = 0)] @@ -4120,9 +3749,7 @@ pub mod runtime_types { use super::runtime_types; pub mod internal { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum PrepaidCall<_0> { #[codec(index = 0)] SendMessage { @@ -4147,13 +3774,9 @@ pub mod runtime_types { #[codec(index = 3)] DeclineVoucher, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct VoucherId(pub [::core::primitive::u8; 32usize]); - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct VoucherInfo<_0, _1> { pub owner: _0, pub programs: ::core::option::Option< @@ -4167,9 +3790,7 @@ pub mod runtime_types { } pub mod pallet { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -4291,9 +3912,7 @@ pub mod runtime_types { voucher_id: runtime_types::pallet_gear_voucher::internal::VoucherId, }, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Error` enum of this pallet."] pub enum Error { #[codec(index = 0)] @@ -4330,9 +3949,7 @@ pub mod runtime_types { #[doc = "Voucher is disabled for code uploading, but requested."] CodeUploadingDisabled, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "Pallet Gear Voucher event."] pub enum Event { #[codec(index = 0)] @@ -4371,9 +3988,7 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -4427,9 +4042,7 @@ pub mod runtime_types { best_finalized_block_number: ::core::primitive::u32, }, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Error` enum of this pallet."] pub enum Error { #[codec(index = 0)] @@ -4456,9 +4069,7 @@ pub mod runtime_types { #[doc = "A given equivocation report is valid but already previously reported."] DuplicateOffenceReport, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Event` enum of this pallet"] pub enum Event { #[codec(index = 0)] @@ -4477,9 +4088,7 @@ pub mod runtime_types { Resumed, } } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct StoredPendingChange<_0> { pub scheduled_at: _0, pub delay: _0, @@ -4490,9 +4099,7 @@ pub mod runtime_types { )>, pub forced: ::core::option::Option<_0>, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum StoredState<_0> { #[codec(index = 0)] Live, @@ -4508,9 +4115,7 @@ pub mod runtime_types { use super::runtime_types; pub mod legacy { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct IdentityInfo { pub additional: runtime_types::bounded_collections::bounded_vec::BoundedVec<( runtime_types::pallet_identity::types::Data, @@ -4528,9 +4133,7 @@ pub mod runtime_types { } pub mod pallet { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "Identity pallet declaration."] pub enum Call { #[codec(index = 0)] @@ -4864,9 +4467,7 @@ pub mod runtime_types { >, }, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Error` enum of this pallet."] pub enum Error { #[codec(index = 0)] @@ -4961,9 +4562,7 @@ pub mod runtime_types { #[doc = "trying to unbind a username provided by the system)."] InsufficientPrivileges, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Event` enum of this pallet"] pub enum Event { #[codec(index = 0)] @@ -5115,16 +4714,12 @@ pub mod runtime_types { } pub mod types { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct AuthorityProperties<_0> { pub account_id: _0, pub allocation: ::core::primitive::u32, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum Data { #[codec(index = 0)] None, @@ -5203,9 +4798,7 @@ pub mod runtime_types { #[codec(index = 37)] ShaThree256([::core::primitive::u8; 32usize]), } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum Judgement<_0> { #[codec(index = 0)] Unknown, @@ -5222,9 +4815,7 @@ pub mod runtime_types { #[codec(index = 6)] Erroneous, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum Provider<_0> { #[codec(index = 0)] Allocation, @@ -5233,17 +4824,13 @@ pub mod runtime_types { #[codec(index = 2)] System, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct RegistrarInfo<_0, _1, _2> { pub account: _1, pub fee: _0, pub fields: _2, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct Registration<_0, _2> { pub judgements: runtime_types::bounded_collections::bounded_vec::BoundedVec<( ::core::primitive::u32, @@ -5252,9 +4839,7 @@ pub mod runtime_types { pub deposit: _0, pub info: _2, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct UsernameInformation<_0, _1> { pub owner: _0, pub provider: runtime_types::pallet_identity::types::Provider<_1>, @@ -5265,9 +4850,7 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -5280,9 +4863,7 @@ pub mod runtime_types { signature: runtime_types::pallet_im_online::sr25519::app_sr25519::Signature, }, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Error` enum of this pallet."] pub enum Error { #[codec(index = 0)] @@ -5292,9 +4873,7 @@ pub mod runtime_types { #[doc = "Duplicated heartbeat."] DuplicatedHeartbeat, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Event` enum of this pallet"] pub enum Event { #[codec(index = 0)] @@ -5323,24 +4902,16 @@ pub mod runtime_types { pub mod app_sr25519 { use super::runtime_types; #[derive( - Debug, - crate::gp::Decode, - crate::gp::DecodeAsType, - crate::gp::Encode, + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, )] pub struct Public(pub [::core::primitive::u8; 32usize]); #[derive( - Debug, - crate::gp::Decode, - crate::gp::DecodeAsType, - crate::gp::Encode, + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, )] pub struct Signature(pub [::core::primitive::u8; 64usize]); } } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct Heartbeat<_0> { pub block_number: _0, pub session_index: ::core::primitive::u32, @@ -5352,9 +4923,7 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -5409,18 +4978,14 @@ pub mod runtime_types { >, }, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Error` enum of this pallet."] pub enum Error { #[codec(index = 0)] #[doc = "The operation cannot complete since some MBMs are ongoing."] Ongoing, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Event` enum of this pallet"] pub enum Event { #[codec(index = 0)] @@ -5470,17 +5035,13 @@ pub mod runtime_types { }, } } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct ActiveCursor<_0, _1> { pub index: ::core::primitive::u32, pub inner_cursor: ::core::option::Option<_0>, pub started_at: _1, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum HistoricCleanupSelector<_0> { #[codec(index = 0)] Specific(::subxt::ext::subxt_core::alloc::vec::Vec<_0>), @@ -5492,9 +5053,7 @@ pub mod runtime_types { >, }, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum MigrationCursor<_0, _1> { #[codec(index = 0)] Active(runtime_types::pallet_migrations::ActiveCursor<_0, _1>), @@ -5506,9 +5065,7 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -5659,9 +5216,7 @@ pub mod runtime_types { call_hash: [::core::primitive::u8; 32usize], }, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Error` enum of this pallet."] pub enum Error { #[codec(index = 0)] @@ -5707,9 +5262,7 @@ pub mod runtime_types { #[doc = "The data to be stored is already stored."] AlreadyStored, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Event` enum of this pallet"] pub enum Event { #[codec(index = 0)] @@ -5750,18 +5303,14 @@ pub mod runtime_types { }, } } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct Multisig<_0, _1, _2> { pub when: runtime_types::pallet_multisig::Timepoint<_0>, pub deposit: _1, pub depositor: _2, pub approvals: runtime_types::bounded_collections::bounded_vec::BoundedVec<_2>, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct Timepoint<_0> { pub height: _0, pub index: ::core::primitive::u32, @@ -5771,9 +5320,7 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -6217,9 +5764,7 @@ pub mod runtime_types { #[doc = "If the pool has already migrated to delegation based staking, this call will fail."] migrate_pool_to_delegate_stake { pool_id: ::core::primitive::u32 }, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum DefensiveError { #[codec(index = 0)] NotEnoughSpaceInUnbondPool, @@ -6236,9 +5781,7 @@ pub mod runtime_types { #[codec(index = 6)] SlashNotApplied, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Error` enum of this pallet."] pub enum Error { #[codec(index = 0)] @@ -6359,9 +5902,7 @@ pub mod runtime_types { #[doc = "occurred."] NotSupported, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "Events of this pallet."] pub enum Event { #[codec(index = 0)] @@ -6512,26 +6053,20 @@ pub mod runtime_types { amount: ::core::primitive::u128, }, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum FreezeReason { #[codec(index = 0)] PoolMinBalance, } } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum BondExtra<_0> { #[codec(index = 0)] FreeBalance(_0), #[codec(index = 1)] Rewards, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct BondedPoolInner { pub commission: runtime_types::pallet_nomination_pools::Commission, pub member_counter: ::core::primitive::u32, @@ -6541,9 +6076,7 @@ pub mod runtime_types { >, pub state: runtime_types::pallet_nomination_pools::PoolState, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum ClaimPermission { #[codec(index = 0)] Permissioned, @@ -6554,9 +6087,7 @@ pub mod runtime_types { #[codec(index = 3)] PermissionlessAll, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct Commission { pub current: ::core::option::Option<( runtime_types::sp_arithmetic::per_things::Perbill, @@ -6575,25 +6106,19 @@ pub mod runtime_types { >, >, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct CommissionChangeRate<_0> { pub max_increase: runtime_types::sp_arithmetic::per_things::Perbill, pub min_delay: _0, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum CommissionClaimPermission<_0> { #[codec(index = 0)] Permissionless, #[codec(index = 1)] Account(_0), } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum ConfigOp<_0> { #[codec(index = 0)] Noop, @@ -6602,9 +6127,7 @@ pub mod runtime_types { #[codec(index = 2)] Remove, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct PoolMember { pub pool_id: ::core::primitive::u32, pub points: ::core::primitive::u128, @@ -6616,18 +6139,14 @@ pub mod runtime_types { ::core::primitive::u128, >, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct PoolRoles<_0> { pub depositor: _0, pub root: ::core::option::Option<_0>, pub nominator: ::core::option::Option<_0>, pub bouncer: ::core::option::Option<_0>, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum PoolState { #[codec(index = 0)] Open, @@ -6636,9 +6155,7 @@ pub mod runtime_types { #[codec(index = 2)] Destroying, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct RewardPool { pub last_recorded_reward_counter: runtime_types::sp_arithmetic::fixed_point::FixedU128, @@ -6647,9 +6164,7 @@ pub mod runtime_types { pub total_commission_pending: ::core::primitive::u128, pub total_commission_claimed: ::core::primitive::u128, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct SubPools { pub no_era: runtime_types::pallet_nomination_pools::UnbondPool, pub with_era: @@ -6658,9 +6173,7 @@ pub mod runtime_types { runtime_types::pallet_nomination_pools::UnbondPool, >, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct UnbondPool { pub points: ::core::primitive::u128, pub balance: ::core::primitive::u128, @@ -6670,9 +6183,7 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "Events type."] pub enum Event { #[codec(index = 0)] @@ -6690,9 +6201,7 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -6738,9 +6247,7 @@ pub mod runtime_types { >, }, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Error` enum of this pallet."] pub enum Error { #[codec(index = 0)] @@ -6768,9 +6275,7 @@ pub mod runtime_types { #[doc = "Too few hashes were requested to be upgraded (i.e. zero)."] TooFew, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Event` enum of this pallet"] pub enum Event { #[codec(index = 0)] @@ -6789,17 +6294,13 @@ pub mod runtime_types { hash: ::subxt::ext::subxt_core::utils::H256, }, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum HoldReason { #[codec(index = 0)] Preimage, } } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum OldRequestStatus<_0, _1> { #[codec(index = 0)] Unrequested { @@ -6813,9 +6314,7 @@ pub mod runtime_types { len: ::core::option::Option<::core::primitive::u32>, }, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum RequestStatus<_0, _1> { #[codec(index = 0)] Unrequested { @@ -6834,9 +6333,7 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -7042,9 +6539,7 @@ pub mod runtime_types { >, }, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Error` enum of this pallet."] pub enum Error { #[codec(index = 0)] @@ -7072,9 +6567,7 @@ pub mod runtime_types { #[doc = "Cannot add self as proxy."] NoSelfProxy, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Event` enum of this pallet"] pub enum Event { #[codec(index = 0)] @@ -7117,17 +6610,13 @@ pub mod runtime_types { }, } } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct Announcement<_0, _1, _2> { pub real: _0, pub call_hash: _1, pub height: _2, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct ProxyDefinition<_0, _1, _2> { pub delegate: _0, pub proxy_type: _1, @@ -7138,9 +6627,7 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -7246,9 +6733,7 @@ pub mod runtime_types { >, }, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Error` enum of this pallet."] pub enum Error { #[codec(index = 0)] @@ -7285,9 +6770,7 @@ pub mod runtime_types { #[doc = "The max member count for the rank has been reached."] TooManyMembers, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Event` enum of this pallet"] pub enum Event { #[codec(index = 0)] @@ -7334,17 +6817,13 @@ pub mod runtime_types { pub struct MemberRecord { pub rank: ::core::primitive::u16, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct Tally { pub bare_ayes: ::core::primitive::u32, pub ayes: ::core::primitive::u32, pub nays: ::core::primitive::u32, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum VoteRecord { #[codec(index = 0)] Aye(::core::primitive::u32), @@ -7356,9 +6835,7 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -7458,9 +6935,7 @@ pub mod runtime_types { maybe_hash: ::core::option::Option<::subxt::ext::subxt_core::utils::H256>, }, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Error` enum of this pallet."] pub enum Error { #[codec(index = 0)] @@ -7506,9 +6981,7 @@ pub mod runtime_types { #[doc = "The preimage is stored with a different length than the one provided."] PreimageStoredWithDifferentLength, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Event` enum of this pallet"] pub enum Event1 { #[codec(index = 0)] @@ -7621,9 +7094,7 @@ pub mod runtime_types { hash: ::subxt::ext::subxt_core::utils::H256, }, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Event` enum of this pallet"] pub enum Event2 { #[codec(index = 0)] @@ -7727,9 +7198,7 @@ pub mod runtime_types { } pub mod types { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum Curve { #[codec(index = 0)] LinearDecreasing { @@ -7751,23 +7220,17 @@ pub mod runtime_types { y_offset: runtime_types::sp_arithmetic::fixed_point::FixedI64, }, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct DecidingStatus<_0> { pub since: _0, pub confirming: ::core::option::Option<_0>, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct Deposit<_0, _1> { pub who: _0, pub amount: _1, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum ReferendumInfo<_0, _1, _2, _3, _4, _5, _6, _7> { #[codec(index = 0)] Ongoing( @@ -7825,9 +7288,7 @@ pub mod runtime_types { #[codec(index = 5)] Killed(_2), } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct ReferendumStatus<_0, _1, _2, _3, _4, _5, _6, _7> { pub track: _0, pub origin: _1, @@ -7845,9 +7306,7 @@ pub mod runtime_types { pub in_queue: ::core::primitive::bool, pub alarm: ::core::option::Option<(_2, _7)>, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct TrackInfo<_0, _1> { pub name: ::subxt::ext::subxt_core::alloc::string::String, pub max_deciding: ::core::primitive::u32, @@ -7865,9 +7324,7 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -7982,9 +7439,7 @@ pub mod runtime_types { id: [::core::primitive::u8; 32usize], }, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Error` enum of this pallet."] pub enum Error { #[codec(index = 0)] @@ -8003,9 +7458,7 @@ pub mod runtime_types { #[doc = "Attempt to use a non-named function on a named task."] Named, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "Events type."] pub enum Event { #[codec(index = 0)] @@ -8069,17 +7522,13 @@ pub mod runtime_types { }, } } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct RetryConfig<_0> { pub total_retries: ::core::primitive::u8, pub remaining: ::core::primitive::u8, pub period: _0, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct Scheduled<_0, _1, _2, _3, _4> { pub maybe_id: ::core::option::Option<_0>, pub priority: ::core::primitive::u8, @@ -8094,9 +7543,7 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -8128,9 +7575,7 @@ pub mod runtime_types { #[doc = " `T::Keys::key_ids()` which is fixed."] purge_keys, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "Error for the session pallet."] pub enum Error { #[codec(index = 0)] @@ -8149,9 +7594,7 @@ pub mod runtime_types { #[doc = "Key setting account is not live, so it's impossible to associate keys."] NoAccount, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Event` enum of this pallet"] pub enum Event { #[codec(index = 0)] @@ -8170,10 +7613,7 @@ pub mod runtime_types { pub mod pallet { use super::runtime_types; #[derive( - Debug, - crate::gp::Decode, - crate::gp::DecodeAsType, - crate::gp::Encode, + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, )] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { @@ -8704,10 +8144,7 @@ pub mod runtime_types { }, } #[derive( - Debug, - crate::gp::Decode, - crate::gp::DecodeAsType, - crate::gp::Encode, + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, )] pub enum ConfigOp<_0> { #[codec(index = 0)] @@ -8718,10 +8155,7 @@ pub mod runtime_types { Remove, } #[derive( - Debug, - crate::gp::Decode, - crate::gp::DecodeAsType, - crate::gp::Encode, + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, )] #[doc = "The `Error` enum of this pallet."] pub enum Error { @@ -8824,10 +8258,7 @@ pub mod runtime_types { VirtualStakerNotAllowed, } #[derive( - Debug, - crate::gp::Decode, - crate::gp::DecodeAsType, - crate::gp::Encode, + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, )] #[doc = "The `Event` enum of this pallet"] pub enum Event { @@ -8940,41 +8371,31 @@ pub mod runtime_types { } pub mod slashing { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct SlashingSpans { pub span_index: ::core::primitive::u32, pub last_start: ::core::primitive::u32, pub last_nonzero_slash: ::core::primitive::u32, pub prior: ::subxt::ext::subxt_core::alloc::vec::Vec<::core::primitive::u32>, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct SpanRecord<_0> { pub slashed: _0, pub paid_out: _0, } } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct ActiveEraInfo { pub index: ::core::primitive::u32, pub start: ::core::option::Option<::core::primitive::u64>, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct EraRewardPoints<_0> { pub total: ::core::primitive::u32, pub individual: ::subxt::ext::subxt_core::utils::KeyedVec<_0, ::core::primitive::u32>, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum Forcing { #[codec(index = 0)] NotForcing, @@ -8985,9 +8406,7 @@ pub mod runtime_types { #[codec(index = 3)] ForceAlways, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct Nominations { pub targets: runtime_types::bounded_collections::bounded_vec::BoundedVec< ::subxt::ext::subxt_core::utils::AccountId32, @@ -8995,9 +8414,7 @@ pub mod runtime_types { pub submitted_in: ::core::primitive::u32, pub suppressed: ::core::primitive::bool, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum RewardDestination<_0> { #[codec(index = 0)] Staked, @@ -9010,9 +8427,7 @@ pub mod runtime_types { #[codec(index = 4)] None, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct StakingLedger { pub stash: ::subxt::ext::subxt_core::utils::AccountId32, #[codec(compact)] @@ -9027,9 +8442,7 @@ pub mod runtime_types { ::core::primitive::u32, >, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct UnappliedSlash<_0, _1> { pub validator: _0, pub own: _1, @@ -9037,18 +8450,14 @@ pub mod runtime_types { pub reporters: ::subxt::ext::subxt_core::alloc::vec::Vec<_0>, pub payout: _1, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct UnlockChunk<_0> { #[codec(compact)] pub value: _0, #[codec(compact)] pub era: ::core::primitive::u32, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct ValidatorPrefs { #[codec(compact)] pub commission: runtime_types::sp_arithmetic::per_things::Perbill, @@ -9059,9 +8468,7 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -9112,18 +8519,14 @@ pub mod runtime_types { #[doc = "**This cannot be un-done.**"] remove_key, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "Error for the Sudo pallet."] pub enum Error { #[codec(index = 0)] #[doc = "Sender must be the Sudo account."] RequireSudo, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Event` enum of this pallet"] pub enum Event { #[codec(index = 0)] @@ -9154,9 +8557,7 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -9190,9 +8591,7 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Event` enum of this pallet"] pub enum Event { #[codec(index = 0)] @@ -9205,13 +8604,9 @@ pub mod runtime_types { }, } } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct ChargeTransactionPayment(#[codec(compact)] pub ::core::primitive::u128); - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum Releases { #[codec(index = 0)] V1Ancient, @@ -9223,9 +8618,7 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 3)] @@ -9377,9 +8770,7 @@ pub mod runtime_types { #[doc = "Emits [`Event::AssetSpendVoided`] if successful."] void_spend { index: ::core::primitive::u32 }, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "Error for the treasury pallet."] pub enum Error { #[codec(index = 0)] @@ -9417,9 +8808,7 @@ pub mod runtime_types { #[doc = "The payment has neither failed nor succeeded yet."] Inconclusive, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Event` enum of this pallet"] pub enum Event { #[codec(index = 0)] @@ -9491,9 +8880,7 @@ pub mod runtime_types { SpendProcessed { index: ::core::primitive::u32 }, } } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum PaymentState<_0> { #[codec(index = 0)] Pending, @@ -9502,18 +8889,14 @@ pub mod runtime_types { #[codec(index = 2)] Failed, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct Proposal<_0, _1> { pub proposer: _0, pub value: _1, pub beneficiary: _0, pub bond: _1, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct SpendStatus<_0, _1, _2, _3, _4> { pub asset_kind: _0, pub amount: _1, @@ -9529,9 +8912,7 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -9645,18 +9026,14 @@ pub mod runtime_types { weight: runtime_types::sp_weights::weight_v2::Weight, }, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Error` enum of this pallet."] pub enum Error { #[codec(index = 0)] #[doc = "Too many calls batched."] TooManyCalls, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Event` enum of this pallet"] pub enum Event { #[codec(index = 0)] @@ -9693,9 +9070,7 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -9821,9 +9196,7 @@ pub mod runtime_types { schedule_index: ::core::primitive::u32, }, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "Error for the vesting pallet."] pub enum Error { #[codec(index = 0)] @@ -9843,9 +9216,7 @@ pub mod runtime_types { #[doc = "Failed to create a new schedule because some parameter was invalid."] InvalidScheduleParams, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Event` enum of this pallet"] pub enum Event { #[codec(index = 0)] @@ -9864,18 +9235,14 @@ pub mod runtime_types { } pub mod vesting_info { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct VestingInfo<_0, _1> { pub locked: _0, pub per_block: _0, pub starting_block: _1, } } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum Releases { #[codec(index = 0)] V0, @@ -9887,9 +9254,7 @@ pub mod runtime_types { use super::runtime_types; pub mod pallet { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "Contains a variant per dispatchable extrinsic that this pallet has."] pub enum Call { #[codec(index = 0)] @@ -9913,9 +9278,7 @@ pub mod runtime_types { >, }, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Error` enum of this pallet."] pub enum Error { #[codec(index = 0)] @@ -9934,9 +9297,7 @@ pub mod runtime_types { #[doc = "The call was already whitelisted; No-Op."] CallAlreadyWhitelisted, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] #[doc = "The `Event` enum of this pallet"] pub enum Event { #[codec(index = 0)] @@ -9962,18 +9323,14 @@ pub mod runtime_types { } pub mod primitive_types { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct U256(pub [::core::primitive::u64; 4usize]); } pub mod sp_arithmetic { use super::runtime_types; pub mod fixed_point { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct FixedI64(pub ::core::primitive::i64); #[derive( ::subxt::ext ::subxt_core::ext::codec::CompactAs, @@ -10027,9 +9384,7 @@ pub mod runtime_types { )] pub struct Perquintill(pub ::core::primitive::u64); } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum ArithmeticError { #[codec(index = 0)] Underflow, @@ -10043,9 +9398,7 @@ pub mod runtime_types { use super::runtime_types; pub mod app { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct Public(pub [::core::primitive::u8; 32usize]); } } @@ -10053,16 +9406,12 @@ pub mod runtime_types { use super::runtime_types; pub mod app { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct Public(pub [::core::primitive::u8; 32usize]); } pub mod digests { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum NextConfigDescriptor { #[codec(index = 1)] V1 { @@ -10070,9 +9419,7 @@ pub mod runtime_types { allowed_slots: runtime_types::sp_consensus_babe::AllowedSlots, }, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum PreDigest { #[codec(index = 1)] Primary(runtime_types::sp_consensus_babe::digests::PrimaryPreDigest), @@ -10083,33 +9430,25 @@ pub mod runtime_types { #[codec(index = 3)] SecondaryVRF(runtime_types::sp_consensus_babe::digests::SecondaryVRFPreDigest), } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct PrimaryPreDigest { pub authority_index: ::core::primitive::u32, pub slot: runtime_types::sp_consensus_slots::Slot, pub vrf_signature: runtime_types::sp_core::sr25519::vrf::VrfSignature, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct SecondaryPlainPreDigest { pub authority_index: ::core::primitive::u32, pub slot: runtime_types::sp_consensus_slots::Slot, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct SecondaryVRFPreDigest { pub authority_index: ::core::primitive::u32, pub slot: runtime_types::sp_consensus_slots::Slot, pub vrf_signature: runtime_types::sp_core::sr25519::vrf::VrfSignature, } } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum AllowedSlots { #[codec(index = 0)] PrimarySlots, @@ -10118,9 +9457,7 @@ pub mod runtime_types { #[codec(index = 2)] PrimaryAndSecondaryVRFSlots, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct BabeEpochConfiguration { pub c: (::core::primitive::u64, ::core::primitive::u64), pub allowed_slots: runtime_types::sp_consensus_babe::AllowedSlots, @@ -10130,18 +9467,12 @@ pub mod runtime_types { use super::runtime_types; pub mod app { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct Public(pub [::core::primitive::u8; 32usize]); - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct Signature(pub [::core::primitive::u8; 64usize]); } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum Equivocation<_0, _1> { #[codec(index = 0)] Prevote( @@ -10160,9 +9491,7 @@ pub mod runtime_types { >, ), } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct EquivocationProof<_0, _1> { pub set_id: ::core::primitive::u64, pub equivocation: runtime_types::sp_consensus_grandpa::Equivocation<_0, _1>, @@ -10170,9 +9499,7 @@ pub mod runtime_types { } pub mod sp_consensus_slots { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct EquivocationProof<_0, _1> { pub offender: _1, pub slot: runtime_types::sp_consensus_slots::Slot, @@ -10192,9 +9519,7 @@ pub mod runtime_types { use super::runtime_types; pub mod crypto { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct KeyTypeId(pub [::core::primitive::u8; 4usize]); } pub mod sr25519 { @@ -10202,10 +9527,7 @@ pub mod runtime_types { pub mod vrf { use super::runtime_types; #[derive( - Debug, - crate::gp::Decode, - crate::gp::DecodeAsType, - crate::gp::Encode, + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, )] pub struct VrfSignature { pub pre_output: [::core::primitive::u8; 32usize], @@ -10216,17 +9538,13 @@ pub mod runtime_types { } pub mod sp_npos_elections { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct ElectionScore { pub minimal_stake: ::core::primitive::u128, pub sum_stake: ::core::primitive::u128, pub sum_stake_squared: ::core::primitive::u128, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct Support<_0> { pub total: ::core::primitive::u128, pub voters: @@ -10240,10 +9558,7 @@ pub mod runtime_types { pub mod digest { use super::runtime_types; #[derive( - Debug, - crate::gp::Decode, - crate::gp::DecodeAsType, - crate::gp::Encode, + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, )] pub struct Digest { pub logs: ::subxt::ext::subxt_core::alloc::vec::Vec< @@ -10251,10 +9566,7 @@ pub mod runtime_types { >, } #[derive( - Debug, - crate::gp::Decode, - crate::gp::DecodeAsType, - crate::gp::Encode, + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, )] pub enum DigestItem { #[codec(index = 6)] @@ -10281,10 +9593,7 @@ pub mod runtime_types { pub mod era { use super::runtime_types; #[derive( - Debug, - crate::gp::Decode, - crate::gp::DecodeAsType, - crate::gp::Encode, + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, )] pub enum Era { #[codec(index = 0)] @@ -10804,10 +10113,7 @@ pub mod runtime_types { pub mod header { use super::runtime_types; #[derive( - Debug, - crate::gp::Decode, - crate::gp::DecodeAsType, - crate::gp::Encode, + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, )] pub struct Header<_0> { pub parent_hash: ::subxt::ext::subxt_core::utils::H256, @@ -10821,9 +10127,7 @@ pub mod runtime_types { } pub mod proving_trie { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum TrieError { #[codec(index = 0)] InvalidStateRoot, @@ -10857,14 +10161,10 @@ pub mod runtime_types { } pub mod traits { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct BlakeTwo256; } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum DispatchError { #[codec(index = 0)] Other, @@ -10897,23 +10197,17 @@ pub mod runtime_types { #[codec(index = 14)] Trie(runtime_types::sp_runtime::proving_trie::TrieError), } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct DispatchErrorWithPostInfo<_0> { pub post_info: _0, pub error: runtime_types::sp_runtime::DispatchError, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct ModuleError { pub index: ::core::primitive::u8, pub error: [::core::primitive::u8; 4usize], } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum MultiSignature { #[codec(index = 0)] Ed25519([::core::primitive::u8; 64usize]), @@ -10922,9 +10216,7 @@ pub mod runtime_types { #[codec(index = 2)] Ecdsa([::core::primitive::u8; 65usize]), } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum TokenError { #[codec(index = 0)] FundsUnavailable, @@ -10947,9 +10239,7 @@ pub mod runtime_types { #[codec(index = 9)] Blocked, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum TransactionalError { #[codec(index = 0)] LimitReached, @@ -10959,9 +10249,7 @@ pub mod runtime_types { } pub mod sp_session { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct MembershipProof { pub session: ::core::primitive::u32, pub trie_nodes: ::subxt::ext::subxt_core::alloc::vec::Vec< @@ -10974,17 +10262,13 @@ pub mod runtime_types { use super::runtime_types; pub mod offence { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct OffenceDetails<_0, _1> { pub offender: _1, pub reporters: ::subxt::ext::subxt_core::alloc::vec::Vec<_0>, } } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct Exposure<_0, _1> { #[codec(compact)] pub total: _1, @@ -10994,9 +10278,7 @@ pub mod runtime_types { runtime_types::sp_staking::IndividualExposure<_0, _1>, >, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct ExposurePage<_0, _1> { #[codec(compact)] pub page_total: _1, @@ -11004,17 +10286,13 @@ pub mod runtime_types { runtime_types::sp_staking::IndividualExposure<_0, _1>, >, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct IndividualExposure<_0, _1> { pub who: _0, #[codec(compact)] pub value: _1, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct PagedExposureMetadata<_0> { #[codec(compact)] pub total: _0, @@ -11026,9 +10304,7 @@ pub mod runtime_types { } pub mod sp_version { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct RuntimeVersion { pub spec_name: ::subxt::ext::subxt_core::alloc::string::String, pub impl_name: ::subxt::ext::subxt_core::alloc::string::String, @@ -11047,9 +10323,7 @@ pub mod runtime_types { use super::runtime_types; pub mod weight_v2 { use super::runtime_types; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct Weight { #[codec(compact)] pub ref_time: ::core::primitive::u64, @@ -11057,9 +10331,7 @@ pub mod runtime_types { pub proof_size: ::core::primitive::u64, } } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct RuntimeDbWeight { pub read: ::core::primitive::u64, pub write: ::core::primitive::u64, @@ -11074,10 +10346,7 @@ pub mod runtime_types { pub mod pallet_custom_origins { use super::runtime_types; #[derive( - Debug, - crate::gp::Decode, - crate::gp::DecodeAsType, - crate::gp::Encode, + Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, )] pub enum Origin { #[codec(index = 0)] @@ -11134,13 +10403,9 @@ pub mod runtime_types { } } } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct CustomCheckNonce(#[codec(compact)] pub ::core::primitive::u32); - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct NposSolution16 { pub votes1: ::subxt::ext::subxt_core::alloc::vec::Vec<( ::subxt::ext::subxt_core::ext::codec::Compact<::core::primitive::u32>, @@ -11297,9 +10562,7 @@ pub mod runtime_types { ::subxt::ext::subxt_core::ext::codec::Compact<::core::primitive::u16>, )>, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum OriginCaller { #[codec(index = 0)] system( @@ -11312,9 +10575,7 @@ pub mod runtime_types { runtime_types::vara_runtime::governance::origins::pallet_custom_origins::Origin, ), } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum ProxyType { #[codec(index = 0)] Any, @@ -11329,13 +10590,9 @@ pub mod runtime_types { #[codec(index = 5)] CancelProxy, } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct Runtime; - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum RuntimeCall { #[codec(index = 0)] System(runtime_types::frame_system::pallet::Call), @@ -11406,9 +10663,7 @@ pub mod runtime_types { #[codec(index = 199)] GearDebug(runtime_types::pallet_gear_debug::pallet::Call), } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum RuntimeError { #[codec(index = 0)] System(runtime_types::frame_system::pallet::Error), @@ -11487,9 +10742,7 @@ pub mod runtime_types { #[codec(index = 199)] GearDebug(runtime_types::pallet_gear_debug::pallet::Error), } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum RuntimeEvent { #[codec(index = 0)] System(runtime_types::frame_system::pallet::Event), @@ -11560,23 +10813,17 @@ pub mod runtime_types { #[codec(index = 199)] GearDebug(runtime_types::pallet_gear_debug::pallet::Event), } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum RuntimeFreezeReason { #[codec(index = 31)] NominationPools(runtime_types::pallet_nomination_pools::pallet::FreezeReason), } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub enum RuntimeHoldReason { #[codec(index = 23)] Preimage(runtime_types::pallet_preimage::pallet::HoldReason), } - #[derive( - Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode, - )] + #[derive(Debug, crate::gp::Decode, crate::gp::DecodeAsType, crate::gp::Encode)] pub struct SessionKeys { pub babe: runtime_types::sp_consensus_babe::app::Public, pub grandpa: runtime_types::sp_consensus_grandpa::app::Public, From cbfddae37a19e25a4d106fcf19f1e3fdbedf152e Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Wed, 2 Jul 2025 14:09:45 +0700 Subject: [PATCH 48/56] rm multi_block_migrations --- gsdk/src/metadata/generated.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/gsdk/src/metadata/generated.rs b/gsdk/src/metadata/generated.rs index b87128f2205..273b848600b 100644 --- a/gsdk/src/metadata/generated.rs +++ b/gsdk/src/metadata/generated.rs @@ -12699,9 +12699,6 @@ pub mod exports { pub mod nomination_pools { pub use super::runtime_types::pallet_nomination_pools::pallet::Event; } - pub mod multi_block_migrations { - pub use super::runtime_types::pallet_multi_block_migrations::pallet::Event; - } pub mod sudo { pub use super::runtime_types::pallet_sudo::pallet::Event; } From 6dab4eb12e7208b971033cfb93b6c91113adc8e4 Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Wed, 2 Jul 2025 15:50:50 +0700 Subject: [PATCH 49/56] add std feature --- pallets/gear-program/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pallets/gear-program/Cargo.toml b/pallets/gear-program/Cargo.toml index 73a003edf6e..894e800b5a6 100644 --- a/pallets/gear-program/Cargo.toml +++ b/pallets/gear-program/Cargo.toml @@ -51,6 +51,7 @@ std = [ "common/std", "frame-support/std", "frame-system/std", + "pallet-treasury/std", "sp-io/std", "sp-std/std", "sp-core/std", From d168ce4ededc589a24b905f1838f06a7fb8e7639 Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Wed, 2 Jul 2025 16:31:04 +0700 Subject: [PATCH 50/56] feat(gsdk): Update subxt to v0.41.0 --- Cargo.lock | 239 ++++++++++++++++++++------------- Cargo.toml | 9 +- gsdk/Cargo.toml | 1 + gsdk/src/backtrace.rs | 8 +- gsdk/src/client.rs | 24 ++-- gsdk/src/result.rs | 2 + gsdk/src/rpc.rs | 2 +- gsdk/src/signer/pair_signer.rs | 6 +- gsdk/src/signer/utils.rs | 2 +- gsdk/tests/backtrace.rs | 2 + gsdk/tests/rpc.rs | 13 +- 11 files changed, 176 insertions(+), 132 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 913d664474a..87aaacb2fa1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4194,7 +4194,6 @@ dependencies = [ "proc-macro2", "quote", "syn 2.0.103", - "unicode-xid", ] [[package]] @@ -5490,13 +5489,13 @@ dependencies = [ [[package]] name = "frame-decode" -version = "0.5.1" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6027a409bac4fe95b4d107f965fcdbc252fc89d884a360d076b3070b6128c094" +checksum = "a7cb8796f93fa038f979a014234d632e9688a120e745f936e2635123c77537f7" dependencies = [ - "frame-metadata 17.0.0", + "frame-metadata 21.0.0", "parity-scale-codec", - "scale-decode 0.14.0", + "scale-decode 0.16.0", "scale-info", "scale-type-resolver", "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5572,9 +5571,9 @@ dependencies = [ [[package]] name = "frame-metadata" -version = "17.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "701bac17e9b55e0f95067c428ebcb46496587f08e8cf4ccc0fe5903bea10dbb8" +checksum = "daaf440c68eb2c3d88e5760fe8c7af3f9fee9181fab6c2f2c4e7cc48dcc40bb8" dependencies = [ "cfg-if", "parity-scale-codec", @@ -5584,9 +5583,9 @@ dependencies = [ [[package]] name = "frame-metadata" -version = "18.0.0" +version = "20.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "daaf440c68eb2c3d88e5760fe8c7af3f9fee9181fab6c2f2c4e7cc48dcc40bb8" +checksum = "26de808fa6461f2485dc51811aefed108850064994fb4a62b3ac21ffa62ac8df" dependencies = [ "cfg-if", "parity-scale-codec", @@ -5594,6 +5593,17 @@ dependencies = [ "serde", ] +[[package]] +name = "frame-metadata" +version = "21.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "20dfd1d7eae1d94e32e869e2fb272d81f52dd8db57820a373adb83ea24d7d862" +dependencies = [ + "cfg-if", + "parity-scale-codec", + "scale-info", +] + [[package]] name = "frame-metadata-hash-extension" version = "0.7.0" @@ -6181,7 +6191,7 @@ dependencies = [ "hex-literal", "log", "parity-scale-codec", - "subxt 0.38.1", + "subxt 0.41.0", "thiserror 2.0.12", "tokio", "tracing-subscriber", @@ -6786,7 +6796,7 @@ dependencies = [ "log", "parity-scale-codec", "sp-consensus-babe", - "subxt 0.38.1", + "subxt 0.41.0", "thiserror 2.0.12", "tokio", "tracing-subscriber", @@ -7161,12 +7171,13 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.4", - "scale-decode 0.14.0", - "scale-value 0.17.0", + "scale-decode 0.16.0", + "scale-value 0.18.0", "serde_json", "sp-core", "sp-runtime", - "subxt 0.38.1", + "subxt 0.41.0", + "subxt-rpcs", "thiserror 2.0.12", "tokio", ] @@ -7186,7 +7197,7 @@ dependencies = [ "sc-executor", "sc-executor-common", "sp-io", - "subxt-codegen 0.38.1", + "subxt-codegen 0.41.0", "syn 2.0.103", ] @@ -12950,15 +12961,6 @@ dependencies = [ "thiserror 1.0.69", ] -[[package]] -name = "polkadot-sdk" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb819108697967452fa6d8d96ab4c0d48cbaa423b3156499dcb24f1cf95d6775" -dependencies = [ - "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "polkadot-sdk-frame" version = "0.8.1" @@ -15816,6 +15818,18 @@ dependencies = [ "serde", ] +[[package]] +name = "scale-bits" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "27243ab0d2d6235072b017839c5f0cd1a3b1ce45c0f7a715363b0c7d36c76c94" +dependencies = [ + "parity-scale-codec", + "scale-info", + "scale-type-resolver", + "serde", +] + [[package]] name = "scale-decode" version = "0.13.1" @@ -15825,7 +15839,7 @@ dependencies = [ "derive_more 0.99.20", "parity-scale-codec", "primitive-types 0.12.2", - "scale-bits", + "scale-bits 0.6.0", "scale-decode-derive 0.13.1", "scale-type-resolver", "smallvec", @@ -15833,17 +15847,17 @@ dependencies = [ [[package]] name = "scale-decode" -version = "0.14.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8ae9cc099ae85ff28820210732b00f019546f36f33225f509fe25d5816864a0" +checksum = "4d78196772d25b90a98046794ce0fe2588b39ebdfbdc1e45b4c6c85dd43bebad" dependencies = [ - "derive_more 1.0.0", "parity-scale-codec", "primitive-types 0.13.1", - "scale-bits", - "scale-decode-derive 0.14.0", + "scale-bits 0.7.0", + "scale-decode-derive 0.16.0", "scale-type-resolver", "smallvec", + "thiserror 2.0.12", ] [[package]] @@ -15860,9 +15874,9 @@ dependencies = [ [[package]] name = "scale-decode-derive" -version = "0.14.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ed9401effa946b493f9f84dc03714cca98119b230497df6f3df6b84a2b03648" +checksum = "2f4b54a1211260718b92832b661025d1f1a4b6930fbadd6908e00edd265fa5f7" dependencies = [ "darling 0.20.11", "proc-macro2", @@ -15879,7 +15893,7 @@ dependencies = [ "derive_more 0.99.20", "parity-scale-codec", "primitive-types 0.12.2", - "scale-bits", + "scale-bits 0.6.0", "scale-encode-derive 0.7.2", "scale-type-resolver", "smallvec", @@ -15887,17 +15901,17 @@ dependencies = [ [[package]] name = "scale-encode" -version = "0.8.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f9271284d05d0749c40771c46180ce89905fd95aa72a2a2fddb4b7c0aa424db" +checksum = "64901733157f9d25ef86843bd783eda439fac7efb0ad5a615d12d2cf3a29464b" dependencies = [ - "derive_more 1.0.0", "parity-scale-codec", "primitive-types 0.13.1", - "scale-bits", - "scale-encode-derive 0.8.0", + "scale-bits 0.7.0", + "scale-encode-derive 0.10.0", "scale-type-resolver", "smallvec", + "thiserror 2.0.12", ] [[package]] @@ -15915,9 +15929,9 @@ dependencies = [ [[package]] name = "scale-encode-derive" -version = "0.8.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "102fbc6236de6c53906c0b262f12c7aa69c2bdc604862c12728f5f4d370bc137" +checksum = "78a3993a13b4eafa89350604672c8757b7ea84c7c5947d4b3691e3169c96379b" dependencies = [ "darling 0.20.11", "proc-macro-crate 3.3.0", @@ -15977,15 +15991,15 @@ dependencies = [ [[package]] name = "scale-typegen" -version = "0.9.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0dc4c70c7fea2eef1740f0081d3fe385d8bee1eef11e9272d3bec7dc8e5438e0" +checksum = "05c61b6b706a3eaad63b506ab50a1d2319f817ae01cf753adcc3f055f9f0fcd6" dependencies = [ "proc-macro2", "quote", "scale-info", "syn 2.0.103", - "thiserror 1.0.69", + "thiserror 2.0.12", ] [[package]] @@ -16000,33 +16014,32 @@ dependencies = [ "either", "frame-metadata 15.1.0", "parity-scale-codec", - "scale-bits", + "scale-bits 0.6.0", "scale-decode 0.13.1", "scale-encode 0.7.2", "scale-info", "scale-type-resolver", "serde", - "yap", + "yap 0.11.0", ] [[package]] name = "scale-value" -version = "0.17.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5e0ef2a0ee1e02a69ada37feb87ea1616ce9808aca072befe2d3131bf28576e" +checksum = "8ca8b26b451ecb7fd7b62b259fa28add63d12ec49bbcac0e01fcb4b5ae0c09aa" dependencies = [ "base58", "blake2 0.10.6", - "derive_more 1.0.0", "either", "parity-scale-codec", - "scale-bits", - "scale-decode 0.14.0", - "scale-encode 0.8.0", - "scale-info", + "scale-bits 0.7.0", + "scale-decode 0.16.0", + "scale-encode 0.10.0", "scale-type-resolver", "serde", - "yap", + "thiserror 2.0.12", + "yap 0.12.0", ] [[package]] @@ -18092,7 +18105,7 @@ dependencies = [ "parity-scale-codec", "primitive-types 0.12.2", "reconnecting-jsonrpsee-ws-client", - "scale-bits", + "scale-bits 0.6.0", "scale-decode 0.13.1", "scale-encode 0.7.2", "scale-info", @@ -18112,33 +18125,33 @@ dependencies = [ [[package]] name = "subxt" -version = "0.38.1" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c17d7ec2359d33133b63c97e28c8b7cd3f0a5bc6ce567ae3aef9d9e85be3433" +checksum = "03459d84546def5e1d0d22b162754609f18e031522b0319b53306f5829de9c09" dependencies = [ "async-trait", "derive-where", "either", - "frame-metadata 17.0.0", + "frame-metadata 20.0.0", "futures", "hex", - "impl-serde 0.5.0", "jsonrpsee 0.24.9", "parity-scale-codec", - "polkadot-sdk", "primitive-types 0.13.1", - "scale-bits", - "scale-decode 0.14.0", - "scale-encode 0.8.0", + "scale-bits 0.7.0", + "scale-decode 0.16.0", + "scale-encode 0.10.0", "scale-info", - "scale-value 0.17.0", + "scale-value 0.18.0", "serde", "serde_json", - "subxt-core 0.38.1", - "subxt-lightclient 0.38.1", - "subxt-macro 0.38.1", - "subxt-metadata 0.38.1", - "thiserror 1.0.69", + "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "subxt-core 0.41.0", + "subxt-lightclient 0.41.0", + "subxt-macro 0.41.0", + "subxt-metadata 0.41.0", + "subxt-rpcs", + "thiserror 2.0.12", "tokio", "tokio-util", "tracing", @@ -18170,19 +18183,19 @@ dependencies = [ [[package]] name = "subxt-codegen" -version = "0.38.1" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6550ef451c77db6e3bc7c56fb6fe1dca9398a2c8fc774b127f6a396a769b9c5b" +checksum = "324c52c09919fec8c22a4b572a466878322e99fe14a9e3d50d6c3700a226ec25" dependencies = [ "heck 0.5.0", "parity-scale-codec", "proc-macro2", "quote", "scale-info", - "scale-typegen 0.9.0", - "subxt-metadata 0.38.1", + "scale-typegen 0.11.1", + "subxt-metadata 0.41.0", "syn 2.0.103", - "thiserror 1.0.69", + "thiserror 2.0.12", ] [[package]] @@ -18200,7 +18213,7 @@ dependencies = [ "impl-serde 0.4.0", "parity-scale-codec", "primitive-types 0.12.2", - "scale-bits", + "scale-bits 0.6.0", "scale-decode 0.13.1", "scale-encode 0.7.2", "scale-info", @@ -18214,30 +18227,31 @@ dependencies = [ [[package]] name = "subxt-core" -version = "0.38.1" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb7a1bc6c9c1724971636a66e3225a7253cdb35bb6efb81524a6c71c04f08c59" +checksum = "66ef00be9d64885ec94e478a58e4e39d222024b20013ae7df4fc6ece545391aa" dependencies = [ "base58", "blake2 0.10.6", "derive-where", "frame-decode", - "frame-metadata 17.0.0", + "frame-metadata 20.0.0", "hashbrown 0.14.5", "hex", "impl-serde 0.5.0", "keccak-hash 0.11.0", "parity-scale-codec", - "polkadot-sdk", "primitive-types 0.13.1", - "scale-bits", - "scale-decode 0.14.0", - "scale-encode 0.8.0", + "scale-bits 0.7.0", + "scale-decode 0.16.0", + "scale-encode 0.10.0", "scale-info", - "scale-value 0.17.0", + "scale-value 0.18.0", "serde", "serde_json", - "subxt-metadata 0.38.1", + "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "subxt-metadata 0.41.0", + "thiserror 2.0.12", "tracing", ] @@ -18260,16 +18274,16 @@ dependencies = [ [[package]] name = "subxt-lightclient" -version = "0.38.1" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89ebc9131da4d0ba1f7814495b8cc79698798ccd52cacd7bcefe451e415bd945" +checksum = "ce07c2515b2e63b85ec3043fe4461b287af0615d4832c2fe6e81ba780b906bc0" dependencies = [ "futures", "futures-util", "serde", "serde_json", "smoldot-light 0.16.2", - "thiserror 1.0.69", + "thiserror 2.0.12", "tokio", "tokio-stream", "tracing", @@ -18292,16 +18306,16 @@ dependencies = [ [[package]] name = "subxt-macro" -version = "0.38.1" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7819c5e09aae0319981ee853869f2fcd1fac4db8babd0d004c17161297aadc05" +checksum = "7c2c8da275a620dd676381d72395dfea91f0a6cd849665b4f1d0919371850701" dependencies = [ "darling 0.20.11", "parity-scale-codec", "proc-macro-error2", "quote", - "scale-typegen 0.9.0", - "subxt-codegen 0.38.1", + "scale-typegen 0.11.1", + "subxt-codegen 0.41.0", "subxt-utils-fetchmetadata", "syn 2.0.103", ] @@ -18321,16 +18335,41 @@ dependencies = [ [[package]] name = "subxt-metadata" -version = "0.38.1" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aacd4e7484fef58deaa2dcb32d94753a864b208a668c0dd0c28be1d8abeeadb2" +checksum = "fff4591673600c4388e21305788282414d26c791b4dee21b7cb0b19c10076f98" dependencies = [ "frame-decode", - "frame-metadata 17.0.0", + "frame-metadata 20.0.0", "hashbrown 0.14.5", "parity-scale-codec", - "polkadot-sdk", "scale-info", + "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", + "thiserror 2.0.12", +] + +[[package]] +name = "subxt-rpcs" +version = "0.41.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4ba7494d250d65dc3439365ac5e8e0fbb9c3992e6e84b7aa01d69e082249b8b8" +dependencies = [ + "derive-where", + "frame-metadata 20.0.0", + "futures", + "hex", + "impl-serde 0.5.0", + "jsonrpsee 0.24.9", + "parity-scale-codec", + "primitive-types 0.13.1", + "serde", + "serde_json", + "subxt-core 0.41.0", + "subxt-lightclient 0.41.0", + "thiserror 2.0.12", + "tokio-util", + "tracing", + "url", ] [[package]] @@ -18359,13 +18398,13 @@ dependencies = [ [[package]] name = "subxt-utils-fetchmetadata" -version = "0.38.1" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3c53bc3eeaacc143a2f29ace4082edd2edaccab37b69ad20befba9fb00fdb3d" +checksum = "fc868b55fe2303788dc7703457af390111940c3da4714b510983284501780ed5" dependencies = [ "hex", "parity-scale-codec", - "thiserror 1.0.69", + "thiserror 2.0.12", ] [[package]] @@ -21337,6 +21376,12 @@ version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ff4524214bc4629eba08d78ceb1d6507070cc0bcbbed23af74e19e6e924a24cf" +[[package]] +name = "yap" +version = "0.12.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bfe269e7b803a5e8e20cbd97860e136529cd83bf2c9c6d37b142467e7e1f051f" + [[package]] name = "yasna" version = "0.5.2" diff --git a/Cargo.toml b/Cargo.toml index d8914f308a3..18e6bdee569 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -173,8 +173,9 @@ serde_json = { version = "1.0.135", default-features = false, features = [ serde-json-wasm = { version = "1.0.1", default-features = false } sha-1 = "0.10.1" static_init = "1.0.3" -subxt = "0.38.0" -subxt-codegen = "0.38.0" +subxt = "0.41.0" +subxt-codegen = "0.41.0" +subxt-rpcs = "0.41.0" syn = "2.0.71" thiserror = { version = "2.0.12", default-features = false } tokio = { version = "1.38.0" } @@ -522,11 +523,11 @@ tracing-appender = "0.2" # utils/node-loader trybuild = "1" # gstd/codegen wasmprinter = "0.230" # utils/wasm-gen fail = "0.5" # gear-common -scale-value = "^0.17" # gsdk +scale-value = "^0.18" # gsdk heck = "0.5.0" # gsdk-api-gen etc = "0.1.19" # gcli toml_edit = "0.22.12" # crates-io -scale-decode = "0.14.0" # gsdk +scale-decode = "0.16.0" # gsdk directories = "5.0.1" # utils/key-finder num-traits = { version = "0.2", default-features = false } # gear-core glob = "0.3.1" # cargo-gbuild diff --git a/gsdk/Cargo.toml b/gsdk/Cargo.toml index cf5d6a4532e..94dadd63103 100644 --- a/gsdk/Cargo.toml +++ b/gsdk/Cargo.toml @@ -27,6 +27,7 @@ log.workspace = true scale-value.workspace = true serde_json = { workspace = true, features = [ "std" ] } subxt.workspace = true +subxt-rpcs.workspace = true thiserror.workspace = true sp-runtime = { workspace = true, features = [ "std" ] } sp-core = { workspace = true, features = [ "std" , "full_crypto"] } diff --git a/gsdk/src/backtrace.rs b/gsdk/src/backtrace.rs index 502ad23625e..3cf97c92942 100644 --- a/gsdk/src/backtrace.rs +++ b/gsdk/src/backtrace.rs @@ -29,9 +29,7 @@ use std::{collections::BTreeMap, sync::Arc, time::SystemTime}; pub enum BacktraceStatus { Validated, NoLongerInBestBlock, - Broadcasted { - num_peers: u32, - }, + Broadcasted, InBestBlock { block_hash: H256, extrinsic_hash: H256, @@ -56,9 +54,7 @@ impl<'s> From<&'s TxStatus> for BacktraceStatus { match status { TxStatus::Validated => BacktraceStatus::Validated, TxStatus::NoLongerInBestBlock => BacktraceStatus::NoLongerInBestBlock, - TxStatus::Broadcasted { num_peers } => BacktraceStatus::Broadcasted { - num_peers: *num_peers, - }, + TxStatus::Broadcasted => BacktraceStatus::Broadcasted, TxStatus::InBestBlock(b) => BacktraceStatus::InBestBlock { block_hash: b.block_hash(), extrinsic_hash: b.extrinsic_hash(), diff --git a/gsdk/src/client.rs b/gsdk/src/client.rs index c8dd8ad8112..21a96ebf4cd 100644 --- a/gsdk/src/client.rs +++ b/gsdk/src/client.rs @@ -33,15 +33,13 @@ use jsonrpsee::{ }; use sp_runtime::DeserializeOwned; use std::{ops::Deref, result::Result as StdResult, time::Duration}; -use subxt::{ - backend::{ - legacy::LegacyRpcMethods, - rpc::{ - RawRpcFuture as RpcFuture, RawRpcSubscription as RpcSubscription, RawValue, - RpcClient as SubxtRpcClient, RpcClientT, RpcParams, - }, +use subxt::backend::legacy::LegacyRpcMethods; +use subxt_rpcs::{ + client::{ + RawRpcFuture as RpcFuture, RawRpcSubscription as RpcSubscription, RawValue, + RpcClient as SubxtRpcClient, RpcClientT, RpcParams, }, - error::RpcError, + Error as RpcError, }; const ONE_HUNDRED_MEGA_BYTES: u32 = 100 * 1024 * 1024; @@ -99,10 +97,10 @@ impl RpcClientT for RpcClient { let res = match self { RpcClient::Http(c) => ClientT::request(c, method, Params(params)) .await - .map_err(|e| RpcError::ClientError(Box::new(e)))?, + .map_err(|e| RpcError::Client(Box::new(e)))?, RpcClient::Ws(c) => ClientT::request(c, method, Params(params)) .await - .map_err(|e| RpcError::ClientError(Box::new(e)))?, + .map_err(|e| RpcError::Client(Box::new(e)))?, }; Ok(res) }) @@ -127,9 +125,7 @@ impl RpcClientT for RpcClient { _ => None, }; - let stream = stream - .map_err(|e| RpcError::ClientError(Box::new(e))) - .boxed(); + let stream = stream.map_err(|e| RpcError::Client(Box::new(e))).boxed(); Ok(RpcSubscription { stream, id }) }) @@ -145,7 +141,7 @@ async fn subscription_stream( ) -> StdResult>, RpcError> { SubscriptionClientT::subscribe::, _>(client, sub, Params(params), unsub) .await - .map_err(|e| RpcError::ClientError(Box::new(e))) + .map_err(|e| RpcError::Client(Box::new(e))) } /// RPC client for Gear API. diff --git a/gsdk/src/result.rs b/gsdk/src/result.rs index ca951cd7831..4ccbe13ce83 100644 --- a/gsdk/src/result.rs +++ b/gsdk/src/result.rs @@ -91,6 +91,8 @@ pub enum Error { #[error(transparent)] Tx(#[from] TxError), #[error(transparent)] + SubxtRpcErr(#[from] subxt_rpcs::Error), + #[error(transparent)] SubxtRpc(#[from] jsonrpsee::core::ClientError), #[error("Page {0} of Program {1} was not found in the storage.")] PageNotFound(u32, String), diff --git a/gsdk/src/rpc.rs b/gsdk/src/rpc.rs index d248a4d4c03..7a118b8c043 100644 --- a/gsdk/src/rpc.rs +++ b/gsdk/src/rpc.rs @@ -24,7 +24,7 @@ use gear_core::{ rpc::ReplyInfo, }; use sp_core::H256; -use subxt::rpc_params; +use subxt_rpcs::rpc_params; impl Api { /// gear_calculateInitCreateGas diff --git a/gsdk/src/signer/pair_signer.rs b/gsdk/src/signer/pair_signer.rs index d60545fbceb..f9a3f844f29 100644 --- a/gsdk/src/signer/pair_signer.rs +++ b/gsdk/src/signer/pair_signer.rs @@ -72,9 +72,9 @@ where self.account_id.clone() } - fn address(&self) -> T::Address { - self.account_id.clone().into() - } + // fn address(&self) -> T::Address { + // self.account_id.clone().into() + // } fn sign(&self, signer_payload: &[u8]) -> T::Signature { self.signer.sign(signer_payload).into() diff --git a/gsdk/src/signer/utils.rs b/gsdk/src/signer/utils.rs index 0b0cc315d92..400eb316bac 100644 --- a/gsdk/src/signer/utils.rs +++ b/gsdk/src/signer/utils.rs @@ -64,7 +64,7 @@ impl Inner { pub(crate) fn log_status(status: &TxStatus) { match status { TxStatus::Validated => log::info!("\tStatus: Validated"), - TxStatus::Broadcasted { num_peers } => log::info!("\tStatus: Broadcast( {num_peers} )"), + TxStatus::Broadcasted => log::info!("\tStatus: Broadcasted"), TxStatus::NoLongerInBestBlock => log::info!("\tStatus: NoLongerInBestBlock"), TxStatus::InBestBlock(b) => log::info!( "\tStatus: InBestBlock( block hash: {}, extrinsic hash: {} )", diff --git a/gsdk/tests/backtrace.rs b/gsdk/tests/backtrace.rs index f6addb2e09b..c32cfcf50bb 100644 --- a/gsdk/tests/backtrace.rs +++ b/gsdk/tests/backtrace.rs @@ -24,6 +24,8 @@ mod utils; #[tokio::test] async fn transfer_backtrace() -> Result<()> { let node = dev_node(); + println!("Node started at: {}", node.ws()); + println!("Node logs: {:?}", node.logs().unwrap()); let api = Api::new(node.ws().as_str()).await?; let signer = Signer::new(api, "//Alice", None)?; let alice: [u8; 32] = *alice_account_id().as_ref(); diff --git a/gsdk/tests/rpc.rs b/gsdk/tests/rpc.rs index dec9fc93d69..0fee13bd5db 100644 --- a/gsdk/tests/rpc.rs +++ b/gsdk/tests/rpc.rs @@ -27,7 +27,8 @@ use gsdk::{Api, Error, Result}; use jsonrpsee::types::error::ErrorObject; use parity_scale_codec::Encode; use std::{borrow::Cow, process::Command, str::FromStr, time::Instant}; -use subxt::{error::RpcError, utils::H256, Error as SubxtError}; +use subxt::{utils::H256, Error as SubxtError}; +use subxt_rpcs::Error as RpcError; use utils::{alice_account_id, dev_node}; mod utils; @@ -49,13 +50,13 @@ async fn pallet_errors_formatting() -> Result<()> { .await .expect_err("Must return error"); - let expected_err = Error::Subxt(Box::new(SubxtError::Rpc(RpcError::ClientError(Box::new( - ErrorObject::owned( + let expected_err = Error::Subxt(Box::new(SubxtError::Rpc( + subxt::error::RpcError::ClientError(RpcError::Client(Box::new(ErrorObject::owned( 8000, "Runtime error", Some("\"Extrinsic `gear.upload_program` failed: 'ProgramConstructionFailed'\""), - ), - ))))); + )))), + ))); assert_eq!(format!("{err}"), format!("{expected_err}")); @@ -289,7 +290,7 @@ async fn test_runtime_wasm_blob_version_history() -> Result<()> { None::, ); - if let SubxtError::Rpc(RpcError::ClientError(e)) = *wasm_blob_version_err { + if let SubxtError::Rpc(e) = *wasm_blob_version_err { assert_eq!(e.to_string(), err.to_string()); return Ok(()); } From cd0821db3f1706778c77d8879f9e412dddc4e4dc Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Wed, 2 Jul 2025 16:35:05 +0700 Subject: [PATCH 51/56] fix(gsdk): Add multi_block_migrations export parsing --- gsdk/api-gen/src/main.rs | 1 + gsdk/src/metadata/generated.rs | 3 +++ 2 files changed, 4 insertions(+) diff --git a/gsdk/api-gen/src/main.rs b/gsdk/api-gen/src/main.rs index 415fe6d24e0..6572e279955 100644 --- a/gsdk/api-gen/src/main.rs +++ b/gsdk/api-gen/src/main.rs @@ -341,6 +341,7 @@ fn generate_impls(metadata: &Metadata) -> TokenStream { "system" => "frame_system".into(), "fellowship_collective" => "pallet_ranked_collective".into(), "fellowship_referenda" => "pallet_referenda".into(), + "multi_block_migrations" => "pallet_migrations".into(), "staking_rewards" => "pallet_gear_staking_rewards".into(), _ => "pallet_".to_string() + &pallet_name, } diff --git a/gsdk/src/metadata/generated.rs b/gsdk/src/metadata/generated.rs index b0fbb846059..b923fcf5309 100644 --- a/gsdk/src/metadata/generated.rs +++ b/gsdk/src/metadata/generated.rs @@ -12710,6 +12710,9 @@ pub mod exports { pub mod nomination_pools { pub use super::runtime_types::pallet_nomination_pools::pallet::Event; } + pub mod multi_block_migrations { + pub use super::runtime_types::pallet_migrations::pallet::Event; + } pub mod sudo { pub use super::runtime_types::pallet_sudo::pallet::Event; } From 504fb2e76305ae0353e610a343f5eac4691afbf3 Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Wed, 2 Jul 2025 16:40:32 +0700 Subject: [PATCH 52/56] Revert "feat(gsdk): Update subxt to v0.41.0" This reverts commit d168ce4ededc589a24b905f1838f06a7fb8e7639. --- Cargo.lock | 239 +++++++++++++-------------------- Cargo.toml | 9 +- gsdk/Cargo.toml | 1 - gsdk/src/backtrace.rs | 8 +- gsdk/src/client.rs | 24 ++-- gsdk/src/result.rs | 2 - gsdk/src/rpc.rs | 2 +- gsdk/src/signer/pair_signer.rs | 6 +- gsdk/src/signer/utils.rs | 2 +- gsdk/tests/backtrace.rs | 2 - gsdk/tests/rpc.rs | 13 +- 11 files changed, 132 insertions(+), 176 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 87aaacb2fa1..913d664474a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4194,6 +4194,7 @@ dependencies = [ "proc-macro2", "quote", "syn 2.0.103", + "unicode-xid", ] [[package]] @@ -5489,13 +5490,13 @@ dependencies = [ [[package]] name = "frame-decode" -version = "0.7.1" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7cb8796f93fa038f979a014234d632e9688a120e745f936e2635123c77537f7" +checksum = "6027a409bac4fe95b4d107f965fcdbc252fc89d884a360d076b3070b6128c094" dependencies = [ - "frame-metadata 21.0.0", + "frame-metadata 17.0.0", "parity-scale-codec", - "scale-decode 0.16.0", + "scale-decode 0.14.0", "scale-info", "scale-type-resolver", "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -5571,9 +5572,9 @@ dependencies = [ [[package]] name = "frame-metadata" -version = "18.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "daaf440c68eb2c3d88e5760fe8c7af3f9fee9181fab6c2f2c4e7cc48dcc40bb8" +checksum = "701bac17e9b55e0f95067c428ebcb46496587f08e8cf4ccc0fe5903bea10dbb8" dependencies = [ "cfg-if", "parity-scale-codec", @@ -5583,9 +5584,9 @@ dependencies = [ [[package]] name = "frame-metadata" -version = "20.0.0" +version = "18.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26de808fa6461f2485dc51811aefed108850064994fb4a62b3ac21ffa62ac8df" +checksum = "daaf440c68eb2c3d88e5760fe8c7af3f9fee9181fab6c2f2c4e7cc48dcc40bb8" dependencies = [ "cfg-if", "parity-scale-codec", @@ -5593,17 +5594,6 @@ dependencies = [ "serde", ] -[[package]] -name = "frame-metadata" -version = "21.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20dfd1d7eae1d94e32e869e2fb272d81f52dd8db57820a373adb83ea24d7d862" -dependencies = [ - "cfg-if", - "parity-scale-codec", - "scale-info", -] - [[package]] name = "frame-metadata-hash-extension" version = "0.7.0" @@ -6191,7 +6181,7 @@ dependencies = [ "hex-literal", "log", "parity-scale-codec", - "subxt 0.41.0", + "subxt 0.38.1", "thiserror 2.0.12", "tokio", "tracing-subscriber", @@ -6796,7 +6786,7 @@ dependencies = [ "log", "parity-scale-codec", "sp-consensus-babe", - "subxt 0.41.0", + "subxt 0.38.1", "thiserror 2.0.12", "tokio", "tracing-subscriber", @@ -7171,13 +7161,12 @@ dependencies = [ "log", "parity-scale-codec", "parking_lot 0.12.4", - "scale-decode 0.16.0", - "scale-value 0.18.0", + "scale-decode 0.14.0", + "scale-value 0.17.0", "serde_json", "sp-core", "sp-runtime", - "subxt 0.41.0", - "subxt-rpcs", + "subxt 0.38.1", "thiserror 2.0.12", "tokio", ] @@ -7197,7 +7186,7 @@ dependencies = [ "sc-executor", "sc-executor-common", "sp-io", - "subxt-codegen 0.41.0", + "subxt-codegen 0.38.1", "syn 2.0.103", ] @@ -12961,6 +12950,15 @@ dependencies = [ "thiserror 1.0.69", ] +[[package]] +name = "polkadot-sdk" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "eb819108697967452fa6d8d96ab4c0d48cbaa423b3156499dcb24f1cf95d6775" +dependencies = [ + "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "polkadot-sdk-frame" version = "0.8.1" @@ -15818,18 +15816,6 @@ dependencies = [ "serde", ] -[[package]] -name = "scale-bits" -version = "0.7.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27243ab0d2d6235072b017839c5f0cd1a3b1ce45c0f7a715363b0c7d36c76c94" -dependencies = [ - "parity-scale-codec", - "scale-info", - "scale-type-resolver", - "serde", -] - [[package]] name = "scale-decode" version = "0.13.1" @@ -15839,7 +15825,7 @@ dependencies = [ "derive_more 0.99.20", "parity-scale-codec", "primitive-types 0.12.2", - "scale-bits 0.6.0", + "scale-bits", "scale-decode-derive 0.13.1", "scale-type-resolver", "smallvec", @@ -15847,17 +15833,17 @@ dependencies = [ [[package]] name = "scale-decode" -version = "0.16.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d78196772d25b90a98046794ce0fe2588b39ebdfbdc1e45b4c6c85dd43bebad" +checksum = "f8ae9cc099ae85ff28820210732b00f019546f36f33225f509fe25d5816864a0" dependencies = [ + "derive_more 1.0.0", "parity-scale-codec", "primitive-types 0.13.1", - "scale-bits 0.7.0", - "scale-decode-derive 0.16.0", + "scale-bits", + "scale-decode-derive 0.14.0", "scale-type-resolver", "smallvec", - "thiserror 2.0.12", ] [[package]] @@ -15874,9 +15860,9 @@ dependencies = [ [[package]] name = "scale-decode-derive" -version = "0.16.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f4b54a1211260718b92832b661025d1f1a4b6930fbadd6908e00edd265fa5f7" +checksum = "5ed9401effa946b493f9f84dc03714cca98119b230497df6f3df6b84a2b03648" dependencies = [ "darling 0.20.11", "proc-macro2", @@ -15893,7 +15879,7 @@ dependencies = [ "derive_more 0.99.20", "parity-scale-codec", "primitive-types 0.12.2", - "scale-bits 0.6.0", + "scale-bits", "scale-encode-derive 0.7.2", "scale-type-resolver", "smallvec", @@ -15901,17 +15887,17 @@ dependencies = [ [[package]] name = "scale-encode" -version = "0.10.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64901733157f9d25ef86843bd783eda439fac7efb0ad5a615d12d2cf3a29464b" +checksum = "5f9271284d05d0749c40771c46180ce89905fd95aa72a2a2fddb4b7c0aa424db" dependencies = [ + "derive_more 1.0.0", "parity-scale-codec", "primitive-types 0.13.1", - "scale-bits 0.7.0", - "scale-encode-derive 0.10.0", + "scale-bits", + "scale-encode-derive 0.8.0", "scale-type-resolver", "smallvec", - "thiserror 2.0.12", ] [[package]] @@ -15929,9 +15915,9 @@ dependencies = [ [[package]] name = "scale-encode-derive" -version = "0.10.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78a3993a13b4eafa89350604672c8757b7ea84c7c5947d4b3691e3169c96379b" +checksum = "102fbc6236de6c53906c0b262f12c7aa69c2bdc604862c12728f5f4d370bc137" dependencies = [ "darling 0.20.11", "proc-macro-crate 3.3.0", @@ -15991,15 +15977,15 @@ dependencies = [ [[package]] name = "scale-typegen" -version = "0.11.1" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05c61b6b706a3eaad63b506ab50a1d2319f817ae01cf753adcc3f055f9f0fcd6" +checksum = "0dc4c70c7fea2eef1740f0081d3fe385d8bee1eef11e9272d3bec7dc8e5438e0" dependencies = [ "proc-macro2", "quote", "scale-info", "syn 2.0.103", - "thiserror 2.0.12", + "thiserror 1.0.69", ] [[package]] @@ -16014,32 +16000,33 @@ dependencies = [ "either", "frame-metadata 15.1.0", "parity-scale-codec", - "scale-bits 0.6.0", + "scale-bits", "scale-decode 0.13.1", "scale-encode 0.7.2", "scale-info", "scale-type-resolver", "serde", - "yap 0.11.0", + "yap", ] [[package]] name = "scale-value" -version = "0.18.0" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ca8b26b451ecb7fd7b62b259fa28add63d12ec49bbcac0e01fcb4b5ae0c09aa" +checksum = "f5e0ef2a0ee1e02a69ada37feb87ea1616ce9808aca072befe2d3131bf28576e" dependencies = [ "base58", "blake2 0.10.6", + "derive_more 1.0.0", "either", "parity-scale-codec", - "scale-bits 0.7.0", - "scale-decode 0.16.0", - "scale-encode 0.10.0", + "scale-bits", + "scale-decode 0.14.0", + "scale-encode 0.8.0", + "scale-info", "scale-type-resolver", "serde", - "thiserror 2.0.12", - "yap 0.12.0", + "yap", ] [[package]] @@ -18105,7 +18092,7 @@ dependencies = [ "parity-scale-codec", "primitive-types 0.12.2", "reconnecting-jsonrpsee-ws-client", - "scale-bits 0.6.0", + "scale-bits", "scale-decode 0.13.1", "scale-encode 0.7.2", "scale-info", @@ -18125,33 +18112,33 @@ dependencies = [ [[package]] name = "subxt" -version = "0.41.0" +version = "0.38.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03459d84546def5e1d0d22b162754609f18e031522b0319b53306f5829de9c09" +checksum = "1c17d7ec2359d33133b63c97e28c8b7cd3f0a5bc6ce567ae3aef9d9e85be3433" dependencies = [ "async-trait", "derive-where", "either", - "frame-metadata 20.0.0", + "frame-metadata 17.0.0", "futures", "hex", + "impl-serde 0.5.0", "jsonrpsee 0.24.9", "parity-scale-codec", + "polkadot-sdk", "primitive-types 0.13.1", - "scale-bits 0.7.0", - "scale-decode 0.16.0", - "scale-encode 0.10.0", + "scale-bits", + "scale-decode 0.14.0", + "scale-encode 0.8.0", "scale-info", - "scale-value 0.18.0", + "scale-value 0.17.0", "serde", "serde_json", - "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "subxt-core 0.41.0", - "subxt-lightclient 0.41.0", - "subxt-macro 0.41.0", - "subxt-metadata 0.41.0", - "subxt-rpcs", - "thiserror 2.0.12", + "subxt-core 0.38.1", + "subxt-lightclient 0.38.1", + "subxt-macro 0.38.1", + "subxt-metadata 0.38.1", + "thiserror 1.0.69", "tokio", "tokio-util", "tracing", @@ -18183,19 +18170,19 @@ dependencies = [ [[package]] name = "subxt-codegen" -version = "0.41.0" +version = "0.38.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "324c52c09919fec8c22a4b572a466878322e99fe14a9e3d50d6c3700a226ec25" +checksum = "6550ef451c77db6e3bc7c56fb6fe1dca9398a2c8fc774b127f6a396a769b9c5b" dependencies = [ "heck 0.5.0", "parity-scale-codec", "proc-macro2", "quote", "scale-info", - "scale-typegen 0.11.1", - "subxt-metadata 0.41.0", + "scale-typegen 0.9.0", + "subxt-metadata 0.38.1", "syn 2.0.103", - "thiserror 2.0.12", + "thiserror 1.0.69", ] [[package]] @@ -18213,7 +18200,7 @@ dependencies = [ "impl-serde 0.4.0", "parity-scale-codec", "primitive-types 0.12.2", - "scale-bits 0.6.0", + "scale-bits", "scale-decode 0.13.1", "scale-encode 0.7.2", "scale-info", @@ -18227,31 +18214,30 @@ dependencies = [ [[package]] name = "subxt-core" -version = "0.41.0" +version = "0.38.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66ef00be9d64885ec94e478a58e4e39d222024b20013ae7df4fc6ece545391aa" +checksum = "cb7a1bc6c9c1724971636a66e3225a7253cdb35bb6efb81524a6c71c04f08c59" dependencies = [ "base58", "blake2 0.10.6", "derive-where", "frame-decode", - "frame-metadata 20.0.0", + "frame-metadata 17.0.0", "hashbrown 0.14.5", "hex", "impl-serde 0.5.0", "keccak-hash 0.11.0", "parity-scale-codec", + "polkadot-sdk", "primitive-types 0.13.1", - "scale-bits 0.7.0", - "scale-decode 0.16.0", - "scale-encode 0.10.0", + "scale-bits", + "scale-decode 0.14.0", + "scale-encode 0.8.0", "scale-info", - "scale-value 0.18.0", + "scale-value 0.17.0", "serde", "serde_json", - "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "subxt-metadata 0.41.0", - "thiserror 2.0.12", + "subxt-metadata 0.38.1", "tracing", ] @@ -18274,16 +18260,16 @@ dependencies = [ [[package]] name = "subxt-lightclient" -version = "0.41.0" +version = "0.38.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce07c2515b2e63b85ec3043fe4461b287af0615d4832c2fe6e81ba780b906bc0" +checksum = "89ebc9131da4d0ba1f7814495b8cc79698798ccd52cacd7bcefe451e415bd945" dependencies = [ "futures", "futures-util", "serde", "serde_json", "smoldot-light 0.16.2", - "thiserror 2.0.12", + "thiserror 1.0.69", "tokio", "tokio-stream", "tracing", @@ -18306,16 +18292,16 @@ dependencies = [ [[package]] name = "subxt-macro" -version = "0.41.0" +version = "0.38.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c2c8da275a620dd676381d72395dfea91f0a6cd849665b4f1d0919371850701" +checksum = "7819c5e09aae0319981ee853869f2fcd1fac4db8babd0d004c17161297aadc05" dependencies = [ "darling 0.20.11", "parity-scale-codec", "proc-macro-error2", "quote", - "scale-typegen 0.11.1", - "subxt-codegen 0.41.0", + "scale-typegen 0.9.0", + "subxt-codegen 0.38.1", "subxt-utils-fetchmetadata", "syn 2.0.103", ] @@ -18335,41 +18321,16 @@ dependencies = [ [[package]] name = "subxt-metadata" -version = "0.41.0" +version = "0.38.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fff4591673600c4388e21305788282414d26c791b4dee21b7cb0b19c10076f98" +checksum = "aacd4e7484fef58deaa2dcb32d94753a864b208a668c0dd0c28be1d8abeeadb2" dependencies = [ "frame-decode", - "frame-metadata 20.0.0", + "frame-metadata 17.0.0", "hashbrown 0.14.5", "parity-scale-codec", + "polkadot-sdk", "scale-info", - "sp-crypto-hashing 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "thiserror 2.0.12", -] - -[[package]] -name = "subxt-rpcs" -version = "0.41.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ba7494d250d65dc3439365ac5e8e0fbb9c3992e6e84b7aa01d69e082249b8b8" -dependencies = [ - "derive-where", - "frame-metadata 20.0.0", - "futures", - "hex", - "impl-serde 0.5.0", - "jsonrpsee 0.24.9", - "parity-scale-codec", - "primitive-types 0.13.1", - "serde", - "serde_json", - "subxt-core 0.41.0", - "subxt-lightclient 0.41.0", - "thiserror 2.0.12", - "tokio-util", - "tracing", - "url", ] [[package]] @@ -18398,13 +18359,13 @@ dependencies = [ [[package]] name = "subxt-utils-fetchmetadata" -version = "0.41.0" +version = "0.38.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc868b55fe2303788dc7703457af390111940c3da4714b510983284501780ed5" +checksum = "a3c53bc3eeaacc143a2f29ace4082edd2edaccab37b69ad20befba9fb00fdb3d" dependencies = [ "hex", "parity-scale-codec", - "thiserror 2.0.12", + "thiserror 1.0.69", ] [[package]] @@ -21376,12 +21337,6 @@ version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ff4524214bc4629eba08d78ceb1d6507070cc0bcbbed23af74e19e6e924a24cf" -[[package]] -name = "yap" -version = "0.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfe269e7b803a5e8e20cbd97860e136529cd83bf2c9c6d37b142467e7e1f051f" - [[package]] name = "yasna" version = "0.5.2" diff --git a/Cargo.toml b/Cargo.toml index 18e6bdee569..d8914f308a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -173,9 +173,8 @@ serde_json = { version = "1.0.135", default-features = false, features = [ serde-json-wasm = { version = "1.0.1", default-features = false } sha-1 = "0.10.1" static_init = "1.0.3" -subxt = "0.41.0" -subxt-codegen = "0.41.0" -subxt-rpcs = "0.41.0" +subxt = "0.38.0" +subxt-codegen = "0.38.0" syn = "2.0.71" thiserror = { version = "2.0.12", default-features = false } tokio = { version = "1.38.0" } @@ -523,11 +522,11 @@ tracing-appender = "0.2" # utils/node-loader trybuild = "1" # gstd/codegen wasmprinter = "0.230" # utils/wasm-gen fail = "0.5" # gear-common -scale-value = "^0.18" # gsdk +scale-value = "^0.17" # gsdk heck = "0.5.0" # gsdk-api-gen etc = "0.1.19" # gcli toml_edit = "0.22.12" # crates-io -scale-decode = "0.16.0" # gsdk +scale-decode = "0.14.0" # gsdk directories = "5.0.1" # utils/key-finder num-traits = { version = "0.2", default-features = false } # gear-core glob = "0.3.1" # cargo-gbuild diff --git a/gsdk/Cargo.toml b/gsdk/Cargo.toml index 94dadd63103..cf5d6a4532e 100644 --- a/gsdk/Cargo.toml +++ b/gsdk/Cargo.toml @@ -27,7 +27,6 @@ log.workspace = true scale-value.workspace = true serde_json = { workspace = true, features = [ "std" ] } subxt.workspace = true -subxt-rpcs.workspace = true thiserror.workspace = true sp-runtime = { workspace = true, features = [ "std" ] } sp-core = { workspace = true, features = [ "std" , "full_crypto"] } diff --git a/gsdk/src/backtrace.rs b/gsdk/src/backtrace.rs index 3cf97c92942..502ad23625e 100644 --- a/gsdk/src/backtrace.rs +++ b/gsdk/src/backtrace.rs @@ -29,7 +29,9 @@ use std::{collections::BTreeMap, sync::Arc, time::SystemTime}; pub enum BacktraceStatus { Validated, NoLongerInBestBlock, - Broadcasted, + Broadcasted { + num_peers: u32, + }, InBestBlock { block_hash: H256, extrinsic_hash: H256, @@ -54,7 +56,9 @@ impl<'s> From<&'s TxStatus> for BacktraceStatus { match status { TxStatus::Validated => BacktraceStatus::Validated, TxStatus::NoLongerInBestBlock => BacktraceStatus::NoLongerInBestBlock, - TxStatus::Broadcasted => BacktraceStatus::Broadcasted, + TxStatus::Broadcasted { num_peers } => BacktraceStatus::Broadcasted { + num_peers: *num_peers, + }, TxStatus::InBestBlock(b) => BacktraceStatus::InBestBlock { block_hash: b.block_hash(), extrinsic_hash: b.extrinsic_hash(), diff --git a/gsdk/src/client.rs b/gsdk/src/client.rs index 21a96ebf4cd..c8dd8ad8112 100644 --- a/gsdk/src/client.rs +++ b/gsdk/src/client.rs @@ -33,13 +33,15 @@ use jsonrpsee::{ }; use sp_runtime::DeserializeOwned; use std::{ops::Deref, result::Result as StdResult, time::Duration}; -use subxt::backend::legacy::LegacyRpcMethods; -use subxt_rpcs::{ - client::{ - RawRpcFuture as RpcFuture, RawRpcSubscription as RpcSubscription, RawValue, - RpcClient as SubxtRpcClient, RpcClientT, RpcParams, +use subxt::{ + backend::{ + legacy::LegacyRpcMethods, + rpc::{ + RawRpcFuture as RpcFuture, RawRpcSubscription as RpcSubscription, RawValue, + RpcClient as SubxtRpcClient, RpcClientT, RpcParams, + }, }, - Error as RpcError, + error::RpcError, }; const ONE_HUNDRED_MEGA_BYTES: u32 = 100 * 1024 * 1024; @@ -97,10 +99,10 @@ impl RpcClientT for RpcClient { let res = match self { RpcClient::Http(c) => ClientT::request(c, method, Params(params)) .await - .map_err(|e| RpcError::Client(Box::new(e)))?, + .map_err(|e| RpcError::ClientError(Box::new(e)))?, RpcClient::Ws(c) => ClientT::request(c, method, Params(params)) .await - .map_err(|e| RpcError::Client(Box::new(e)))?, + .map_err(|e| RpcError::ClientError(Box::new(e)))?, }; Ok(res) }) @@ -125,7 +127,9 @@ impl RpcClientT for RpcClient { _ => None, }; - let stream = stream.map_err(|e| RpcError::Client(Box::new(e))).boxed(); + let stream = stream + .map_err(|e| RpcError::ClientError(Box::new(e))) + .boxed(); Ok(RpcSubscription { stream, id }) }) @@ -141,7 +145,7 @@ async fn subscription_stream( ) -> StdResult>, RpcError> { SubscriptionClientT::subscribe::, _>(client, sub, Params(params), unsub) .await - .map_err(|e| RpcError::Client(Box::new(e))) + .map_err(|e| RpcError::ClientError(Box::new(e))) } /// RPC client for Gear API. diff --git a/gsdk/src/result.rs b/gsdk/src/result.rs index 4ccbe13ce83..ca951cd7831 100644 --- a/gsdk/src/result.rs +++ b/gsdk/src/result.rs @@ -91,8 +91,6 @@ pub enum Error { #[error(transparent)] Tx(#[from] TxError), #[error(transparent)] - SubxtRpcErr(#[from] subxt_rpcs::Error), - #[error(transparent)] SubxtRpc(#[from] jsonrpsee::core::ClientError), #[error("Page {0} of Program {1} was not found in the storage.")] PageNotFound(u32, String), diff --git a/gsdk/src/rpc.rs b/gsdk/src/rpc.rs index 7a118b8c043..d248a4d4c03 100644 --- a/gsdk/src/rpc.rs +++ b/gsdk/src/rpc.rs @@ -24,7 +24,7 @@ use gear_core::{ rpc::ReplyInfo, }; use sp_core::H256; -use subxt_rpcs::rpc_params; +use subxt::rpc_params; impl Api { /// gear_calculateInitCreateGas diff --git a/gsdk/src/signer/pair_signer.rs b/gsdk/src/signer/pair_signer.rs index f9a3f844f29..d60545fbceb 100644 --- a/gsdk/src/signer/pair_signer.rs +++ b/gsdk/src/signer/pair_signer.rs @@ -72,9 +72,9 @@ where self.account_id.clone() } - // fn address(&self) -> T::Address { - // self.account_id.clone().into() - // } + fn address(&self) -> T::Address { + self.account_id.clone().into() + } fn sign(&self, signer_payload: &[u8]) -> T::Signature { self.signer.sign(signer_payload).into() diff --git a/gsdk/src/signer/utils.rs b/gsdk/src/signer/utils.rs index 400eb316bac..0b0cc315d92 100644 --- a/gsdk/src/signer/utils.rs +++ b/gsdk/src/signer/utils.rs @@ -64,7 +64,7 @@ impl Inner { pub(crate) fn log_status(status: &TxStatus) { match status { TxStatus::Validated => log::info!("\tStatus: Validated"), - TxStatus::Broadcasted => log::info!("\tStatus: Broadcasted"), + TxStatus::Broadcasted { num_peers } => log::info!("\tStatus: Broadcast( {num_peers} )"), TxStatus::NoLongerInBestBlock => log::info!("\tStatus: NoLongerInBestBlock"), TxStatus::InBestBlock(b) => log::info!( "\tStatus: InBestBlock( block hash: {}, extrinsic hash: {} )", diff --git a/gsdk/tests/backtrace.rs b/gsdk/tests/backtrace.rs index c32cfcf50bb..f6addb2e09b 100644 --- a/gsdk/tests/backtrace.rs +++ b/gsdk/tests/backtrace.rs @@ -24,8 +24,6 @@ mod utils; #[tokio::test] async fn transfer_backtrace() -> Result<()> { let node = dev_node(); - println!("Node started at: {}", node.ws()); - println!("Node logs: {:?}", node.logs().unwrap()); let api = Api::new(node.ws().as_str()).await?; let signer = Signer::new(api, "//Alice", None)?; let alice: [u8; 32] = *alice_account_id().as_ref(); diff --git a/gsdk/tests/rpc.rs b/gsdk/tests/rpc.rs index 0fee13bd5db..dec9fc93d69 100644 --- a/gsdk/tests/rpc.rs +++ b/gsdk/tests/rpc.rs @@ -27,8 +27,7 @@ use gsdk::{Api, Error, Result}; use jsonrpsee::types::error::ErrorObject; use parity_scale_codec::Encode; use std::{borrow::Cow, process::Command, str::FromStr, time::Instant}; -use subxt::{utils::H256, Error as SubxtError}; -use subxt_rpcs::Error as RpcError; +use subxt::{error::RpcError, utils::H256, Error as SubxtError}; use utils::{alice_account_id, dev_node}; mod utils; @@ -50,13 +49,13 @@ async fn pallet_errors_formatting() -> Result<()> { .await .expect_err("Must return error"); - let expected_err = Error::Subxt(Box::new(SubxtError::Rpc( - subxt::error::RpcError::ClientError(RpcError::Client(Box::new(ErrorObject::owned( + let expected_err = Error::Subxt(Box::new(SubxtError::Rpc(RpcError::ClientError(Box::new( + ErrorObject::owned( 8000, "Runtime error", Some("\"Extrinsic `gear.upload_program` failed: 'ProgramConstructionFailed'\""), - )))), - ))); + ), + ))))); assert_eq!(format!("{err}"), format!("{expected_err}")); @@ -290,7 +289,7 @@ async fn test_runtime_wasm_blob_version_history() -> Result<()> { None::, ); - if let SubxtError::Rpc(e) = *wasm_blob_version_err { + if let SubxtError::Rpc(RpcError::ClientError(e)) = *wasm_blob_version_err { assert_eq!(e.to_string(), err.to_string()); return Ok(()); } From a02b9301ec049fcf1ad0a8ffcc72999d55651ec3 Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Wed, 2 Jul 2025 21:26:59 +0700 Subject: [PATCH 53/56] clippy warn --- pallets/gear/src/tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pallets/gear/src/tests.rs b/pallets/gear/src/tests.rs index 8c6dfdce7f3..e0f90174ac2 100644 --- a/pallets/gear/src/tests.rs +++ b/pallets/gear/src/tests.rs @@ -15960,7 +15960,7 @@ pub(crate) mod utils { #[track_caller] pub(super) fn assert_total_dequeued(expected: u32) { System::events().iter().for_each(|e| { - log::debug!("Event: {:?}", e); + log::debug!("Event: {e:?}"); }); let actual_dequeued: u32 = System::events() From cc62f0e48ed2d73ece86ce2fdb5f76c2a6ce5bc5 Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Tue, 8 Jul 2025 19:45:10 +0700 Subject: [PATCH 54/56] rm crunchy patch --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d8914f308a3..198e2773638 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -590,9 +590,6 @@ inherits = "release" debug = true [patch.crates-io] -# https://github.com/eira-fransham/crunchy/pull/17 -crunchy = { git = "https://github.com/nmathewson/crunchy" , branch = "cross-compilation-fix" } - # these patched dependecies force their `sign_ext` feature to be used by Substrate dependencies parity-wasm = { version = "0.45.0", git = "https://github.com/gear-tech/parity-wasm", branch = "v0.45.0-sign-ext" } wasmi-validation = { version = "0.5.0", git = "https://github.com/gear-tech/wasmi", branch = "v0.13.2-sign-ext" } From 5c0117b743ce6a1591279ca38dfac2e0b7cb09a0 Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Tue, 8 Jul 2025 19:45:20 +0700 Subject: [PATCH 55/56] rm sign-ext patches --- Cargo.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 198e2773638..b459ad10dbf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -590,10 +590,5 @@ inherits = "release" debug = true [patch.crates-io] -# these patched dependecies force their `sign_ext` feature to be used by Substrate dependencies -parity-wasm = { version = "0.45.0", git = "https://github.com/gear-tech/parity-wasm", branch = "v0.45.0-sign-ext" } -wasmi-validation = { version = "0.5.0", git = "https://github.com/gear-tech/wasmi", branch = "v0.13.2-sign-ext" } -wasm-instrument = { version = "0.4.0", git = "https://github.com/gear-tech/wasm-instrument", branch = "v0.4.0-sign-ext" } - # there are patches to disable `memory.grow` and to add offset of reserved memory wasm-smith = { version = "0.230", git = "https://github.com/gear-tech/wasm-tools", branch = "gear-stable-1.230" } From 93cf7e25da74605d714eb60d404241b9c12ff240 Mon Sep 17 00:00:00 2001 From: Vadim Smirnov Date: Tue, 8 Jul 2025 20:10:26 +0700 Subject: [PATCH 56/56] Update Cargo.lock --- Cargo.lock | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fc1fca1cc36..c16357351f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3069,8 +3069,9 @@ checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" [[package]] name = "crunchy" -version = "0.2.3" -source = "git+https://github.com/nmathewson/crunchy?branch=cross-compilation-fix#260ec5f08969480c342bb3fe47f88870ed5c6cce" +version = "0.2.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" [[package]] name = "crypto-bigint" @@ -12509,6 +12510,12 @@ dependencies = [ "syn 2.0.103", ] +[[package]] +name = "parity-wasm" +version = "0.45.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e1ad0aff30c1da14b1254fcb2af73e1fa9a28670e584a626f53a369d0e157304" + [[package]] name = "parity-wasm" version = "0.45.0" @@ -17609,7 +17616,7 @@ source = "git+https://github.com/gear-tech/polkadot-sdk.git?branch=gear-polkadot dependencies = [ "impl-serde 0.5.0", "parity-scale-codec", - "parity-wasm", + "parity-wasm 0.45.0 (registry+https://github.com/rust-lang/crates.io-index)", "scale-info", "serde", "sp-crypto-hashing-proc-macro", @@ -18049,7 +18056,7 @@ dependencies = [ "jobserver", "merkleized-metadata", "parity-scale-codec", - "parity-wasm", + "parity-wasm 0.45.0 (registry+https://github.com/rust-lang/crates.io-index)", "polkavm-linker", "sc-executor", "shlex", @@ -19799,9 +19806,10 @@ dependencies = [ [[package]] name = "wasm-instrument" version = "0.4.0" -source = "git+https://github.com/gear-tech/wasm-instrument?branch=v0.4.0-sign-ext#e57b713873d4364e41ed495893a2f06a80cca5ab" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2a47ecb37b9734d1085eaa5ae1a81e60801fd8c28d4cabdd8aedb982021918bc" dependencies = [ - "parity-wasm", + "parity-wasm 0.45.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -20035,7 +20043,7 @@ name = "wasmi" version = "0.13.2" source = "git+https://github.com/gear-tech/wasmi?branch=v0.13.2-sign-ext#3a0b1022377919e62aadf4d78b762abd1c3e9a04" dependencies = [ - "parity-wasm", + "parity-wasm 0.45.0 (git+https://github.com/gear-tech/parity-wasm?branch=v0.45.0-sign-ext)", "wasmi-validation", "wasmi_core 0.2.1", ] @@ -20091,7 +20099,7 @@ name = "wasmi-validation" version = "0.5.0" source = "git+https://github.com/gear-tech/wasmi?branch=v0.13.2-sign-ext#3a0b1022377919e62aadf4d78b762abd1c3e9a04" dependencies = [ - "parity-wasm", + "parity-wasm 0.45.0 (git+https://github.com/gear-tech/parity-wasm?branch=v0.45.0-sign-ext)", ] [[package]]