From f5bd096dc785966f32a01c211a0316e97cfa9421 Mon Sep 17 00:00:00 2001 From: nuno Date: Thu, 9 Mar 2023 10:17:17 +0100 Subject: [PATCH 01/55] diener: 0.9.37 --- Cargo.toml | 96 +++++++++++----------- libs/mock-builder/Cargo.toml | 10 +-- libs/mocks/Cargo.toml | 6 +- libs/primitives/Cargo.toml | 16 ++-- libs/proofs/Cargo.toml | 4 +- libs/test-utils/Cargo.toml | 10 +-- libs/traits/Cargo.toml | 8 +- libs/types/Cargo.toml | 12 +-- libs/utils/Cargo.toml | 14 ++-- pallets/anchors/Cargo.toml | 30 +++---- pallets/bridge-mapping/Cargo.toml | 6 +- pallets/bridge/Cargo.toml | 22 ++--- pallets/claims/Cargo.toml | 16 ++-- pallets/collator-allowlist/Cargo.toml | 16 ++-- pallets/connectors/Cargo.toml | 28 +++---- pallets/crowdloan-claim/Cargo.toml | 22 ++--- pallets/crowdloan-reward/Cargo.toml | 20 ++--- pallets/fees/Cargo.toml | 22 ++--- pallets/interest-accrual/Cargo.toml | 18 ++-- pallets/investments/Cargo.toml | 18 ++-- pallets/keystore/Cargo.toml | 16 ++-- pallets/liquidity-rewards/Cargo.toml | 14 ++-- pallets/loans/Cargo.toml | 36 ++++---- pallets/migration/Cargo.toml | 20 ++--- pallets/nft-sales/Cargo.toml | 22 ++--- pallets/nft/Cargo.toml | 26 +++--- pallets/permissions/Cargo.toml | 10 +-- pallets/pool-registry/Cargo.toml | 22 ++--- pallets/pool-system/Cargo.toml | 26 +++--- pallets/restricted-tokens/Cargo.toml | 16 ++-- pallets/rewards/Cargo.toml | 12 +-- runtime/altair/Cargo.toml | 110 ++++++++++++------------- runtime/centrifuge/Cargo.toml | 110 ++++++++++++------------- runtime/common/Cargo.toml | 24 +++--- runtime/development/Cargo.toml | 114 +++++++++++++------------- runtime/integration-tests/Cargo.toml | 74 ++++++++--------- 36 files changed, 523 insertions(+), 523 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 140e942241..62670cc428 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,58 +73,58 @@ serde = { version = "1.0.119", features = ["derive"] } url = "2.2.2" # client dependencies -grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -sc-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -sc-service = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -sp-keystore = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -sp-session = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -sp-timestamp = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } +grandpa = { package = "sc-finality-grandpa", git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +sc-basic-authorship = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +sc-chain-spec = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +sc-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +sc-service = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +sc-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +sp-keystore = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +sp-session = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +sp-timestamp = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } # Cli specific -frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -try-runtime-cli = { git = "https://github.com/paritytech/substrate", optional = true, branch = "polkadot-v0.9.32" } +frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +try-runtime-cli = { git = "https://github.com/paritytech/substrate", optional = true, branch = "polkadot-v0.9.37" } # Local dependencies cfg-types = { path = "./libs/types" } pallet-anchors = { path = "./pallets/anchors" } pallet-pool-system = { path = "./pallets/pool-system" } -pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } +pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } # Cumulus dependencies -cumulus-client-cli = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.32" } -cumulus-client-consensus-aura = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.32" } -cumulus-client-consensus-common = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.32" } -cumulus-client-network = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.32" } -cumulus-client-service = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.32" } -cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.32" } -cumulus-primitives-parachain-inherent = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.32" } -cumulus-relay-chain-inprocess-interface = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.32" } -cumulus-relay-chain-interface = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.32" } +cumulus-client-cli = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.37" } +cumulus-client-consensus-aura = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.37" } +cumulus-client-consensus-common = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.37" } +cumulus-client-network = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.37" } +cumulus-client-service = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.37" } +cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.37" } +cumulus-primitives-parachain-inherent = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.37" } +cumulus-relay-chain-inprocess-interface = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.37" } +cumulus-relay-chain-interface = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.37" } # Polkadot dependencies -polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.32" } -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.32" } -polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.32" } +polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.37" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.37" } +polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.37" } # node-specific dependencies altair-runtime = { path = "runtime/altair" } @@ -134,23 +134,23 @@ development-runtime = { path = "runtime/development" } runtime-common = { path = "runtime/common" } # benchmarking -frame-benchmarking = { git = "https://github.com/paritytech/substrate", optional = true, branch = "polkadot-v0.9.32" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", optional = true, branch = "polkadot-v0.9.37" } # integration testing runtime-integration-tests = { path = "runtime/integration-tests", optional = true } # xcm -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.32" } +xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.37" } [build-dependencies] -substrate-build-script-utils = { optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } +substrate-build-script-utils = { optional = true, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } vergen = "3.0.4" [dev-dependencies] -frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -sc-service-test = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +sc-service-test = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } tempfile = "3.1.0" [features] diff --git a/libs/mock-builder/Cargo.toml b/libs/mock-builder/Cargo.toml index 40c63c171e..ee3036e369 100644 --- a/libs/mock-builder/Cargo.toml +++ b/libs/mock-builder/Cargo.toml @@ -12,9 +12,9 @@ targets = ["x86_64-unknown-linux-gnu"] [dev-dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"] } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } scale-info = { version = "2.3.0", features = ["derive"] } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } diff --git a/libs/mocks/Cargo.toml b/libs/mocks/Cargo.toml index 940de11fdf..71c4680d49 100644 --- a/libs/mocks/Cargo.toml +++ b/libs/mocks/Cargo.toml @@ -12,10 +12,10 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", default-features = false, version = "3.0.0", features = ["derive"] } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } scale-info = { version = "2.3.0", default-features = false, features = ["derive"] } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } cfg-primitives = { path = "../primitives", default-features = false } cfg-traits = { path = "../traits", default-features = false } diff --git a/libs/primitives/Cargo.toml b/libs/primitives/Cargo.toml index d4d55f7a32..1c304e910e 100644 --- a/libs/primitives/Cargo.toml +++ b/libs/primitives/Cargo.toml @@ -16,18 +16,18 @@ scale-info = { version = "2.3.0", default-features = false, features = ["derive" serde = { version = "1.0.119" } # substrate primitives dependencies -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } # substrate frame dependencies -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-collective = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-collective = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } # cumuluse primitives dependencies -cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.32" } +cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.37" } [features] default = ["std"] diff --git a/libs/proofs/Cargo.toml b/libs/proofs/Cargo.toml index 3767430151..ba1202b320 100644 --- a/libs/proofs/Cargo.toml +++ b/libs/proofs/Cargo.toml @@ -13,10 +13,10 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"], default-features = false } scale-info = { version = "2.3.0", default-features = false, features = ["derive"] } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } [features] default = ["std"] diff --git a/libs/test-utils/Cargo.toml b/libs/test-utils/Cargo.toml index 9d6ceff80c..2c3d4b0451 100644 --- a/libs/test-utils/Cargo.toml +++ b/libs/test-utils/Cargo.toml @@ -19,13 +19,13 @@ codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive scale-info = { version = "2.3.0", default-features = false, features = ["derive"] } serde = { version = "1.0.119", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } # Optional dependencies -frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.32" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.37" } [features] default = ["std"] diff --git a/libs/traits/Cargo.toml b/libs/traits/Cargo.toml index 23f776e4d6..108fc00499 100644 --- a/libs/traits/Cargo.toml +++ b/libs/traits/Cargo.toml @@ -13,12 +13,12 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] cfg-primitives = { path = "../primitives", default-features = false } codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"], default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } impl-trait-for-tuples = "0.2.1" scale-info = { version = "2.3.0", default-features = false, features = ["derive"] } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +sp-arithmetic = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } # Testing libraries that must be exported lazy_static = { version = "1.4", optional = true } diff --git a/libs/types/Cargo.toml b/libs/types/Cargo.toml index b25b81a97c..7739a56e0d 100644 --- a/libs/types/Cargo.toml +++ b/libs/types/Cargo.toml @@ -17,20 +17,20 @@ scale-info = { version = "2.3.0", default-features = false, features = ["derive" serde = { version = "1.0.119" } # substrate dependencies -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-arithmetic = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } orml-asset-registry = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.32" } -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.32" } +xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.37" } # local dependencies cfg-primitives = { path = "../primitives", default-features = false } cfg-traits = { path = "../traits", default-features = false } [dev-dependencies] -frame-support = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } [features] default = ["std"] diff --git a/libs/utils/Cargo.toml b/libs/utils/Cargo.toml index 5178850f88..9efea11c44 100644 --- a/libs/utils/Cargo.toml +++ b/libs/utils/Cargo.toml @@ -12,14 +12,14 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"], default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } scale-info = { version = "2.0", default-features = false, features = ["derive"] } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } [features] default = ["std"] diff --git a/pallets/anchors/Cargo.toml b/pallets/anchors/Cargo.toml index 80cb8c1ab3..08db42014d 100644 --- a/pallets/anchors/Cargo.toml +++ b/pallets/anchors/Cargo.toml @@ -16,26 +16,26 @@ scale-info = { version = "2.3.0", default-features = false, features = ["derive" serde = { version = "1.0.119" } cfg-traits = { path = "../../libs/traits", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-arithmetic = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } # optional dependencies for benchmarking cfg-utils = { path = "../../libs/utils", default-features = false, optional = true } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.32" } -pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.37" } +pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } [dev-dependencies] -pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } +pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } +pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } +sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } cfg-mocks = { path = "../../libs/mocks" } diff --git a/pallets/bridge-mapping/Cargo.toml b/pallets/bridge-mapping/Cargo.toml index d7589392cf..ee5b99279f 100644 --- a/pallets/bridge-mapping/Cargo.toml +++ b/pallets/bridge-mapping/Cargo.toml @@ -12,13 +12,13 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"], default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } scale-info = { version = "2.3.0", default-features = false, features = ["derive"] } [dev-dependencies] cfg-primitives = { path = "../../libs/primitives" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } [features] default = ["std"] diff --git a/pallets/bridge/Cargo.toml b/pallets/bridge/Cargo.toml index 2f417ad3db..0d2821d6f8 100644 --- a/pallets/bridge/Cargo.toml +++ b/pallets/bridge/Cargo.toml @@ -13,12 +13,12 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.0", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } scale-info = { version = "2.3.0", default-features = false, features = ["derive"] } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } cfg-traits = { path = "../../libs/traits", default-features = false } chainbridge = { git = "https://github.com/centrifuge/chainbridge-substrate.git", default-features = false, branch = "polkadot-v0.9.32" } @@ -26,14 +26,14 @@ chainbridge = { git = "https://github.com/centrifuge/chainbridge-substrate.git", [dev-dependencies] cfg-primitives = { path = "../../libs/primitives" } cfg-types = { path = "../../libs/types" } -pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } +pallet-authorship = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } pallet-fees = { path = "../fees" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } runtime-common = { path = "../../runtime/common" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } [features] default = ["std"] diff --git a/pallets/claims/Cargo.toml b/pallets/claims/Cargo.toml index 420292c63a..7c4ad705b8 100644 --- a/pallets/claims/Cargo.toml +++ b/pallets/claims/Cargo.toml @@ -13,19 +13,19 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.0", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } scale-info = { version = "2.3.0", default-features = false, features = ["derive"] } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } [dev-dependencies] cfg-primitives = { path = "../../libs/primitives", default_features = true } cfg-types = { path = "../../libs/types", default_features = true } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } [features] default = ["std"] diff --git a/pallets/collator-allowlist/Cargo.toml b/pallets/collator-allowlist/Cargo.toml index 2644e072df..38dc584e14 100644 --- a/pallets/collator-allowlist/Cargo.toml +++ b/pallets/collator-allowlist/Cargo.toml @@ -12,19 +12,19 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"], default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } scale-info = { version = "2.3.0", default-features = false, features = ["derive"] } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } # optional dependencies for benchmarking -frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.32" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.37" } [dev-dependencies] -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } [features] default = ["std"] diff --git a/pallets/connectors/Cargo.toml b/pallets/connectors/Cargo.toml index c45bb4061f..e84051b8f7 100644 --- a/pallets/connectors/Cargo.toml +++ b/pallets/connectors/Cargo.toml @@ -13,22 +13,22 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"], default-features = false } ethabi = { version = "16.0", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } hex = { version = "0.4.3", default_features = false } orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.32" } scale-info = { version = "2.3.0", default-features = false, features = ["derive"] } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } # Substrate crates -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } # Optional dependencies for benchmarking -frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.32" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.37" } orml-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, optional = true, branch = "polkadot-v0.9.32" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.32" } -pallet-uniques = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.32" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.37" } +pallet-uniques = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.37" } # Our custom pallets cfg-primitives = { path = "../../libs/primitives", default-features = false } @@ -37,7 +37,7 @@ cfg-types = { path = "../../libs/types", default-features = false } cfg-utils = { path = "../../libs/utils", default-features = false } # Polkadot -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.32" } +xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.37" } pallet-ethereum = { git = "https://github.com/PureStake/frontier", default-features = false, branch = "moonbeam-polkadot-v0.9.32" } pallet-xcm-transactor = { git = "https://github.com/PureStake/moonbeam", default-features = false, rev = "621220fb0b7a491256b27d70c93ac507ba6519ce" } @@ -54,11 +54,11 @@ pallet-permissions = { path = "../permissions", default-features = true } pallet-pool-system = { path = "../pool-system", default-features = true } # Substrate crates & pallets -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } -pallet-uniques = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } +pallet-uniques = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } # Orml crates orml-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = true, branch = "polkadot-v0.9.32" } diff --git a/pallets/crowdloan-claim/Cargo.toml b/pallets/crowdloan-claim/Cargo.toml index 3e3cc663f6..b15b044db1 100644 --- a/pallets/crowdloan-claim/Cargo.toml +++ b/pallets/crowdloan-claim/Cargo.toml @@ -17,15 +17,15 @@ codec = { package = "parity-scale-codec", version = "3.0", default-features = fa scale-info = { version = "2.3.0", default-features = false, features = ["derive"] } # Substrate dependencies -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } # optional dependencies for benchmarking -frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.32" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.37" } # Local dependencies cfg-traits = { path = "../../libs/traits", default_features = false } @@ -35,10 +35,10 @@ proofs = { path = "../../libs/proofs", default_features = false } [dev-dependencies] hex = { version = "0.4.3", default_features = true } pallet-crowdloan-reward = { path = "../crowdloan-reward", default_features = true } -pallet-vesting = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } -sp-keyring = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } -sp-trie = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } +pallet-vesting = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } +sp-keyring = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } +sp-trie = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } [features] default = ["std"] diff --git a/pallets/crowdloan-reward/Cargo.toml b/pallets/crowdloan-reward/Cargo.toml index 7dec025e9a..d7e7c8bbb0 100644 --- a/pallets/crowdloan-reward/Cargo.toml +++ b/pallets/crowdloan-reward/Cargo.toml @@ -17,23 +17,23 @@ codec = { package = "parity-scale-codec", version = "3.0", default-features = fa scale-info = { version = "2.3.0", default-features = false, features = ["derive"] } # Substrae dependencies -frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.32" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-vesting = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.37" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-vesting = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } # Local dependencies cfg-traits = { path = "../../libs/traits", default_features = false } [dev-dependencies] cfg-types = { path = "../../libs/types", default_features = true } -pallet-vesting = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +pallet-vesting = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } serde = { version = "1.0.119" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } [features] default = ["std"] diff --git a/pallets/fees/Cargo.toml b/pallets/fees/Cargo.toml index fc1b7b70a5..d0467ec16e 100644 --- a/pallets/fees/Cargo.toml +++ b/pallets/fees/Cargo.toml @@ -16,21 +16,21 @@ scale-info = { version = "2.3.0", default-features = false, features = ["derive" cfg-traits = { path = "../../libs/traits", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } # optional dependencies for benchmarking -frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.32" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.37" } [dev-dependencies] -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } -pallet-treasury = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } +pallet-treasury = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } [features] default = ["std"] diff --git a/pallets/interest-accrual/Cargo.toml b/pallets/interest-accrual/Cargo.toml index 33c0c13138..2c359d140f 100644 --- a/pallets/interest-accrual/Cargo.toml +++ b/pallets/interest-accrual/Cargo.toml @@ -15,15 +15,15 @@ codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive log = { version = "0.4.0", default-features = false } scale-info = { version = "2.3.0", default-features = false, features = ["derive"] } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.32" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.37" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-arithmetic = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } cfg-primitives = { path = "../../libs/primitives", default-features = false } cfg-traits = { path = "../../libs/traits", default-features = false } diff --git a/pallets/investments/Cargo.toml b/pallets/investments/Cargo.toml index 8984cd4517..8a5f487f14 100644 --- a/pallets/investments/Cargo.toml +++ b/pallets/investments/Cargo.toml @@ -18,26 +18,26 @@ serde = { version = "1.0.119" } cfg-primitives = { path = "../../libs/primitives", default-features = false } cfg-traits = { path = "../../libs/traits", default-features = false } cfg-types = { path = "../../libs/types", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } # Benchmarking dependencies - optional -frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.32" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.37" } [dev-dependencies] cfg-test-utils = { path = "../../libs/test-utils", default-features = true } cfg-types = { path = "../../libs/types", default-features = true } orml-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = true, branch = "polkadot-v0.9.32" } orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = true, branch = "polkadot-v0.9.32" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } pallet-restricted-tokens = { path = "../../pallets/restricted-tokens", default-features = true } rand = "0.8.5" runtime-common = { path = "../../runtime/common", default-features = true } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } +sp-arithmetic = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } [features] default = ["std"] diff --git a/pallets/keystore/Cargo.toml b/pallets/keystore/Cargo.toml index 8eb140c151..359065d1c1 100644 --- a/pallets/keystore/Cargo.toml +++ b/pallets/keystore/Cargo.toml @@ -14,16 +14,16 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"], default-features = false } scale-info = { version = "2.3.0", default-features = false, features = ["derive"] } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.32" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.37" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } [dev-dependencies] -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } [features] default = ["std"] diff --git a/pallets/liquidity-rewards/Cargo.toml b/pallets/liquidity-rewards/Cargo.toml index 23e65514d0..2f8f9995fa 100644 --- a/pallets/liquidity-rewards/Cargo.toml +++ b/pallets/liquidity-rewards/Cargo.toml @@ -14,19 +14,19 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] cfg-traits = { path = "../../libs/traits", default-features = false } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } num-traits = { version = "0.2", default-features = false } scale-info = { version = "2.3.0", default-features = false, features = ["derive"] } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } # optional dependencies for benchmarking -frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.32" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.37" } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } [features] default = ["std"] diff --git a/pallets/loans/Cargo.toml b/pallets/loans/Cargo.toml index 545b65f20d..acbe84d84e 100644 --- a/pallets/loans/Cargo.toml +++ b/pallets/loans/Cargo.toml @@ -15,12 +15,12 @@ codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive scale-info = { version = "2.3.0", default-features = false, features = ["derive"] } serde = { version = "1.0.119" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-arithmetic = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } # our pallets cfg-primitives = { path = "../../libs/primitives", default-features = false } @@ -33,28 +33,28 @@ pallet-pool-system = { path = "../pool-system", default-features = false } # optional dependencies for benchmarking cfg-test-utils = { path = "../../libs/test-utils", default-features = false, optional = true } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.32" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.37" } orml-asset-registry = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.32" } orml-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, optional = true, branch = "polkadot-v0.9.32" } orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, optional = true, branch = "polkadot-v0.9.32" } -pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.32" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.32" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.32" } -pallet-uniques = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.32" } +pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.37" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.37" } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.37" } +pallet-uniques = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.37" } [dev-dependencies] -pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } -pallet-uniques = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } +pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } +pallet-uniques = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } +sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } orml-asset-registry = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = true, branch = "polkadot-v0.9.32" } orml-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = true, branch = "polkadot-v0.9.32" } orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = true, branch = "polkadot-v0.9.32" } -xcm = { git = "https://github.com/paritytech/polkadot", default-features = true, branch = "release-v0.9.32" } +xcm = { git = "https://github.com/paritytech/polkadot", default-features = true, branch = "release-v0.9.37" } cfg-test-utils = { path = "../../libs/test-utils", default-features = true } pallet-pool-system = { path = "../pool-system", default-features = true } diff --git a/pallets/migration/Cargo.toml b/pallets/migration/Cargo.toml index 3984f39c5b..9f19e39717 100644 --- a/pallets/migration/Cargo.toml +++ b/pallets/migration/Cargo.toml @@ -14,16 +14,16 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"], default-features = false } scale-info = { version = "2.3.0", default-features = false, features = ["derive"] } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.32" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-proxy = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-vesting = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.37" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-proxy = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-vesting = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } [dev-dependencies] hex = "0.4.3" diff --git a/pallets/nft-sales/Cargo.toml b/pallets/nft-sales/Cargo.toml index 4bc2e4329c..ea8872c3f7 100644 --- a/pallets/nft-sales/Cargo.toml +++ b/pallets/nft-sales/Cargo.toml @@ -12,27 +12,27 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"], default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } scale-info = { version = "2.3.0", default-features = false, features = ["derive"] } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } # Optional dependencies for benchmarking cfg-primitives = { path = "../../libs/primitives", default-features = false, optional = true } cfg-types = { path = "../../libs/types", default-features = false, optional = true } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.32" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.37" } orml-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, optional = true, branch = "polkadot-v0.9.32" } orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, optional = true, branch = "polkadot-v0.9.32" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.32" } -pallet-uniques = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.32" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.37" } +pallet-uniques = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.37" } [dev-dependencies] # Substrate crates & pallets -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } -pallet-uniques = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } +pallet-uniques = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } # Orml crates orml-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = true, branch = "polkadot-v0.9.32" } diff --git a/pallets/nft/Cargo.toml b/pallets/nft/Cargo.toml index aa9b9c73fd..e94353152a 100644 --- a/pallets/nft/Cargo.toml +++ b/pallets/nft/Cargo.toml @@ -14,15 +14,15 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] # Substrate dependencies codec = { package = "parity-scale-codec", version = "3.0", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.32" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.37" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } scale-info = { version = "2.3.0", default-features = false, features = ["derive"] } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } # Centrifuge Chain dependencies cfg-primitives = { path = "../../libs/primitives", default-features = false } @@ -35,13 +35,13 @@ proofs = { path = "../../libs/proofs", default-features = false } [dev-dependencies] # Testing and mocking dependencies pallet-anchors = { path = "../anchors", default-features = true } -pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } +pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } proofs = { path = "../../libs/proofs", default-features = true } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } cfg-mocks = { path = "../../libs/mocks" } diff --git a/pallets/permissions/Cargo.toml b/pallets/permissions/Cargo.toml index c312585e4d..d3f689b1e7 100644 --- a/pallets/permissions/Cargo.toml +++ b/pallets/permissions/Cargo.toml @@ -16,11 +16,11 @@ codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive scale-info = { version = "2.3.0", default-features = false, features = ["derive"] } cfg-traits = { path = "../../libs/traits", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.32" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.37" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } # benchmarking cfg-types = { path = "../../libs/types", default-features = false, optional = true } diff --git a/pallets/pool-registry/Cargo.toml b/pallets/pool-registry/Cargo.toml index ef51433658..247327f87e 100644 --- a/pallets/pool-registry/Cargo.toml +++ b/pallets/pool-registry/Cargo.toml @@ -14,19 +14,19 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", version = "3.0.0", features = ["derive"], default-features = false } scale-info = { version = "2.3.0", default-features = false, features = ["derive"] } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } orml-asset-registry = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.32" } orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.32" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } # Our own pallets pallet-pool-system = { path = "../pool-system", default-features = false } # Benchmarking dependencies - optional -frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.32" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.37" } pallet-investments = { path = "../investments", default-features = false, optional = true } cfg-primitives = { path = "../../libs/primitives", default-features = false } @@ -36,15 +36,15 @@ cfg-types = { path = "../../libs/types", default-features = false } [dev-dependencies] cfg-test-utils = { path = "../../libs/test-utils", default-features = true } orml-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = true, branch = "polkadot-v0.9.32" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } pallet-permissions = { path = "../../pallets/permissions", default-features = true } pallet-pool-system = { path = "../pool-system", default-features = true } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } -parachain-info = { git = "https://github.com/paritytech/cumulus", default-features = true, branch = "polkadot-v0.9.32" } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } +parachain-info = { git = "https://github.com/paritytech/cumulus", default-features = true, branch = "polkadot-v0.9.37" } serde = { version = "1.0.102" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.32" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } +xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.37" } [features] default = ["std"] diff --git a/pallets/pool-system/Cargo.toml b/pallets/pool-system/Cargo.toml index 80b712ebeb..97fbe100d8 100644 --- a/pallets/pool-system/Cargo.toml +++ b/pallets/pool-system/Cargo.toml @@ -20,33 +20,33 @@ serde = { version = "1.0.119" } cfg-primitives = { path = "../../libs/primitives", default-features = false } cfg-traits = { path = "../../libs/traits", default-features = false } cfg-types = { path = "../../libs/types", default-features = false } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.32" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-arithmetic = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } orml-asset-registry = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.32" } pallet-permissions = { path = "../../pallets/permissions", default-features = false } -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.32" } -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.32" } +polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.37" } +xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.37" } # Benchmarking dependencies - optional -frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.32" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.37" } pallet-investments = { path = "../../pallets/investments", default-features = false, optional = true } [dev-dependencies] cfg-test-utils = { path = "../../libs/test-utils", default-features = true } orml-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = true, branch = "polkadot-v0.9.32" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } pallet-investments = { path = "../../pallets/investments", default-features = true } pallet-restricted-tokens = { path = "../../pallets/restricted-tokens", default-features = true } -parachain-info = { git = "https://github.com/paritytech/cumulus", default-features = true, branch = "polkadot-v0.9.32" } +parachain-info = { git = "https://github.com/paritytech/cumulus", default-features = true, branch = "polkadot-v0.9.37" } rand = "0.8.5" -sp-core = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } [features] default = ["std"] diff --git a/pallets/restricted-tokens/Cargo.toml b/pallets/restricted-tokens/Cargo.toml index d53f86defe..9addea3e44 100644 --- a/pallets/restricted-tokens/Cargo.toml +++ b/pallets/restricted-tokens/Cargo.toml @@ -17,26 +17,26 @@ scale-info = { version = "2.3.0", default-features = false, features = ["derive" serde = { version = "1.0.119" } cfg-traits = { path = "../../libs/traits", default-features = false } -frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.32" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.32" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.37" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.37" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } ## Benchmarkind dependencies cfg-primitives = { path = "../../libs/primitives", default-features = false, optional = false } cfg-types = { path = "../../libs/types", default-features = false, optional = true } orml-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, optional = true, branch = "polkadot-v0.9.32" } orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, optional = true, branch = "polkadot-v0.9.32" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.32" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.37" } pallet-permissions = { path = "../permissions", default-features = false, optional = true } [dev-dependencies] cfg-types = { path = "../../libs/types", default-features = true } orml-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = true, branch = "polkadot-v0.9.32" } orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = true, branch = "polkadot-v0.9.32" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } [features] default = ["std"] diff --git a/pallets/rewards/Cargo.toml b/pallets/rewards/Cargo.toml index d6e23e3848..3e8c12b4f0 100644 --- a/pallets/rewards/Cargo.toml +++ b/pallets/rewards/Cargo.toml @@ -14,20 +14,20 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] cfg-traits = { path = "../../libs/traits", default-features = false } codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } num-traits = { version = "0.2", default-features = false } scale-info = { version = "2.3.0", default-features = false, features = ["derive"] } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } [dev-dependencies] lazy_static = "1.4" orml-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.32" } orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.32" } serde = "1.0" -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } [features] default = ["std"] diff --git a/runtime/altair/Cargo.toml b/runtime/altair/Cargo.toml index 1c61f0f1a8..fbbe0b2a0e 100644 --- a/runtime/altair/Cargo.toml +++ b/runtime/altair/Cargo.toml @@ -17,66 +17,66 @@ serde = { version = "1.0.119", optional = true } static_assertions = "1.1.0" # parachain -cumulus-pallet-aura-ext = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.32" } -cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.32" } -cumulus-pallet-parachain-system = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.32" } -cumulus-pallet-xcm = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.32" } -cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.32" } -cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.32" } -cumulus-primitives-timestamp = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.32" } -cumulus-primitives-utility = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.32" } -pallet-collator-selection = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.32" } -parachain-info = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.32" } +cumulus-pallet-aura-ext = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.37" } +cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.37" } +cumulus-pallet-parachain-system = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.37" } +cumulus-pallet-xcm = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.37" } +cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.37" } +cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.37" } +cumulus-primitives-timestamp = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.37" } +cumulus-primitives-utility = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.37" } +pallet-collator-selection = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.37" } +parachain-info = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.37" } # polkadot dependencies -pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.32" } -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.32" } -polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.32" } -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.32" } -xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.32" } -xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.32" } +pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.37" } +polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.37" } +polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.37" } +xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.37" } +xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.37" } +xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.37" } # primitives -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } # frame dependencies -frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.32" } -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.32" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.32" } -pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-collective = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-democracy = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-identity = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-multisig = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-preimage = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-proxy = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-scheduler = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false, features = ["historical"], branch = "polkadot-v0.9.32" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-treasury = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-uniques = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-utility = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-vesting = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.37" } +frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.37" } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +frame-try-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.37" } +pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-collective = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-democracy = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-identity = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-multisig = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-preimage = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-proxy = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-scheduler = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false, features = ["historical"], branch = "polkadot-v0.9.37" } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-treasury = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-uniques = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-utility = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-vesting = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } # orml pallets orml-asset-registry = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.32" } @@ -107,7 +107,7 @@ pallet-restricted-tokens = { path = "../../pallets/restricted-tokens", default-f runtime-common = { path = "../common", default-features = false } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } +substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } [features] default = ["std"] diff --git a/runtime/centrifuge/Cargo.toml b/runtime/centrifuge/Cargo.toml index 5791d74f80..b5c7b48fd7 100644 --- a/runtime/centrifuge/Cargo.toml +++ b/runtime/centrifuge/Cargo.toml @@ -16,66 +16,66 @@ scale-info = { version = "2.3.0", default-features = false, features = ["derive" static_assertions = "1.1.0" # parachain -cumulus-pallet-aura-ext = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.32" } -cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.32" } -cumulus-pallet-parachain-system = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.32" } -cumulus-pallet-xcm = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.32" } -cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.32" } -cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.32" } -cumulus-primitives-timestamp = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.32" } -cumulus-primitives-utility = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.32" } -pallet-collator-selection = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.32" } -parachain-info = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.32" } +cumulus-pallet-aura-ext = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.37" } +cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.37" } +cumulus-pallet-parachain-system = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.37" } +cumulus-pallet-xcm = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.37" } +cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.37" } +cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.37" } +cumulus-primitives-timestamp = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.37" } +cumulus-primitives-utility = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.37" } +pallet-collator-selection = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.37" } +parachain-info = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.37" } # polkadot dependencies -pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.32" } -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.32" } -polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.32" } -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.32" } -xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.32" } -xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.32" } +pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.37" } +polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.37" } +polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.37" } +xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.37" } +xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.37" } +xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.37" } # primitives -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } # frame dependencies -frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.32" } -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.32" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.32" } -pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-collective = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-democracy = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-identity = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-multisig = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-preimage = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-proxy = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-scheduler = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false, features = ["historical"], branch = "polkadot-v0.9.32" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-treasury = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-utility = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-vesting = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.37" } +frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.37" } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +frame-try-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.37" } +pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-collective = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-democracy = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-identity = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-multisig = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-preimage = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-proxy = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-scheduler = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false, features = ["historical"], branch = "polkadot-v0.9.37" } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-treasury = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-utility = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-vesting = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } # Orml pallets orml-asset-registry = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.32" } @@ -105,7 +105,7 @@ runtime-common = { path = "../common", default-features = false } chainbridge = { git = "https://github.com/centrifuge/chainbridge-substrate.git", default-features = false, branch = "polkadot-v0.9.32" } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } +substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } [features] default = ["std"] diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index 8c76226952..995274ed1b 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -14,19 +14,19 @@ smallvec = "1.6.1" codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } scale-info = { version = "2.3.0", default-features = false, features = ["derive"] } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-treasury = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-treasury = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-arithmetic = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } # Polkadot dependencies -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.32" } +xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.37" } # ORML dependencies orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.32" } @@ -38,7 +38,7 @@ pallet-anchors = { path = "../../pallets/anchors", default-features = false } pallet-pool-system = { path = "../../pallets/pool-system", default-features = false } [dev-dependencies] -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } [features] default = ["std"] diff --git a/runtime/development/Cargo.toml b/runtime/development/Cargo.toml index 8836ad7f79..2025afe610 100644 --- a/runtime/development/Cargo.toml +++ b/runtime/development/Cargo.toml @@ -18,68 +18,68 @@ serde = { version = "1.0.119", optional = true } static_assertions = "1.1.0" # parachain -cumulus-pallet-aura-ext = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.32" } -cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.32" } -cumulus-pallet-parachain-system = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.32" } -cumulus-pallet-xcm = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.32" } -cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.32" } -cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.32" } -cumulus-primitives-timestamp = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.32" } -cumulus-primitives-utility = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.32" } -pallet-collator-selection = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.32" } -parachain-info = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.32" } +cumulus-pallet-aura-ext = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.37" } +cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.37" } +cumulus-pallet-parachain-system = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.37" } +cumulus-pallet-xcm = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.37" } +cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.37" } +cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.37" } +cumulus-primitives-timestamp = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.37" } +cumulus-primitives-utility = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.37" } +pallet-collator-selection = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.37" } +parachain-info = { git = "https://github.com/paritytech/cumulus", default-features = false, branch = "polkadot-v0.9.37" } # polkadot dependencies -pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.32" } -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.32" } -polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.32" } -xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.32" } -xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.32" } -xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.32" } +pallet-xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.37" } +polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.37" } +polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.37" } +xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.37" } +xcm-builder = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.37" } +xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.37" } # primitives -sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +sp-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-block-builder = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-core = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-inherents = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-io = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-offchain = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-session = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-transaction-pool = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-version = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } # frame dependencies -frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.32" } -frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.32" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -frame-try-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.32" } -pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-collective = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-democracy = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-identity = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-multisig = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-preimage = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-proxy = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-scheduler = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false, features = ["historical"], branch = "polkadot-v0.9.32" } -pallet-sudo = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-treasury = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-uniques = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-utility = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-vesting = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.37" } +frame-executive = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +frame-system-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.37" } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +frame-try-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.37" } +pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-authorship = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-collective = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-democracy = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-elections-phragmen = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-identity = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-multisig = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-preimage = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-proxy = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-randomness-collective-flip = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-scheduler = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-session = { git = "https://github.com/paritytech/substrate", default-features = false, features = ["historical"], branch = "polkadot-v0.9.37" } +pallet-sudo = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-treasury = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-uniques = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-utility = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-vesting = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } # orml pallets orml-asset-registry = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.32" } @@ -125,7 +125,7 @@ pallet-xcm-transactor = { git = "https://github.com/PureStake/moonbeam", default xcm-primitives = { git = "https://github.com/PureStake/moonbeam", default-features = false, rev = "621220fb0b7a491256b27d70c93ac507ba6519ce" } [build-dependencies] -substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } +substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } [features] default = ["std"] diff --git a/runtime/integration-tests/Cargo.toml b/runtime/integration-tests/Cargo.toml index 998e929193..206b2a0249 100644 --- a/runtime/integration-tests/Cargo.toml +++ b/runtime/integration-tests/Cargo.toml @@ -18,48 +18,48 @@ tracing-subscriber = "0.2" # Substrate ## Substrate-Frame -frame-benchmarking = { git = "https://github.com/paritytech/substrate", optional = true, branch = "polkadot-v0.9.32" } -frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -pallet-uniques = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", optional = true, branch = "polkadot-v0.9.37" } +frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +pallet-uniques = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } ## Substrate-Primitives -sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -sp-authorship = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -sp-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } +sp-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +sp-authorship = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +sp-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +sp-consensus-slots = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +sp-inherents = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } ## Substrate-Client -node-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -sc-consensus-uncles = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -sc-service = { git = "https://github.com/paritytech/substrate", features = ["rocksdb", "test-helpers"], branch = "polkadot-v0.9.32" } +node-primitives = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +sc-consensus-uncles = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +sc-service = { git = "https://github.com/paritytech/substrate", features = ["rocksdb", "test-helpers"], branch = "polkadot-v0.9.37" } # Polkadot -kusama-runtime = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.32" } -pallet-xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.32" } -polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.32" } -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.32" } -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.32" } -polkadot-runtime = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.32" } -polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.32" } -polkadot-runtime-parachains = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.32" } -rococo-runtime = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.32" } -xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.32" } +kusama-runtime = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.37" } +pallet-xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.37" } +polkadot-core-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.37" } +polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.37" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.37" } +polkadot-runtime = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.37" } +polkadot-runtime-common = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.37" } +polkadot-runtime-parachains = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.37" } +rococo-runtime = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.37" } +xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.37" } # Cumulus -cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.32" } -parachain-info = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.32" } +cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.37" } +parachain-info = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.37" } # Orml pallets orml-asset-registry = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.32" } @@ -91,9 +91,9 @@ pallet-pool-registry = { path = "../../pallets/pool-registry" } pallet-pool-system = { path = "../../pallets/pool-system" } pallet-rewards = { path = "../../pallets/rewards" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.32" } -xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = true, branch = "release-v0.9.32" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } +xcm-executor = { git = "https://github.com/paritytech/polkadot", default-features = true, branch = "release-v0.9.37" } [features] default = ["runtime-development"] From a7064042359f719c0ede30cd98f4c90e2d45e485 Mon Sep 17 00:00:00 2001 From: nuno Date: Thu, 9 Mar 2023 10:20:39 +0100 Subject: [PATCH 02/55] cargo update --- Cargo.lock | 1483 +++++++++++++++++++++++++++------------------------- 1 file changed, 783 insertions(+), 700 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4a81ef80eb..be05adec67 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -18,7 +18,16 @@ version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b" dependencies = [ - "gimli", + "gimli 0.26.2", +] + +[[package]] +name = "addr2line" +version = "0.19.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97" +dependencies = [ + "gimli 0.27.2", ] [[package]] @@ -148,7 +157,7 @@ dependencies = [ "pallet-vesting", "pallet-xcm", "parachain-info", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "polkadot-parachain", "polkadot-runtime-common", "runtime-common", @@ -198,9 +207,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.66" +version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6" +checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800" [[package]] name = "approx" @@ -328,12 +337,11 @@ dependencies = [ [[package]] name = "async-lock" -version = "2.6.0" +version = "2.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8101efe8695a6c17e02911402145357e718ac92d3ff88ae8419e84b1707b685" +checksum = "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7" dependencies = [ "event-listener", - "futures-lite", ] [[package]] @@ -405,9 +413,9 @@ checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524" [[package]] name = "async-trait" -version = "0.1.59" +version = "0.1.66" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "31e6e93155431f3931513b243d371981bb2770112b370c82745a1d19d2f99364" +checksum = "b84f9ebcc6c1f5b8cb160f6990096a5c127f423fcb6e1ccc46c370cbdfb75dfc" dependencies = [ "proc-macro2", "quote", @@ -429,9 +437,9 @@ dependencies = [ [[package]] name = "atomic-waker" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a" +checksum = "debc29dde2e69f9e47506b525f639ed42300fc014a3e007832592448fa8e4599" [[package]] name = "atty" @@ -464,16 +472,16 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "backtrace" -version = "0.3.66" +version = "0.3.67" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7" +checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca" dependencies = [ - "addr2line", + "addr2line 0.19.0", "cc", "cfg-if 1.0.0", "libc", - "miniz_oxide 0.5.4", - "object", + "miniz_oxide", + "object 0.30.3", "rustc-demangle", ] @@ -501,11 +509,17 @@ version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" +[[package]] +name = "base64" +version = "0.21.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a" + [[package]] name = "base64ct" -version = "1.5.3" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b645a089122eccb6111b4f81cbc1a49f5900ac4666bb93ac027feaecf15607bf" +checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" [[package]] name = "beef" @@ -528,7 +542,7 @@ dependencies = [ "futures", "futures-timer", "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "parking_lot 0.12.1", "sc-chain-spec", "sc-client-api", @@ -563,7 +577,7 @@ dependencies = [ "futures", "jsonrpsee", "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "parking_lot 0.12.1", "sc-rpc", "sc-utils", @@ -588,7 +602,7 @@ name = "beefy-primitives" version = "4.0.0-dev" source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" dependencies = [ - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "serde", "sp-api", @@ -611,9 +625,9 @@ dependencies = [ [[package]] name = "bindgen" -version = "0.60.1" +version = "0.64.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "062dddbc1ba4aca46de6338e2bf87771414c335f7b2f2036e8f3e9befebf88e6" +checksum = "c4243e6031260db77ede97ad86c27e501d646a27ab57b59a574f725d98ab1fb4" dependencies = [ "bitflags", "cexpr", @@ -626,6 +640,7 @@ dependencies = [ "regex", "rustc-hash", "shlex", + "syn", ] [[package]] @@ -660,9 +675,9 @@ dependencies = [ [[package]] name = "blake2" -version = "0.10.5" +version = "0.10.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b12e5fd123190ce1c2e559308a94c9bacad77907d4c6005d9e58fe1a0689e55e" +checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe" dependencies = [ "digest 0.10.6", ] @@ -679,24 +694,24 @@ dependencies = [ [[package]] name = "blake2b_simd" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72936ee4afc7f8f736d1c38383b56480b5497b4617b4a77bdbf1d2ababc76127" +checksum = "3c2f0dc9a68c6317d884f97cc36cf5a3d20ba14ce404227df55e1af708ab04bc" dependencies = [ "arrayref", "arrayvec 0.7.2", - "constant_time_eq 0.1.5", + "constant_time_eq 0.2.4", ] [[package]] name = "blake2s_simd" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db539cc2b5f6003621f1cd9ef92d7ded8ea5232c7de0f9faa2de251cd98730d4" +checksum = "6637f448b9e61dfadbdcbae9a885fadee1f3eaffb1f8d3c1965d3ade8bdfd44f" dependencies = [ "arrayref", "arrayvec 0.7.2", - "constant_time_eq 0.1.5", + "constant_time_eq 0.2.4", ] [[package]] @@ -737,9 +752,9 @@ dependencies = [ [[package]] name = "block-buffer" -version = "0.10.3" +version = "0.10.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e" +checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" dependencies = [ "generic-array 0.14.6", ] @@ -790,11 +805,12 @@ checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3" [[package]] name = "bstr" -version = "0.2.17" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223" +checksum = "5ffdb39cb703212f3c11973452c2861b972f757b021158f3516ba10f2fa8b2c1" dependencies = [ "memchr", + "serde", ] [[package]] @@ -808,9 +824,9 @@ dependencies = [ [[package]] name = "bumpalo" -version = "3.11.1" +version = "3.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba" +checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535" [[package]] name = "byte-slice-cast" @@ -832,9 +848,9 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" [[package]] name = "bytes" -version = "1.3.0" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c" +checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" [[package]] name = "bzip2-sys" @@ -849,9 +865,9 @@ dependencies = [ [[package]] name = "camino" -version = "1.1.1" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88ad0e1e3e88dd237a156ab9f571021b8a158caa0ae44b1968a241efb5144c1e" +checksum = "6031a462f977dd38968b6f23378356512feeace69cef817e1a4475108093cec3" dependencies = [ "serde", ] @@ -873,16 +889,16 @@ checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa" dependencies = [ "camino", "cargo-platform", - "semver 1.0.14", + "semver 1.0.16", "serde", "serde_json", ] [[package]] name = "cc" -version = "1.0.77" +version = "1.0.79" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9f73505338f7d905b19d18738976aae232eb46b8efc15554ffc56deb5d9ebe4" +checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" dependencies = [ "jobserver", ] @@ -916,7 +932,7 @@ dependencies = [ "pallet-pool-system", "pallet-transaction-payment", "pallet-transaction-payment-rpc", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "polkadot-cli", "polkadot-primitives", "polkadot-service", @@ -1021,7 +1037,7 @@ dependencies = [ "pallet-vesting", "pallet-xcm", "parachain-info", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "polkadot-parachain", "polkadot-runtime-common", "runtime-common", @@ -1085,7 +1101,7 @@ dependencies = [ "frame-support", "frame-system", "mock-builder", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-std", ] @@ -1098,7 +1114,7 @@ dependencies = [ "frame-support", "frame-system", "pallet-collective", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "serde", "sp-consensus-aura", @@ -1117,7 +1133,7 @@ dependencies = [ "frame-benchmarking", "frame-support", "frame-system", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "serde", "sp-runtime", @@ -1135,7 +1151,7 @@ dependencies = [ "lazy_static", "mockall", "orml-traits", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-arithmetic", "sp-runtime", @@ -1151,7 +1167,7 @@ dependencies = [ "cfg-traits", "frame-support", "orml-asset-registry", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "serde", "sp-arithmetic", @@ -1168,7 +1184,7 @@ dependencies = [ "frame-system", "pallet-aura", "pallet-timestamp", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-consensus-aura", "sp-runtime", @@ -1215,7 +1231,7 @@ dependencies = [ "frame-support", "frame-system", "pallet-balances", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "serde", "sp-core", @@ -1273,9 +1289,9 @@ dependencies = [ [[package]] name = "clang-sys" -version = "1.4.0" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa2e27ae6ab525c3d369ded447057bca5438d86dc3a68f6faafb8269ba82ebf3" +checksum = "77ed9a53e5d4d9c573ae844bfac6872b159cb1d1585a83b29e7a64b7eef7332a" dependencies = [ "glob", "libc", @@ -1284,9 +1300,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.0.29" +version = "4.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d63b9e9c07271b9957ad22c173bae2a4d9a81127680962039296abcd2f8251d" +checksum = "c3d7ae14b20b94cb02149ed21a86c423859cbe18dc7ed69845cace50e52b40a5" dependencies = [ "bitflags", "clap_derive", @@ -1299,9 +1315,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.0.21" +version = "4.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0177313f9f02afc995627906bbd8967e2be069f5261954222dac78290c2b9014" +checksum = "44bec8e5c9d09e439c4335b1af0abaab56dcf3b94999a936e1bb47b9134288f0" dependencies = [ "heck", "proc-macro-error", @@ -1312,18 +1328,18 @@ dependencies = [ [[package]] name = "clap_lex" -version = "0.3.0" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8" +checksum = "350b9cf31731f9957399229e9b2adc51eeabdfbe9d71d9a0552275fd12710d09" dependencies = [ "os_str_bytes", ] [[package]] name = "coarsetime" -version = "0.1.22" +version = "0.1.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "454038500439e141804c655b4cd1bc6a70bcb95cd2bc9463af5661b6956f0e46" +checksum = "a90d114103adbc625300f346d4d09dfb4ab1c4a8df6868435dd903392ecf4354" dependencies = [ "libc", "once_cell", @@ -1343,9 +1359,9 @@ dependencies = [ [[package]] name = "comfy-table" -version = "6.1.3" +version = "6.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e621e7e86c46fd8a14c32c6ae3cb95656621b4743a27d0cffedb831d46e7ad21" +checksum = "6e7b787b0dc42e8111badfdbe4c3059158ccb2db8780352fa1b01e8ccf45cc4d" dependencies = [ "strum", "strum_macros", @@ -1354,9 +1370,9 @@ dependencies = [ [[package]] name = "concurrent-queue" -version = "2.0.0" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd7bef69dc86e3c610e4e7aed41035e2a7ed12e72dd7530f61327a6579a4390b" +checksum = "c278839b831783b70278b14df4d45e1beb1aad306c07bb796637de9a0e323e8e" dependencies = [ "crossbeam-utils", ] @@ -1450,7 +1466,7 @@ dependencies = [ "cranelift-codegen-shared", "cranelift-entity", "cranelift-isle", - "gimli", + "gimli 0.26.2", "log", "regalloc2", "smallvec", @@ -1537,9 +1553,9 @@ dependencies = [ [[package]] name = "crossbeam-channel" -version = "0.5.6" +version = "0.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521" +checksum = "cf2b3e8478797446514c91ef04bafcb59faba183e621ad488df88983cc14128c" dependencies = [ "cfg-if 1.0.0", "crossbeam-utils", @@ -1547,9 +1563,9 @@ dependencies = [ [[package]] name = "crossbeam-deque" -version = "0.8.2" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc" +checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" dependencies = [ "cfg-if 1.0.0", "crossbeam-epoch", @@ -1558,14 +1574,14 @@ dependencies = [ [[package]] name = "crossbeam-epoch" -version = "0.9.13" +version = "0.9.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a" +checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695" dependencies = [ "autocfg", "cfg-if 1.0.0", "crossbeam-utils", - "memoffset 0.7.1", + "memoffset 0.8.0", "scopeguard", ] @@ -1581,9 +1597,9 @@ dependencies = [ [[package]] name = "crossbeam-utils" -version = "0.8.14" +version = "0.8.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f" +checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b" dependencies = [ "cfg-if 1.0.0", ] @@ -1661,7 +1677,7 @@ version = "0.1.0" source = "git+https://github.com/paritytech//cumulus?rev=6abd385ce49f7feb882218646410feb063404b77#6abd385ce49f7feb882218646410feb063404b77" dependencies = [ "clap", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "sc-chain-spec", "sc-cli", "sc-service", @@ -1679,7 +1695,7 @@ dependencies = [ "cumulus-client-network", "cumulus-primitives-core", "futures", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "parking_lot 0.12.1", "polkadot-node-primitives", "polkadot-node-subsystem", @@ -1702,7 +1718,7 @@ dependencies = [ "cumulus-client-consensus-common", "cumulus-primitives-core", "futures", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "sc-client-api", "sc-consensus", "sc-consensus-aura", @@ -1731,7 +1747,7 @@ dependencies = [ "cumulus-relay-chain-interface", "dyn-clone", "futures", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "polkadot-primitives", "sc-client-api", "sc-consensus", @@ -1751,7 +1767,7 @@ dependencies = [ "cumulus-relay-chain-interface", "futures", "futures-timer", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "parking_lot 0.12.1", "polkadot-node-primitives", "polkadot-parachain", @@ -1774,7 +1790,7 @@ dependencies = [ "cumulus-relay-chain-interface", "futures", "futures-timer", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", @@ -1819,7 +1835,7 @@ dependencies = [ "frame-support", "frame-system", "pallet-aura", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-application-crypto", "sp-consensus-aura", @@ -1836,7 +1852,7 @@ dependencies = [ "frame-support", "frame-system", "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-io", "sp-runtime", @@ -1858,7 +1874,7 @@ dependencies = [ "frame-system", "impl-trait-for-tuples", "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "polkadot-parachain", "scale-info", "sp-core", @@ -1891,7 +1907,7 @@ dependencies = [ "cumulus-primitives-core", "frame-support", "frame-system", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-io", "sp-runtime", @@ -1909,7 +1925,7 @@ dependencies = [ "frame-support", "frame-system", "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "rand_chacha 0.3.1", "scale-info", "sp-runtime", @@ -1923,7 +1939,7 @@ name = "cumulus-primitives-core" version = "0.1.0" source = "git+https://github.com/paritytech//cumulus?rev=6abd385ce49f7feb882218646410feb063404b77#6abd385ce49f7feb882218646410feb063404b77" dependencies = [ - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "polkadot-core-primitives", "polkadot-parachain", "polkadot-primitives", @@ -1942,7 +1958,7 @@ dependencies = [ "cumulus-primitives-core", "cumulus-relay-chain-interface", "cumulus-test-relay-sproof-builder", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "sc-client-api", "scale-info", "sp-api", @@ -1963,7 +1979,7 @@ source = "git+https://github.com/paritytech//cumulus?rev=6abd385ce49f7feb8822186 dependencies = [ "cumulus-primitives-core", "futures", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "sp-inherents", "sp-std", "sp-timestamp", @@ -1977,7 +1993,7 @@ dependencies = [ "cumulus-primitives-core", "frame-support", "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "sp-runtime", "sp-std", "xcm", @@ -2019,7 +2035,7 @@ dependencies = [ "cumulus-primitives-core", "futures", "jsonrpsee-core", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "polkadot-overseer", "polkadot-service", "sc-client-api", @@ -2035,7 +2051,7 @@ version = "0.1.0" source = "git+https://github.com/paritytech//cumulus?rev=6abd385ce49f7feb882218646410feb063404b77#6abd385ce49f7feb882218646410feb063404b77" dependencies = [ "cumulus-primitives-core", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "polkadot-primitives", "sp-runtime", "sp-state-machine", @@ -2070,22 +2086,23 @@ dependencies = [ [[package]] name = "curve25519-dalek" -version = "4.0.0-pre.1" +version = "4.0.0-rc.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4033478fbf70d6acf2655ac70da91ee65852d69daf7a67bf7a2f518fb47aafcf" +checksum = "8da00a7a9a4eb92a0a0f8e75660926d48f0d0f3c537e455c457bcdaa1e16b1ac" dependencies = [ - "byteorder", - "digest 0.9.0", - "rand_core 0.6.4", + "cfg-if 1.0.0", + "fiat-crypto", + "packed_simd_2", + "platforms 3.0.2", "subtle", "zeroize", ] [[package]] name = "cxx" -version = "1.0.83" +version = "1.0.92" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdf07d07d6531bfcdbe9b8b739b104610c6508dcc4d63b410585faf338241daf" +checksum = "9a140f260e6f3f79013b8bfc65e7ce630c9ab4388c6a89c71e07226f49487b72" dependencies = [ "cc", "cxxbridge-flags", @@ -2095,9 +2112,9 @@ dependencies = [ [[package]] name = "cxx-build" -version = "1.0.83" +version = "1.0.92" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d2eb5b96ecdc99f72657332953d4d9c50135af1bac34277801cc3937906ebd39" +checksum = "da6383f459341ea689374bf0a42979739dc421874f112ff26f829b8040b8e613" dependencies = [ "cc", "codespan-reporting", @@ -2110,15 +2127,15 @@ dependencies = [ [[package]] name = "cxxbridge-flags" -version = "1.0.83" +version = "1.0.92" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac040a39517fd1674e0f32177648334b0f4074625b5588a64519804ba0553b12" +checksum = "90201c1a650e95ccff1c8c0bb5a343213bdd317c6e600a93075bca2eff54ec97" [[package]] name = "cxxbridge-macro" -version = "1.0.83" +version = "1.0.92" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1362b0ddcfc4eb0a1f57b68bd77dd99f0e826958a96abd0ae9bd092e114ffed6" +checksum = "0b75aed41bb2e6367cae39e6326ef817a851db13c13e4f3263714ca3cfb8de56" dependencies = [ "proc-macro2", "quote", @@ -2261,7 +2278,7 @@ dependencies = [ "pallet-xcm", "pallet-xcm-transactor", "parachain-info", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "polkadot-parachain", "polkadot-runtime-common", "runtime-common", @@ -2317,7 +2334,7 @@ version = "0.10.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f" dependencies = [ - "block-buffer 0.10.3", + "block-buffer 0.10.4", "crypto-common", "subtle", ] @@ -2387,9 +2404,9 @@ checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650" [[package]] name = "dtoa" -version = "1.0.4" +version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8a6eee2d5d0d113f015688310da018bd1d864d86bd567c8fca9c266889e1bfa" +checksum = "65d09067bfacaa79114679b279d7f5885b53295b1e2cfb4e79c8e4bd3d633169" [[package]] name = "dyn-clonable" @@ -2414,9 +2431,9 @@ dependencies = [ [[package]] name = "dyn-clone" -version = "1.0.9" +version = "1.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f94fa09c2aeea5b8839e414b7b841bf429fd25b9c522116ac97ee87856d88b2" +checksum = "68b0cf012f1230e43cd00ebb729c6bb58707ecfa8ad08b52ef3a4ccd2697fc30" [[package]] name = "ecdsa" @@ -2432,9 +2449,9 @@ dependencies = [ [[package]] name = "ed25519" -version = "1.5.2" +version = "1.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e9c280362032ea4203659fc489832d0204ef09f247a0506f170dafcac08c369" +checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7" dependencies = [ "signature", ] @@ -2469,9 +2486,9 @@ dependencies = [ [[package]] name = "either" -version = "1.8.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797" +checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" [[package]] name = "elliptic-curve" @@ -2525,9 +2542,9 @@ dependencies = [ [[package]] name = "enumn" -version = "0.1.5" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "038b1afa59052df211f9efd58f8b1d84c242935ede1c3dbaed26b018a9e06ae2" +checksum = "1940ea32e14d489b401074558be4567f35ca9507c4628b4b3fd6fe6eb2ca7b88" dependencies = [ "proc-macro2", "quote", @@ -2547,6 +2564,19 @@ dependencies = [ "termcolor", ] +[[package]] +name = "env_logger" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0" +dependencies = [ + "humantime", + "is-terminal", + "log", + "regex", + "termcolor", +] + [[package]] name = "environmental" version = "1.1.4" @@ -2623,7 +2653,7 @@ dependencies = [ "ethereum-types 0.14.1", "hash-db", "hash256-std-hasher", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "rlp", "scale-info", "serde", @@ -2678,7 +2708,7 @@ dependencies = [ "evm-gasometer", "evm-runtime", "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "primitive-types 0.12.1", "rlp", "scale-info", @@ -2692,7 +2722,7 @@ version = "0.37.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "64c51bec0eb68a891c2575c758eaaa1d61373fc51f7caaf216b1fb5c3fea3b5d" dependencies = [ - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "primitive-types 0.12.1", "scale-info", "serde", @@ -2771,9 +2801,9 @@ checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" [[package]] name = "fastrand" -version = "1.8.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499" +checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" dependencies = [ "instant", ] @@ -2822,40 +2852,46 @@ dependencies = [ "subtle", ] +[[package]] +name = "fiat-crypto" +version = "0.1.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "93ace6ec7cc19c8ed33a32eaa9ea692d7faea05006b5356b9e2b668ec4bc3955" + [[package]] name = "file-per-thread-logger" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21e16290574b39ee41c71aeb90ae960c504ebaf1e2a1c87bd52aa56ed6e1a02f" +checksum = "84f2e425d9790201ba4af4630191feac6dcc98765b118d4d18e91d23c2353866" dependencies = [ - "env_logger", + "env_logger 0.10.0", "log", ] [[package]] name = "filetime" -version = "0.2.18" +version = "0.2.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b9663d381d07ae25dc88dbdf27df458faa83a9b25336bcac83d5e452b5fc9d3" +checksum = "8a3de6e8d11b22ff9edc6d916f890800597d60f8b2da1caf2955c274638d6412" dependencies = [ "cfg-if 1.0.0", "libc", "redox_syscall", - "windows-sys 0.42.0", + "windows-sys 0.45.0", ] [[package]] name = "finality-grandpa" -version = "0.16.0" +version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b22349c6a11563a202d95772a68e0fcf56119e74ea8a2a19cf2301460fcd0df5" +checksum = "e24e6c429951433ccb7c87fd528c60084834dcd14763182c1f83291bcde24c34" dependencies = [ "either", "futures", "futures-timer", "log", "num-traits", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "parking_lot 0.12.1", "scale-info", ] @@ -2898,7 +2934,7 @@ checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841" dependencies = [ "crc32fast", "libz-sys", - "miniz_oxide 0.6.2", + "miniz_oxide", ] [[package]] @@ -2921,7 +2957,7 @@ name = "fork-tree" version = "3.0.0" source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" dependencies = [ - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", ] [[package]] @@ -2939,7 +2975,7 @@ version = "2.0.0-dev" source = "git+https://github.com/PureStake/frontier?branch=moonbeam-polkadot-v0.9.32#2b405d4fd5f81b2a4d398a0c3a03b79e39fd2bd5" dependencies = [ "ethereum", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "sp-core", "sp-runtime", "sp-std", @@ -2955,7 +2991,7 @@ dependencies = [ "fp-evm", "frame-support", "num_enum", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "sp-core", "sp-std", ] @@ -2967,7 +3003,7 @@ source = "git+https://github.com/PureStake/frontier?branch=moonbeam-polkadot-v0. dependencies = [ "evm", "frame-support", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "serde", "sp-core", "sp-std", @@ -2981,7 +3017,7 @@ dependencies = [ "ethereum", "ethereum-types 0.14.1", "fp-evm", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-api", "sp-core", @@ -2997,7 +3033,7 @@ source = "git+https://github.com/PureStake/frontier?branch=moonbeam-polkadot-v0. dependencies = [ "ethereum", "frame-support", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "parity-util-mem", "scale-info", "serde", @@ -3009,7 +3045,7 @@ name = "fp-storage" version = "2.0.0" source = "git+https://github.com/PureStake/frontier?branch=moonbeam-polkadot-v0.9.32#2b405d4fd5f81b2a4d398a0c3a03b79e39fd2bd5" dependencies = [ - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "serde", ] @@ -3028,7 +3064,7 @@ dependencies = [ "frame-system", "linregress", "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "paste", "scale-info", "serde", @@ -3064,7 +3100,7 @@ dependencies = [ "linked-hash-map", "log", "memory-db", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "rand 0.8.5", "rand_pcg 0.3.1", "sc-block-builder", @@ -3112,7 +3148,7 @@ dependencies = [ "frame-election-provider-solution-type", "frame-support", "frame-system", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-arithmetic", "sp-npos-elections", @@ -3128,7 +3164,7 @@ dependencies = [ "frame-support", "frame-system", "frame-try-runtime", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-core", "sp-io", @@ -3144,7 +3180,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "df6bb8542ef006ef0de09a5c4420787d79823c0ed7924225822362fd2bf2ff2d" dependencies = [ "cfg-if 1.0.0", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "serde", ] @@ -3161,7 +3197,7 @@ dependencies = [ "k256", "log", "once_cell", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "paste", "scale-info", "serde", @@ -3224,7 +3260,7 @@ source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5 dependencies = [ "frame-support", "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "serde", "sp-core", @@ -3243,7 +3279,7 @@ dependencies = [ "frame-benchmarking", "frame-support", "frame-system", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-core", "sp-runtime", @@ -3255,7 +3291,7 @@ name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" dependencies = [ - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "sp-api", ] @@ -3265,7 +3301,7 @@ version = "0.10.0-dev" source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" dependencies = [ "frame-support", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "sp-api", "sp-runtime", "sp-std", @@ -3287,12 +3323,6 @@ dependencies = [ "winapi", ] -[[package]] -name = "fs_extra" -version = "1.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394" - [[package]] name = "fudge" version = "0.0.10" @@ -3333,7 +3363,7 @@ dependencies = [ "lazy_static", "node-primitives", "pallet-babe", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "parking_lot 0.12.1", "polkadot-cli", "polkadot-core-primitives", @@ -3392,9 +3422,9 @@ checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" [[package]] name = "futures" -version = "0.3.25" +version = "0.3.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0" +checksum = "13e2792b0ff0340399d58445b88fd9770e3489eff258a4cbc1523418f12abf84" dependencies = [ "futures-channel", "futures-core", @@ -3407,9 +3437,9 @@ dependencies = [ [[package]] name = "futures-channel" -version = "0.3.25" +version = "0.3.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed" +checksum = "2e5317663a9089767a1ec00a487df42e0ca174b61b4483213ac24448e4664df5" dependencies = [ "futures-core", "futures-sink", @@ -3417,15 +3447,15 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.25" +version = "0.3.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac" +checksum = "ec90ff4d0fe1f57d600049061dc6bb68ed03c7d2fbd697274c41805dcb3f8608" [[package]] name = "futures-executor" -version = "0.3.25" +version = "0.3.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2" +checksum = "e8de0a35a6ab97ec8869e32a2473f4b1324459e14c29275d14b10cb1fd19b50e" dependencies = [ "futures-core", "futures-task", @@ -3435,9 +3465,9 @@ dependencies = [ [[package]] name = "futures-io" -version = "0.3.25" +version = "0.3.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb" +checksum = "bfb8371b6fb2aeb2d280374607aeabfc99d95c72edfe51692e42d3d7f0d08531" [[package]] name = "futures-lite" @@ -3456,9 +3486,9 @@ dependencies = [ [[package]] name = "futures-macro" -version = "0.3.25" +version = "0.3.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d" +checksum = "95a73af87da33b5acf53acfebdc339fe592ecf5357ac7c0a7734ab9d8c876a70" dependencies = [ "proc-macro2", "quote", @@ -3478,15 +3508,15 @@ dependencies = [ [[package]] name = "futures-sink" -version = "0.3.25" +version = "0.3.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9" +checksum = "f310820bb3e8cfd46c80db4d7fb8353e15dfff853a127158425f31e0be6c8364" [[package]] name = "futures-task" -version = "0.3.25" +version = "0.3.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea" +checksum = "dcf79a1bf610b10f42aea489289c5a2c478a786509693b80cd39c44ccd936366" [[package]] name = "futures-timer" @@ -3496,9 +3526,9 @@ checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c" [[package]] name = "futures-util" -version = "0.3.25" +version = "0.3.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6" +checksum = "9c1d6de3acfef38d2be4b1f543f553131788603495be83da675e180c8d6b7bd1" dependencies = [ "futures-channel", "futures-core", @@ -3595,17 +3625,23 @@ dependencies = [ "stable_deref_trait", ] +[[package]] +name = "gimli" +version = "0.27.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4" + [[package]] name = "glob" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" +checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" [[package]] name = "globset" -version = "0.4.9" +version = "0.4.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a" +checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc" dependencies = [ "aho-corasick", "bstr", @@ -3616,9 +3652,9 @@ dependencies = [ [[package]] name = "gloo-timers" -version = "0.2.5" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98c4a8d6391675c6b2ee1a6c8d06e8e2d03605c44cec1270675985a4c2a5500b" +checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c" dependencies = [ "futures-channel", "futures-core", @@ -3639,9 +3675,9 @@ dependencies = [ [[package]] name = "h2" -version = "0.3.15" +version = "0.3.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4" +checksum = "5be7b54589b581f624f566bf5d8eb2bab1db736c51528720b6bd36b96b55924d" dependencies = [ "bytes", "fnv", @@ -3658,9 +3694,9 @@ dependencies = [ [[package]] name = "handlebars" -version = "4.3.5" +version = "4.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "433e4ab33f1213cdc25b5fa45c76881240cfe79284cf2b395e8b9e312a30a2fd" +checksum = "035ef95d03713f2c347a72547b7cd38cbc9af7cd51e6099fb62d586d4a6dee3a" dependencies = [ "log", "pest", @@ -3696,9 +3732,9 @@ dependencies = [ [[package]] name = "heck" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9" +checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" [[package]] name = "hermit-abi" @@ -3718,6 +3754,12 @@ dependencies = [ "libc", ] +[[package]] +name = "hermit-abi" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" + [[package]] name = "hex" version = "0.4.3" @@ -3793,9 +3835,9 @@ dependencies = [ [[package]] name = "http" -version = "0.2.8" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399" +checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482" dependencies = [ "bytes", "fnv", @@ -3833,9 +3875,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "0.14.23" +version = "0.14.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "034711faac9d2166cb1baf1a2fb0b60b1f277f8492fd72176c17f3515e1abd3c" +checksum = "5e011372fa0b68db8350aa7a248930ecc7839bf46d8485577d69f117a75f164c" dependencies = [ "bytes", "futures-channel", @@ -3857,9 +3899,9 @@ dependencies = [ [[package]] name = "hyper-rustls" -version = "0.23.1" +version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59df7c4e19c950e6e0e868dcc0a300b09a9b88e9ec55bd879ca819087a77355d" +checksum = "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c" dependencies = [ "http", "hyper", @@ -3958,7 +4000,7 @@ version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ba6a270039626615617f3f36d15fc827041df3b78c439da2cadfa47455a77f2f" dependencies = [ - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", ] [[package]] @@ -4033,12 +4075,12 @@ checksum = "59ce5ef949d49ee85593fc4d3f3f95ad61657076395cbbce23e2121fc5542074" [[package]] name = "io-lifetimes" -version = "1.0.3" +version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46112a93252b123d31a119a8d1a1ac19deac4fac6e0e8b0df58f0d4e5870e63c" +checksum = "cfa919a82ea574332e2de6e74b4c36e74d41982b335080fa59d4ef31be20fdf3" dependencies = [ "libc", - "windows-sys 0.42.0", + "windows-sys 0.45.0", ] [[package]] @@ -4061,20 +4103,20 @@ dependencies = [ [[package]] name = "ipnet" -version = "2.5.1" +version = "2.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f88c5561171189e69df9d98bcf18fd5f9558300f7ea7b801eb8a0fd748bd8745" +checksum = "30e22bd8629359895450b59ea7a776c850561b96a3b1d31321c1949d9e6c9146" [[package]] name = "is-terminal" -version = "0.4.1" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "927609f78c2913a6f6ac3c27a4fe87f43e2a35367c0c4b0f8265e8f49a104330" +checksum = "21b6b32576413a8e69b90e952e4a026476040d81017b80445deda5f2d3921857" dependencies = [ - "hermit-abi 0.2.6", - "io-lifetimes 1.0.3", - "rustix 0.36.5", - "windows-sys 0.42.0", + "hermit-abi 0.3.1", + "io-lifetimes 1.0.6", + "rustix 0.36.9", + "windows-sys 0.45.0", ] [[package]] @@ -4088,24 +4130,24 @@ dependencies = [ [[package]] name = "itoa" -version = "1.0.4" +version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc" +checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6" [[package]] name = "jobserver" -version = "0.1.25" +version = "0.1.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b" +checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2" dependencies = [ "libc", ] [[package]] name = "js-sys" -version = "0.3.60" +version = "0.3.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47" +checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730" dependencies = [ "wasm-bindgen", ] @@ -4340,7 +4382,7 @@ dependencies = [ "pallet-whitelist", "pallet-xcm", "pallet-xcm-benchmarks", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "polkadot-primitives", "polkadot-runtime-common", "polkadot-runtime-parachains", @@ -4450,9 +4492,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.138" +version = "0.2.139" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db6d7e329c562c5dfab7a46a2afabc8b987ab9a4834c9d1ca04dc54c1546cef8" +checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79" [[package]] name = "libloading" @@ -4464,6 +4506,12 @@ dependencies = [ "winapi", ] +[[package]] +name = "libm" +version = "0.1.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a" + [[package]] name = "libm" version = "0.2.6" @@ -4805,9 +4853,9 @@ dependencies = [ [[package]] name = "librocksdb-sys" -version = "0.8.0+7.4.4" +version = "0.8.3+7.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "611804e4666a25136fcc5f8cf425ab4d26c7f74ea245ffe92ea23b85b6420b5d" +checksum = "557b255ff04123fcc176162f56ed0c9cd42d8f357cf55b3fabeb60f7413741b3" dependencies = [ "bindgen", "bzip2-sys", @@ -4825,7 +4873,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1" dependencies = [ "arrayref", - "base64", + "base64 0.13.1", "digest 0.9.0", "hmac-drbg", "libsecp256k1-core", @@ -4879,9 +4927,9 @@ dependencies = [ [[package]] name = "link-cplusplus" -version = "1.0.7" +version = "1.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9272ab7b96c9046fbc5bc56c06c117cb639fe2d509df0c421cad82d2915cf369" +checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5" dependencies = [ "cc", ] @@ -4919,9 +4967,9 @@ checksum = "d4d2456c373231a208ad294c33dc5bff30051eafd954cd4caae83a712b12854d" [[package]] name = "linux-raw-sys" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f9f08d8963a6c613f4b1a78f4f4a4dbfadf8e6545b2d72861731e4858b8b47f" +checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4" [[package]] name = "lock_api" @@ -5016,9 +5064,9 @@ dependencies = [ [[package]] name = "matches" -version = "0.1.9" +version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f" +checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5" [[package]] name = "matrixmultiply" @@ -5041,14 +5089,14 @@ version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b20a59d985586e4a5aef64564ac77299f8586d8be6cf9106a5a40207e8908efb" dependencies = [ - "rustix 0.36.5", + "rustix 0.36.9", ] [[package]] name = "memmap2" -version = "0.5.8" +version = "0.5.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b182332558b18d807c4ce1ca8ca983b34c3ee32765e47b3f0f69b90355cc1dc" +checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327" dependencies = [ "libc", ] @@ -5064,9 +5112,9 @@ dependencies = [ [[package]] name = "memoffset" -version = "0.7.1" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4" +checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1" dependencies = [ "autocfg", ] @@ -5126,15 +5174,6 @@ version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" -[[package]] -name = "miniz_oxide" -version = "0.5.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34" -dependencies = [ - "adler", -] - [[package]] name = "miniz_oxide" version = "0.6.2" @@ -5146,14 +5185,14 @@ dependencies = [ [[package]] name = "mio" -version = "0.8.5" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de" +checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9" dependencies = [ "libc", "log", "wasi 0.11.0+wasi-snapshot-preview1", - "windows-sys 0.42.0", + "windows-sys 0.45.0", ] [[package]] @@ -5162,7 +5201,7 @@ version = "0.0.1" dependencies = [ "frame-support", "frame-system", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-core", "sp-io", @@ -5348,9 +5387,9 @@ dependencies = [ [[package]] name = "netlink-packet-utils" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25af9cf0dc55498b7bd94a1508af7a78706aa0ab715a73c5169273e03c84845e" +checksum = "0ede8a08c71ad5a95cdd0e4e52facd37190977039a4704eb82a283f713747d34" dependencies = [ "anyhow", "byteorder", @@ -5375,9 +5414,9 @@ dependencies = [ [[package]] name = "netlink-sys" -version = "0.8.3" +version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92b654097027250401127914afb37cb1f311df6610a9891ff07a757e94199027" +checksum = "6471bf08e7ac0135876a9581bf3217ef0333c191c128d34878079f42ee150411" dependencies = [ "async-io", "bytes", @@ -5403,7 +5442,7 @@ version = "2.0.0" source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" dependencies = [ "frame-system", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-application-crypto", "sp-core", @@ -5424,9 +5463,9 @@ checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451" [[package]] name = "nom" -version = "7.1.1" +version = "7.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36" +checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" dependencies = [ "memchr", "minimal-lexical", @@ -5462,9 +5501,9 @@ dependencies = [ [[package]] name = "num-complex" -version = "0.4.2" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ae39348c8bc5fbd7f40c727a9925f03517afd2ab27d46702108b6a7e5414c19" +checksum = "02e0d21255c828d6f128a1e41534206671e8c3ea0c62f32291e808dc82cff17d" dependencies = [ "num-traits", ] @@ -5520,33 +5559,33 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" dependencies = [ "autocfg", - "libm", + "libm 0.2.6", ] [[package]] name = "num_cpus" -version = "1.14.0" +version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5" +checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" dependencies = [ - "hermit-abi 0.1.19", + "hermit-abi 0.2.6", "libc", ] [[package]] name = "num_enum" -version = "0.5.7" +version = "0.5.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf5395665662ef45796a4ff5486c5d41d29e0c09640af4c5f17fd94ee2c119c9" +checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9" dependencies = [ "num_enum_derive", ] [[package]] name = "num_enum_derive" -version = "0.5.7" +version = "0.5.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b0498641e53dd6ac1a4f22547548caa6864cc4933784319cd1775271c5a46ce" +checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -5566,11 +5605,20 @@ dependencies = [ "memchr", ] +[[package]] +name = "object" +version = "0.30.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439" +dependencies = [ + "memchr", +] + [[package]] name = "once_cell" -version = "1.16.0" +version = "1.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860" +checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" [[package]] name = "opaque-debug" @@ -5640,7 +5688,7 @@ dependencies = [ "frame-system", "orml-traits", "pallet-xcm", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "serde", "sp-runtime", @@ -5658,7 +5706,7 @@ dependencies = [ "frame-support", "frame-system", "orml-traits", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "serde", "sp-runtime", @@ -5674,7 +5722,7 @@ dependencies = [ "impl-trait-for-tuples", "num-traits", "orml-utilities", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "serde", "sp-io", @@ -5689,7 +5737,7 @@ version = "0.4.1-dev" source = "git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v0.9.32#f336875e48599b5e9500b301385259354821f01f" dependencies = [ "frame-support", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "serde", "sp-io", @@ -5705,7 +5753,7 @@ dependencies = [ "frame-support", "frame-system", "pallet-xcm", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-std", "xcm", @@ -5718,7 +5766,7 @@ source = "git+https://github.com/open-web3-stack/open-runtime-module-library?bra dependencies = [ "frame-support", "orml-traits", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "sp-runtime", "sp-std", "xcm", @@ -5736,7 +5784,7 @@ dependencies = [ "orml-traits", "orml-xcm-support", "pallet-xcm", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "serde", "sp-io", @@ -5752,6 +5800,16 @@ version = "6.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee" +[[package]] +name = "packed_simd_2" +version = "0.3.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a1914cd452d8fccd6f9db48147b29fd4ae05bea9dc5d9ad578509f72415de282" +dependencies = [ + "cfg-if 1.0.0", + "libm 0.1.4", +] + [[package]] name = "pallet-anchors" version = "2.0.0" @@ -5767,7 +5825,7 @@ dependencies = [ "pallet-balances", "pallet-randomness-collective-flip", "pallet-timestamp", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "serde", "sp-arithmetic", @@ -5786,7 +5844,7 @@ dependencies = [ "frame-support", "frame-system", "pallet-timestamp", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-application-crypto", "sp-consensus-aura", @@ -5802,7 +5860,7 @@ dependencies = [ "frame-support", "frame-system", "pallet-session", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-application-crypto", "sp-authority-discovery", @@ -5818,7 +5876,7 @@ dependencies = [ "frame-support", "frame-system", "impl-trait-for-tuples", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-authorship", "sp-runtime", @@ -5837,7 +5895,7 @@ dependencies = [ "pallet-authorship", "pallet-session", "pallet-timestamp", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-application-crypto", "sp-consensus-babe", @@ -5860,7 +5918,7 @@ dependencies = [ "frame-system", "log", "pallet-balances", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-core", "sp-io", @@ -5878,7 +5936,7 @@ dependencies = [ "frame-support", "frame-system", "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-runtime", "sp-std", @@ -5893,7 +5951,7 @@ dependencies = [ "frame-support", "frame-system", "pallet-session", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "serde", "sp-runtime", @@ -5914,7 +5972,7 @@ dependencies = [ "pallet-beefy", "pallet-mmr", "pallet-session", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "serde", "sp-core", @@ -5933,7 +5991,7 @@ dependencies = [ "frame-system", "log", "pallet-treasury", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-core", "sp-io", @@ -5955,7 +6013,7 @@ dependencies = [ "pallet-balances", "pallet-fees", "pallet-timestamp", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "runtime-common", "scale-info", "sp-core", @@ -5975,7 +6033,7 @@ dependencies = [ "log", "pallet-bounties", "pallet-treasury", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-core", "sp-io", @@ -5992,7 +6050,7 @@ dependencies = [ "frame-support", "frame-system", "pallet-balances", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-core", "sp-io", @@ -6008,7 +6066,7 @@ dependencies = [ "frame-support", "frame-system", "pallet-balances", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-core", "sp-io", @@ -6019,7 +6077,7 @@ dependencies = [ [[package]] name = "pallet-collator-selection" version = "3.0.0" -source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.32#6abd385ce49f7feb882218646410feb063404b77" +source = "git+https://github.com/paritytech/cumulus?branch=polkadot-v0.9.37#09418fc04c2608b123f36ca80f16df3d2096753b" dependencies = [ "frame-benchmarking", "frame-support", @@ -6027,7 +6085,7 @@ dependencies = [ "log", "pallet-authorship", "pallet-session", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "rand 0.8.5", "scale-info", "sp-runtime", @@ -6044,7 +6102,7 @@ dependencies = [ "frame-support", "frame-system", "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-core", "sp-io", @@ -6076,7 +6134,7 @@ dependencies = [ "pallet-timestamp", "pallet-uniques", "pallet-xcm-transactor", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "runtime-common", "scale-info", "serde", @@ -6097,7 +6155,7 @@ dependencies = [ "frame-benchmarking", "frame-support", "frame-system", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "serde", "sp-io", @@ -6118,7 +6176,7 @@ dependencies = [ "pallet-balances", "pallet-crowdloan-reward", "pallet-vesting", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "proofs", "scale-info", "sp-core", @@ -6140,7 +6198,7 @@ dependencies = [ "frame-system", "pallet-balances", "pallet-vesting", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "serde", "sp-core", @@ -6158,7 +6216,7 @@ dependencies = [ "frame-support", "frame-system", "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "serde", "sp-core", @@ -6178,7 +6236,7 @@ dependencies = [ "frame-system", "log", "pallet-election-provider-support-benchmarking", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "rand 0.7.3", "scale-info", "sp-arithmetic", @@ -6199,7 +6257,7 @@ dependencies = [ "frame-benchmarking", "frame-election-provider-support", "frame-system", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "sp-npos-elections", "sp-runtime", ] @@ -6213,7 +6271,7 @@ dependencies = [ "frame-support", "frame-system", "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-core", "sp-io", @@ -6241,7 +6299,7 @@ dependencies = [ "frame-system", "pallet-evm", "pallet-timestamp", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "rlp", "scale-info", "serde", @@ -6264,7 +6322,7 @@ dependencies = [ "hex", "log", "pallet-timestamp", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "primitive-types 0.12.1", "rlp", "scale-info", @@ -6288,7 +6346,7 @@ dependencies = [ "pallet-balances", "pallet-staking", "pallet-timestamp", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-io", "sp-runtime", @@ -6307,7 +6365,7 @@ dependencies = [ "pallet-authorship", "pallet-balances", "pallet-treasury", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-core", "sp-io", @@ -6323,7 +6381,7 @@ dependencies = [ "frame-benchmarking", "frame-support", "frame-system", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-arithmetic", "sp-runtime", @@ -6341,7 +6399,7 @@ dependencies = [ "log", "pallet-authorship", "pallet-session", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-application-crypto", "sp-core", @@ -6362,7 +6420,7 @@ dependencies = [ "frame-benchmarking", "frame-support", "frame-system", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-io", "sp-runtime", @@ -6379,7 +6437,7 @@ dependencies = [ "frame-system", "log", "pallet-authorship", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-application-crypto", "sp-core", @@ -6397,7 +6455,7 @@ dependencies = [ "frame-benchmarking", "frame-support", "frame-system", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-core", "sp-io", @@ -6419,7 +6477,7 @@ dependencies = [ "frame-system", "log", "pallet-timestamp", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-arithmetic", "sp-core", @@ -6443,7 +6501,7 @@ dependencies = [ "orml-traits", "pallet-balances", "pallet-restricted-tokens", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "rand 0.8.5", "runtime-common", "scale-info", @@ -6463,7 +6521,7 @@ dependencies = [ "frame-support", "frame-system", "pallet-balances", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-core", "sp-io", @@ -6480,7 +6538,7 @@ dependencies = [ "frame-support", "frame-system", "num-traits", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-core", "sp-io", @@ -6510,7 +6568,7 @@ dependencies = [ "pallet-pool-system", "pallet-timestamp", "pallet-uniques", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "serde", "sp-arithmetic", @@ -6531,7 +6589,7 @@ dependencies = [ "frame-support", "frame-system", "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-core", "sp-io", @@ -6550,7 +6608,7 @@ dependencies = [ "pallet-balances", "pallet-proxy", "pallet-vesting", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "rand 0.8.5", "scale-info", "sp-core", @@ -6568,7 +6626,7 @@ dependencies = [ "frame-benchmarking", "frame-support", "frame-system", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-core", "sp-io", @@ -6583,7 +6641,7 @@ version = "3.0.0" source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" dependencies = [ "jsonrpsee", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "serde", "sp-api", "sp-blockchain", @@ -6601,7 +6659,7 @@ dependencies = [ "frame-support", "frame-system", "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-io", "sp-runtime", @@ -6624,7 +6682,7 @@ dependencies = [ "pallet-authorship", "pallet-balances", "pallet-timestamp", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "proofs", "scale-info", "sp-core", @@ -6646,7 +6704,7 @@ dependencies = [ "orml-traits", "pallet-balances", "pallet-uniques", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-core", "sp-io", @@ -6662,7 +6720,7 @@ dependencies = [ "frame-support", "frame-system", "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-core", "sp-io", @@ -6683,7 +6741,7 @@ dependencies = [ "pallet-bags-list", "pallet-nomination-pools", "pallet-staking", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-runtime", "sp-runtime-interface", @@ -6696,7 +6754,7 @@ name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" dependencies = [ - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "sp-api", "sp-std", ] @@ -6710,7 +6768,7 @@ dependencies = [ "frame-system", "log", "pallet-balances", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "serde", "sp-runtime", @@ -6734,7 +6792,7 @@ dependencies = [ "pallet-offences", "pallet-session", "pallet-staking", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-runtime", "sp-staking", @@ -6751,7 +6809,7 @@ dependencies = [ "frame-benchmarking", "frame-support", "frame-system", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-runtime", "sp-std", @@ -6777,7 +6835,7 @@ dependencies = [ "pallet-pool-system", "pallet-timestamp", "parachain-info", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "serde", "sp-core", @@ -6808,7 +6866,7 @@ dependencies = [ "pallet-restricted-tokens", "pallet-timestamp", "parachain-info", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "polkadot-parachain", "rand 0.8.5", "rev_slice", @@ -6831,7 +6889,7 @@ dependencies = [ "frame-support", "frame-system", "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-core", "sp-io", @@ -6847,7 +6905,7 @@ dependencies = [ "frame-benchmarking", "frame-support", "frame-system", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-io", "sp-runtime", @@ -6861,7 +6919,7 @@ source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5 dependencies = [ "frame-support", "frame-system", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "safe-mix", "scale-info", "sp-runtime", @@ -6877,7 +6935,7 @@ dependencies = [ "frame-support", "frame-system", "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-arithmetic", "sp-core", @@ -6894,7 +6952,7 @@ dependencies = [ "frame-benchmarking", "frame-support", "frame-system", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-io", "sp-runtime", @@ -6910,7 +6968,7 @@ dependencies = [ "frame-benchmarking", "frame-support", "frame-system", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "serde", "sp-arithmetic", @@ -6933,7 +6991,7 @@ dependencies = [ "orml-traits", "pallet-balances", "pallet-permissions", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "serde", "sp-io", @@ -6952,7 +7010,7 @@ dependencies = [ "num-traits", "orml-tokens", "orml-traits", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "serde", "sp-core", @@ -6970,7 +7028,7 @@ dependencies = [ "frame-support", "frame-system", "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-io", "sp-runtime", @@ -6987,7 +7045,7 @@ dependencies = [ "impl-trait-for-tuples", "log", "pallet-timestamp", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-core", "sp-io", @@ -7021,7 +7079,7 @@ source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5 dependencies = [ "frame-support", "frame-system", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "rand_chacha 0.2.2", "scale-info", "sp-runtime", @@ -7040,7 +7098,7 @@ dependencies = [ "log", "pallet-authorship", "pallet-session", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "rand_chacha 0.2.2", "scale-info", "serde", @@ -7078,7 +7136,7 @@ source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5 dependencies = [ "frame-support", "frame-system", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-io", "sp-runtime", @@ -7094,7 +7152,7 @@ dependencies = [ "frame-support", "frame-system", "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-inherents", "sp-io", @@ -7113,7 +7171,7 @@ dependencies = [ "frame-system", "log", "pallet-treasury", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "serde", "sp-core", @@ -7129,7 +7187,7 @@ source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5 dependencies = [ "frame-support", "frame-system", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "serde", "sp-core", @@ -7145,7 +7203,7 @@ source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5 dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "sp-api", "sp-blockchain", "sp-core", @@ -7160,7 +7218,7 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" dependencies = [ "pallet-transaction-payment", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "sp-api", "sp-runtime", "sp-weights", @@ -7176,7 +7234,7 @@ dependencies = [ "frame-system", "impl-trait-for-tuples", "pallet-balances", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "serde", "sp-runtime", @@ -7192,7 +7250,7 @@ dependencies = [ "frame-support", "frame-system", "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-runtime", "sp-std", @@ -7206,7 +7264,7 @@ dependencies = [ "frame-benchmarking", "frame-support", "frame-system", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-core", "sp-io", @@ -7223,7 +7281,7 @@ dependencies = [ "frame-support", "frame-system", "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-runtime", "sp-std", @@ -7237,7 +7295,7 @@ dependencies = [ "frame-benchmarking", "frame-support", "frame-system", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-api", "sp-runtime", @@ -7252,7 +7310,7 @@ dependencies = [ "frame-support", "frame-system", "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "serde", "sp-core", @@ -7271,7 +7329,7 @@ dependencies = [ "frame-support", "frame-system", "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-runtime", "sp-std", @@ -7290,7 +7348,7 @@ dependencies = [ "frame-system", "log", "orml-traits", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "serde", "sp-io", @@ -7310,7 +7368,7 @@ dependencies = [ "cumulus-primitives-core", "frame-support", "frame-system", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", ] @@ -7349,16 +7407,16 @@ dependencies = [ [[package]] name = "parity-scale-codec" -version = "3.2.1" +version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "366e44391a8af4cfd6002ef6ba072bae071a96aafca98d7d448a34c5dca38b6a" +checksum = "637935964ff85a605d114591d4d2c13c5d1ba2806dae97cea6bf180238a749ac" dependencies = [ "arrayvec 0.7.2", "bitvec 1.0.1", "byte-slice-cast", "bytes", "impl-trait-for-tuples", - "parity-scale-codec-derive 3.1.3", + "parity-scale-codec-derive 3.1.4", "serde", ] @@ -7376,9 +7434,9 @@ dependencies = [ [[package]] name = "parity-scale-codec-derive" -version = "3.1.3" +version = "3.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9299338969a3d2f491d65f140b00ddec470858402f888af98e8642fb5e8965cd" +checksum = "86b26a931f824dd4eca30b3e43bb4f31cd5f0d3a403c5f5ff27106b805bfde7b" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -7450,7 +7508,7 @@ checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" dependencies = [ "instant", "lock_api", - "parking_lot_core 0.8.5", + "parking_lot_core 0.8.6", ] [[package]] @@ -7460,14 +7518,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" dependencies = [ "lock_api", - "parking_lot_core 0.9.5", + "parking_lot_core 0.9.7", ] [[package]] name = "parking_lot_core" -version = "0.8.5" +version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216" +checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc" dependencies = [ "cfg-if 1.0.0", "instant", @@ -7479,22 +7537,22 @@ dependencies = [ [[package]] name = "parking_lot_core" -version = "0.9.5" +version = "0.9.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ff9f3fef3968a3ec5945535ed654cb38ff72d7495a25619e2247fb15a2ed9ba" +checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521" dependencies = [ "cfg-if 1.0.0", "libc", "redox_syscall", "smallvec", - "windows-sys 0.42.0", + "windows-sys 0.45.0", ] [[package]] name = "paste" -version = "1.0.9" +version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1" +checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79" [[package]] name = "pbkdf2" @@ -7528,9 +7586,9 @@ checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e" [[package]] name = "pest" -version = "2.5.1" +version = "2.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc8bed3549e0f9b0a2a78bf7c0018237a2cdf085eecbbc048e52612438e4e9d0" +checksum = "8cbd939b234e95d72bc393d51788aec68aeeb5d51e748ca08ff3aad58cb722f7" dependencies = [ "thiserror", "ucd-trie", @@ -7538,9 +7596,9 @@ dependencies = [ [[package]] name = "pest_derive" -version = "2.5.1" +version = "2.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cdc078600d06ff90d4ed238f0119d84ab5d43dbaad278b0e33a8820293b32344" +checksum = "a81186863f3d0a27340815be8f2078dd8050b14cd71913db9fbda795e5f707d7" dependencies = [ "pest", "pest_generator", @@ -7548,9 +7606,9 @@ dependencies = [ [[package]] name = "pest_generator" -version = "2.5.1" +version = "2.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28a1af60b1c4148bb269006a750cff8e2ea36aff34d2d96cf7be0b14d1bed23c" +checksum = "75a1ef20bf3193c15ac345acb32e26b3dc3223aff4d77ae4fc5359567683796b" dependencies = [ "pest", "pest_meta", @@ -7561,20 +7619,20 @@ dependencies = [ [[package]] name = "pest_meta" -version = "2.5.1" +version = "2.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fec8605d59fc2ae0c6c1aefc0c7c7a9769732017c0ce07f7a9cfffa7b4404f20" +checksum = "5e3b284b1f13a20dc5ebc90aff59a51b8d7137c221131b52a7260c08cbc1cc80" dependencies = [ "once_cell", "pest", - "sha1", + "sha2 0.10.6", ] [[package]] name = "petgraph" -version = "0.6.2" +version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6d5014253a1331579ce62aa67443b4a658c5e7dd03d4bc6d302b94474888143" +checksum = "4dd7d28ee937e54fe3080c91faa1c3a46c06de6252988a7f4592ba2310ef22a4" dependencies = [ "fixedbitset", "indexmap", @@ -7641,6 +7699,12 @@ version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e8d0eef3571242013a0d5dc84861c3ae4a652e56e12adf8bdc26ff5f8cb34c94" +[[package]] +name = "platforms" +version = "3.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e3d7ddaed09e0eb771a79ab0fd64609ba0afb0a8366421957936ad14cbd13630" + [[package]] name = "polkadot-approval-distribution" version = "0.9.32" @@ -7679,7 +7743,7 @@ dependencies = [ "fatality", "futures", "lru 0.8.1", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "polkadot-erasure-coding", "polkadot-node-network-protocol", "polkadot-node-primitives", @@ -7701,7 +7765,7 @@ dependencies = [ "fatality", "futures", "lru 0.8.1", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "polkadot-erasure-coding", "polkadot-node-network-protocol", "polkadot-node-primitives", @@ -7807,7 +7871,7 @@ name = "polkadot-core-primitives" version = "0.9.32" source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" dependencies = [ - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "parity-util-mem", "scale-info", "sp-core", @@ -7826,7 +7890,7 @@ dependencies = [ "futures-timer", "indexmap", "lru 0.8.1", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "polkadot-erasure-coding", "polkadot-node-network-protocol", "polkadot-node-primitives", @@ -7845,7 +7909,7 @@ name = "polkadot-erasure-coding" version = "0.9.32" source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" dependencies = [ - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "polkadot-node-primitives", "polkadot-primitives", "reed-solomon-novelpoly", @@ -7884,7 +7948,7 @@ dependencies = [ "bytes", "fatality", "futures", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "parking_lot 0.12.1", "polkadot-node-network-protocol", "polkadot-node-subsystem", @@ -7904,7 +7968,7 @@ version = "0.9.32" source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" dependencies = [ "futures", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "polkadot-erasure-coding", "polkadot-node-primitives", "polkadot-node-subsystem", @@ -7928,7 +7992,7 @@ dependencies = [ "kvdb", "lru 0.8.1", "merlin", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "polkadot-node-jaeger", "polkadot-node-primitives", "polkadot-node-subsystem", @@ -7954,7 +8018,7 @@ dependencies = [ "futures", "futures-timer", "kvdb", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "polkadot-erasure-coding", "polkadot-node-primitives", "polkadot-node-subsystem", @@ -8006,7 +8070,7 @@ source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15 dependencies = [ "async-trait", "futures", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "polkadot-node-core-pvf", "polkadot-node-primitives", "polkadot-node-subsystem", @@ -8040,7 +8104,7 @@ dependencies = [ "futures", "futures-timer", "kvdb", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", @@ -8058,7 +8122,7 @@ dependencies = [ "futures", "kvdb", "lru 0.8.1", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", @@ -8114,7 +8178,7 @@ dependencies = [ "async-std", "futures", "futures-timer", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "pin-project", "polkadot-core-primitives", "polkadot-node-metrics", @@ -8176,7 +8240,7 @@ dependencies = [ "lazy_static", "log", "mick-jaeger", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "parking_lot 0.12.1", "polkadot-node-primitives", "polkadot-primitives", @@ -8194,7 +8258,7 @@ dependencies = [ "futures", "futures-timer", "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "polkadot-primitives", "prioritized-metered-channel", "sc-cli", @@ -8214,7 +8278,7 @@ dependencies = [ "fatality", "futures", "hex", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "polkadot-node-jaeger", "polkadot-node-primitives", "polkadot-primitives", @@ -8234,7 +8298,7 @@ source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15 dependencies = [ "bounded-vec", "futures", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "polkadot-parachain", "polkadot-primitives", "schnorrkel", @@ -8295,7 +8359,7 @@ dependencies = [ "kvdb", "lru 0.8.1", "parity-db", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "parity-util-mem", "parking_lot 0.11.2", "pin-project", @@ -8345,7 +8409,7 @@ source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15 dependencies = [ "derive_more", "frame-support", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "parity-util-mem", "polkadot-core-primitives", "scale-info", @@ -8360,7 +8424,7 @@ name = "polkadot-performance-test" version = "0.9.32" source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" dependencies = [ - "env_logger", + "env_logger 0.9.3", "kusama-runtime", "log", "polkadot-erasure-coding", @@ -8378,7 +8442,7 @@ dependencies = [ "bitvec 1.0.1", "frame-system", "hex-literal 0.3.4", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "parity-util-mem", "polkadot-core-primitives", "polkadot-parachain", @@ -8488,7 +8552,7 @@ dependencies = [ "pallet-utility", "pallet-vesting", "pallet-xcm", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "polkadot-primitives", "polkadot-runtime-common", "polkadot-runtime-constants", @@ -8547,7 +8611,7 @@ dependencies = [ "pallet-transaction-payment", "pallet-treasury", "pallet-vesting", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "polkadot-primitives", "polkadot-runtime-parachains", "rustc-hex", @@ -8588,7 +8652,7 @@ version = "0.9.32" source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" dependencies = [ "bs58", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "polkadot-primitives", "sp-std", "sp-tracing", @@ -8614,7 +8678,7 @@ dependencies = [ "pallet-staking", "pallet-timestamp", "pallet-vesting", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "polkadot-primitives", "polkadot-runtime-metrics", "rand 0.8.5", @@ -8750,7 +8814,7 @@ dependencies = [ "fatality", "futures", "indexmap", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "polkadot-node-network-protocol", "polkadot-node-primitives", "polkadot-node-subsystem", @@ -8767,23 +8831,25 @@ name = "polkadot-statement-table" version = "0.9.32" source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" dependencies = [ - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "polkadot-primitives", "sp-core", ] [[package]] name = "polling" -version = "2.5.1" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "166ca89eb77fd403230b9c156612965a81e094ec6ec3aa13663d4c8b113fa748" +checksum = "7e1f879b2998099c2d69ab9605d145d5b661195627eccc680002c4918a7fb6fa" dependencies = [ "autocfg", + "bitflags", "cfg-if 1.0.0", + "concurrent-queue", "libc", "log", - "wepoll-ffi", - "windows-sys 0.42.0", + "pin-project-lite 0.2.9", + "windows-sys 0.45.0", ] [[package]] @@ -8817,9 +8883,9 @@ checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" [[package]] name = "predicates" -version = "2.1.4" +version = "2.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f54fc5dc63ed3bbf19494623db4f3af16842c0d975818e469022d09e53f0aa05" +checksum = "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd" dependencies = [ "difflib", "float-cmp", @@ -8847,9 +8913,9 @@ dependencies = [ [[package]] name = "prettyplease" -version = "0.1.21" +version = "0.1.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c142c0e46b57171fe0c528bee8c5b7569e80f0c17e377cd0e30ea57dbc11bb51" +checksum = "4ebcd279d20a4a0a2404a33056388e950504d891c855c7975b9a8fef75f3bf04" dependencies = [ "proc-macro2", "syn", @@ -8898,13 +8964,12 @@ dependencies = [ [[package]] name = "proc-macro-crate" -version = "1.2.1" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9" +checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" dependencies = [ "once_cell", - "thiserror", - "toml", + "toml_edit", ] [[package]] @@ -8933,15 +8998,15 @@ dependencies = [ [[package]] name = "proc-macro-hack" -version = "0.5.19" +version = "0.5.20+deprecated" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5" +checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" [[package]] name = "proc-macro2" -version = "1.0.47" +version = "1.0.51" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725" +checksum = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6" dependencies = [ "unicode-ident", ] @@ -8987,7 +9052,7 @@ dependencies = [ name = "proofs" version = "2.0.0" dependencies = [ - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-core", "sp-std", @@ -8995,9 +9060,9 @@ dependencies = [ [[package]] name = "prost" -version = "0.11.3" +version = "0.11.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0b18e655c21ff5ac2084a5ad0611e827b3f92badf79f4910b5a5c58f4d87ff0" +checksum = "e48e50df39172a3e7eb17e14642445da64996989bc212b583015435d39a58537" dependencies = [ "bytes", "prost-derive", @@ -9005,9 +9070,9 @@ dependencies = [ [[package]] name = "prost-build" -version = "0.11.3" +version = "0.11.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e330bf1316db56b12c2bcfa399e8edddd4821965ea25ddb2c134b610b1c1c604" +checksum = "2c828f93f5ca4826f97fedcbd3f9a536c16b12cff3dbbb4a007f932bbad95b12" dependencies = [ "bytes", "heck", @@ -9040,9 +9105,9 @@ dependencies = [ [[package]] name = "prost-derive" -version = "0.11.2" +version = "0.11.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "164ae68b6587001ca506d3bf7f1000bfa248d0e1217b618108fba4ec1d0cc306" +checksum = "4ea9b0f8cbe5e15a8a042d030bd96668db28ecb567ec37d691971ff5731d2b1b" dependencies = [ "anyhow", "itertools", @@ -9053,11 +9118,10 @@ dependencies = [ [[package]] name = "prost-types" -version = "0.11.2" +version = "0.11.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "747761bc3dc48f9a34553bf65605cf6cb6288ba219f3450b4275dbd81539551a" +checksum = "379119666929a1afd7a043aa6cf96fa67a6dce9af60c88095a4686dbce4c9c88" dependencies = [ - "bytes", "prost", ] @@ -9089,9 +9153,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.21" +version = "1.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179" +checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b" dependencies = [ "proc-macro2", ] @@ -9216,20 +9280,19 @@ checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" [[package]] name = "rayon" -version = "1.6.0" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e060280438193c554f654141c9ea9417886713b7acd75974c85b18a69a88e0b" +checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b" dependencies = [ - "crossbeam-deque", "either", "rayon-core", ] [[package]] name = "rayon-core" -version = "1.10.1" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cac410af5d00ab6884528b4ab69d1e8e146e8d471201800fa1b4524126de6ad3" +checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d" dependencies = [ "crossbeam-channel", "crossbeam-deque", @@ -9272,18 +9335,18 @@ dependencies = [ [[package]] name = "ref-cast" -version = "1.0.13" +version = "1.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53b15debb4f9d60d767cd8ca9ef7abb2452922f3214671ff052defc7f3502c44" +checksum = "a9af2cf09ef80e610097515e80095b7f76660a92743c4185aff5406cd5ce3dd5" dependencies = [ "ref-cast-impl", ] [[package]] name = "ref-cast-impl" -version = "1.0.13" +version = "1.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abfa8511e9e94fd3de6585a3d3cd00e01ed556dc9814829280af0e8dc72a8f36" +checksum = "9c501201393982e275433bc55de7d6ae6f00e7699cd5572c5b57581cd69c881b" dependencies = [ "proc-macro2", "quote", @@ -9304,9 +9367,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.7.0" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a" +checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733" dependencies = [ "aho-corasick", "memchr", @@ -9333,9 +9396,9 @@ name = "remote-externalities" version = "0.10.0-dev" source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" dependencies = [ - "env_logger", + "env_logger 0.9.3", "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "serde", "serde_json", "sp-core", @@ -9345,15 +9408,6 @@ dependencies = [ "substrate-rpc-client", ] -[[package]] -name = "remove_dir_all" -version = "0.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" -dependencies = [ - "winapi", -] - [[package]] name = "resolv-conf" version = "0.7.0" @@ -9480,7 +9534,7 @@ dependencies = [ "pallet-vesting", "pallet-xcm", "pallet-xcm-benchmarks", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "polkadot-parachain", "polkadot-primitives", "polkadot-runtime-common", @@ -9576,7 +9630,7 @@ dependencies = [ "pallet-balances", "pallet-pool-system", "pallet-treasury", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "smallvec", "sp-api", @@ -9624,7 +9678,7 @@ dependencies = [ "pallet-uniques", "pallet-xcm", "parachain-info", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "polkadot-core-primitives", "polkadot-parachain", "polkadot-primitives", @@ -9690,7 +9744,7 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" dependencies = [ - "semver 1.0.14", + "semver 1.0.16", ] [[package]] @@ -9709,23 +9763,23 @@ dependencies = [ [[package]] name = "rustix" -version = "0.36.5" +version = "0.36.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3807b5d10909833d3e9acd1eb5fb988f79376ff10fce42937de71a449c4c588" +checksum = "fd5c6ff11fecd55b40746d1995a02f2eb375bf8c00d192d521ee09f42bef37bc" dependencies = [ "bitflags", "errno", - "io-lifetimes 1.0.3", + "io-lifetimes 1.0.6", "libc", - "linux-raw-sys 0.1.3", - "windows-sys 0.42.0", + "linux-raw-sys 0.1.4", + "windows-sys 0.45.0", ] [[package]] name = "rustls" -version = "0.20.7" +version = "0.20.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "539a2bfe908f471bfa933876bd1eb6a19cf2176d375f82ef7f99530a40e48c2c" +checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f" dependencies = [ "log", "ring", @@ -9747,18 +9801,18 @@ dependencies = [ [[package]] name = "rustls-pemfile" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55" +checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b" dependencies = [ - "base64", + "base64 0.21.0", ] [[package]] name = "rustversion" -version = "1.0.9" +version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97477e48b4cf8603ad5f7aaf897467cf42ab4218a38ef76fb14c2d6773a6d6a8" +checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06" [[package]] name = "rw-stream-sink" @@ -9773,9 +9827,9 @@ dependencies = [ [[package]] name = "ryu" -version = "1.0.11" +version = "1.0.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09" +checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041" [[package]] name = "safe-mix" @@ -9817,7 +9871,7 @@ dependencies = [ "ip_network", "libp2p", "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "prost", "prost-build", "rand 0.7.3", @@ -9841,7 +9895,7 @@ dependencies = [ "futures", "futures-timer", "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "sc-block-builder", "sc-client-api", "sc-proposer-metrics", @@ -9861,7 +9915,7 @@ name = "sc-block-builder" version = "0.10.0-dev" source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" dependencies = [ - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "sc-client-api", "sp-api", "sp-block-builder", @@ -9879,7 +9933,7 @@ source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5 dependencies = [ "impl-trait-for-tuples", "memmap2", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "sc-chain-spec-derive", "sc-network-common", "sc-telemetry", @@ -9913,7 +9967,7 @@ dependencies = [ "libp2p", "log", "names", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "rand 0.7.3", "regex", "rpassword", @@ -9949,7 +10003,7 @@ dependencies = [ "futures", "hash-db", "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "parking_lot 0.12.1", "sc-executor", "sc-transaction-pool-api", @@ -9980,7 +10034,7 @@ dependencies = [ "linked-hash-map", "log", "parity-db", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "parking_lot 0.12.1", "sc-client-api", "sc-state-db", @@ -10025,7 +10079,7 @@ dependencies = [ "async-trait", "futures", "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "sc-block-builder", "sc-client-api", "sc-consensus", @@ -10059,7 +10113,7 @@ dependencies = [ "num-bigint 0.2.6", "num-rational 0.2.4", "num-traits", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "parking_lot 0.12.1", "rand 0.7.3", "sc-client-api", @@ -10116,7 +10170,7 @@ version = "0.10.0-dev" source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" dependencies = [ "fork-tree", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "sc-client-api", "sc-consensus", "sp-blockchain", @@ -10132,7 +10186,7 @@ dependencies = [ "futures", "futures-timer", "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "sc-client-api", "sc-consensus", "sc-telemetry", @@ -10165,7 +10219,7 @@ source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5 dependencies = [ "lazy_static", "lru 0.7.8", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "parking_lot 0.12.1", "sc-executor-common", "sc-executor-wasmi", @@ -10191,7 +10245,7 @@ version = "0.10.0-dev" source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" dependencies = [ "environmental", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "sc-allocator", "sp-maybe-compressed-blob", "sp-sandbox", @@ -10207,7 +10261,7 @@ version = "0.10.0-dev" source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" dependencies = [ "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "sc-allocator", "sc-executor-common", "sp-runtime-interface", @@ -10225,7 +10279,7 @@ dependencies = [ "libc", "log", "once_cell", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "parity-wasm 0.45.0", "rustix 0.35.13", "sc-allocator", @@ -10250,7 +10304,7 @@ dependencies = [ "futures", "futures-timer", "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "parking_lot 0.12.1", "rand 0.8.5", "sc-block-builder", @@ -10286,7 +10340,7 @@ dependencies = [ "futures", "jsonrpsee", "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "sc-client-api", "sc-finality-grandpa", "sc-rpc", @@ -10352,7 +10406,7 @@ dependencies = [ "linked_hash_set", "log", "lru 0.7.8", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "parking_lot 0.12.1", "pin-project", "prost", @@ -10409,7 +10463,7 @@ dependencies = [ "futures-timer", "libp2p", "linked_hash_set", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "prost-build", "sc-consensus", "sc-peerset", @@ -10450,7 +10504,7 @@ dependencies = [ "futures", "libp2p", "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "prost", "prost-build", "sc-client-api", @@ -10474,7 +10528,7 @@ dependencies = [ "log", "lru 0.7.8", "mockall", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "prost", "prost-build", "sc-client-api", @@ -10502,7 +10556,7 @@ dependencies = [ "hex", "libp2p", "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "pin-project", "sc-network-common", "sc-peerset", @@ -10526,7 +10580,7 @@ dependencies = [ "libp2p", "num_cpus", "once_cell", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "parking_lot 0.12.1", "rand 0.7.3", "sc-client-api", @@ -10572,7 +10626,7 @@ dependencies = [ "hash-db", "jsonrpsee", "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "parking_lot 0.12.1", "sc-block-builder", "sc-chain-spec", @@ -10601,7 +10655,7 @@ dependencies = [ "futures", "jsonrpsee", "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "parking_lot 0.12.1", "sc-chain-spec", "sc-transaction-pool-api", @@ -10637,7 +10691,7 @@ dependencies = [ "futures", "hex", "jsonrpsee", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "sc-chain-spec", "sc-transaction-pool-api", "serde", @@ -10661,7 +10715,7 @@ dependencies = [ "hash-db", "jsonrpsee", "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "parity-util-mem", "parking_lot 0.12.1", "pin-project", @@ -10728,7 +10782,7 @@ dependencies = [ "fdlimit", "futures", "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "parking_lot 0.12.1", "sc-block-builder", "sc-client-api", @@ -10762,7 +10816,7 @@ version = "0.10.0-dev" source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" dependencies = [ "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "parity-util-mem", "parity-util-mem-derive", "parking_lot 0.12.1", @@ -10776,7 +10830,7 @@ version = "0.10.0-dev" source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" dependencies = [ "jsonrpsee", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "sc-chain-spec", "sc-client-api", "sc-consensus-babe", @@ -10878,7 +10932,7 @@ dependencies = [ "futures-timer", "linked-hash-map", "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "parity-util-mem", "parking_lot 0.12.1", "sc-client-api", @@ -10924,23 +10978,23 @@ dependencies = [ [[package]] name = "scale-info" -version = "2.3.0" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88d8a765117b237ef233705cc2cc4c6a27fccd46eea6ef0c8c6dae5f3ef407f8" +checksum = "001cf62ece89779fd16105b5f515ad0e5cedcd5440d3dd806bb067978e7c3608" dependencies = [ "bitvec 1.0.1", "cfg-if 1.0.0", "derive_more", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info-derive", "serde", ] [[package]] name = "scale-info-derive" -version = "2.3.0" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cdcd47b380d8c4541044e341dcd9475f55ba37ddc50c908d945fc036a8642496" +checksum = "303959cf613a6f6efd19ed4b4ad5bf79966a13352716299ad532cfb115f4205c" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10950,12 +11004,11 @@ dependencies = [ [[package]] name = "schannel" -version = "0.1.20" +version = "0.1.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2" +checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3" dependencies = [ - "lazy_static", - "windows-sys 0.36.1", + "windows-sys 0.42.0", ] [[package]] @@ -10984,9 +11037,9 @@ checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" [[package]] name = "scratch" -version = "1.0.2" +version = "1.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898" +checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1" [[package]] name = "sct" @@ -11013,9 +11066,9 @@ dependencies = [ [[package]] name = "secp256k1" -version = "0.24.1" +version = "0.24.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff55dc09d460954e9ef2fa8a7ced735a964be9981fd50e870b2b3b0705e14964" +checksum = "6b1629c9c557ef9b293568b338dddfc8208c98a18c59d722a9d53f859d9c9b62" dependencies = [ "secp256k1-sys", ] @@ -11040,9 +11093,9 @@ dependencies = [ [[package]] name = "security-framework" -version = "2.7.0" +version = "2.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c" +checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254" dependencies = [ "bitflags", "core-foundation", @@ -11053,9 +11106,9 @@ dependencies = [ [[package]] name = "security-framework-sys" -version = "2.6.1" +version = "2.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556" +checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4" dependencies = [ "core-foundation-sys", "libc", @@ -11081,9 +11134,9 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.14" +version = "1.0.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4" +checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a" dependencies = [ "serde", ] @@ -11096,18 +11149,18 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" [[package]] name = "serde" -version = "1.0.149" +version = "1.0.154" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "256b9932320c590e707b94576e3cc1f7c9024d0ee6612dfbcf1cb106cbe8e055" +checksum = "8cdd151213925e7f1ab45a9bbfb129316bd00799784b174b7cc7bcd16961c49e" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.149" +version = "1.0.154" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4eae9b04cbffdfd550eb462ed33bc6a1b68c935127d008b27444d08380f94e4" +checksum = "4fc80d722935453bcafdc2c9a73cd6fac4dc1938f0346035d84bf99fa9e33217" dependencies = [ "proc-macro2", "quote", @@ -11116,9 +11169,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.89" +version = "1.0.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "020ff22c755c2ed3f8cf162dbb41a7268d934702f3ed3631656ea597e08fc3db" +checksum = "1c533a59c9d8a93a09c6ab31f0fd5e5f4dd1b8fc9434804029839884765d04ea" dependencies = [ "itoa", "ryu", @@ -11127,9 +11180,9 @@ dependencies = [ [[package]] name = "serde_nanos" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e44969a61f5d316be20a42ff97816efb3b407a924d06824c3d8a49fa8450de0e" +checksum = "8ae801b7733ca8d6a2b580debe99f67f36826a0f5b8a36055dc6bc40f8d6bc71" dependencies = [ "serde", ] @@ -11147,17 +11200,6 @@ dependencies = [ "opaque-debug 0.3.0", ] -[[package]] -name = "sha1" -version = "0.10.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3" -dependencies = [ - "cfg-if 1.0.0", - "cpufeatures", - "digest 0.10.6", -] - [[package]] name = "sha2" version = "0.8.2" @@ -11233,9 +11275,9 @@ checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3" [[package]] name = "signal-hook" -version = "0.3.14" +version = "0.3.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d" +checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9" dependencies = [ "libc", "signal-hook-registry", @@ -11243,9 +11285,9 @@ dependencies = [ [[package]] name = "signal-hook-registry" -version = "1.4.0" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0" +checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" dependencies = [ "libc", ] @@ -11274,9 +11316,9 @@ dependencies = [ [[package]] name = "slab" -version = "0.4.7" +version = "0.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef" +checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" dependencies = [ "autocfg", ] @@ -11293,7 +11335,7 @@ version = "0.9.32" source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" dependencies = [ "enumn", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "paste", "sp-runtime", "sp-std", @@ -11322,14 +11364,14 @@ checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831" [[package]] name = "snow" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "774d05a3edae07ce6d68ea6984f3c05e9bba8927e3dd591e3b479e5b03213d0d" +checksum = "12ba5f4d4ff12bdb6a169ed51b7c48c0e0ac4b0b4b31012b2571e97d78d3201d" dependencies = [ "aes-gcm", "blake2", "chacha20poly1305", - "curve25519-dalek 4.0.0-pre.1", + "curve25519-dalek 4.0.0-rc.0", "rand_core 0.6.4", "ring", "rustc_version 0.4.0", @@ -11339,9 +11381,9 @@ dependencies = [ [[package]] name = "socket2" -version = "0.4.7" +version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd" +checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" dependencies = [ "libc", "winapi", @@ -11353,7 +11395,7 @@ version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2" dependencies = [ - "base64", + "base64 0.13.1", "bytes", "flate2", "futures", @@ -11370,7 +11412,7 @@ source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5 dependencies = [ "hash-db", "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "sp-api-proc-macro", "sp-core", "sp-runtime", @@ -11398,7 +11440,7 @@ name = "sp-application-crypto" version = "6.0.0" source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" dependencies = [ - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "serde", "sp-core", @@ -11413,7 +11455,7 @@ source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5 dependencies = [ "integer-sqrt", "num-traits", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "serde", "sp-debug-derive", @@ -11426,7 +11468,7 @@ name = "sp-authority-discovery" version = "4.0.0-dev" source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" dependencies = [ - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-api", "sp-application-crypto", @@ -11440,7 +11482,7 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" dependencies = [ "async-trait", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "sp-inherents", "sp-runtime", "sp-std", @@ -11451,7 +11493,7 @@ name = "sp-block-builder" version = "4.0.0-dev" source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" dependencies = [ - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "sp-api", "sp-inherents", "sp-runtime", @@ -11466,7 +11508,7 @@ dependencies = [ "futures", "log", "lru 0.7.8", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "parking_lot 0.12.1", "sp-api", "sp-consensus", @@ -11485,7 +11527,7 @@ dependencies = [ "futures", "futures-timer", "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "sp-core", "sp-inherents", "sp-runtime", @@ -11501,7 +11543,7 @@ version = "0.10.0-dev" source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" dependencies = [ "async-trait", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-api", "sp-application-crypto", @@ -11520,7 +11562,7 @@ source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5 dependencies = [ "async-trait", "merlin", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "serde", "sp-api", @@ -11541,7 +11583,7 @@ name = "sp-consensus-slots" version = "0.10.0-dev" source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" dependencies = [ - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "serde", "sp-arithmetic", @@ -11555,7 +11597,7 @@ name = "sp-consensus-vrf" version = "0.10.0-dev" source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" dependencies = [ - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "schnorrkel", "sp-core", @@ -11584,7 +11626,7 @@ dependencies = [ "log", "merlin", "num-traits", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "parity-util-mem", "parking_lot 0.12.1", "primitive-types 0.12.1", @@ -11659,7 +11701,7 @@ version = "0.12.0" source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" dependencies = [ "environmental", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "sp-std", "sp-storage", ] @@ -11671,7 +11713,7 @@ source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5 dependencies = [ "finality-grandpa", "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "serde", "sp-api", @@ -11689,7 +11731,7 @@ source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5 dependencies = [ "async-trait", "impl-trait-for-tuples", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "sp-core", "sp-runtime", "sp-std", @@ -11706,7 +11748,7 @@ dependencies = [ "hash-db", "libsecp256k1", "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "parking_lot 0.12.1", "secp256k1", "sp-core", @@ -11741,7 +11783,7 @@ dependencies = [ "async-trait", "futures", "merlin", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "parking_lot 0.12.1", "schnorrkel", "serde", @@ -11765,7 +11807,7 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" dependencies = [ "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "serde", "sp-api", @@ -11780,7 +11822,7 @@ name = "sp-npos-elections" version = "4.0.0-dev" source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" dependencies = [ - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "serde", "sp-arithmetic", @@ -11828,7 +11870,7 @@ dependencies = [ "hash256-std-hasher", "impl-trait-for-tuples", "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "parity-util-mem", "paste", "rand 0.7.3", @@ -11849,7 +11891,7 @@ source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5 dependencies = [ "bytes", "impl-trait-for-tuples", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "primitive-types 0.12.1", "sp-externalities", "sp-runtime-interface-proc-macro", @@ -11878,7 +11920,7 @@ version = "0.10.0-dev" source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" dependencies = [ "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "sp-core", "sp-io", "sp-std", @@ -11891,7 +11933,7 @@ name = "sp-session" version = "4.0.0-dev" source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" dependencies = [ - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-api", "sp-core", @@ -11905,7 +11947,7 @@ name = "sp-staking" version = "4.0.0-dev" source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" dependencies = [ - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-runtime", "sp-std", @@ -11919,7 +11961,7 @@ dependencies = [ "hash-db", "log", "num-traits", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "parking_lot 0.12.1", "rand 0.7.3", "smallvec", @@ -11944,7 +11986,7 @@ version = "6.0.0" source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" dependencies = [ "impl-serde", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "ref-cast", "serde", "sp-debug-derive", @@ -11972,7 +12014,7 @@ dependencies = [ "async-trait", "futures-timer", "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "sp-api", "sp-inherents", "sp-runtime", @@ -11985,7 +12027,7 @@ name = "sp-tracing" version = "5.0.0" source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" dependencies = [ - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "sp-std", "tracing", "tracing-core", @@ -12008,7 +12050,7 @@ source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5 dependencies = [ "async-trait", "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-core", "sp-inherents", @@ -12029,7 +12071,7 @@ dependencies = [ "lru 0.7.8", "memory-db", "nohash-hasher", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "parking_lot 0.12.1", "scale-info", "sp-core", @@ -12046,7 +12088,7 @@ version = "5.0.0" source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" dependencies = [ "impl-serde", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "parity-wasm 0.45.0", "scale-info", "serde", @@ -12062,7 +12104,7 @@ name = "sp-version-proc-macro" version = "4.0.0-dev" source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" dependencies = [ - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "proc-macro2", "quote", "syn", @@ -12075,7 +12117,7 @@ source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5 dependencies = [ "impl-trait-for-tuples", "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "sp-std", "wasmi", "wasmtime", @@ -12087,7 +12129,7 @@ version = "4.0.0" source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" dependencies = [ "impl-trait-for-tuples", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "serde", "smallvec", @@ -12115,9 +12157,9 @@ dependencies = [ [[package]] name = "ss58-registry" -version = "1.35.0" +version = "1.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa0813c10b9dbdc842c2305f949f724c64866e4ef4d09c9151e96f6a2106773c" +checksum = "ecf0bd63593ef78eca595a7fc25e9a443ca46fe69fd472f8f09f5245cdcd769d" dependencies = [ "Inflector", "num-format", @@ -12162,7 +12204,7 @@ dependencies = [ "cfg_aliases", "libc", "parking_lot 0.11.2", - "parking_lot_core 0.8.5", + "parking_lot_core 0.8.6", "static_init_macro 1.0.2", "winapi", ] @@ -12252,7 +12294,7 @@ name = "substrate-build-script-utils" version = "3.0.0" source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" dependencies = [ - "platforms", + "platforms 2.0.0", ] [[package]] @@ -12264,7 +12306,7 @@ dependencies = [ "futures", "jsonrpsee", "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "sc-client-api", "sc-rpc-api", "sc-transaction-pool-api", @@ -12309,7 +12351,7 @@ source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5 dependencies = [ "jsonrpsee", "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "sc-client-api", "sc-rpc-api", "scale-info", @@ -12331,7 +12373,7 @@ dependencies = [ "array-bytes", "async-trait", "futures", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "sc-client-api", "sc-client-db", "sc-consensus", @@ -12364,7 +12406,7 @@ dependencies = [ "memory-db", "pallet-babe", "pallet-timestamp", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "parity-util-mem", "sc-service", "scale-info", @@ -12399,7 +12441,7 @@ version = "2.0.0" source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" dependencies = [ "futures", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "sc-block-builder", "sc-client-api", "sc-consensus", @@ -12443,9 +12485,9 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" [[package]] name = "syn" -version = "1.0.105" +version = "1.0.109" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60b9b43d45702de4c839cb9b51d9f529c5dd26a4aff255b42b1ebc03e88ee908" +checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" dependencies = [ "proc-macro2", "quote", @@ -12493,29 +12535,28 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] name = "target-lexicon" -version = "0.12.5" +version = "0.12.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9410d0f6853b1d94f0e519fb95df60f29d2c1eff2d921ffdf01a4c8a3b54f12d" +checksum = "8ae9980cab1db3fceee2f6c6f643d5d8de2997c58ee8d25fb0cc8a9e9e7348e5" [[package]] name = "tempfile" -version = "3.3.0" +version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4" +checksum = "af18f7ae1acd354b992402e9ec5864359d693cd8a79dcbef59f76891701c1e95" dependencies = [ "cfg-if 1.0.0", "fastrand", - "libc", "redox_syscall", - "remove_dir_all", - "winapi", + "rustix 0.36.9", + "windows-sys 0.42.0", ] [[package]] name = "termcolor" -version = "1.1.3" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755" +checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" dependencies = [ "winapi-util", ] @@ -12528,18 +12569,18 @@ checksum = "95059e91184749cb66be6dc994f67f182b6d897cb3df74a5bf66b5e709295fd8" [[package]] name = "thiserror" -version = "1.0.37" +version = "1.0.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e" +checksum = "a5ab016db510546d856297882807df8da66a16fb8c4101cb8b30054b0d5b2d9c" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.37" +version = "1.0.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb" +checksum = "5420d42e90af0c38c3290abcca25b9b3bdf379fc9f55c528f53a269d9c9a267e" dependencies = [ "proc-macro2", "quote", @@ -12554,10 +12595,11 @@ checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820" [[package]] name = "thread_local" -version = "1.1.4" +version = "1.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180" +checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" dependencies = [ + "cfg-if 1.0.0", "once_cell", ] @@ -12585,12 +12627,11 @@ dependencies = [ [[package]] name = "tikv-jemalloc-sys" -version = "0.5.2+5.3.0-patched" +version = "0.5.3+5.3.0-patched" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec45c14da997d0925c7835883e4d5c181f196fa142f8c19d7643d1e9af2592c3" +checksum = "a678df20055b43e57ef8cddde41cdfda9a3c1a060b67f4c5836dfb1d78543ba8" dependencies = [ "cc", - "fs_extra", "libc", ] @@ -12644,15 +12685,15 @@ dependencies = [ [[package]] name = "tinyvec_macros" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" +checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.23.0" +version = "1.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eab6d665857cc6ca78d6e80303a02cea7a7851e85dfbd77cbdc09bd129f1ef46" +checksum = "03201d01c3c27a29c8a5cee5b55a93ddae1ccf6f08f65365c2c918f8c1b76f64" dependencies = [ "autocfg", "bytes", @@ -12665,7 +12706,7 @@ dependencies = [ "signal-hook-registry", "socket2", "tokio-macros", - "windows-sys 0.42.0", + "windows-sys 0.45.0", ] [[package]] @@ -12692,9 +12733,9 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.11" +version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d660770404473ccd7bc9f8b28494a811bc18542b915c0855c51e8f419d5223ce" +checksum = "8fb52b74f05dbf495a8fba459fdc331812b96aa086d9eb78101fa0d4569c3313" dependencies = [ "futures-core", "pin-project-lite 0.2.9", @@ -12703,9 +12744,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.4" +version = "0.7.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740" +checksum = "5427d89453009325de0d8f342c9490009f76e999cb7672d77e46267448f7e6b2" dependencies = [ "bytes", "futures-core", @@ -12718,13 +12759,30 @@ dependencies = [ [[package]] name = "toml" -version = "0.5.9" +version = "0.5.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7" +checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" dependencies = [ "serde", ] +[[package]] +name = "toml_datetime" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622" + +[[package]] +name = "toml_edit" +version = "0.19.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9a1eb0622d28f4b9c90adc4ea4b2b46b47663fde9ac5fafcb14a1369d5508825" +dependencies = [ + "indexmap", + "toml_datetime", + "winnow", +] + [[package]] name = "tower-service" version = "0.3.2" @@ -12918,9 +12976,9 @@ dependencies = [ [[package]] name = "try-lock" -version = "0.2.3" +version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" +checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" [[package]] name = "try-runtime-cli" @@ -12930,7 +12988,7 @@ dependencies = [ "clap", "frame-try-runtime", "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "remote-externalities", "sc-chain-spec", "sc-cli", @@ -12951,9 +13009,9 @@ dependencies = [ [[package]] name = "tt-call" -version = "1.0.8" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e66dcbec4290c69dd03c57e76c2469ea5c7ce109c6dd4351c13055cf71ea055" +checksum = "f4f195fd851901624eee5a58c4bb2b4f06399148fcd0ed336e6f1cb60a9881df" [[package]] name = "twox-hash" @@ -13002,15 +13060,15 @@ dependencies = [ [[package]] name = "unicode-bidi" -version = "0.3.8" +version = "0.3.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992" +checksum = "524b68aca1d05e03fdf03fcdce2c6c94b6daf6d16861ddaa7e4f2b6638a9052c" [[package]] name = "unicode-ident" -version = "1.0.5" +version = "1.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3" +checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" [[package]] name = "unicode-normalization" @@ -13164,9 +13222,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "wasm-bindgen" -version = "0.2.83" +version = "0.2.84" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268" +checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b" dependencies = [ "cfg-if 1.0.0", "wasm-bindgen-macro", @@ -13174,9 +13232,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-backend" -version = "0.2.83" +version = "0.2.84" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142" +checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9" dependencies = [ "bumpalo", "log", @@ -13189,9 +13247,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-futures" -version = "0.4.33" +version = "0.4.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d" +checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454" dependencies = [ "cfg-if 1.0.0", "js-sys", @@ -13201,9 +13259,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.83" +version = "0.2.84" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810" +checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -13211,9 +13269,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.83" +version = "0.2.84" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c" +checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6" dependencies = [ "proc-macro2", "quote", @@ -13224,9 +13282,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-shared" -version = "0.2.83" +version = "0.2.84" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f" +checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d" [[package]] name = "wasm-gc-api" @@ -13290,7 +13348,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "57d20cb3c59b788653d99541c646c561c9dd26506f25c0cebfe810659c54c6d7" dependencies = [ "downcast-rs", - "libm", + "libm 0.2.6", "memory_units", "num-rational 0.4.1", "num-traits", @@ -13317,7 +13375,7 @@ dependencies = [ "indexmap", "libc", "log", - "object", + "object 0.29.0", "once_cell", "paste", "psm", @@ -13349,7 +13407,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bcd849399d17d2270141cfe47fa0d91ee52d5f8ea9b98cf7ddde0d53e5f79882" dependencies = [ "anyhow", - "base64", + "base64 0.13.1", "bincode", "directories-next", "file-per-thread-logger", @@ -13374,9 +13432,9 @@ dependencies = [ "cranelift-frontend", "cranelift-native", "cranelift-wasm", - "gimli", + "gimli 0.26.2", "log", - "object", + "object 0.29.0", "target-lexicon", "thiserror", "wasmparser", @@ -13391,10 +13449,10 @@ checksum = "ebb881c61f4f627b5d45c54e629724974f8a8890d455bcbe634330cc27309644" dependencies = [ "anyhow", "cranelift-entity", - "gimli", + "gimli 0.26.2", "indexmap", "log", - "object", + "object 0.29.0", "serde", "target-lexicon", "thiserror", @@ -13408,14 +13466,14 @@ version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1985c628011fe26adf5e23a5301bdc79b245e0e338f14bb58b39e4e25e4d8681" dependencies = [ - "addr2line", + "addr2line 0.17.0", "anyhow", "bincode", "cfg-if 1.0.0", "cpp_demangle", - "gimli", + "gimli 0.26.2", "log", - "object", + "object 0.29.0", "rustc-demangle", "rustix 0.35.13", "serde", @@ -13433,7 +13491,7 @@ version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f671b588486f5ccec8c5a3dba6b4c07eac2e66ab8c60e6f4e53717c77f709731" dependencies = [ - "object", + "object 0.29.0", "once_cell", "rustix 0.35.13", ] @@ -13477,9 +13535,9 @@ dependencies = [ [[package]] name = "web-sys" -version = "0.3.60" +version = "0.3.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f" +checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97" dependencies = [ "js-sys", "wasm-bindgen", @@ -13497,22 +13555,13 @@ dependencies = [ [[package]] name = "webpki-roots" -version = "0.22.5" +version = "0.22.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "368bfe657969fb01238bb756d351dcade285e0f6fcbd36dcb23359a5169975be" +checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87" dependencies = [ "webpki", ] -[[package]] -name = "wepoll-ffi" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb" -dependencies = [ - "cc", -] - [[package]] name = "westend-runtime" version = "0.9.32" @@ -13570,7 +13619,7 @@ dependencies = [ "pallet-vesting", "pallet-xcm", "pallet-xcm-benchmarks", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "polkadot-parachain", "polkadot-primitives", "polkadot-runtime-common", @@ -13619,9 +13668,9 @@ dependencies = [ [[package]] name = "which" -version = "4.3.0" +version = "4.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b" +checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269" dependencies = [ "either", "libc", @@ -13698,19 +13747,43 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" dependencies = [ "windows_aarch64_gnullvm", - "windows_aarch64_msvc 0.42.0", - "windows_i686_gnu 0.42.0", - "windows_i686_msvc 0.42.0", - "windows_x86_64_gnu 0.42.0", + "windows_aarch64_msvc 0.42.1", + "windows_i686_gnu 0.42.1", + "windows_i686_msvc 0.42.1", + "windows_x86_64_gnu 0.42.1", "windows_x86_64_gnullvm", - "windows_x86_64_msvc 0.42.0", + "windows_x86_64_msvc 0.42.1", +] + +[[package]] +name = "windows-sys" +version = "0.45.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" +dependencies = [ + "windows-targets", +] + +[[package]] +name = "windows-targets" +version = "0.42.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7" +dependencies = [ + "windows_aarch64_gnullvm", + "windows_aarch64_msvc 0.42.1", + "windows_i686_gnu 0.42.1", + "windows_i686_msvc 0.42.1", + "windows_x86_64_gnu 0.42.1", + "windows_x86_64_gnullvm", + "windows_x86_64_msvc 0.42.1", ] [[package]] name = "windows_aarch64_gnullvm" -version = "0.42.0" +version = "0.42.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e" +checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608" [[package]] name = "windows_aarch64_msvc" @@ -13726,9 +13799,9 @@ checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47" [[package]] name = "windows_aarch64_msvc" -version = "0.42.0" +version = "0.42.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4" +checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7" [[package]] name = "windows_i686_gnu" @@ -13744,9 +13817,9 @@ checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6" [[package]] name = "windows_i686_gnu" -version = "0.42.0" +version = "0.42.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7" +checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640" [[package]] name = "windows_i686_msvc" @@ -13762,9 +13835,9 @@ checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024" [[package]] name = "windows_i686_msvc" -version = "0.42.0" +version = "0.42.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246" +checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605" [[package]] name = "windows_x86_64_gnu" @@ -13780,15 +13853,15 @@ checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1" [[package]] name = "windows_x86_64_gnu" -version = "0.42.0" +version = "0.42.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed" +checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45" [[package]] name = "windows_x86_64_gnullvm" -version = "0.42.0" +version = "0.42.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028" +checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463" [[package]] name = "windows_x86_64_msvc" @@ -13804,9 +13877,18 @@ checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680" [[package]] name = "windows_x86_64_msvc" -version = "0.42.0" +version = "0.42.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5" +checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd" + +[[package]] +name = "winnow" +version = "0.3.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ee7b2c67f962bf5042bfd8b6a916178df33a26eec343ae064cb8e069f638fa6f" +dependencies = [ + "memchr", +] [[package]] name = "winreg" @@ -13851,7 +13933,7 @@ dependencies = [ "derivative", "impl-trait-for-tuples", "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "sp-runtime", "xcm-procedural", @@ -13866,7 +13948,7 @@ dependencies = [ "frame-system", "log", "pallet-transaction-payment", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "polkadot-parachain", "scale-info", "sp-arithmetic", @@ -13891,7 +13973,7 @@ dependencies = [ "frame-support", "frame-system", "parachain-info", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "paste", "polkadot-primitives", "polkadot-runtime-parachains", @@ -13912,7 +13994,7 @@ dependencies = [ "frame-support", "impl-trait-for-tuples", "log", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "sp-arithmetic", "sp-core", "sp-io", @@ -13933,7 +14015,7 @@ dependencies = [ "hex", "log", "orml-traits", - "parity-scale-codec 3.2.1", + "parity-scale-codec 3.4.0", "scale-info", "serde", "sha3 0.10.6", @@ -14012,10 +14094,11 @@ dependencies = [ [[package]] name = "zstd-sys" -version = "2.0.4+zstd.1.5.2" +version = "2.0.7+zstd.1.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fa202f2ef00074143e219d15b62ffc317d17cc33909feac471c044087cad7b0" +checksum = "94509c3ba2fe55294d752b79842c530ccfab760192521df74a081a78d2b3c7f5" dependencies = [ "cc", "libc", + "pkg-config", ] From 28452210a177f443aa2fb583009cd375d19c71f2 Mon Sep 17 00:00:00 2001 From: nuno Date: Thu, 9 Mar 2023 10:25:26 +0100 Subject: [PATCH 03/55] cargo update --- Cargo.lock | 2125 +++++++++++++++----------- Cargo.toml | 10 +- libs/traits/Cargo.toml | 2 +- libs/types/Cargo.toml | 2 +- pallets/bridge/Cargo.toml | 2 +- pallets/connectors/Cargo.toml | 10 +- pallets/investments/Cargo.toml | 4 +- pallets/loans/Cargo.toml | 12 +- pallets/nft-sales/Cargo.toml | 8 +- pallets/nft/Cargo.toml | 2 +- pallets/pool-registry/Cargo.toml | 6 +- pallets/pool-system/Cargo.toml | 6 +- pallets/restricted-tokens/Cargo.toml | 8 +- pallets/rewards/Cargo.toml | 4 +- runtime/altair/Cargo.toml | 12 +- runtime/centrifuge/Cargo.toml | 14 +- runtime/common/Cargo.toml | 2 +- runtime/development/Cargo.toml | 14 +- runtime/integration-tests/Cargo.toml | 10 +- 19 files changed, 1292 insertions(+), 961 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index be05adec67..840a801f6e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -166,12 +166,12 @@ dependencies = [ "sp-api", "sp-block-builder", "sp-consensus-aura", - "sp-core", + "sp-core 6.0.0", "sp-inherents", "sp-offchain", - "sp-runtime", + "sp-runtime 6.0.0", "sp-session", - "sp-std", + "sp-std 4.0.0", "sp-transaction-pool", "sp-version", "static_assertions", @@ -554,14 +554,14 @@ dependencies = [ "sc-network-gossip", "sc-utils", "sp-api", - "sp-application-crypto", - "sp-arithmetic", + "sp-application-crypto 6.0.0", + "sp-arithmetic 5.0.0", "sp-blockchain", "sp-consensus", - "sp-core", - "sp-keystore", + "sp-core 6.0.0", + "sp-keystore 0.12.0", "sp-mmr-primitives", - "sp-runtime", + "sp-runtime 6.0.0", "substrate-prometheus-endpoint", "thiserror", "wasm-timer", @@ -582,8 +582,8 @@ dependencies = [ "sc-rpc", "sc-utils", "serde", - "sp-core", - "sp-runtime", + "sp-core 6.0.0", + "sp-runtime 6.0.0", "thiserror", ] @@ -594,7 +594,7 @@ source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5 dependencies = [ "beefy-primitives", "sp-api", - "sp-runtime", + "sp-runtime 6.0.0", ] [[package]] @@ -606,12 +606,12 @@ dependencies = [ "scale-info", "serde", "sp-api", - "sp-application-crypto", - "sp-core", - "sp-io", + "sp-application-crypto 6.0.0", + "sp-core 6.0.0", + "sp-io 6.0.0", "sp-mmr-primitives", - "sp-runtime", - "sp-std", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -957,11 +957,11 @@ dependencies = [ "sp-block-builder", "sp-blockchain", "sp-consensus-aura", - "sp-core", + "sp-core 6.0.0", "sp-keyring", - "sp-keystore", + "sp-keystore 0.12.0", "sp-offchain", - "sp-runtime", + "sp-runtime 6.0.0", "sp-session", "sp-timestamp", "sp-transaction-pool", @@ -1045,13 +1045,13 @@ dependencies = [ "sp-api", "sp-block-builder", "sp-consensus-aura", - "sp-core", + "sp-core 6.0.0", "sp-inherents", - "sp-io", + "sp-io 6.0.0", "sp-offchain", - "sp-runtime", + "sp-runtime 6.0.0", "sp-session", - "sp-std", + "sp-std 4.0.0", "sp-transaction-pool", "sp-version", "static_assertions", @@ -1103,7 +1103,7 @@ dependencies = [ "mock-builder", "parity-scale-codec 3.4.0", "scale-info", - "sp-std", + "sp-std 4.0.0", ] [[package]] @@ -1118,9 +1118,9 @@ dependencies = [ "scale-info", "serde", "sp-consensus-aura", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -1136,8 +1136,8 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-runtime", - "sp-std", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -1153,9 +1153,9 @@ dependencies = [ "orml-traits", "parity-scale-codec 3.4.0", "scale-info", - "sp-arithmetic", - "sp-runtime", - "sp-std", + "sp-arithmetic 5.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -1170,9 +1170,9 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-arithmetic", - "sp-runtime", - "sp-std", + "sp-arithmetic 5.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", "xcm", ] @@ -1187,8 +1187,8 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "sp-consensus-aura", - "sp-runtime", - "sp-std", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -1225,7 +1225,7 @@ dependencies = [ [[package]] name = "chainbridge" version = "0.0.2" -source = "git+https://github.com/centrifuge/chainbridge-substrate.git?branch=polkadot-v0.9.32#e4c8357eb31174681cc4ee8ffe4ddeaba11f63ff" +source = "git+https://github.com/centrifuge/chainbridge-substrate.git?branch=polkadot-v0.9.37#125e245d06f6439161e384acf420efbc47b9798d" dependencies = [ "frame-benchmarking", "frame-support", @@ -1234,10 +1234,10 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", "substrate-wasm-builder-runner", ] @@ -1681,8 +1681,8 @@ dependencies = [ "sc-chain-spec", "sc-cli", "sc-service", - "sp-core", - "sp-runtime", + "sp-core 6.0.0", + "sp-runtime 6.0.0", "url", ] @@ -1704,8 +1704,8 @@ dependencies = [ "sc-client-api", "sp-api", "sp-consensus", - "sp-core", - "sp-runtime", + "sp-core 6.0.0", + "sp-runtime 6.0.0", "tracing", ] @@ -1725,15 +1725,15 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry", "sp-api", - "sp-application-crypto", + "sp-application-crypto 6.0.0", "sp-block-builder", "sp-blockchain", "sp-consensus", "sp-consensus-aura", - "sp-core", + "sp-core 6.0.0", "sp-inherents", - "sp-keystore", - "sp-runtime", + "sp-keystore 0.12.0", + "sp-runtime 6.0.0", "substrate-prometheus-endpoint", "tracing", ] @@ -1753,8 +1753,8 @@ dependencies = [ "sc-consensus", "sp-blockchain", "sp-consensus", - "sp-runtime", - "sp-trie", + "sp-runtime 6.0.0", + "sp-trie 6.0.0", "tracing", ] @@ -1775,9 +1775,9 @@ dependencies = [ "sc-client-api", "sp-blockchain", "sp-consensus", - "sp-core", - "sp-runtime", - "sp-state-machine", + "sp-core 6.0.0", + "sp-runtime 6.0.0", + "sp-state-machine 0.12.0", "tracing", ] @@ -1800,7 +1800,7 @@ dependencies = [ "sc-consensus", "sp-consensus", "sp-maybe-compressed-blob", - "sp-runtime", + "sp-runtime 6.0.0", "tracing", ] @@ -1823,8 +1823,8 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-consensus", - "sp-core", - "sp-runtime", + "sp-core 6.0.0", + "sp-runtime 6.0.0", ] [[package]] @@ -1837,10 +1837,10 @@ dependencies = [ "pallet-aura", "parity-scale-codec 3.4.0", "scale-info", - "sp-application-crypto", + "sp-application-crypto 6.0.0", "sp-consensus-aura", - "sp-runtime", - "sp-std", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -1854,9 +1854,9 @@ dependencies = [ "log", "parity-scale-codec 3.4.0", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", "xcm", ] @@ -1877,14 +1877,14 @@ dependencies = [ "parity-scale-codec 3.4.0", "polkadot-parachain", "scale-info", - "sp-core", - "sp-externalities", + "sp-core 6.0.0", + "sp-externalities 0.12.0", "sp-inherents", - "sp-io", - "sp-runtime", - "sp-state-machine", - "sp-std", - "sp-trie", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-state-machine 0.12.0", + "sp-std 4.0.0", + "sp-trie 6.0.0", "sp-version", ] @@ -1909,9 +1909,9 @@ dependencies = [ "frame-system", "parity-scale-codec 3.4.0", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", "xcm", ] @@ -1928,8 +1928,8 @@ dependencies = [ "parity-scale-codec 3.4.0", "rand_chacha 0.3.1", "scale-info", - "sp-runtime", - "sp-std", + "sp-runtime 6.0.0", + "sp-std 4.0.0", "xcm", "xcm-executor", ] @@ -1944,9 +1944,9 @@ dependencies = [ "polkadot-parachain", "polkadot-primitives", "sp-api", - "sp-runtime", - "sp-std", - "sp-trie", + "sp-runtime 6.0.0", + "sp-std 4.0.0", + "sp-trie 6.0.0", ] [[package]] @@ -1962,13 +1962,13 @@ dependencies = [ "sc-client-api", "scale-info", "sp-api", - "sp-core", + "sp-core 6.0.0", "sp-inherents", - "sp-runtime", - "sp-state-machine", - "sp-std", - "sp-storage", - "sp-trie", + "sp-runtime 6.0.0", + "sp-state-machine 0.12.0", + "sp-std 4.0.0", + "sp-storage 6.0.0", + "sp-trie 6.0.0", "tracing", ] @@ -1981,7 +1981,7 @@ dependencies = [ "futures", "parity-scale-codec 3.4.0", "sp-inherents", - "sp-std", + "sp-std 4.0.0", "sp-timestamp", ] @@ -1994,8 +1994,8 @@ dependencies = [ "frame-support", "log", "parity-scale-codec 3.4.0", - "sp-runtime", - "sp-std", + "sp-runtime 6.0.0", + "sp-std 4.0.0", "xcm", "xcm-builder", "xcm-executor", @@ -2021,9 +2021,9 @@ dependencies = [ "sc-tracing", "sp-api", "sp-consensus", - "sp-core", - "sp-runtime", - "sp-state-machine", + "sp-core 6.0.0", + "sp-runtime 6.0.0", + "sp-state-machine 0.12.0", ] [[package]] @@ -2041,7 +2041,7 @@ dependencies = [ "sc-client-api", "sp-api", "sp-blockchain", - "sp-state-machine", + "sp-state-machine 0.12.0", "thiserror", ] @@ -2053,9 +2053,9 @@ dependencies = [ "cumulus-primitives-core", "parity-scale-codec 3.4.0", "polkadot-primitives", - "sp-runtime", - "sp-state-machine", - "sp-std", + "sp-runtime 6.0.0", + "sp-state-machine 0.12.0", + "sp-std 4.0.0", ] [[package]] @@ -2287,13 +2287,13 @@ dependencies = [ "sp-api", "sp-block-builder", "sp-consensus-aura", - "sp-core", + "sp-core 6.0.0", "sp-inherents", - "sp-io", + "sp-io 6.0.0", "sp-offchain", - "sp-runtime", + "sp-runtime 6.0.0", "sp-session", - "sp-std", + "sp-std 4.0.0", "sp-transaction-pool", "sp-version", "static_assertions", @@ -2972,19 +2972,19 @@ dependencies = [ [[package]] name = "fp-consensus" version = "2.0.0-dev" -source = "git+https://github.com/PureStake/frontier?branch=moonbeam-polkadot-v0.9.32#2b405d4fd5f81b2a4d398a0c3a03b79e39fd2bd5" +source = "git+https://github.com/PureStake/frontier?branch=moonbeam-polkadot-v0.9.37#8e2ad9637e03c9150b419a9abe21ce5ffc0a92f5" dependencies = [ "ethereum", "parity-scale-codec 3.4.0", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 7.0.0", + "sp-runtime 7.0.0", + "sp-std 5.0.0", ] [[package]] name = "fp-ethereum" version = "1.0.0-dev" -source = "git+https://github.com/PureStake/frontier?branch=moonbeam-polkadot-v0.9.32#2b405d4fd5f81b2a4d398a0c3a03b79e39fd2bd5" +source = "git+https://github.com/PureStake/frontier?branch=moonbeam-polkadot-v0.9.37#8e2ad9637e03c9150b419a9abe21ce5ffc0a92f5" dependencies = [ "ethereum", "ethereum-types 0.14.1", @@ -2992,27 +2992,26 @@ dependencies = [ "frame-support", "num_enum", "parity-scale-codec 3.4.0", - "sp-core", - "sp-std", + "sp-std 5.0.0", ] [[package]] name = "fp-evm" version = "3.0.0-dev" -source = "git+https://github.com/PureStake/frontier?branch=moonbeam-polkadot-v0.9.32#2b405d4fd5f81b2a4d398a0c3a03b79e39fd2bd5" +source = "git+https://github.com/PureStake/frontier?branch=moonbeam-polkadot-v0.9.37#8e2ad9637e03c9150b419a9abe21ce5ffc0a92f5" dependencies = [ "evm", "frame-support", "parity-scale-codec 3.4.0", "serde", - "sp-core", - "sp-std", + "sp-core 7.0.0", + "sp-std 5.0.0", ] [[package]] name = "fp-rpc" version = "3.0.0-dev" -source = "git+https://github.com/PureStake/frontier?branch=moonbeam-polkadot-v0.9.32#2b405d4fd5f81b2a4d398a0c3a03b79e39fd2bd5" +source = "git+https://github.com/PureStake/frontier?branch=moonbeam-polkadot-v0.9.37#8e2ad9637e03c9150b419a9abe21ce5ffc0a92f5" dependencies = [ "ethereum", "ethereum-types 0.14.1", @@ -3020,30 +3019,27 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "sp-api", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0", + "sp-runtime 7.0.0", + "sp-std 5.0.0", ] [[package]] name = "fp-self-contained" version = "1.0.0-dev" -source = "git+https://github.com/PureStake/frontier?branch=moonbeam-polkadot-v0.9.32#2b405d4fd5f81b2a4d398a0c3a03b79e39fd2bd5" +source = "git+https://github.com/PureStake/frontier?branch=moonbeam-polkadot-v0.9.37#8e2ad9637e03c9150b419a9abe21ce5ffc0a92f5" dependencies = [ - "ethereum", "frame-support", "parity-scale-codec 3.4.0", - "parity-util-mem", "scale-info", "serde", - "sp-runtime", + "sp-runtime 7.0.0", ] [[package]] name = "fp-storage" version = "2.0.0" -source = "git+https://github.com/PureStake/frontier?branch=moonbeam-polkadot-v0.9.32#2b405d4fd5f81b2a4d398a0c3a03b79e39fd2bd5" +source = "git+https://github.com/PureStake/frontier?branch=moonbeam-polkadot-v0.9.37#8e2ad9637e03c9150b419a9abe21ce5ffc0a92f5" dependencies = [ "parity-scale-codec 3.4.0", "serde", @@ -3069,13 +3065,13 @@ dependencies = [ "scale-info", "serde", "sp-api", - "sp-application-crypto", - "sp-core", - "sp-io", - "sp-runtime", - "sp-runtime-interface", - "sp-std", - "sp-storage", + "sp-application-crypto 6.0.0", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-runtime-interface 6.0.0", + "sp-std 4.0.0", + "sp-storage 6.0.0", ] [[package]] @@ -3099,7 +3095,7 @@ dependencies = [ "lazy_static", "linked-hash-map", "log", - "memory-db", + "memory-db 0.30.0", "parity-scale-codec 3.4.0", "rand 0.8.5", "rand_pcg 0.3.1", @@ -3115,15 +3111,15 @@ dependencies = [ "serde_nanos", "sp-api", "sp-blockchain", - "sp-core", + "sp-core 6.0.0", "sp-database", - "sp-externalities", + "sp-externalities 0.12.0", "sp-inherents", - "sp-keystore", - "sp-runtime", - "sp-state-machine", - "sp-storage", - "sp-trie", + "sp-keystore 0.12.0", + "sp-runtime 6.0.0", + "sp-state-machine 0.12.0", + "sp-storage 6.0.0", + "sp-trie 6.0.0", "tempfile", "thiserror", "thousands", @@ -3150,10 +3146,10 @@ dependencies = [ "frame-system", "parity-scale-codec 3.4.0", "scale-info", - "sp-arithmetic", + "sp-arithmetic 5.0.0", "sp-npos-elections", - "sp-runtime", - "sp-std", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -3166,11 +3162,11 @@ dependencies = [ "frame-try-runtime", "parity-scale-codec 3.4.0", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-tracing", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", + "sp-tracing 5.0.0", ] [[package]] @@ -3203,16 +3199,16 @@ dependencies = [ "serde", "smallvec", "sp-api", - "sp-arithmetic", - "sp-core", + "sp-arithmetic 5.0.0", + "sp-core 6.0.0", "sp-core-hashing-proc-macro", "sp-inherents", - "sp-io", - "sp-runtime", + "sp-io 6.0.0", + "sp-runtime 6.0.0", "sp-staking", - "sp-state-machine", - "sp-std", - "sp-tracing", + "sp-state-machine 0.12.0", + "sp-std 4.0.0", + "sp-tracing 5.0.0", "sp-weights", "tt-call", ] @@ -3263,10 +3259,10 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", "sp-version", "sp-weights", ] @@ -3281,9 +3277,9 @@ dependencies = [ "frame-system", "parity-scale-codec 3.4.0", "scale-info", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -3303,8 +3299,8 @@ dependencies = [ "frame-support", "parity-scale-codec 3.4.0", "sp-api", - "sp-runtime", - "sp-std", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -3326,20 +3322,20 @@ dependencies = [ [[package]] name = "fudge" version = "0.0.10" -source = "git+https://github.com/centrifuge/fudge?branch=polkadot-v0.9.32#c0fb59cf9a4ff4afa763a0e76f1b5398de35bd32" +source = "git+https://github.com/centrifuge/fudge?branch=polkadot-v0.9.37#69a5e6e8ae905aaf8bd4140c4eb851ae3e1b3358" dependencies = [ "fudge-companion", "fudge-core", "polkadot-parachain", "sc-executor", "sc-service", - "sp-io", + "sp-io 6.0.0", ] [[package]] name = "fudge-companion" version = "0.0.7" -source = "git+https://github.com/centrifuge/fudge?branch=polkadot-v0.9.32#c0fb59cf9a4ff4afa763a0e76f1b5398de35bd32" +source = "git+https://github.com/centrifuge/fudge?branch=polkadot-v0.9.37#69a5e6e8ae905aaf8bd4140c4eb851ae3e1b3358" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -3350,7 +3346,7 @@ dependencies = [ [[package]] name = "fudge-core" version = "0.0.10" -source = "git+https://github.com/centrifuge/fudge?branch=polkadot-v0.9.32#c0fb59cf9a4ff4afa763a0e76f1b5398de35bd32" +source = "git+https://github.com/centrifuge/fudge?branch=polkadot-v0.9.37#69a5e6e8ae905aaf8bd4140c4eb851ae3e1b3358" dependencies = [ "async-trait", "cumulus-primitives-parachain-inherent", @@ -3391,16 +3387,16 @@ dependencies = [ "sp-consensus", "sp-consensus-aura", "sp-consensus-babe", - "sp-core", + "sp-core 6.0.0", "sp-database", - "sp-externalities", + "sp-externalities 0.12.0", "sp-inherents", - "sp-io", - "sp-keystore", - "sp-runtime", - "sp-state-machine", - "sp-std", - "sp-storage", + "sp-io 6.0.0", + "sp-keystore 0.12.0", + "sp-runtime 6.0.0", + "sp-state-machine 0.12.0", + "sp-std 4.0.0", + "sp-storage 6.0.0", "sp-timestamp", "sp-transaction-pool", "thiserror", @@ -3811,6 +3807,15 @@ dependencies = [ "digest 0.9.0", ] +[[package]] +name = "hmac" +version = "0.12.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" +dependencies = [ + "digest 0.10.6", +] + [[package]] name = "hmac-drbg" version = "0.3.0" @@ -4392,20 +4397,20 @@ dependencies = [ "serde_derive", "smallvec", "sp-api", - "sp-arithmetic", + "sp-arithmetic 5.0.0", "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", - "sp-core", + "sp-core 6.0.0", "sp-inherents", - "sp-io", + "sp-io 6.0.0", "sp-mmr-primitives", "sp-npos-elections", "sp-offchain", - "sp-runtime", + "sp-runtime 6.0.0", "sp-session", "sp-staking", - "sp-std", + "sp-std 4.0.0", "sp-transaction-pool", "sp-version", "static_assertions", @@ -4424,8 +4429,8 @@ dependencies = [ "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core", - "sp-runtime", + "sp-core 6.0.0", + "sp-runtime 6.0.0", "sp-weights", ] @@ -5130,6 +5135,16 @@ dependencies = [ "parity-util-mem", ] +[[package]] +name = "memory-db" +version = "0.31.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5e0c7cba9ce19ac7ffd2053ac9f49843bbd3f4318feedfd74e85c19d5fb0ba66" +dependencies = [ + "hash-db", + "hashbrown", +] + [[package]] name = "memory-lru" version = "0.1.1" @@ -5203,9 +5218,9 @@ dependencies = [ "frame-system", "parity-scale-codec 3.4.0", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-runtime 6.0.0", ] [[package]] @@ -5444,9 +5459,9 @@ dependencies = [ "frame-system", "parity-scale-codec 3.4.0", "scale-info", - "sp-application-crypto", - "sp-core", - "sp-runtime", + "sp-application-crypto 6.0.0", + "sp-core 6.0.0", + "sp-runtime 6.0.0", ] [[package]] @@ -5682,7 +5697,7 @@ dependencies = [ [[package]] name = "orml-asset-registry" version = "0.4.1-dev" -source = "git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v0.9.32#f336875e48599b5e9500b301385259354821f01f" +source = "git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v0.9.37#16b6c1149a15674d21c87244b7988a667e2c14d9" dependencies = [ "frame-support", "frame-system", @@ -5691,8 +5706,8 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-runtime", - "sp-std", + "sp-runtime 6.0.0", + "sp-std 4.0.0", "xcm", "xcm-builder", "xcm-executor", @@ -5701,7 +5716,7 @@ dependencies = [ [[package]] name = "orml-tokens" version = "0.4.1-dev" -source = "git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v0.9.32#f336875e48599b5e9500b301385259354821f01f" +source = "git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v0.9.37#16b6c1149a15674d21c87244b7988a667e2c14d9" dependencies = [ "frame-support", "frame-system", @@ -5709,14 +5724,14 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-runtime", - "sp-std", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] name = "orml-traits" version = "0.4.1-dev" -source = "git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v0.9.32#f336875e48599b5e9500b301385259354821f01f" +source = "git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v0.9.37#16b6c1149a15674d21c87244b7988a667e2c14d9" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -5725,50 +5740,50 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", "xcm", ] [[package]] name = "orml-utilities" version = "0.4.1-dev" -source = "git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v0.9.32#f336875e48599b5e9500b301385259354821f01f" +source = "git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v0.9.37#16b6c1149a15674d21c87244b7988a667e2c14d9" dependencies = [ "frame-support", "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] name = "orml-xcm" version = "0.4.1-dev" -source = "git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v0.9.32#f336875e48599b5e9500b301385259354821f01f" +source = "git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v0.9.37#16b6c1149a15674d21c87244b7988a667e2c14d9" dependencies = [ "frame-support", "frame-system", "pallet-xcm", "parity-scale-codec 3.4.0", "scale-info", - "sp-std", + "sp-std 4.0.0", "xcm", ] [[package]] name = "orml-xcm-support" version = "0.4.1-dev" -source = "git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v0.9.32#f336875e48599b5e9500b301385259354821f01f" +source = "git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v0.9.37#16b6c1149a15674d21c87244b7988a667e2c14d9" dependencies = [ "frame-support", "orml-traits", "parity-scale-codec 3.4.0", - "sp-runtime", - "sp-std", + "sp-runtime 6.0.0", + "sp-std 4.0.0", "xcm", "xcm-executor", ] @@ -5776,7 +5791,7 @@ dependencies = [ [[package]] name = "orml-xtokens" version = "0.4.1-dev" -source = "git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v0.9.32#f336875e48599b5e9500b301385259354821f01f" +source = "git+https://github.com/open-web3-stack/open-runtime-module-library?branch=polkadot-v0.9.37#16b6c1149a15674d21c87244b7988a667e2c14d9" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -5787,9 +5802,9 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", "xcm", "xcm-executor", ] @@ -5828,12 +5843,12 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-arithmetic", + "sp-arithmetic 5.0.0", "sp-consensus-aura", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -5846,10 +5861,10 @@ dependencies = [ "pallet-timestamp", "parity-scale-codec 3.4.0", "scale-info", - "sp-application-crypto", + "sp-application-crypto 6.0.0", "sp-consensus-aura", - "sp-runtime", - "sp-std", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -5862,10 +5877,10 @@ dependencies = [ "pallet-session", "parity-scale-codec 3.4.0", "scale-info", - "sp-application-crypto", + "sp-application-crypto 6.0.0", "sp-authority-discovery", - "sp-runtime", - "sp-std", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -5879,8 +5894,8 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "sp-authorship", - "sp-runtime", - "sp-std", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -5897,14 +5912,14 @@ dependencies = [ "pallet-timestamp", "parity-scale-codec 3.4.0", "scale-info", - "sp-application-crypto", + "sp-application-crypto 6.0.0", "sp-consensus-babe", "sp-consensus-vrf", - "sp-io", - "sp-runtime", + "sp-io 6.0.0", + "sp-runtime 6.0.0", "sp-session", "sp-staking", - "sp-std", + "sp-std 4.0.0", ] [[package]] @@ -5920,11 +5935,11 @@ dependencies = [ "pallet-balances", "parity-scale-codec 3.4.0", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "sp-tracing", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", + "sp-tracing 5.0.0", ] [[package]] @@ -5938,8 +5953,8 @@ dependencies = [ "log", "parity-scale-codec 3.4.0", "scale-info", - "sp-runtime", - "sp-std", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -5954,8 +5969,8 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-runtime", - "sp-std", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -5975,10 +5990,10 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -5993,10 +6008,10 @@ dependencies = [ "pallet-treasury", "parity-scale-codec 3.4.0", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -6016,10 +6031,10 @@ dependencies = [ "parity-scale-codec 3.4.0", "runtime-common", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -6035,10 +6050,10 @@ dependencies = [ "pallet-treasury", "parity-scale-codec 3.4.0", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -6052,10 +6067,10 @@ dependencies = [ "pallet-balances", "parity-scale-codec 3.4.0", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -6068,10 +6083,10 @@ dependencies = [ "pallet-balances", "parity-scale-codec 3.4.0", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -6088,9 +6103,9 @@ dependencies = [ "parity-scale-codec 3.4.0", "rand 0.8.5", "scale-info", - "sp-runtime", + "sp-runtime 6.0.0", "sp-staking", - "sp-std", + "sp-std 4.0.0", ] [[package]] @@ -6104,10 +6119,10 @@ dependencies = [ "log", "parity-scale-codec 3.4.0", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -6138,10 +6153,10 @@ dependencies = [ "runtime-common", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", "xcm", "xcm-primitives", ] @@ -6158,9 +6173,9 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -6179,12 +6194,12 @@ dependencies = [ "parity-scale-codec 3.4.0", "proofs", "scale-info", - "sp-core", - "sp-io", + "sp-core 6.0.0", + "sp-io 6.0.0", "sp-keyring", - "sp-runtime", - "sp-std", - "sp-trie", + "sp-runtime 6.0.0", + "sp-std 4.0.0", + "sp-trie 6.0.0", ] [[package]] @@ -6201,10 +6216,10 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -6219,10 +6234,10 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -6239,12 +6254,12 @@ dependencies = [ "parity-scale-codec 3.4.0", "rand 0.7.3", "scale-info", - "sp-arithmetic", - "sp-core", - "sp-io", + "sp-arithmetic 5.0.0", + "sp-core 6.0.0", + "sp-io 6.0.0", "sp-npos-elections", - "sp-runtime", - "sp-std", + "sp-runtime 6.0.0", + "sp-std 4.0.0", "static_assertions", "strum", ] @@ -6259,7 +6274,7 @@ dependencies = [ "frame-system", "parity-scale-codec 3.4.0", "sp-npos-elections", - "sp-runtime", + "sp-runtime 6.0.0", ] [[package]] @@ -6273,17 +6288,17 @@ dependencies = [ "log", "parity-scale-codec 3.4.0", "scale-info", - "sp-core", - "sp-io", + "sp-core 6.0.0", + "sp-io 6.0.0", "sp-npos-elections", - "sp-runtime", - "sp-std", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] name = "pallet-ethereum" version = "4.0.0-dev" -source = "git+https://github.com/PureStake/frontier?branch=moonbeam-polkadot-v0.9.32#2b405d4fd5f81b2a4d398a0c3a03b79e39fd2bd5" +source = "git+https://github.com/PureStake/frontier?branch=moonbeam-polkadot-v0.9.37#8e2ad9637e03c9150b419a9abe21ce5ffc0a92f5" dependencies = [ "environmental", "ethereum", @@ -6302,16 +6317,15 @@ dependencies = [ "parity-scale-codec 3.4.0", "rlp", "scale-info", - "serde", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 7.0.0", + "sp-runtime 7.0.0", + "sp-std 5.0.0", ] [[package]] name = "pallet-evm" version = "6.0.0-dev" -source = "git+https://github.com/PureStake/frontier?branch=moonbeam-polkadot-v0.9.32#2b405d4fd5f81b2a4d398a0c3a03b79e39fd2bd5" +source = "git+https://github.com/PureStake/frontier?branch=moonbeam-polkadot-v0.9.37#8e2ad9637e03c9150b419a9abe21ce5ffc0a92f5" dependencies = [ "environmental", "evm", @@ -6323,14 +6337,12 @@ dependencies = [ "log", "pallet-timestamp", "parity-scale-codec 3.4.0", - "primitive-types 0.12.1", "rlp", "scale-info", - "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 7.0.0", + "sp-io 7.0.0", + "sp-runtime 7.0.0", + "sp-std 5.0.0", ] [[package]] @@ -6348,10 +6360,10 @@ dependencies = [ "pallet-timestamp", "parity-scale-codec 3.4.0", "scale-info", - "sp-io", - "sp-runtime", + "sp-io 6.0.0", + "sp-runtime 6.0.0", "sp-staking", - "sp-std", + "sp-std 4.0.0", ] [[package]] @@ -6367,10 +6379,10 @@ dependencies = [ "pallet-treasury", "parity-scale-codec 3.4.0", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -6383,9 +6395,9 @@ dependencies = [ "frame-system", "parity-scale-codec 3.4.0", "scale-info", - "sp-arithmetic", - "sp-runtime", - "sp-std", + "sp-arithmetic 5.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -6401,14 +6413,14 @@ dependencies = [ "pallet-session", "parity-scale-codec 3.4.0", "scale-info", - "sp-application-crypto", - "sp-core", + "sp-application-crypto 6.0.0", + "sp-core 6.0.0", "sp-finality-grandpa", - "sp-io", - "sp-runtime", + "sp-io 6.0.0", + "sp-runtime 6.0.0", "sp-session", "sp-staking", - "sp-std", + "sp-std 4.0.0", ] [[package]] @@ -6422,9 +6434,9 @@ dependencies = [ "frame-system", "parity-scale-codec 3.4.0", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -6439,12 +6451,12 @@ dependencies = [ "pallet-authorship", "parity-scale-codec 3.4.0", "scale-info", - "sp-application-crypto", - "sp-core", - "sp-io", - "sp-runtime", + "sp-application-crypto 6.0.0", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-runtime 6.0.0", "sp-staking", - "sp-std", + "sp-std 4.0.0", ] [[package]] @@ -6457,11 +6469,11 @@ dependencies = [ "frame-system", "parity-scale-codec 3.4.0", "scale-info", - "sp-core", - "sp-io", + "sp-core 6.0.0", + "sp-io 6.0.0", "sp-keyring", - "sp-runtime", - "sp-std", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -6479,11 +6491,11 @@ dependencies = [ "pallet-timestamp", "parity-scale-codec 3.4.0", "scale-info", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-arithmetic 5.0.0", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -6506,11 +6518,11 @@ dependencies = [ "runtime-common", "scale-info", "serde", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-arithmetic 5.0.0", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -6523,10 +6535,10 @@ dependencies = [ "pallet-balances", "parity-scale-codec 3.4.0", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -6540,10 +6552,10 @@ dependencies = [ "num-traits", "parity-scale-codec 3.4.0", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -6571,12 +6583,12 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-arithmetic", + "sp-arithmetic 5.0.0", "sp-consensus-aura", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", "xcm", ] @@ -6591,10 +6603,10 @@ dependencies = [ "log", "parity-scale-codec 3.4.0", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -6611,10 +6623,10 @@ dependencies = [ "parity-scale-codec 3.4.0", "rand 0.8.5", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -6628,11 +6640,11 @@ dependencies = [ "frame-system", "parity-scale-codec 3.4.0", "scale-info", - "sp-core", - "sp-io", + "sp-core 6.0.0", + "sp-io 6.0.0", "sp-mmr-primitives", - "sp-runtime", - "sp-std", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -6645,9 +6657,9 @@ dependencies = [ "serde", "sp-api", "sp-blockchain", - "sp-core", + "sp-core 6.0.0", "sp-mmr-primitives", - "sp-runtime", + "sp-runtime 6.0.0", ] [[package]] @@ -6661,9 +6673,9 @@ dependencies = [ "log", "parity-scale-codec 3.4.0", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -6685,10 +6697,10 @@ dependencies = [ "parity-scale-codec 3.4.0", "proofs", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -6706,10 +6718,10 @@ dependencies = [ "pallet-uniques", "parity-scale-codec 3.4.0", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -6722,11 +6734,11 @@ dependencies = [ "log", "parity-scale-codec 3.4.0", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-runtime 6.0.0", "sp-staking", - "sp-std", + "sp-std 4.0.0", ] [[package]] @@ -6743,10 +6755,10 @@ dependencies = [ "pallet-staking", "parity-scale-codec 3.4.0", "scale-info", - "sp-runtime", - "sp-runtime-interface", + "sp-runtime 6.0.0", + "sp-runtime-interface 6.0.0", "sp-staking", - "sp-std", + "sp-std 4.0.0", ] [[package]] @@ -6756,7 +6768,7 @@ source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5 dependencies = [ "parity-scale-codec 3.4.0", "sp-api", - "sp-std", + "sp-std 4.0.0", ] [[package]] @@ -6771,9 +6783,9 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-runtime", + "sp-runtime 6.0.0", "sp-staking", - "sp-std", + "sp-std 4.0.0", ] [[package]] @@ -6794,9 +6806,9 @@ dependencies = [ "pallet-staking", "parity-scale-codec 3.4.0", "scale-info", - "sp-runtime", + "sp-runtime 6.0.0", "sp-staking", - "sp-std", + "sp-std 4.0.0", ] [[package]] @@ -6811,8 +6823,8 @@ dependencies = [ "frame-system", "parity-scale-codec 3.4.0", "scale-info", - "sp-runtime", - "sp-std", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -6838,10 +6850,10 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", "xcm", ] @@ -6872,11 +6884,11 @@ dependencies = [ "rev_slice", "scale-info", "serde", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-arithmetic 5.0.0", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", "xcm", ] @@ -6891,10 +6903,10 @@ dependencies = [ "log", "parity-scale-codec 3.4.0", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -6907,9 +6919,9 @@ dependencies = [ "frame-system", "parity-scale-codec 3.4.0", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -6922,8 +6934,8 @@ dependencies = [ "parity-scale-codec 3.4.0", "safe-mix", "scale-info", - "sp-runtime", - "sp-std", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -6937,11 +6949,11 @@ dependencies = [ "log", "parity-scale-codec 3.4.0", "scale-info", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-arithmetic 5.0.0", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -6954,9 +6966,9 @@ dependencies = [ "frame-system", "parity-scale-codec 3.4.0", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -6971,10 +6983,10 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-arithmetic", - "sp-io", - "sp-runtime", - "sp-std", + "sp-arithmetic 5.0.0", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -6994,9 +7006,9 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -7013,10 +7025,10 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -7030,9 +7042,9 @@ dependencies = [ "log", "parity-scale-codec 3.4.0", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -7047,13 +7059,13 @@ dependencies = [ "pallet-timestamp", "parity-scale-codec 3.4.0", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-runtime 6.0.0", "sp-session", "sp-staking", - "sp-std", - "sp-trie", + "sp-std 4.0.0", + "sp-trie 6.0.0", ] [[package]] @@ -7067,9 +7079,9 @@ dependencies = [ "pallet-session", "pallet-staking", "rand 0.7.3", - "sp-runtime", + "sp-runtime 6.0.0", "sp-session", - "sp-std", + "sp-std 4.0.0", ] [[package]] @@ -7082,8 +7094,8 @@ dependencies = [ "parity-scale-codec 3.4.0", "rand_chacha 0.2.2", "scale-info", - "sp-runtime", - "sp-std", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -7102,11 +7114,11 @@ dependencies = [ "rand_chacha 0.2.2", "scale-info", "serde", - "sp-application-crypto", - "sp-io", - "sp-runtime", + "sp-application-crypto 6.0.0", + "sp-io 6.0.0", + "sp-runtime 6.0.0", "sp-staking", - "sp-std", + "sp-std 4.0.0", ] [[package]] @@ -7126,7 +7138,7 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" dependencies = [ "log", - "sp-arithmetic", + "sp-arithmetic 5.0.0", ] [[package]] @@ -7138,9 +7150,9 @@ dependencies = [ "frame-system", "parity-scale-codec 3.4.0", "scale-info", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -7155,9 +7167,9 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "sp-inherents", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", "sp-timestamp", ] @@ -7174,10 +7186,10 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -7190,10 +7202,10 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -7206,9 +7218,9 @@ dependencies = [ "parity-scale-codec 3.4.0", "sp-api", "sp-blockchain", - "sp-core", + "sp-core 6.0.0", "sp-rpc", - "sp-runtime", + "sp-runtime 6.0.0", "sp-weights", ] @@ -7220,7 +7232,7 @@ dependencies = [ "pallet-transaction-payment", "parity-scale-codec 3.4.0", "sp-api", - "sp-runtime", + "sp-runtime 6.0.0", "sp-weights", ] @@ -7237,8 +7249,8 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-runtime", - "sp-std", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -7252,8 +7264,8 @@ dependencies = [ "log", "parity-scale-codec 3.4.0", "scale-info", - "sp-runtime", - "sp-std", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -7266,10 +7278,10 @@ dependencies = [ "frame-system", "parity-scale-codec 3.4.0", "scale-info", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -7283,8 +7295,8 @@ dependencies = [ "log", "parity-scale-codec 3.4.0", "scale-info", - "sp-runtime", - "sp-std", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -7298,8 +7310,8 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "sp-api", - "sp-runtime", - "sp-std", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -7313,9 +7325,9 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", "xcm", "xcm-executor", ] @@ -7331,8 +7343,8 @@ dependencies = [ "log", "parity-scale-codec 3.4.0", "scale-info", - "sp-runtime", - "sp-std", + "sp-runtime 6.0.0", + "sp-std 4.0.0", "xcm", "xcm-executor", ] @@ -7351,9 +7363,9 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", "xcm", "xcm-builder", "xcm-executor", @@ -7457,10 +7469,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0d32c34f4f5ca7f9196001c0aba5a1f9a5a12382c8944b8b0f90233282d1e8f8" dependencies = [ "cfg-if 1.0.0", - "ethereum-types 0.14.1", "hashbrown", "impl-trait-for-tuples", - "lru 0.8.1", "parity-util-mem-derive", "parking_lot 0.12.1", "primitive-types 0.12.1", @@ -7572,6 +7582,15 @@ dependencies = [ "crypto-mac 0.11.1", ] +[[package]] +name = "pbkdf2" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917" +dependencies = [ + "digest 0.10.6", +] + [[package]] name = "peeking_take_while" version = "0.1.2" @@ -7751,8 +7770,8 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "rand 0.8.5", - "sp-core", - "sp-keystore", + "sp-core 6.0.0", + "sp-keystore 0.12.0", "thiserror", "tracing-gum", ] @@ -7796,9 +7815,9 @@ dependencies = [ "sc-service", "sc-sysinfo", "sc-tracing", - "sp-core", + "sp-core 6.0.0", "sp-keyring", - "sp-trie", + "sp-trie 6.0.0", "substrate-build-script-utils", "thiserror", "try-runtime-cli", @@ -7831,15 +7850,15 @@ dependencies = [ "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-core", + "sp-core 6.0.0", "sp-finality-grandpa", "sp-inherents", "sp-keyring", "sp-mmr-primitives", "sp-offchain", - "sp-runtime", + "sp-runtime 6.0.0", "sp-session", - "sp-storage", + "sp-storage 6.0.0", "sp-timestamp", "sp-transaction-pool", ] @@ -7859,9 +7878,9 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-core", - "sp-keystore", - "sp-runtime", + "sp-core 6.0.0", + "sp-keystore 0.12.0", + "sp-runtime 6.0.0", "thiserror", "tracing-gum", ] @@ -7874,9 +7893,9 @@ dependencies = [ "parity-scale-codec 3.4.0", "parity-util-mem", "scale-info", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -7898,8 +7917,8 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "sc-network", - "sp-application-crypto", - "sp-keystore", + "sp-application-crypto 6.0.0", + "sp-keystore 0.12.0", "thiserror", "tracing-gum", ] @@ -7913,8 +7932,8 @@ dependencies = [ "polkadot-node-primitives", "polkadot-primitives", "reed-solomon-novelpoly", - "sp-core", - "sp-trie", + "sp-core 6.0.0", + "sp-trie 6.0.0", "thiserror", ] @@ -7932,9 +7951,9 @@ dependencies = [ "rand 0.8.5", "rand_chacha 0.3.1", "sc-network", - "sp-application-crypto", - "sp-core", - "sp-keystore", + "sp-application-crypto 6.0.0", + "sp-core 6.0.0", + "sp-keystore 0.12.0", "tracing-gum", ] @@ -7974,7 +7993,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-core", + "sp-core 6.0.0", "sp-maybe-compressed-blob", "thiserror", "tracing-gum", @@ -8001,10 +8020,10 @@ dependencies = [ "polkadot-primitives", "sc-keystore", "schnorrkel", - "sp-application-crypto", + "sp-application-crypto 6.0.0", "sp-consensus", "sp-consensus-slots", - "sp-runtime", + "sp-runtime 6.0.0", "thiserror", "tracing-gum", ] @@ -8043,7 +8062,7 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "polkadot-statement-table", - "sp-keystore", + "sp-keystore 0.12.0", "thiserror", "tracing-gum", ] @@ -8057,7 +8076,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-keystore", + "sp-keystore 0.12.0", "thiserror", "tracing-gum", "wasm-timer", @@ -8144,7 +8163,7 @@ dependencies = [ "polkadot-primitives", "sp-blockchain", "sp-inherents", - "sp-runtime", + "sp-runtime 6.0.0", "thiserror", "tracing-gum", ] @@ -8189,12 +8208,12 @@ dependencies = [ "sc-executor-common", "sc-executor-wasmtime", "slotmap", - "sp-core", - "sp-externalities", - "sp-io", + "sp-core 6.0.0", + "sp-externalities 0.12.0", + "sp-io 6.0.0", "sp-maybe-compressed-blob", - "sp-tracing", - "sp-wasm-interface", + "sp-tracing 5.0.0", + "sp-wasm-interface 6.0.0", "tempfile", "tracing-gum", ] @@ -8210,7 +8229,7 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-overseer", "polkadot-primitives", - "sp-keystore", + "sp-keystore 0.12.0", "thiserror", "tracing-gum", ] @@ -8245,7 +8264,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-primitives", "sc-network", - "sp-core", + "sp-core 6.0.0", "thiserror", ] @@ -8303,11 +8322,11 @@ dependencies = [ "polkadot-primitives", "schnorrkel", "serde", - "sp-application-crypto", + "sp-application-crypto 6.0.0", "sp-consensus-babe", "sp-consensus-vrf", - "sp-core", - "sp-keystore", + "sp-core 6.0.0", + "sp-keystore 0.12.0", "sp-maybe-compressed-blob", "thiserror", "zstd", @@ -8372,9 +8391,9 @@ dependencies = [ "polkadot-primitives", "prioritized-metered-channel", "rand 0.8.5", - "sp-application-crypto", - "sp-core", - "sp-keystore", + "sp-application-crypto 6.0.0", + "sp-core 6.0.0", + "sp-keystore 0.12.0", "thiserror", "tracing-gum", ] @@ -8398,7 +8417,7 @@ dependencies = [ "polkadot-primitives", "sc-client-api", "sp-api", - "sp-core", + "sp-core 6.0.0", "tracing-gum", ] @@ -8414,9 +8433,9 @@ dependencies = [ "polkadot-core-primitives", "scale-info", "serde", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -8449,18 +8468,18 @@ dependencies = [ "scale-info", "serde", "sp-api", - "sp-application-crypto", - "sp-arithmetic", + "sp-application-crypto 6.0.0", + "sp-arithmetic 5.0.0", "sp-authority-discovery", "sp-consensus-slots", - "sp-core", + "sp-core 6.0.0", "sp-inherents", - "sp-io", - "sp-keystore", - "sp-runtime", + "sp-io 6.0.0", + "sp-keystore 0.12.0", + "sp-runtime 6.0.0", "sp-staking", - "sp-std", - "sp-trie", + "sp-std 4.0.0", + "sp-trie 6.0.0", "sp-version", ] @@ -8490,8 +8509,8 @@ dependencies = [ "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-keystore", - "sp-runtime", + "sp-keystore 0.12.0", + "sp-runtime 6.0.0", "substrate-frame-rpc-system", "substrate-state-trie-migration-rpc", ] @@ -8566,16 +8585,16 @@ dependencies = [ "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", - "sp-core", + "sp-core 6.0.0", "sp-inherents", - "sp-io", + "sp-io 6.0.0", "sp-mmr-primitives", "sp-npos-elections", "sp-offchain", - "sp-runtime", + "sp-runtime 6.0.0", "sp-session", "sp-staking", - "sp-std", + "sp-std 4.0.0", "sp-transaction-pool", "sp-version", "static_assertions", @@ -8620,14 +8639,14 @@ dependencies = [ "serde_derive", "slot-range-helper", "sp-api", - "sp-core", + "sp-core 6.0.0", "sp-inherents", - "sp-io", + "sp-io 6.0.0", "sp-npos-elections", - "sp-runtime", + "sp-runtime 6.0.0", "sp-session", "sp-staking", - "sp-std", + "sp-std 4.0.0", "static_assertions", "xcm", ] @@ -8641,8 +8660,8 @@ dependencies = [ "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core", - "sp-runtime", + "sp-core 6.0.0", + "sp-runtime 6.0.0", "sp-weights", ] @@ -8654,8 +8673,8 @@ dependencies = [ "bs58", "parity-scale-codec 3.4.0", "polkadot-primitives", - "sp-std", - "sp-tracing", + "sp-std 4.0.0", + "sp-tracing 5.0.0", ] [[package]] @@ -8687,15 +8706,15 @@ dependencies = [ "scale-info", "serde", "sp-api", - "sp-application-crypto", - "sp-core", + "sp-application-crypto 6.0.0", + "sp-core 6.0.0", "sp-inherents", - "sp-io", - "sp-keystore", - "sp-runtime", + "sp-io 6.0.0", + "sp-keystore 0.12.0", + "sp-runtime 6.0.0", "sp-session", "sp-staking", - "sp-std", + "sp-std 4.0.0", "static_assertions", "xcm", "xcm-executor", @@ -8786,19 +8805,19 @@ dependencies = [ "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-core", + "sp-core 6.0.0", "sp-finality-grandpa", "sp-inherents", - "sp-io", - "sp-keystore", + "sp-io 6.0.0", + "sp-keystore 0.12.0", "sp-offchain", - "sp-runtime", + "sp-runtime 6.0.0", "sp-session", - "sp-state-machine", - "sp-storage", + "sp-state-machine 0.12.0", + "sp-storage 6.0.0", "sp-timestamp", "sp-transaction-pool", - "sp-trie", + "sp-trie 6.0.0", "substrate-prometheus-endpoint", "thiserror", "tracing-gum", @@ -8820,7 +8839,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-keystore", + "sp-keystore 0.12.0", "sp-staking", "thiserror", "tracing-gum", @@ -8833,7 +8852,7 @@ source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15 dependencies = [ "parity-scale-codec 3.4.0", "polkadot-primitives", - "sp-core", + "sp-core 6.0.0", ] [[package]] @@ -9054,8 +9073,8 @@ version = "2.0.0" dependencies = [ "parity-scale-codec 3.4.0", "scale-info", - "sp-core", - "sp-std", + "sp-core 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -9401,9 +9420,9 @@ dependencies = [ "parity-scale-codec 3.4.0", "serde", "serde_json", - "sp-core", - "sp-io", - "sp-runtime", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-runtime 6.0.0", "sp-version", "substrate-rpc-client", ] @@ -9548,15 +9567,15 @@ dependencies = [ "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", - "sp-core", + "sp-core 6.0.0", "sp-inherents", - "sp-io", + "sp-io 6.0.0", "sp-mmr-primitives", "sp-offchain", - "sp-runtime", + "sp-runtime 6.0.0", "sp-session", "sp-staking", - "sp-std", + "sp-std 4.0.0", "sp-transaction-pool", "sp-version", "static_assertions", @@ -9575,8 +9594,8 @@ dependencies = [ "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core", - "sp-runtime", + "sp-core 6.0.0", + "sp-runtime 6.0.0", "sp-weights", ] @@ -9634,11 +9653,11 @@ dependencies = [ "scale-info", "smallvec", "sp-api", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-arithmetic 5.0.0", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", "xcm", ] @@ -9698,12 +9717,12 @@ dependencies = [ "sp-consensus-aura", "sp-consensus-babe", "sp-consensus-slots", - "sp-core", + "sp-core 6.0.0", "sp-inherents", - "sp-io", - "sp-runtime", - "sp-std", - "sp-tracing", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", + "sp-tracing 5.0.0", "tokio", "tracing-subscriber", "xcm", @@ -9855,8 +9874,8 @@ version = "4.1.0-dev" source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" dependencies = [ "log", - "sp-core", - "sp-wasm-interface", + "sp-core 6.0.0", + "sp-wasm-interface 6.0.0", "thiserror", ] @@ -9880,9 +9899,9 @@ dependencies = [ "sp-api", "sp-authority-discovery", "sp-blockchain", - "sp-core", - "sp-keystore", - "sp-runtime", + "sp-core 6.0.0", + "sp-keystore 0.12.0", + "sp-runtime 6.0.0", "substrate-prometheus-endpoint", "thiserror", ] @@ -9904,9 +9923,9 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-consensus", - "sp-core", + "sp-core 6.0.0", "sp-inherents", - "sp-runtime", + "sp-runtime 6.0.0", "substrate-prometheus-endpoint", ] @@ -9920,10 +9939,10 @@ dependencies = [ "sp-api", "sp-block-builder", "sp-blockchain", - "sp-core", + "sp-core 6.0.0", "sp-inherents", - "sp-runtime", - "sp-state-machine", + "sp-runtime 6.0.0", + "sp-state-machine 0.12.0", ] [[package]] @@ -9939,8 +9958,8 @@ dependencies = [ "sc-telemetry", "serde", "serde_json", - "sp-core", - "sp-runtime", + "sp-core 6.0.0", + "sp-runtime 6.0.0", ] [[package]] @@ -9983,14 +10002,14 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core", + "sp-core 6.0.0", "sp-keyring", - "sp-keystore", - "sp-panic-handler", - "sp-runtime", + "sp-keystore 0.12.0", + "sp-panic-handler 4.0.0", + "sp-runtime 6.0.0", "sp-version", "thiserror", - "tiny-bip39", + "tiny-bip39 0.8.2", "tokio", ] @@ -10011,14 +10030,14 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-consensus", - "sp-core", + "sp-core 6.0.0", "sp-database", - "sp-externalities", - "sp-keystore", - "sp-runtime", - "sp-state-machine", - "sp-storage", - "sp-trie", + "sp-externalities 0.12.0", + "sp-keystore 0.12.0", + "sp-runtime 6.0.0", + "sp-state-machine 0.12.0", + "sp-storage 6.0.0", + "sp-trie 6.0.0", "substrate-prometheus-endpoint", ] @@ -10038,13 +10057,13 @@ dependencies = [ "parking_lot 0.12.1", "sc-client-api", "sc-state-db", - "sp-arithmetic", + "sp-arithmetic 5.0.0", "sp-blockchain", - "sp-core", + "sp-core 6.0.0", "sp-database", - "sp-runtime", - "sp-state-machine", - "sp-trie", + "sp-runtime 6.0.0", + "sp-state-machine 0.12.0", + "sp-trie 6.0.0", ] [[package]] @@ -10064,9 +10083,9 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-consensus", - "sp-core", - "sp-runtime", - "sp-state-machine", + "sp-core 6.0.0", + "sp-runtime 6.0.0", + "sp-state-machine 0.12.0", "substrate-prometheus-endpoint", "thiserror", ] @@ -10086,16 +10105,16 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry", "sp-api", - "sp-application-crypto", + "sp-application-crypto 6.0.0", "sp-block-builder", "sp-blockchain", "sp-consensus", "sp-consensus-aura", "sp-consensus-slots", - "sp-core", + "sp-core 6.0.0", "sp-inherents", - "sp-keystore", - "sp-runtime", + "sp-keystore 0.12.0", + "sp-runtime 6.0.0", "substrate-prometheus-endpoint", "thiserror", ] @@ -10125,18 +10144,18 @@ dependencies = [ "schnorrkel", "serde", "sp-api", - "sp-application-crypto", + "sp-application-crypto 6.0.0", "sp-block-builder", "sp-blockchain", "sp-consensus", "sp-consensus-babe", "sp-consensus-slots", "sp-consensus-vrf", - "sp-core", + "sp-core 6.0.0", "sp-inherents", - "sp-io", - "sp-keystore", - "sp-runtime", + "sp-io 6.0.0", + "sp-keystore 0.12.0", + "sp-runtime 6.0.0", "sp-version", "substrate-prometheus-endpoint", "thiserror", @@ -10154,13 +10173,13 @@ dependencies = [ "sc-rpc-api", "serde", "sp-api", - "sp-application-crypto", + "sp-application-crypto 6.0.0", "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-core", - "sp-keystore", - "sp-runtime", + "sp-core 6.0.0", + "sp-keystore 0.12.0", + "sp-runtime 6.0.0", "thiserror", ] @@ -10174,7 +10193,7 @@ dependencies = [ "sc-client-api", "sc-consensus", "sp-blockchain", - "sp-runtime", + "sp-runtime 6.0.0", ] [[package]] @@ -10190,14 +10209,14 @@ dependencies = [ "sc-client-api", "sc-consensus", "sc-telemetry", - "sp-arithmetic", + "sp-arithmetic 5.0.0", "sp-blockchain", "sp-consensus", "sp-consensus-slots", - "sp-core", + "sp-core 6.0.0", "sp-inherents", - "sp-runtime", - "sp-state-machine", + "sp-runtime 6.0.0", + "sp-state-machine 0.12.0", "thiserror", ] @@ -10208,7 +10227,7 @@ source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5 dependencies = [ "sc-client-api", "sp-authorship", - "sp-runtime", + "sp-runtime 6.0.0", "thiserror", ] @@ -10225,16 +10244,16 @@ dependencies = [ "sc-executor-wasmi", "sc-executor-wasmtime", "sp-api", - "sp-core", + "sp-core 6.0.0", "sp-core-hashing-proc-macro", - "sp-externalities", - "sp-io", - "sp-panic-handler", - "sp-runtime-interface", + "sp-externalities 0.12.0", + "sp-io 6.0.0", + "sp-panic-handler 4.0.0", + "sp-runtime-interface 6.0.0", "sp-tasks", - "sp-trie", + "sp-trie 6.0.0", "sp-version", - "sp-wasm-interface", + "sp-wasm-interface 6.0.0", "tracing", "wasmi", ] @@ -10249,7 +10268,7 @@ dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", "sp-sandbox", - "sp-wasm-interface", + "sp-wasm-interface 6.0.0", "thiserror", "wasm-instrument", "wasmi", @@ -10264,9 +10283,9 @@ dependencies = [ "parity-scale-codec 3.4.0", "sc-allocator", "sc-executor-common", - "sp-runtime-interface", + "sp-runtime-interface 6.0.0", "sp-sandbox", - "sp-wasm-interface", + "sp-wasm-interface 6.0.0", "wasmi", ] @@ -10284,9 +10303,9 @@ dependencies = [ "rustix 0.35.13", "sc-allocator", "sc-executor-common", - "sp-runtime-interface", + "sp-runtime-interface 6.0.0", "sp-sandbox", - "sp-wasm-interface", + "sp-wasm-interface 6.0.0", "wasmtime", ] @@ -10319,14 +10338,14 @@ dependencies = [ "sc-utils", "serde_json", "sp-api", - "sp-application-crypto", - "sp-arithmetic", + "sp-application-crypto 6.0.0", + "sp-arithmetic 5.0.0", "sp-blockchain", "sp-consensus", - "sp-core", + "sp-core 6.0.0", "sp-finality-grandpa", - "sp-keystore", - "sp-runtime", + "sp-keystore 0.12.0", + "sp-runtime 6.0.0", "substrate-prometheus-endpoint", "thiserror", ] @@ -10347,8 +10366,8 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core", - "sp-runtime", + "sp-core 6.0.0", + "sp-runtime 6.0.0", "thiserror", ] @@ -10366,7 +10385,7 @@ dependencies = [ "sc-network-common", "sc-transaction-pool-api", "sp-blockchain", - "sp-runtime", + "sp-runtime 6.0.0", ] [[package]] @@ -10378,9 +10397,9 @@ dependencies = [ "async-trait", "parking_lot 0.12.1", "serde_json", - "sp-application-crypto", - "sp-core", - "sp-keystore", + "sp-application-crypto 6.0.0", + "sp-core 6.0.0", + "sp-keystore 0.12.0", "thiserror", ] @@ -10420,11 +10439,11 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-arithmetic", + "sp-arithmetic 5.0.0", "sp-blockchain", "sp-consensus", - "sp-core", - "sp-runtime", + "sp-core 6.0.0", + "sp-runtime 6.0.0", "substrate-prometheus-endpoint", "thiserror", "unsigned-varint", @@ -10445,7 +10464,7 @@ dependencies = [ "sc-client-api", "sc-network-common", "sp-blockchain", - "sp-runtime", + "sp-runtime 6.0.0", "thiserror", "unsigned-varint", "void", @@ -10472,7 +10491,7 @@ dependencies = [ "sp-blockchain", "sp-consensus", "sp-finality-grandpa", - "sp-runtime", + "sp-runtime 6.0.0", "substrate-prometheus-endpoint", "thiserror", ] @@ -10490,7 +10509,7 @@ dependencies = [ "lru 0.7.8", "sc-network-common", "sc-peerset", - "sp-runtime", + "sp-runtime 6.0.0", "substrate-prometheus-endpoint", "tracing", ] @@ -10511,8 +10530,8 @@ dependencies = [ "sc-network-common", "sc-peerset", "sp-blockchain", - "sp-core", - "sp-runtime", + "sp-core 6.0.0", + "sp-runtime 6.0.0", "thiserror", ] @@ -10537,12 +10556,12 @@ dependencies = [ "sc-peerset", "sc-utils", "smallvec", - "sp-arithmetic", + "sp-arithmetic 5.0.0", "sp-blockchain", "sp-consensus", - "sp-core", + "sp-core 6.0.0", "sp-finality-grandpa", - "sp-runtime", + "sp-runtime 6.0.0", "thiserror", ] @@ -10561,7 +10580,7 @@ dependencies = [ "sc-network-common", "sc-peerset", "sp-consensus", - "sp-runtime", + "sp-runtime 6.0.0", "substrate-prometheus-endpoint", ] @@ -10588,9 +10607,9 @@ dependencies = [ "sc-peerset", "sc-utils", "sp-api", - "sp-core", + "sp-core 6.0.0", "sp-offchain", - "sp-runtime", + "sp-runtime 6.0.0", "threadpool", "tracing", ] @@ -10638,11 +10657,11 @@ dependencies = [ "serde_json", "sp-api", "sp-blockchain", - "sp-core", - "sp-keystore", + "sp-core 6.0.0", + "sp-keystore 0.12.0", "sp-offchain", "sp-rpc", - "sp-runtime", + "sp-runtime 6.0.0", "sp-session", "sp-version", ] @@ -10662,10 +10681,10 @@ dependencies = [ "scale-info", "serde", "serde_json", - "sp-core", + "sp-core 6.0.0", "sp-rpc", - "sp-runtime", - "sp-tracing", + "sp-runtime 6.0.0", + "sp-tracing 5.0.0", "sp-version", "thiserror", ] @@ -10697,8 +10716,8 @@ dependencies = [ "serde", "sp-api", "sp-blockchain", - "sp-core", - "sp-runtime", + "sp-core 6.0.0", + "sp-runtime 6.0.0", "thiserror", ] @@ -10747,22 +10766,22 @@ dependencies = [ "serde", "serde_json", "sp-api", - "sp-application-crypto", + "sp-application-crypto 6.0.0", "sp-block-builder", "sp-blockchain", "sp-consensus", - "sp-core", - "sp-externalities", + "sp-core 6.0.0", + "sp-externalities 0.12.0", "sp-inherents", - "sp-keystore", - "sp-runtime", + "sp-keystore 0.12.0", + "sp-runtime 6.0.0", "sp-session", - "sp-state-machine", - "sp-storage", - "sp-tracing", + "sp-state-machine 0.12.0", + "sp-storage 6.0.0", + "sp-tracing 5.0.0", "sp-transaction-pool", "sp-transaction-storage-proof", - "sp-trie", + "sp-trie 6.0.0", "sp-version", "static_init 1.0.3", "substrate-prometheus-endpoint", @@ -10796,14 +10815,14 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-consensus", - "sp-core", - "sp-externalities", - "sp-panic-handler", - "sp-runtime", - "sp-state-machine", - "sp-storage", - "sp-tracing", - "sp-trie", + "sp-core 6.0.0", + "sp-externalities 0.12.0", + "sp-panic-handler 4.0.0", + "sp-runtime 6.0.0", + "sp-state-machine 0.12.0", + "sp-storage 6.0.0", + "sp-tracing 5.0.0", + "sp-trie 6.0.0", "substrate-test-runtime", "substrate-test-runtime-client", "tempfile", @@ -10821,7 +10840,7 @@ dependencies = [ "parity-util-mem-derive", "parking_lot 0.12.1", "sc-client-api", - "sp-core", + "sp-core 6.0.0", ] [[package]] @@ -10839,7 +10858,7 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-runtime", + "sp-runtime 6.0.0", "thiserror", ] @@ -10857,9 +10876,9 @@ dependencies = [ "sc-telemetry", "serde", "serde_json", - "sp-core", - "sp-io", - "sp-std", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -10901,10 +10920,10 @@ dependencies = [ "serde", "sp-api", "sp-blockchain", - "sp-core", + "sp-core 6.0.0", "sp-rpc", - "sp-runtime", - "sp-tracing", + "sp-runtime 6.0.0", + "sp-tracing 5.0.0", "thiserror", "tracing", "tracing-log", @@ -10941,9 +10960,9 @@ dependencies = [ "serde", "sp-api", "sp-blockchain", - "sp-core", - "sp-runtime", - "sp-tracing", + "sp-core 6.0.0", + "sp-runtime 6.0.0", + "sp-tracing 5.0.0", "sp-transaction-pool", "substrate-prometheus-endpoint", "thiserror", @@ -10959,7 +10978,7 @@ dependencies = [ "log", "serde", "sp-blockchain", - "sp-runtime", + "sp-runtime 6.0.0", "thiserror", ] @@ -11337,8 +11356,8 @@ dependencies = [ "enumn", "parity-scale-codec 3.4.0", "paste", - "sp-runtime", - "sp-std", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -11414,11 +11433,11 @@ dependencies = [ "log", "parity-scale-codec 3.4.0", "sp-api-proc-macro", - "sp-core", - "sp-runtime", - "sp-state-machine", - "sp-std", - "sp-trie", + "sp-core 6.0.0", + "sp-runtime 6.0.0", + "sp-state-machine 0.12.0", + "sp-std 4.0.0", + "sp-trie 6.0.0", "sp-version", "thiserror", ] @@ -11443,9 +11462,22 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-std", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-std 4.0.0", +] + +[[package]] +name = "sp-application-crypto" +version = "7.0.0" +source = "git+https://github.com/PureStake/substrate?branch=moonbeam-polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4" +dependencies = [ + "parity-scale-codec 3.4.0", + "scale-info", + "serde", + "sp-core 7.0.0", + "sp-io 7.0.0", + "sp-std 5.0.0", ] [[package]] @@ -11458,8 +11490,22 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-debug-derive", - "sp-std", + "sp-debug-derive 4.0.0", + "sp-std 4.0.0", + "static_assertions", +] + +[[package]] +name = "sp-arithmetic" +version = "6.0.0" +source = "git+https://github.com/PureStake/substrate?branch=moonbeam-polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4" +dependencies = [ + "integer-sqrt", + "num-traits", + "parity-scale-codec 3.4.0", + "scale-info", + "serde", + "sp-std 5.0.0", "static_assertions", ] @@ -11471,9 +11517,9 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "sp-api", - "sp-application-crypto", - "sp-runtime", - "sp-std", + "sp-application-crypto 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -11484,8 +11530,8 @@ dependencies = [ "async-trait", "parity-scale-codec 3.4.0", "sp-inherents", - "sp-runtime", - "sp-std", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -11496,8 +11542,8 @@ dependencies = [ "parity-scale-codec 3.4.0", "sp-api", "sp-inherents", - "sp-runtime", - "sp-std", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -11513,8 +11559,8 @@ dependencies = [ "sp-api", "sp-consensus", "sp-database", - "sp-runtime", - "sp-state-machine", + "sp-runtime 6.0.0", + "sp-state-machine 0.12.0", "thiserror", ] @@ -11528,11 +11574,11 @@ dependencies = [ "futures-timer", "log", "parity-scale-codec 3.4.0", - "sp-core", + "sp-core 6.0.0", "sp-inherents", - "sp-runtime", - "sp-state-machine", - "sp-std", + "sp-runtime 6.0.0", + "sp-state-machine 0.12.0", + "sp-std 4.0.0", "sp-version", "thiserror", ] @@ -11546,12 +11592,12 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "sp-api", - "sp-application-crypto", + "sp-application-crypto 6.0.0", "sp-consensus", "sp-consensus-slots", "sp-inherents", - "sp-runtime", - "sp-std", + "sp-runtime 6.0.0", + "sp-std 4.0.0", "sp-timestamp", ] @@ -11566,15 +11612,15 @@ dependencies = [ "scale-info", "serde", "sp-api", - "sp-application-crypto", + "sp-application-crypto 6.0.0", "sp-consensus", "sp-consensus-slots", "sp-consensus-vrf", - "sp-core", + "sp-core 6.0.0", "sp-inherents", - "sp-keystore", - "sp-runtime", - "sp-std", + "sp-keystore 0.12.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", "sp-timestamp", ] @@ -11586,9 +11632,9 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-arithmetic", - "sp-runtime", - "sp-std", + "sp-arithmetic 5.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", "sp-timestamp", ] @@ -11600,9 +11646,9 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "schnorrkel", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -11637,20 +11683,62 @@ dependencies = [ "secp256k1", "secrecy", "serde", - "sp-core-hashing", - "sp-debug-derive", - "sp-externalities", - "sp-runtime-interface", - "sp-std", - "sp-storage", + "sp-core-hashing 4.0.0", + "sp-debug-derive 4.0.0", + "sp-externalities 0.12.0", + "sp-runtime-interface 6.0.0", + "sp-std 4.0.0", + "sp-storage 6.0.0", "ss58-registry", "substrate-bip39", "thiserror", - "tiny-bip39", + "tiny-bip39 0.8.2", "wasmi", "zeroize", ] +[[package]] +name = "sp-core" +version = "7.0.0" +source = "git+https://github.com/PureStake/substrate?branch=moonbeam-polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4" +dependencies = [ + "array-bytes", + "base58", + "bitflags", + "blake2", + "dyn-clonable", + "ed25519-zebra", + "futures", + "hash-db", + "hash256-std-hasher", + "impl-serde", + "lazy_static", + "libsecp256k1", + "log", + "merlin", + "parity-scale-codec 3.4.0", + "parking_lot 0.12.1", + "primitive-types 0.12.1", + "rand 0.8.5", + "regex", + "scale-info", + "schnorrkel", + "secp256k1", + "secrecy", + "serde", + "sp-core-hashing 5.0.0", + "sp-debug-derive 5.0.0", + "sp-externalities 0.13.0", + "sp-runtime-interface 7.0.0", + "sp-std 5.0.0", + "sp-storage 7.0.0", + "ss58-registry", + "substrate-bip39", + "thiserror", + "tiny-bip39 1.0.0", + "zeroize", +] + [[package]] name = "sp-core-hashing" version = "4.0.0" @@ -11661,7 +11749,21 @@ dependencies = [ "digest 0.10.6", "sha2 0.10.6", "sha3 0.10.6", - "sp-std", + "sp-std 4.0.0", + "twox-hash", +] + +[[package]] +name = "sp-core-hashing" +version = "5.0.0" +source = "git+https://github.com/PureStake/substrate?branch=moonbeam-polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4" +dependencies = [ + "blake2", + "byteorder", + "digest 0.10.6", + "sha2 0.10.6", + "sha3 0.10.6", + "sp-std 5.0.0", "twox-hash", ] @@ -11672,7 +11774,7 @@ source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5 dependencies = [ "proc-macro2", "quote", - "sp-core-hashing", + "sp-core-hashing 4.0.0", "syn", ] @@ -11695,6 +11797,16 @@ dependencies = [ "syn", ] +[[package]] +name = "sp-debug-derive" +version = "5.0.0" +source = "git+https://github.com/PureStake/substrate?branch=moonbeam-polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "sp-externalities" version = "0.12.0" @@ -11702,8 +11814,19 @@ source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5 dependencies = [ "environmental", "parity-scale-codec 3.4.0", - "sp-std", - "sp-storage", + "sp-std 4.0.0", + "sp-storage 6.0.0", +] + +[[package]] +name = "sp-externalities" +version = "0.13.0" +source = "git+https://github.com/PureStake/substrate?branch=moonbeam-polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4" +dependencies = [ + "environmental", + "parity-scale-codec 3.4.0", + "sp-std 5.0.0", + "sp-storage 7.0.0", ] [[package]] @@ -11717,11 +11840,11 @@ dependencies = [ "scale-info", "serde", "sp-api", - "sp-application-crypto", - "sp-core", - "sp-keystore", - "sp-runtime", - "sp-std", + "sp-application-crypto 6.0.0", + "sp-core 6.0.0", + "sp-keystore 0.12.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -11732,9 +11855,9 @@ dependencies = [ "async-trait", "impl-trait-for-tuples", "parity-scale-codec 3.4.0", - "sp-core", - "sp-runtime", - "sp-std", + "sp-core 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", "thiserror", ] @@ -11751,15 +11874,40 @@ dependencies = [ "parity-scale-codec 3.4.0", "parking_lot 0.12.1", "secp256k1", - "sp-core", - "sp-externalities", - "sp-keystore", - "sp-runtime-interface", - "sp-state-machine", - "sp-std", - "sp-tracing", - "sp-trie", - "sp-wasm-interface", + "sp-core 6.0.0", + "sp-externalities 0.12.0", + "sp-keystore 0.12.0", + "sp-runtime-interface 6.0.0", + "sp-state-machine 0.12.0", + "sp-std 4.0.0", + "sp-tracing 5.0.0", + "sp-trie 6.0.0", + "sp-wasm-interface 6.0.0", + "tracing", + "tracing-core", +] + +[[package]] +name = "sp-io" +version = "7.0.0" +source = "git+https://github.com/PureStake/substrate?branch=moonbeam-polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4" +dependencies = [ + "bytes", + "ed25519", + "ed25519-dalek", + "futures", + "libsecp256k1", + "log", + "parity-scale-codec 3.4.0", + "secp256k1", + "sp-core 7.0.0", + "sp-externalities 0.13.0", + "sp-keystore 0.13.0", + "sp-runtime-interface 7.0.0", + "sp-state-machine 0.13.0", + "sp-std 5.0.0", + "sp-tracing 6.0.0", + "sp-trie 7.0.0", "tracing", "tracing-core", ] @@ -11770,8 +11918,8 @@ version = "6.0.0" source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" dependencies = [ "lazy_static", - "sp-core", - "sp-runtime", + "sp-core 6.0.0", + "sp-runtime 6.0.0", "strum", ] @@ -11787,8 +11935,24 @@ dependencies = [ "parking_lot 0.12.1", "schnorrkel", "serde", - "sp-core", - "sp-externalities", + "sp-core 6.0.0", + "sp-externalities 0.12.0", + "thiserror", +] + +[[package]] +name = "sp-keystore" +version = "0.13.0" +source = "git+https://github.com/PureStake/substrate?branch=moonbeam-polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4" +dependencies = [ + "async-trait", + "futures", + "merlin", + "parity-scale-codec 3.4.0", + "parking_lot 0.12.1", + "schnorrkel", + "sp-core 7.0.0", + "sp-externalities 0.13.0", "thiserror", ] @@ -11811,10 +11975,10 @@ dependencies = [ "scale-info", "serde", "sp-api", - "sp-core", - "sp-debug-derive", - "sp-runtime", - "sp-std", + "sp-core 6.0.0", + "sp-debug-derive 4.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -11825,10 +11989,10 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-arithmetic", - "sp-core", - "sp-runtime", - "sp-std", + "sp-arithmetic 5.0.0", + "sp-core 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -11837,8 +12001,8 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" dependencies = [ "sp-api", - "sp-core", - "sp-runtime", + "sp-core 6.0.0", + "sp-runtime 6.0.0", ] [[package]] @@ -11851,6 +12015,16 @@ dependencies = [ "regex", ] +[[package]] +name = "sp-panic-handler" +version = "5.0.0" +source = "git+https://github.com/PureStake/substrate?branch=moonbeam-polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4" +dependencies = [ + "backtrace", + "lazy_static", + "regex", +] + [[package]] name = "sp-rpc" version = "6.0.0" @@ -11858,7 +12032,7 @@ source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5 dependencies = [ "rustc-hash", "serde", - "sp-core", + "sp-core 6.0.0", ] [[package]] @@ -11876,11 +12050,33 @@ dependencies = [ "rand 0.7.3", "scale-info", "serde", - "sp-application-crypto", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-std", + "sp-application-crypto 6.0.0", + "sp-arithmetic 5.0.0", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-std 4.0.0", + "sp-weights", +] + +[[package]] +name = "sp-runtime" +version = "7.0.0" +source = "git+https://github.com/PureStake/substrate?branch=moonbeam-polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4" +dependencies = [ + "either", + "hash256-std-hasher", + "impl-trait-for-tuples", + "log", + "parity-scale-codec 3.4.0", + "paste", + "rand 0.8.5", + "scale-info", + "serde", + "sp-application-crypto 7.0.0", + "sp-arithmetic 6.0.0", + "sp-core 7.0.0", + "sp-io 7.0.0", + "sp-std 5.0.0", "sp-weights", ] @@ -11893,12 +12089,30 @@ dependencies = [ "impl-trait-for-tuples", "parity-scale-codec 3.4.0", "primitive-types 0.12.1", - "sp-externalities", - "sp-runtime-interface-proc-macro", - "sp-std", - "sp-storage", - "sp-tracing", - "sp-wasm-interface", + "sp-externalities 0.12.0", + "sp-runtime-interface-proc-macro 5.0.0", + "sp-std 4.0.0", + "sp-storage 6.0.0", + "sp-tracing 5.0.0", + "sp-wasm-interface 6.0.0", + "static_assertions", +] + +[[package]] +name = "sp-runtime-interface" +version = "7.0.0" +source = "git+https://github.com/PureStake/substrate?branch=moonbeam-polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4" +dependencies = [ + "bytes", + "impl-trait-for-tuples", + "parity-scale-codec 3.4.0", + "primitive-types 0.12.1", + "sp-externalities 0.13.0", + "sp-runtime-interface-proc-macro 6.0.0", + "sp-std 5.0.0", + "sp-storage 7.0.0", + "sp-tracing 6.0.0", + "sp-wasm-interface 7.0.0", "static_assertions", ] @@ -11914,6 +12128,18 @@ dependencies = [ "syn", ] +[[package]] +name = "sp-runtime-interface-proc-macro" +version = "6.0.0" +source = "git+https://github.com/PureStake/substrate?branch=moonbeam-polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4" +dependencies = [ + "Inflector", + "proc-macro-crate", + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "sp-sandbox" version = "0.10.0-dev" @@ -11921,10 +12147,10 @@ source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5 dependencies = [ "log", "parity-scale-codec 3.4.0", - "sp-core", - "sp-io", - "sp-std", - "sp-wasm-interface", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-std 4.0.0", + "sp-wasm-interface 6.0.0", "wasmi", ] @@ -11936,10 +12162,10 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "sp-api", - "sp-core", - "sp-runtime", + "sp-core 6.0.0", + "sp-runtime 6.0.0", "sp-staking", - "sp-std", + "sp-std 4.0.0", ] [[package]] @@ -11949,8 +12175,8 @@ source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5 dependencies = [ "parity-scale-codec 3.4.0", "scale-info", - "sp-runtime", - "sp-std", + "sp-runtime 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -11965,21 +12191,46 @@ dependencies = [ "parking_lot 0.12.1", "rand 0.7.3", "smallvec", - "sp-core", - "sp-externalities", - "sp-panic-handler", - "sp-std", - "sp-trie", + "sp-core 6.0.0", + "sp-externalities 0.12.0", + "sp-panic-handler 4.0.0", + "sp-std 4.0.0", + "sp-trie 6.0.0", "thiserror", "tracing", "trie-root", ] +[[package]] +name = "sp-state-machine" +version = "0.13.0" +source = "git+https://github.com/PureStake/substrate?branch=moonbeam-polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4" +dependencies = [ + "hash-db", + "log", + "parity-scale-codec 3.4.0", + "parking_lot 0.12.1", + "rand 0.8.5", + "smallvec", + "sp-core 7.0.0", + "sp-externalities 0.13.0", + "sp-panic-handler 5.0.0", + "sp-std 5.0.0", + "sp-trie 7.0.0", + "thiserror", + "tracing", +] + [[package]] name = "sp-std" version = "4.0.0" source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +[[package]] +name = "sp-std" +version = "5.0.0" +source = "git+https://github.com/PureStake/substrate?branch=moonbeam-polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4" + [[package]] name = "sp-storage" version = "6.0.0" @@ -11989,8 +12240,21 @@ dependencies = [ "parity-scale-codec 3.4.0", "ref-cast", "serde", - "sp-debug-derive", - "sp-std", + "sp-debug-derive 4.0.0", + "sp-std 4.0.0", +] + +[[package]] +name = "sp-storage" +version = "7.0.0" +source = "git+https://github.com/PureStake/substrate?branch=moonbeam-polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4" +dependencies = [ + "impl-serde", + "parity-scale-codec 3.4.0", + "ref-cast", + "serde", + "sp-debug-derive 5.0.0", + "sp-std 5.0.0", ] [[package]] @@ -11999,11 +12263,11 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" dependencies = [ "log", - "sp-core", - "sp-externalities", - "sp-io", - "sp-runtime-interface", - "sp-std", + "sp-core 6.0.0", + "sp-externalities 0.12.0", + "sp-io 6.0.0", + "sp-runtime-interface 6.0.0", + "sp-std 4.0.0", ] [[package]] @@ -12017,8 +12281,8 @@ dependencies = [ "parity-scale-codec 3.4.0", "sp-api", "sp-inherents", - "sp-runtime", - "sp-std", + "sp-runtime 6.0.0", + "sp-std 4.0.0", "thiserror", ] @@ -12028,7 +12292,19 @@ version = "5.0.0" source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" dependencies = [ "parity-scale-codec 3.4.0", - "sp-std", + "sp-std 4.0.0", + "tracing", + "tracing-core", + "tracing-subscriber", +] + +[[package]] +name = "sp-tracing" +version = "6.0.0" +source = "git+https://github.com/PureStake/substrate?branch=moonbeam-polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4" +dependencies = [ + "parity-scale-codec 3.4.0", + "sp-std 5.0.0", "tracing", "tracing-core", "tracing-subscriber", @@ -12040,7 +12316,7 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" dependencies = [ "sp-api", - "sp-runtime", + "sp-runtime 6.0.0", ] [[package]] @@ -12052,11 +12328,11 @@ dependencies = [ "log", "parity-scale-codec 3.4.0", "scale-info", - "sp-core", + "sp-core 6.0.0", "sp-inherents", - "sp-runtime", - "sp-std", - "sp-trie", + "sp-runtime 6.0.0", + "sp-std 4.0.0", + "sp-trie 6.0.0", ] [[package]] @@ -12069,13 +12345,36 @@ dependencies = [ "hashbrown", "lazy_static", "lru 0.7.8", - "memory-db", + "memory-db 0.30.0", + "nohash-hasher", + "parity-scale-codec 3.4.0", + "parking_lot 0.12.1", + "scale-info", + "sp-core 6.0.0", + "sp-std 4.0.0", + "thiserror", + "tracing", + "trie-db", + "trie-root", +] + +[[package]] +name = "sp-trie" +version = "7.0.0" +source = "git+https://github.com/PureStake/substrate?branch=moonbeam-polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4" +dependencies = [ + "ahash", + "hash-db", + "hashbrown", + "lazy_static", + "lru 0.8.1", + "memory-db 0.31.0", "nohash-hasher", "parity-scale-codec 3.4.0", "parking_lot 0.12.1", "scale-info", - "sp-core", - "sp-std", + "sp-core 7.0.0", + "sp-std 5.0.0", "thiserror", "tracing", "trie-db", @@ -12093,8 +12392,8 @@ dependencies = [ "scale-info", "serde", "sp-core-hashing-proc-macro", - "sp-runtime", - "sp-std", + "sp-runtime 6.0.0", + "sp-std 4.0.0", "sp-version-proc-macro", "thiserror", ] @@ -12118,7 +12417,20 @@ dependencies = [ "impl-trait-for-tuples", "log", "parity-scale-codec 3.4.0", - "sp-std", + "sp-std 4.0.0", + "wasmi", + "wasmtime", +] + +[[package]] +name = "sp-wasm-interface" +version = "7.0.0" +source = "git+https://github.com/PureStake/substrate?branch=moonbeam-polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4" +dependencies = [ + "impl-trait-for-tuples", + "log", + "parity-scale-codec 3.4.0", + "sp-std 5.0.0", "wasmi", "wasmtime", ] @@ -12133,10 +12445,10 @@ dependencies = [ "scale-info", "serde", "smallvec", - "sp-arithmetic", - "sp-core", - "sp-debug-derive", - "sp-std", + "sp-arithmetic 5.0.0", + "sp-core 6.0.0", + "sp-debug-derive 4.0.0", + "sp-std 4.0.0", ] [[package]] @@ -12314,8 +12626,8 @@ dependencies = [ "sp-api", "sp-block-builder", "sp-blockchain", - "sp-core", - "sp-runtime", + "sp-core 6.0.0", + "sp-runtime 6.0.0", ] [[package]] @@ -12341,7 +12653,7 @@ dependencies = [ "log", "sc-rpc-api", "serde", - "sp-runtime", + "sp-runtime 6.0.0", ] [[package]] @@ -12356,12 +12668,12 @@ dependencies = [ "sc-rpc-api", "scale-info", "serde", - "sp-core", - "sp-io", - "sp-runtime", - "sp-state-machine", - "sp-std", - "sp-trie", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-state-machine 0.12.0", + "sp-std 4.0.0", + "sp-trie 6.0.0", "trie-db", ] @@ -12384,11 +12696,11 @@ dependencies = [ "serde_json", "sp-blockchain", "sp-consensus", - "sp-core", + "sp-core 6.0.0", "sp-keyring", - "sp-keystore", - "sp-runtime", - "sp-state-machine", + "sp-keystore 0.12.0", + "sp-runtime 6.0.0", + "sp-state-machine 0.12.0", ] [[package]] @@ -12403,7 +12715,7 @@ dependencies = [ "frame-system", "frame-system-rpc-runtime-api", "log", - "memory-db", + "memory-db 0.30.0", "pallet-babe", "pallet-timestamp", "parity-scale-codec 3.4.0", @@ -12412,24 +12724,24 @@ dependencies = [ "scale-info", "serde", "sp-api", - "sp-application-crypto", + "sp-application-crypto 6.0.0", "sp-block-builder", "sp-consensus-aura", "sp-consensus-babe", - "sp-core", - "sp-externalities", + "sp-core 6.0.0", + "sp-externalities 0.12.0", "sp-finality-grandpa", "sp-inherents", - "sp-io", + "sp-io 6.0.0", "sp-keyring", "sp-offchain", - "sp-runtime", - "sp-runtime-interface", + "sp-runtime 6.0.0", + "sp-runtime-interface 6.0.0", "sp-session", - "sp-state-machine", - "sp-std", + "sp-state-machine 0.12.0", + "sp-std 4.0.0", "sp-transaction-pool", - "sp-trie", + "sp-trie 6.0.0", "sp-version", "substrate-wasm-builder", "trie-db", @@ -12448,8 +12760,8 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-consensus", - "sp-core", - "sp-runtime", + "sp-core 6.0.0", + "sp-runtime 6.0.0", "substrate-test-client", "substrate-test-runtime", ] @@ -12665,6 +12977,25 @@ dependencies = [ "zeroize", ] +[[package]] +name = "tiny-bip39" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "62cc94d358b5a1e84a5cb9109f559aa3c4d634d2b1b4de3d0fa4adc7c78e2861" +dependencies = [ + "anyhow", + "hmac 0.12.1", + "once_cell", + "pbkdf2 0.11.0", + "rand 0.8.5", + "rustc-hash", + "sha2 0.10.6", + "thiserror", + "unicode-normalization", + "wasm-bindgen", + "zeroize", +] + [[package]] name = "tiny-keccak" version = "2.0.2" @@ -12995,12 +13326,12 @@ dependencies = [ "sc-executor", "sc-service", "serde", - "sp-core", - "sp-externalities", - "sp-io", - "sp-keystore", - "sp-runtime", - "sp-state-machine", + "sp-core 6.0.0", + "sp-externalities 0.12.0", + "sp-io 6.0.0", + "sp-keystore 0.12.0", + "sp-runtime 6.0.0", + "sp-state-machine 0.12.0", "sp-version", "sp-weights", "substrate-rpc-client", @@ -13633,16 +13964,16 @@ dependencies = [ "sp-authority-discovery", "sp-block-builder", "sp-consensus-babe", - "sp-core", + "sp-core 6.0.0", "sp-inherents", - "sp-io", + "sp-io 6.0.0", "sp-mmr-primitives", "sp-npos-elections", "sp-offchain", - "sp-runtime", + "sp-runtime 6.0.0", "sp-session", "sp-staking", - "sp-std", + "sp-std 4.0.0", "sp-transaction-pool", "sp-version", "substrate-wasm-builder", @@ -13661,8 +13992,8 @@ dependencies = [ "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core", - "sp-runtime", + "sp-core 6.0.0", + "sp-runtime 6.0.0", "sp-weights", ] @@ -13935,7 +14266,7 @@ dependencies = [ "log", "parity-scale-codec 3.4.0", "scale-info", - "sp-runtime", + "sp-runtime 6.0.0", "xcm-procedural", ] @@ -13951,10 +14282,10 @@ dependencies = [ "parity-scale-codec 3.4.0", "polkadot-parachain", "scale-info", - "sp-arithmetic", - "sp-io", - "sp-runtime", - "sp-std", + "sp-arithmetic 5.0.0", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", "xcm", "xcm-executor", ] @@ -13978,9 +14309,9 @@ dependencies = [ "polkadot-primitives", "polkadot-runtime-parachains", "quote", - "sp-arithmetic", - "sp-io", - "sp-std", + "sp-arithmetic 5.0.0", + "sp-io 6.0.0", + "sp-std 4.0.0", "xcm", "xcm-executor", ] @@ -13995,11 +14326,11 @@ dependencies = [ "impl-trait-for-tuples", "log", "parity-scale-codec 3.4.0", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", + "sp-arithmetic 5.0.0", + "sp-core 6.0.0", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", "xcm", ] @@ -14019,9 +14350,9 @@ dependencies = [ "scale-info", "serde", "sha3 0.10.6", - "sp-io", - "sp-runtime", - "sp-std", + "sp-io 6.0.0", + "sp-runtime 6.0.0", + "sp-std 4.0.0", "xcm", "xcm-builder", "xcm-executor", diff --git a/Cargo.toml b/Cargo.toml index 62670cc428..75953a45bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -652,8 +652,8 @@ cumulus-relay-chain-inprocess-interface = { git = "https://github.com/paritytech # Cargo patch rules for all the PureStake/open-runtime-module-library crates [patch."https://github.com/PureStake/open-runtime-module-library"] -orml-asset-registry = { git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.32" } -orml-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.32" } -orml-xcm-support = { git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.32" } -orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.32" } -orml-xtokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.32" } +orml-asset-registry = { git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.37" } +orml-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.37" } +orml-xcm-support = { git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.37" } +orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.37" } +orml-xtokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.37" } diff --git a/libs/traits/Cargo.toml b/libs/traits/Cargo.toml index 108fc00499..b56244f134 100644 --- a/libs/traits/Cargo.toml +++ b/libs/traits/Cargo.toml @@ -26,7 +26,7 @@ mockall = { version = "0.11", optional = true } [dev-dependencies] cfg-types = { path = "../types", default-features = true } -orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = true, branch = "polkadot-v0.9.32" } +orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = true, branch = "polkadot-v0.9.37" } [features] default = ["std"] diff --git a/libs/types/Cargo.toml b/libs/types/Cargo.toml index 7739a56e0d..9a4eae046e 100644 --- a/libs/types/Cargo.toml +++ b/libs/types/Cargo.toml @@ -22,7 +22,7 @@ sp-arithmetic = { git = "https://github.com/paritytech/substrate", default-featu sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } -orml-asset-registry = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.32" } +orml-asset-registry = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.37" } xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.37" } # local dependencies diff --git a/pallets/bridge/Cargo.toml b/pallets/bridge/Cargo.toml index 0d2821d6f8..f2dbd11ef9 100644 --- a/pallets/bridge/Cargo.toml +++ b/pallets/bridge/Cargo.toml @@ -21,7 +21,7 @@ sp-runtime = { git = "https://github.com/paritytech/substrate", default-features sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } cfg-traits = { path = "../../libs/traits", default-features = false } -chainbridge = { git = "https://github.com/centrifuge/chainbridge-substrate.git", default-features = false, branch = "polkadot-v0.9.32" } +chainbridge = { git = "https://github.com/centrifuge/chainbridge-substrate.git", default-features = false, branch = "polkadot-v0.9.37" } [dev-dependencies] cfg-primitives = { path = "../../libs/primitives" } diff --git a/pallets/connectors/Cargo.toml b/pallets/connectors/Cargo.toml index e84051b8f7..c8688d938a 100644 --- a/pallets/connectors/Cargo.toml +++ b/pallets/connectors/Cargo.toml @@ -16,7 +16,7 @@ ethabi = { version = "16.0", default-features = false } frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } hex = { version = "0.4.3", default_features = false } -orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.32" } +orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.37" } scale-info = { version = "2.3.0", default-features = false, features = ["derive"] } sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } @@ -26,7 +26,7 @@ sp-core = { git = "https://github.com/paritytech/substrate", default-features = # Optional dependencies for benchmarking frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.37" } -orml-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, optional = true, branch = "polkadot-v0.9.32" } +orml-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, optional = true, branch = "polkadot-v0.9.37" } pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.37" } pallet-uniques = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.37" } @@ -39,7 +39,7 @@ cfg-utils = { path = "../../libs/utils", default-features = false } # Polkadot xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.37" } -pallet-ethereum = { git = "https://github.com/PureStake/frontier", default-features = false, branch = "moonbeam-polkadot-v0.9.32" } +pallet-ethereum = { git = "https://github.com/PureStake/frontier", default-features = false, branch = "moonbeam-polkadot-v0.9.37" } pallet-xcm-transactor = { git = "https://github.com/PureStake/moonbeam", default-features = false, rev = "621220fb0b7a491256b27d70c93ac507ba6519ce" } xcm-primitives = { git = "https://github.com/PureStake/moonbeam", default-features = false, rev = "621220fb0b7a491256b27d70c93ac507ba6519ce" } @@ -61,8 +61,8 @@ sp-core = { git = "https://github.com/paritytech/substrate", default-features = sp-io = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } # Orml crates -orml-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = true, branch = "polkadot-v0.9.32" } -orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = true, branch = "polkadot-v0.9.32" } +orml-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = true, branch = "polkadot-v0.9.37" } +orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = true, branch = "polkadot-v0.9.37" } # Local crates runtime-common = { path = "../../runtime/common", default-features = true } diff --git a/pallets/investments/Cargo.toml b/pallets/investments/Cargo.toml index 8a5f487f14..b62dd5cfa2 100644 --- a/pallets/investments/Cargo.toml +++ b/pallets/investments/Cargo.toml @@ -29,8 +29,8 @@ frame-benchmarking = { git = "https://github.com/paritytech/substrate", default- [dev-dependencies] cfg-test-utils = { path = "../../libs/test-utils", default-features = true } cfg-types = { path = "../../libs/types", default-features = true } -orml-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = true, branch = "polkadot-v0.9.32" } -orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = true, branch = "polkadot-v0.9.32" } +orml-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = true, branch = "polkadot-v0.9.37" } +orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = true, branch = "polkadot-v0.9.37" } pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } pallet-restricted-tokens = { path = "../../pallets/restricted-tokens", default-features = true } rand = "0.8.5" diff --git a/pallets/loans/Cargo.toml b/pallets/loans/Cargo.toml index acbe84d84e..a5f6b1a685 100644 --- a/pallets/loans/Cargo.toml +++ b/pallets/loans/Cargo.toml @@ -34,9 +34,9 @@ pallet-pool-system = { path = "../pool-system", default-features = false } # optional dependencies for benchmarking cfg-test-utils = { path = "../../libs/test-utils", default-features = false, optional = true } frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.37" } -orml-asset-registry = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.32" } -orml-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, optional = true, branch = "polkadot-v0.9.32" } -orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, optional = true, branch = "polkadot-v0.9.32" } +orml-asset-registry = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.37" } +orml-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, optional = true, branch = "polkadot-v0.9.37" } +orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, optional = true, branch = "polkadot-v0.9.37" } pallet-aura = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.37" } pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.37" } pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.37" } @@ -50,9 +50,9 @@ pallet-uniques = { git = "https://github.com/paritytech/substrate", default-feat sp-consensus-aura = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } sp-io = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } -orml-asset-registry = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = true, branch = "polkadot-v0.9.32" } -orml-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = true, branch = "polkadot-v0.9.32" } -orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = true, branch = "polkadot-v0.9.32" } +orml-asset-registry = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = true, branch = "polkadot-v0.9.37" } +orml-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = true, branch = "polkadot-v0.9.37" } +orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = true, branch = "polkadot-v0.9.37" } xcm = { git = "https://github.com/paritytech/polkadot", default-features = true, branch = "release-v0.9.37" } diff --git a/pallets/nft-sales/Cargo.toml b/pallets/nft-sales/Cargo.toml index ea8872c3f7..b06c017231 100644 --- a/pallets/nft-sales/Cargo.toml +++ b/pallets/nft-sales/Cargo.toml @@ -22,8 +22,8 @@ sp-std = { git = "https://github.com/paritytech/substrate", default-features = f cfg-primitives = { path = "../../libs/primitives", default-features = false, optional = true } cfg-types = { path = "../../libs/types", default-features = false, optional = true } frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.37" } -orml-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, optional = true, branch = "polkadot-v0.9.32" } -orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, optional = true, branch = "polkadot-v0.9.32" } +orml-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, optional = true, branch = "polkadot-v0.9.37" } +orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, optional = true, branch = "polkadot-v0.9.37" } pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.37" } pallet-uniques = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.37" } @@ -35,8 +35,8 @@ sp-core = { git = "https://github.com/paritytech/substrate", default-features = sp-io = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } # Orml crates -orml-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = true, branch = "polkadot-v0.9.32" } -orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = true, branch = "polkadot-v0.9.32" } +orml-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = true, branch = "polkadot-v0.9.37" } +orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = true, branch = "polkadot-v0.9.37" } # Local crates cfg-primitives = { path = "../../libs/primitives", default-features = true } diff --git a/pallets/nft/Cargo.toml b/pallets/nft/Cargo.toml index e94353152a..ebc18fb4c7 100644 --- a/pallets/nft/Cargo.toml +++ b/pallets/nft/Cargo.toml @@ -28,7 +28,7 @@ sp-std = { git = "https://github.com/paritytech/substrate", default-features = f cfg-primitives = { path = "../../libs/primitives", default-features = false } cfg-traits = { path = "../../libs/traits", default-features = false } cfg-types = { path = "../../libs/types", default-features = false } -chainbridge = { git = "https://github.com/centrifuge/chainbridge-substrate.git", default-features = false, branch = "polkadot-v0.9.32" } +chainbridge = { git = "https://github.com/centrifuge/chainbridge-substrate.git", default-features = false, branch = "polkadot-v0.9.37" } pallet-anchors = { path = "../anchors", default-features = false } proofs = { path = "../../libs/proofs", default-features = false } diff --git a/pallets/pool-registry/Cargo.toml b/pallets/pool-registry/Cargo.toml index 247327f87e..7a7d95c07f 100644 --- a/pallets/pool-registry/Cargo.toml +++ b/pallets/pool-registry/Cargo.toml @@ -17,8 +17,8 @@ scale-info = { version = "2.3.0", default-features = false, features = ["derive" frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } -orml-asset-registry = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.32" } -orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.32" } +orml-asset-registry = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.37" } +orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.37" } sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } @@ -35,7 +35,7 @@ cfg-types = { path = "../../libs/types", default-features = false } [dev-dependencies] cfg-test-utils = { path = "../../libs/test-utils", default-features = true } -orml-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = true, branch = "polkadot-v0.9.32" } +orml-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = true, branch = "polkadot-v0.9.37" } pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } pallet-permissions = { path = "../../pallets/permissions", default-features = true } pallet-pool-system = { path = "../pool-system", default-features = true } diff --git a/pallets/pool-system/Cargo.toml b/pallets/pool-system/Cargo.toml index 97fbe100d8..e1087d5847 100644 --- a/pallets/pool-system/Cargo.toml +++ b/pallets/pool-system/Cargo.toml @@ -22,13 +22,13 @@ cfg-traits = { path = "../../libs/traits", default-features = false } cfg-types = { path = "../../libs/types", default-features = false } frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } -orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.32" } +orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.37" } pallet-timestamp = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } sp-arithmetic = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } -orml-asset-registry = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.32" } +orml-asset-registry = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.37" } pallet-permissions = { path = "../../pallets/permissions", default-features = false } polkadot-parachain = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.37" } xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.37" } @@ -39,7 +39,7 @@ pallet-investments = { path = "../../pallets/investments", default-features = fa [dev-dependencies] cfg-test-utils = { path = "../../libs/test-utils", default-features = true } -orml-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = true, branch = "polkadot-v0.9.32" } +orml-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = true, branch = "polkadot-v0.9.37" } pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } pallet-investments = { path = "../../pallets/investments", default-features = true } pallet-restricted-tokens = { path = "../../pallets/restricted-tokens", default-features = true } diff --git a/pallets/restricted-tokens/Cargo.toml b/pallets/restricted-tokens/Cargo.toml index 9addea3e44..77d18654b5 100644 --- a/pallets/restricted-tokens/Cargo.toml +++ b/pallets/restricted-tokens/Cargo.toml @@ -26,15 +26,15 @@ sp-std = { git = "https://github.com/paritytech/substrate", default-features = f ## Benchmarkind dependencies cfg-primitives = { path = "../../libs/primitives", default-features = false, optional = false } cfg-types = { path = "../../libs/types", default-features = false, optional = true } -orml-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, optional = true, branch = "polkadot-v0.9.32" } -orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, optional = true, branch = "polkadot-v0.9.32" } +orml-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, optional = true, branch = "polkadot-v0.9.37" } +orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, optional = true, branch = "polkadot-v0.9.37" } pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.37" } pallet-permissions = { path = "../permissions", default-features = false, optional = true } [dev-dependencies] cfg-types = { path = "../../libs/types", default-features = true } -orml-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = true, branch = "polkadot-v0.9.32" } -orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = true, branch = "polkadot-v0.9.32" } +orml-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = true, branch = "polkadot-v0.9.37" } +orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = true, branch = "polkadot-v0.9.37" } pallet-balances = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } sp-io = { git = "https://github.com/paritytech/substrate", default-features = true, branch = "polkadot-v0.9.37" } diff --git a/pallets/rewards/Cargo.toml b/pallets/rewards/Cargo.toml index 3e8c12b4f0..4ce577ca15 100644 --- a/pallets/rewards/Cargo.toml +++ b/pallets/rewards/Cargo.toml @@ -23,8 +23,8 @@ sp-std = { git = "https://github.com/paritytech/substrate", default-features = f [dev-dependencies] lazy_static = "1.4" -orml-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.32" } -orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.32" } +orml-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.37" } +orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.37" } serde = "1.0" sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } diff --git a/runtime/altair/Cargo.toml b/runtime/altair/Cargo.toml index fbbe0b2a0e..6ead43d0db 100644 --- a/runtime/altair/Cargo.toml +++ b/runtime/altair/Cargo.toml @@ -79,12 +79,12 @@ pallet-utility = { git = "https://github.com/paritytech/substrate", default-feat pallet-vesting = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } # orml pallets -orml-asset-registry = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.32" } -orml-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.32" } -orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.32" } -orml-xcm = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.32" } -orml-xcm-support = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.32" } -orml-xtokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.32" } +orml-asset-registry = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.37" } +orml-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.37" } +orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.37" } +orml-xcm = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.37" } +orml-xcm-support = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.37" } +orml-xtokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.37" } # our custom pallets cfg-primitives = { path = "../../libs/primitives", default-features = false } diff --git a/runtime/centrifuge/Cargo.toml b/runtime/centrifuge/Cargo.toml index b5c7b48fd7..32dd6ac940 100644 --- a/runtime/centrifuge/Cargo.toml +++ b/runtime/centrifuge/Cargo.toml @@ -78,12 +78,12 @@ pallet-utility = { git = "https://github.com/paritytech/substrate", default-feat pallet-vesting = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } # Orml pallets -orml-asset-registry = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.32" } -orml-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.32" } -orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.32" } -orml-xcm = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.32" } -orml-xcm-support = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.32" } -orml-xtokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.32" } +orml-asset-registry = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.37" } +orml-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.37" } +orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.37" } +orml-xcm = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.37" } +orml-xcm-support = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.37" } +orml-xtokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.37" } # Our pallets and modules cfg-primitives = { path = "../../libs/primitives", default-features = false } @@ -102,7 +102,7 @@ pallet-restricted-tokens = { path = "../../pallets/restricted-tokens", default-f runtime-common = { path = "../common", default-features = false } # bridge pallets -chainbridge = { git = "https://github.com/centrifuge/chainbridge-substrate.git", default-features = false, branch = "polkadot-v0.9.32" } +chainbridge = { git = "https://github.com/centrifuge/chainbridge-substrate.git", default-features = false, branch = "polkadot-v0.9.37" } [build-dependencies] substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index 995274ed1b..073aa3cb26 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -29,7 +29,7 @@ sp-std = { git = "https://github.com/paritytech/substrate", default-features = f xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.37" } # ORML dependencies -orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.32" } +orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.37" } # Local Dependencies cfg-primitives = { path = "../../libs/primitives", default-features = false } diff --git a/runtime/development/Cargo.toml b/runtime/development/Cargo.toml index 2025afe610..ccc7b59a45 100644 --- a/runtime/development/Cargo.toml +++ b/runtime/development/Cargo.toml @@ -82,12 +82,12 @@ pallet-utility = { git = "https://github.com/paritytech/substrate", default-feat pallet-vesting = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } # orml pallets -orml-asset-registry = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.32" } -orml-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.32" } -orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.32" } -orml-xcm = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.32" } -orml-xcm-support = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.32" } -orml-xtokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.32" } +orml-asset-registry = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.37" } +orml-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.37" } +orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.37" } +orml-xcm = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.37" } +orml-xcm-support = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.37" } +orml-xtokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.37" } cfg-primitives = { path = "../../libs/primitives", default-features = false } cfg-traits = { path = "../../libs/traits", default-features = false } @@ -95,7 +95,7 @@ cfg-types = { path = "../../libs/types", default-features = false } runtime-common = { path = "../common", default-features = false } # bridge pallets -chainbridge = { git = "https://github.com/centrifuge/chainbridge-substrate.git", default-features = false, branch = "polkadot-v0.9.32" } +chainbridge = { git = "https://github.com/centrifuge/chainbridge-substrate.git", default-features = false, branch = "polkadot-v0.9.37" } # our custom pallets pallet-anchors = { path = "../../pallets/anchors", default-features = false } diff --git a/runtime/integration-tests/Cargo.toml b/runtime/integration-tests/Cargo.toml index 206b2a0249..e61976343f 100644 --- a/runtime/integration-tests/Cargo.toml +++ b/runtime/integration-tests/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/centrifuge/centrifuge-chain" [dependencies] codec = { package = "parity-scale-codec", version = "3.0", default-features = false, features = ["derive"] } -fudge = { git = "https://github.com/centrifuge/fudge", branch = "polkadot-v0.9.32" } +fudge = { git = "https://github.com/centrifuge/fudge", branch = "polkadot-v0.9.37" } lazy_static = "1.4.0" rand = "0.8.5" serde = { version = "1.0.119" } @@ -62,10 +62,10 @@ cumulus-primitives-core = { git = "https://github.com/paritytech/cumulus", branc parachain-info = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.37" } # Orml pallets -orml-asset-registry = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.32" } -orml-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.32" } -orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.32" } -orml-xtokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.32" } +orml-asset-registry = { git = "https://github.com/open-web3-stack/open-runtime-module-library", default-features = false, branch = "polkadot-v0.9.37" } +orml-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.37" } +orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.37" } +orml-xtokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.37" } # Misc xcm-emulator = { git = "https://github.com/shaunxw/xcm-simulator", rev = "158a6bd2768c679563efa891aa17329635b2764b" } From ea4d4a21fd557c497e344c3bb0cac4e0e0b54cc2 Mon Sep 17 00:00:00 2001 From: nuno Date: Thu, 9 Mar 2023 10:36:14 +0100 Subject: [PATCH 04/55] Remove missing crates from patch rules --- Cargo.lock | 30 +- Cargo.toml | 772 +++++++++++++-------------- runtime/integration-tests/Cargo.toml | 2 +- 3 files changed, 399 insertions(+), 405 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 840a801f6e..ddd99dcc54 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -537,7 +537,7 @@ source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5 dependencies = [ "array-bytes", "async-trait", - "beefy-primitives", + "sp-beefy", "fnv", "futures", "futures-timer", @@ -573,7 +573,7 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" dependencies = [ "beefy-gadget", - "beefy-primitives", + "sp-beefy", "futures", "jsonrpsee", "log", @@ -592,13 +592,13 @@ name = "beefy-merkle-tree" version = "4.0.0-dev" source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" dependencies = [ - "beefy-primitives", + "sp-beefy", "sp-api", "sp-runtime 6.0.0", ] [[package]] -name = "beefy-primitives" +name = "sp-beefy" version = "4.0.0-dev" source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" dependencies = [ @@ -4327,7 +4327,7 @@ name = "kusama-runtime" version = "0.9.32" source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" dependencies = [ - "beefy-primitives", + "sp-beefy", "bitvec 1.0.1", "frame-benchmarking", "frame-election-provider-support", @@ -5962,7 +5962,7 @@ name = "pallet-beefy" version = "4.0.0-dev" source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" dependencies = [ - "beefy-primitives", + "sp-beefy", "frame-support", "frame-system", "pallet-session", @@ -5980,7 +5980,7 @@ source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5 dependencies = [ "array-bytes", "beefy-merkle-tree", - "beefy-primitives", + "sp-beefy", "frame-support", "frame-system", "log", @@ -7828,7 +7828,7 @@ name = "polkadot-client" version = "0.9.32" source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" dependencies = [ - "beefy-primitives", + "sp-beefy", "frame-benchmarking", "frame-benchmarking-cli", "frame-system", @@ -8520,7 +8520,7 @@ name = "polkadot-runtime" version = "0.9.32" source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" dependencies = [ - "beefy-primitives", + "sp-beefy", "bitvec 1.0.1", "frame-benchmarking", "frame-election-provider-support", @@ -8609,7 +8609,7 @@ name = "polkadot-runtime-common" version = "0.9.32" source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" dependencies = [ - "beefy-primitives", + "sp-beefy", "bitvec 1.0.1", "frame-benchmarking", "frame-election-provider-support", @@ -8727,7 +8727,7 @@ source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15 dependencies = [ "async-trait", "beefy-gadget", - "beefy-primitives", + "sp-beefy", "frame-support", "frame-system-rpc-runtime-api", "futures", @@ -9507,7 +9507,7 @@ version = "0.9.32" source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" dependencies = [ "beefy-merkle-tree", - "beefy-primitives", + "sp-beefy", "frame-benchmarking", "frame-executive", "frame-support", @@ -12709,7 +12709,7 @@ version = "2.0.0" source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" dependencies = [ "beefy-merkle-tree", - "beefy-primitives", + "sp-beefy", "cfg-if 1.0.0", "frame-support", "frame-system", @@ -13898,7 +13898,7 @@ name = "westend-runtime" version = "0.9.32" source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" dependencies = [ - "beefy-primitives", + "sp-beefy", "bitvec 1.0.1", "frame-benchmarking", "frame-election-provider-support", @@ -14293,7 +14293,7 @@ dependencies = [ [[package]] name = "xcm-emulator" version = "0.1.0" -source = "git+https://github.com/shaunxw/xcm-simulator?rev=158a6bd2768c679563efa891aa17329635b2764b#158a6bd2768c679563efa891aa17329635b2764b" +source = "git+https://github.com/shaunxw/xcm-simulator?rev=6847a58888e483f0ed2e0b72f90e00767ea0ecac#6847a58888e483f0ed2e0b72f90e00767ea0ecac" dependencies = [ "cumulus-pallet-dmp-queue", "cumulus-pallet-parachain-system", diff --git a/Cargo.toml b/Cargo.toml index 75953a45bb..403af40b03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -237,209 +237,206 @@ fast-runtime = [ # the specific revision of the respective repository at hand, avoiding duplicated crates from tainting compilation. # [patch."https://github.com/paritytech/substrate"] -frame-benchmarking = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -frame-benchmarking-cli = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -frame-election-provider-support = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -frame-executive = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -frame-support = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -frame-support-procedural = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -frame-support-procedural-tools = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -frame-support-procedural-tools-derive = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -frame-system = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -frame-system-benchmarking = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -frame-try-runtime = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-aura = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-authorship = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-babe = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-balances = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-bounties = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-child-bounties = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-collective = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-democracy = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-election-provider-multi-phase = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-elections-phragmen = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-gilt = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-grandpa = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-identity = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-im-online = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-indices = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-membership = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-mmr = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-mmr-rpc = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-multisig = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-nomination-pools-runtime-api = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-offences = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-proxy = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-recovery = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-scheduler = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-session = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-session-benchmarking = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-society = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-staking = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-staking-reward-curve = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-staking-reward-fn = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-sudo = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-timestamp = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-tips = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-transaction-payment = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-transaction-payment-rpc = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-treasury = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-uniques = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-utility = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-vesting = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-beefy = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-beefy-mmr = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-bags-list = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-election-provider-support-benchmarking = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-preimage = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -beefy-primitives = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -beefy-merkle-tree = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -beefy-gadget = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -beefy-gadget-rpc = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -remote-externalities = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-basic-authorship = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-block-builder = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-chain-spec = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-cli = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-client-api = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-client-db = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-consensus = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-consensus-aura = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-consensus-babe = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-consensus-babe-rpc = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-consensus-epochs = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-consensus-slots = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-executor = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-executor-common = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-executor-wasmtime = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-finality-grandpa = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-finality-grandpa-rpc = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-informant = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-keystore = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-network = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-network-common = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-network-gossip = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-network-light = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-network-sync = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-offchain = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-rpc = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-rpc-api = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-rpc-server = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-service = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-sync-state-rpc = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-sysinfo = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-telemetry = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-tracing = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-transaction-pool = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-transaction-pool-api = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-utils = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-api = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-application-crypto = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-arithmetic = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-authorship = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-block-builder = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-blockchain = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-consensus = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-consensus-aura = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-consensus-babe = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-consensus-slots = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-consensus-vrf = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-core = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-database = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-weights = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-debug-derive = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-externalities = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-finality-grandpa = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-inherents = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-io = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-keyring = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-keystore = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-maybe-compressed-blob = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-mmr-primitives = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-npos-elections = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-offchain = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-rpc = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-runtime = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-runtime-interface = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-runtime-interface-proc-macro = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-session = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-staking = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-state-machine = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-std = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-storage = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-timestamp = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-tracing = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-transaction-pool = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-trie = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-version = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-wasm-interface = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -substrate-build-script-utils = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -substrate-frame-rpc-system = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -substrate-prometheus-endpoint = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -substrate-wasm-builder = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -substrate-state-trie-migration-rpc = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -substrate-test-client = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -try-runtime-cli = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -substrate-test-runtime = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -substrate-test-runtime-client = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -node-primitives = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-nomination-pools = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-randomness-collective-flip = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-consensus-uncles = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-service-test = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } +frame-benchmarking = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +frame-benchmarking-cli = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +frame-election-provider-support = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +frame-executive = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +frame-support = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +frame-support-procedural = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +frame-support-procedural-tools = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +frame-support-procedural-tools-derive = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +frame-system = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +frame-system-benchmarking = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +frame-try-runtime = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-aura = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-authorship = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-babe = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-balances = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-bounties = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-child-bounties = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-collective = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-democracy = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-election-provider-multi-phase = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-elections-phragmen = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-grandpa = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-identity = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-im-online = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-indices = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-membership = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-mmr = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-multisig = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-nomination-pools-runtime-api = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-offences = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-proxy = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-recovery = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-scheduler = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-session = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-session-benchmarking = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-society = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-staking = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-staking-reward-curve = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-staking-reward-fn = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-sudo = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-timestamp = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-tips = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-transaction-payment = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-transaction-payment-rpc = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-treasury = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-uniques = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-utility = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-vesting = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-beefy = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-beefy-mmr = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-bags-list = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-election-provider-support-benchmarking = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-preimage = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-beefy = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +beefy-merkle-tree = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +beefy-gadget = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +beefy-gadget-rpc = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-basic-authorship = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-block-builder = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-chain-spec = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-cli = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-client-api = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-client-db = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-consensus = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-consensus-aura = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-consensus-babe = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-consensus-babe-rpc = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-consensus-epochs = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-consensus-slots = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-executor = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-executor-common = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-executor-wasmtime = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-finality-grandpa = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-finality-grandpa-rpc = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-informant = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-keystore = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-network = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-network-common = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-network-gossip = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-network-light = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-network-sync = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-offchain = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-rpc = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-rpc-api = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-rpc-server = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-service = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-sync-state-rpc = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-sysinfo = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-telemetry = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-tracing = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-transaction-pool = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-transaction-pool-api = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-utils = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-api = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-application-crypto = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-arithmetic = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-authorship = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-block-builder = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-blockchain = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-consensus = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-consensus-aura = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-consensus-babe = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-consensus-slots = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-consensus-vrf = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-core = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-database = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-weights = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-debug-derive = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-externalities = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-finality-grandpa = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-inherents = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-io = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-keyring = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-keystore = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-maybe-compressed-blob = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-mmr-primitives = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-npos-elections = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-offchain = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-rpc = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-runtime = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-runtime-interface = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-runtime-interface-proc-macro = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-session = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-staking = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-state-machine = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-std = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-storage = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-timestamp = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-tracing = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-transaction-pool = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-trie = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-version = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-wasm-interface = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +substrate-build-script-utils = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +substrate-frame-rpc-system = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +substrate-prometheus-endpoint = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +substrate-wasm-builder = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +substrate-state-trie-migration-rpc = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +substrate-test-client = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +try-runtime-cli = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +substrate-test-runtime = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +substrate-test-runtime-client = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +node-primitives = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-nomination-pools = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-randomness-collective-flip = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-consensus-uncles = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-service-test = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } [patch."https://github.com/paritytech/polkadot"] -kusama-runtime = { git = "https://github.com/paritytech//polkadot", rev = "c71e872afed296d1825b15ea4b2a74750c1ba647" } -kusama-runtime-constants = { git = "https://github.com/paritytech//polkadot", rev = "c71e872afed296d1825b15ea4b2a74750c1ba647" } -pallet-xcm = { git = "https://github.com/paritytech//polkadot", rev = "c71e872afed296d1825b15ea4b2a74750c1ba647" } -polkadot-cli = { git = "https://github.com/paritytech//polkadot", rev = "c71e872afed296d1825b15ea4b2a74750c1ba647" } -polkadot-client = { git = "https://github.com/paritytech//polkadot", rev = "c71e872afed296d1825b15ea4b2a74750c1ba647" } -polkadot-core-primitives = { git = "https://github.com/paritytech//polkadot", rev = "c71e872afed296d1825b15ea4b2a74750c1ba647" } -polkadot-node-core-av-store = { git = "https://github.com/paritytech//polkadot", rev = "c71e872afed296d1825b15ea4b2a74750c1ba647" } -polkadot-node-core-pvf = { git = "https://github.com/paritytech//polkadot", rev = "c71e872afed296d1825b15ea4b2a74750c1ba647" } -polkadot-node-network-protocol = { git = "https://github.com/paritytech//polkadot", rev = "c71e872afed296d1825b15ea4b2a74750c1ba647" } -polkadot-node-primitives = { git = "https://github.com/paritytech//polkadot", rev = "c71e872afed296d1825b15ea4b2a74750c1ba647" } -polkadot-node-subsystem = { git = "https://github.com/paritytech//polkadot", rev = "c71e872afed296d1825b15ea4b2a74750c1ba647" } -polkadot-node-subsystem-util = { git = "https://github.com/paritytech//polkadot", rev = "c71e872afed296d1825b15ea4b2a74750c1ba647" } -polkadot-overseer = { git = "https://github.com/paritytech//polkadot", rev = "c71e872afed296d1825b15ea4b2a74750c1ba647" } -polkadot-parachain = { git = "https://github.com/paritytech//polkadot", rev = "c71e872afed296d1825b15ea4b2a74750c1ba647" } -polkadot-primitives = { git = "https://github.com/paritytech//polkadot", rev = "c71e872afed296d1825b15ea4b2a74750c1ba647" } -polkadot-runtime = { git = "https://github.com/paritytech//polkadot", rev = "c71e872afed296d1825b15ea4b2a74750c1ba647" } -polkadot-runtime-common = { git = "https://github.com/paritytech//polkadot", rev = "c71e872afed296d1825b15ea4b2a74750c1ba647" } -polkadot-runtime-constants = { git = "https://github.com/paritytech//polkadot", rev = "c71e872afed296d1825b15ea4b2a74750c1ba647" } -polkadot-runtime-parachains = { git = "https://github.com/paritytech//polkadot", rev = "c71e872afed296d1825b15ea4b2a74750c1ba647" } -polkadot-service = { git = "https://github.com/paritytech//polkadot", rev = "c71e872afed296d1825b15ea4b2a74750c1ba647" } -polkadot-statement-table = { git = "https://github.com/paritytech//polkadot", rev = "c71e872afed296d1825b15ea4b2a74750c1ba647" } -polkadot-rpc = { git = "https://github.com/paritytech//polkadot", rev = "c71e872afed296d1825b15ea4b2a74750c1ba647" } -rococo-runtime = { git = "https://github.com/paritytech//polkadot", rev = "c71e872afed296d1825b15ea4b2a74750c1ba647" } -xcm = { git = "https://github.com/paritytech//polkadot", rev = "c71e872afed296d1825b15ea4b2a74750c1ba647" } -xcm-builder = { git = "https://github.com/paritytech//polkadot", rev = "c71e872afed296d1825b15ea4b2a74750c1ba647" } -xcm-executor = { git = "https://github.com/paritytech//polkadot", rev = "c71e872afed296d1825b15ea4b2a74750c1ba647" } +kusama-runtime = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } +kusama-runtime-constants = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } +pallet-xcm = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } +polkadot-cli = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } +polkadot-client = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } +polkadot-core-primitives = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } +polkadot-node-core-av-store = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } +polkadot-node-core-pvf = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } +polkadot-node-network-protocol = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } +polkadot-node-primitives = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } +polkadot-node-subsystem = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } +polkadot-node-subsystem-util = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } +polkadot-overseer = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } +polkadot-parachain = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } +polkadot-primitives = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } +polkadot-runtime = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } +polkadot-runtime-common = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } +polkadot-runtime-constants = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } +polkadot-runtime-parachains = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } +polkadot-service = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } +polkadot-statement-table = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } +polkadot-rpc = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } +rococo-runtime = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } +xcm = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } +xcm-builder = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } +xcm-executor = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } [patch."https://github.com/paritytech/cumulus"] -cumulus-client-cli = { git = "https://github.com/paritytech//cumulus", rev = "6abd385ce49f7feb882218646410feb063404b77" } -cumulus-client-consensus-aura = { git = "https://github.com/paritytech//cumulus", rev = "6abd385ce49f7feb882218646410feb063404b77" } -cumulus-client-consensus-common = { git = "https://github.com/paritytech//cumulus", rev = "6abd385ce49f7feb882218646410feb063404b77" } -cumulus-client-network = { git = "https://github.com/paritytech//cumulus", rev = "6abd385ce49f7feb882218646410feb063404b77" } -cumulus-client-service = { git = "https://github.com/paritytech//cumulus", rev = "6abd385ce49f7feb882218646410feb063404b77" } -cumulus-pallet-aura-ext = { git = "https://github.com/paritytech//cumulus", rev = "6abd385ce49f7feb882218646410feb063404b77" } -cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech//cumulus", rev = "6abd385ce49f7feb882218646410feb063404b77" } -cumulus-pallet-parachain-system = { git = "https://github.com/paritytech//cumulus", rev = "6abd385ce49f7feb882218646410feb063404b77" } -cumulus-pallet-xcm = { git = "https://github.com/paritytech//cumulus", rev = "6abd385ce49f7feb882218646410feb063404b77" } -cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech//cumulus", rev = "6abd385ce49f7feb882218646410feb063404b77" } -cumulus-primitives-core = { git = "https://github.com/paritytech//cumulus", rev = "6abd385ce49f7feb882218646410feb063404b77" } -cumulus-primitives-parachain-inherent = { git = "https://github.com/paritytech//cumulus", rev = "6abd385ce49f7feb882218646410feb063404b77" } -cumulus-primitives-timestamp = { git = "https://github.com/paritytech//cumulus", rev = "6abd385ce49f7feb882218646410feb063404b77" } -cumulus-primitives-utility = { git = "https://github.com/paritytech//cumulus", rev = "6abd385ce49f7feb882218646410feb063404b77" } -cumulus-test-relay-sproof-builder = { git = "https://github.com/paritytech//cumulus", rev = "6abd385ce49f7feb882218646410feb063404b77" } -parachain-info = { git = "https://github.com/paritytech//cumulus", rev = "6abd385ce49f7feb882218646410feb063404b77" } -cumulus-relay-chain-interface = { git = "https://github.com/paritytech//cumulus", rev = "6abd385ce49f7feb882218646410feb063404b77" } -cumulus-relay-chain-inprocess-interface = { git = "https://github.com/paritytech//cumulus", rev = "6abd385ce49f7feb882218646410feb063404b77" } +cumulus-client-cli = { git = "https://github.com/paritytech//cumulus", rev = "09418fc04c2608b123f36ca80f16df3d2096753b" } +cumulus-client-consensus-aura = { git = "https://github.com/paritytech//cumulus", rev = "09418fc04c2608b123f36ca80f16df3d2096753b" } +cumulus-client-consensus-common = { git = "https://github.com/paritytech//cumulus", rev = "09418fc04c2608b123f36ca80f16df3d2096753b" } +cumulus-client-network = { git = "https://github.com/paritytech//cumulus", rev = "09418fc04c2608b123f36ca80f16df3d2096753b" } +cumulus-client-service = { git = "https://github.com/paritytech//cumulus", rev = "09418fc04c2608b123f36ca80f16df3d2096753b" } +cumulus-pallet-aura-ext = { git = "https://github.com/paritytech//cumulus", rev = "09418fc04c2608b123f36ca80f16df3d2096753b" } +cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech//cumulus", rev = "09418fc04c2608b123f36ca80f16df3d2096753b" } +cumulus-pallet-parachain-system = { git = "https://github.com/paritytech//cumulus", rev = "09418fc04c2608b123f36ca80f16df3d2096753b" } +cumulus-pallet-xcm = { git = "https://github.com/paritytech//cumulus", rev = "09418fc04c2608b123f36ca80f16df3d2096753b" } +cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech//cumulus", rev = "09418fc04c2608b123f36ca80f16df3d2096753b" } +cumulus-primitives-core = { git = "https://github.com/paritytech//cumulus", rev = "09418fc04c2608b123f36ca80f16df3d2096753b" } +cumulus-primitives-parachain-inherent = { git = "https://github.com/paritytech//cumulus", rev = "09418fc04c2608b123f36ca80f16df3d2096753b" } +cumulus-primitives-timestamp = { git = "https://github.com/paritytech//cumulus", rev = "09418fc04c2608b123f36ca80f16df3d2096753b" } +cumulus-primitives-utility = { git = "https://github.com/paritytech//cumulus", rev = "09418fc04c2608b123f36ca80f16df3d2096753b" } +cumulus-test-relay-sproof-builder = { git = "https://github.com/paritytech//cumulus", rev = "09418fc04c2608b123f36ca80f16df3d2096753b" } +parachain-info = { git = "https://github.com/paritytech//cumulus", rev = "09418fc04c2608b123f36ca80f16df3d2096753b" } +cumulus-relay-chain-interface = { git = "https://github.com/paritytech//cumulus", rev = "09418fc04c2608b123f36ca80f16df3d2096753b" } +cumulus-relay-chain-inprocess-interface = { git = "https://github.com/paritytech//cumulus", rev = "09418fc04c2608b123f36ca80f16df3d2096753b" } # # Cargo patch for PureStake-based crates @@ -453,202 +450,199 @@ cumulus-relay-chain-inprocess-interface = { git = "https://github.com/paritytech # Apply cargo patch to all the PureStake/substrate crates [patch."https://github.com/PureStake/substrate"] -frame-benchmarking = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -frame-benchmarking-cli = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -frame-election-provider-support = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -frame-executive = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -frame-support = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -frame-support-procedural = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -frame-support-procedural-tools = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -frame-support-procedural-tools-derive = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -frame-system = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -frame-system-benchmarking = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -frame-system-rpc-runtime-api = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -frame-try-runtime = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-aura = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-authorship = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-babe = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-balances = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-bounties = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-child-bounties = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-collective = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-democracy = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-election-provider-multi-phase = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-elections-phragmen = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-gilt = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-grandpa = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-identity = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-im-online = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-indices = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-membership = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-mmr = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-mmr-rpc = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-multisig = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-nomination-pools-runtime-api = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-offences = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-proxy = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-recovery = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-scheduler = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-session = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-session-benchmarking = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-society = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-staking = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-staking-reward-curve = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-staking-reward-fn = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-sudo = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-timestamp = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-tips = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-transaction-payment = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-transaction-payment-rpc = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-treasury = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-uniques = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-utility = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-vesting = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-beefy = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-beefy-mmr = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-bags-list = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -pallet-preimage = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -beefy-primitives = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -beefy-merkle-tree = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -beefy-gadget = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -beefy-gadget-rpc = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -remote-externalities = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-basic-authorship = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-block-builder = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-chain-spec = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-cli = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-client-api = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-client-db = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-consensus = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-consensus-aura = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-consensus-babe = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-consensus-babe-rpc = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-consensus-epochs = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-consensus-slots = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-executor = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-executor-common = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-executor-wasmtime = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-finality-grandpa = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-finality-grandpa-rpc = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-informant = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-keystore = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-network = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-network-common = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-network-gossip = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-network-light = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-network-sync = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-offchain = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-rpc = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-rpc-api = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-rpc-server = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-service = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-sync-state-rpc = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-sysinfo = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-telemetry = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-tracing = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-transaction-pool = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-transaction-pool-api = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sc-utils = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-api = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-application-crypto = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-arithmetic = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-authorship = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-block-builder = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-blockchain = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-consensus = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-consensus-aura = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-consensus-babe = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-consensus-slots = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-consensus-vrf = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-core = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-debug-derive = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-externalities = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-weights = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-finality-grandpa = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-inherents = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-io = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-keyring = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-keystore = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-maybe-compressed-blob = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-mmr-primitives = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-npos-elections = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-offchain = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-rpc = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-runtime = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-runtime-interface = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-runtime-interface-proc-macro = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-session = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-staking = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-state-machine = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-std = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-storage = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-timestamp = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-tracing = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-transaction-pool = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-trie = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-version = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -sp-wasm-interface = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -substrate-build-script-utils = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -substrate-frame-rpc-system = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -substrate-prometheus-endpoint = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -substrate-wasm-builder = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -substrate-state-trie-migration-rpc = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -substrate-test-client = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } -try-runtime-cli = { git = "https://github.com/paritytech//substrate", rev = "5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" } +frame-benchmarking = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +frame-benchmarking-cli = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +frame-election-provider-support = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +frame-executive = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +frame-support = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +frame-support-procedural = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +frame-support-procedural-tools = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +frame-support-procedural-tools-derive = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +frame-system = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +frame-system-benchmarking = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +frame-system-rpc-runtime-api = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +frame-try-runtime = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-aura = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-authorship = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-babe = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-balances = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-bounties = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-child-bounties = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-collective = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-democracy = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-election-provider-multi-phase = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-elections-phragmen = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-grandpa = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-identity = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-im-online = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-indices = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-membership = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-mmr = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-multisig = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-nomination-pools-runtime-api = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-offences = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-proxy = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-recovery = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-scheduler = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-session = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-session-benchmarking = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-society = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-staking = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-staking-reward-curve = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-staking-reward-fn = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-sudo = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-timestamp = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-tips = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-transaction-payment = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-transaction-payment-rpc = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-treasury = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-uniques = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-utility = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-vesting = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-beefy = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-beefy-mmr = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-bags-list = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +pallet-preimage = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-beefy = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +beefy-merkle-tree = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +beefy-gadget = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +beefy-gadget-rpc = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-basic-authorship = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-block-builder = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-chain-spec = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-cli = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-client-api = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-client-db = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-consensus = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-consensus-aura = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-consensus-babe = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-consensus-babe-rpc = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-consensus-epochs = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-consensus-slots = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-executor = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-executor-common = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-executor-wasmtime = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-finality-grandpa = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-finality-grandpa-rpc = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-informant = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-keystore = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-network = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-network-common = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-network-gossip = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-network-light = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-network-sync = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-offchain = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-rpc = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-rpc-api = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-rpc-server = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-service = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-sync-state-rpc = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-sysinfo = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-telemetry = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-tracing = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-transaction-pool = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-transaction-pool-api = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sc-utils = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-api = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-application-crypto = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-arithmetic = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-authority-discovery = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-authorship = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-block-builder = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-blockchain = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-consensus = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-consensus-aura = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-consensus-babe = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-consensus-slots = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-consensus-vrf = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-core = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-debug-derive = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-externalities = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-weights = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-finality-grandpa = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-inherents = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-io = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-keyring = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-keystore = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-maybe-compressed-blob = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-mmr-primitives = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-npos-elections = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-offchain = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-rpc = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-runtime = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-runtime-interface = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-runtime-interface-proc-macro = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-session = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-staking = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-state-machine = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-std = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-storage = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-timestamp = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-tracing = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-transaction-pool = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-trie = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-version = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +sp-wasm-interface = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +substrate-build-script-utils = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +substrate-frame-rpc-system = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +substrate-prometheus-endpoint = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +substrate-wasm-builder = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +substrate-state-trie-migration-rpc = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +substrate-test-client = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } +try-runtime-cli = { git = "https://github.com/paritytech//substrate", rev = "f38bd6671d460293c93062cc1e4fe9e9e490cb29" } # Cargo patch rules for all the PureStake/polkadot crates [patch."https://github.com/PureStake/polkadot"] -kusama-runtime = { git = "https://github.com/paritytech//polkadot", rev = "c71e872afed296d1825b15ea4b2a74750c1ba647" } -kusama-runtime-constants = { git = "https://github.com/paritytech//polkadot", rev = "c71e872afed296d1825b15ea4b2a74750c1ba647" } -pallet-xcm = { git = "https://github.com/paritytech//polkadot", rev = "c71e872afed296d1825b15ea4b2a74750c1ba647" } -polkadot-cli = { git = "https://github.com/paritytech//polkadot", rev = "c71e872afed296d1825b15ea4b2a74750c1ba647" } -polkadot-client = { git = "https://github.com/paritytech//polkadot", rev = "c71e872afed296d1825b15ea4b2a74750c1ba647" } -polkadot-core-primitives = { git = "https://github.com/paritytech//polkadot", rev = "c71e872afed296d1825b15ea4b2a74750c1ba647" } -polkadot-node-core-av-store = { git = "https://github.com/paritytech//polkadot", rev = "c71e872afed296d1825b15ea4b2a74750c1ba647" } -polkadot-node-core-pvf = { git = "https://github.com/paritytech//polkadot", rev = "c71e872afed296d1825b15ea4b2a74750c1ba647" } -polkadot-node-network-protocol = { git = "https://github.com/paritytech//polkadot", rev = "c71e872afed296d1825b15ea4b2a74750c1ba647" } -polkadot-node-primitives = { git = "https://github.com/paritytech//polkadot", rev = "c71e872afed296d1825b15ea4b2a74750c1ba647" } -polkadot-node-subsystem = { git = "https://github.com/paritytech//polkadot", rev = "c71e872afed296d1825b15ea4b2a74750c1ba647" } -polkadot-node-subsystem-util = { git = "https://github.com/paritytech//polkadot", rev = "c71e872afed296d1825b15ea4b2a74750c1ba647" } -polkadot-overseer = { git = "https://github.com/paritytech//polkadot", rev = "c71e872afed296d1825b15ea4b2a74750c1ba647" } -polkadot-parachain = { git = "https://github.com/paritytech//polkadot", rev = "c71e872afed296d1825b15ea4b2a74750c1ba647" } -polkadot-primitives = { git = "https://github.com/paritytech//polkadot", rev = "c71e872afed296d1825b15ea4b2a74750c1ba647" } -polkadot-runtime = { git = "https://github.com/paritytech//polkadot", rev = "c71e872afed296d1825b15ea4b2a74750c1ba647" } -polkadot-runtime-common = { git = "https://github.com/paritytech//polkadot", rev = "c71e872afed296d1825b15ea4b2a74750c1ba647" } -polkadot-runtime-constants = { git = "https://github.com/paritytech//polkadot", rev = "c71e872afed296d1825b15ea4b2a74750c1ba647" } -polkadot-runtime-parachains = { git = "https://github.com/paritytech//polkadot", rev = "c71e872afed296d1825b15ea4b2a74750c1ba647" } -polkadot-service = { git = "https://github.com/paritytech//polkadot", rev = "c71e872afed296d1825b15ea4b2a74750c1ba647" } -polkadot-statement-table = { git = "https://github.com/paritytech//polkadot", rev = "c71e872afed296d1825b15ea4b2a74750c1ba647" } -polkadot-rpc = { git = "https://github.com/paritytech//polkadot", rev = "c71e872afed296d1825b15ea4b2a74750c1ba647" } -rococo-runtime = { git = "https://github.com/paritytech//polkadot", rev = "c71e872afed296d1825b15ea4b2a74750c1ba647" } -xcm = { git = "https://github.com/paritytech//polkadot", rev = "c71e872afed296d1825b15ea4b2a74750c1ba647" } -xcm-builder = { git = "https://github.com/paritytech//polkadot", rev = "c71e872afed296d1825b15ea4b2a74750c1ba647" } -xcm-executor = { git = "https://github.com/paritytech//polkadot", rev = "c71e872afed296d1825b15ea4b2a74750c1ba647" } +kusama-runtime = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } +kusama-runtime-constants = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } +pallet-xcm = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } +polkadot-cli = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } +polkadot-client = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } +polkadot-core-primitives = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } +polkadot-node-core-av-store = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } +polkadot-node-core-pvf = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } +polkadot-node-network-protocol = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } +polkadot-node-primitives = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } +polkadot-node-subsystem = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } +polkadot-node-subsystem-util = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } +polkadot-overseer = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } +polkadot-parachain = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } +polkadot-primitives = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } +polkadot-runtime = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } +polkadot-runtime-common = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } +polkadot-runtime-constants = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } +polkadot-runtime-parachains = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } +polkadot-service = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } +polkadot-statement-table = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } +polkadot-rpc = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } +rococo-runtime = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } +xcm = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } +xcm-builder = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } +xcm-executor = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } # Cargo patch rules for all the PureStake/cumulus crates [patch."https://github.com/PureStake/cumulus"] -cumulus-client-cli = { git = "https://github.com/paritytech//cumulus", rev = "6abd385ce49f7feb882218646410feb063404b77" } -cumulus-client-consensus-aura = { git = "https://github.com/paritytech//cumulus", rev = "6abd385ce49f7feb882218646410feb063404b77" } -cumulus-client-consensus-common = { git = "https://github.com/paritytech//cumulus", rev = "6abd385ce49f7feb882218646410feb063404b77" } -cumulus-client-network = { git = "https://github.com/paritytech//cumulus", rev = "6abd385ce49f7feb882218646410feb063404b77" } -cumulus-client-service = { git = "https://github.com/paritytech//cumulus", rev = "6abd385ce49f7feb882218646410feb063404b77" } -cumulus-pallet-aura-ext = { git = "https://github.com/paritytech//cumulus", rev = "6abd385ce49f7feb882218646410feb063404b77" } -cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech//cumulus", rev = "6abd385ce49f7feb882218646410feb063404b77" } -cumulus-pallet-parachain-system = { git = "https://github.com/paritytech//cumulus", rev = "6abd385ce49f7feb882218646410feb063404b77" } -cumulus-pallet-xcm = { git = "https://github.com/paritytech//cumulus", rev = "6abd385ce49f7feb882218646410feb063404b77" } -cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech//cumulus", rev = "6abd385ce49f7feb882218646410feb063404b77" } -cumulus-primitives-core = { git = "https://github.com/paritytech//cumulus", rev = "6abd385ce49f7feb882218646410feb063404b77" } -cumulus-primitives-parachain-inherent = { git = "https://github.com/paritytech//cumulus", rev = "6abd385ce49f7feb882218646410feb063404b77" } -cumulus-primitives-timestamp = { git = "https://github.com/paritytech//cumulus", rev = "6abd385ce49f7feb882218646410feb063404b77" } -cumulus-primitives-utility = { git = "https://github.com/paritytech//cumulus", rev = "6abd385ce49f7feb882218646410feb063404b77" } -cumulus-test-relay-sproof-builder = { git = "https://github.com/paritytech//cumulus", rev = "6abd385ce49f7feb882218646410feb063404b77" } -parachain-info = { git = "https://github.com/paritytech//cumulus", rev = "6abd385ce49f7feb882218646410feb063404b77" } -cumulus-relay-chain-interface = { git = "https://github.com/paritytech//cumulus", rev = "6abd385ce49f7feb882218646410feb063404b77" } -cumulus-relay-chain-inprocess-interface = { git = "https://github.com/paritytech//cumulus", rev = "6abd385ce49f7feb882218646410feb063404b77" } +cumulus-client-cli = { git = "https://github.com/paritytech//cumulus", rev = "09418fc04c2608b123f36ca80f16df3d2096753b" } +cumulus-client-consensus-aura = { git = "https://github.com/paritytech//cumulus", rev = "09418fc04c2608b123f36ca80f16df3d2096753b" } +cumulus-client-consensus-common = { git = "https://github.com/paritytech//cumulus", rev = "09418fc04c2608b123f36ca80f16df3d2096753b" } +cumulus-client-network = { git = "https://github.com/paritytech//cumulus", rev = "09418fc04c2608b123f36ca80f16df3d2096753b" } +cumulus-client-service = { git = "https://github.com/paritytech//cumulus", rev = "09418fc04c2608b123f36ca80f16df3d2096753b" } +cumulus-pallet-aura-ext = { git = "https://github.com/paritytech//cumulus", rev = "09418fc04c2608b123f36ca80f16df3d2096753b" } +cumulus-pallet-dmp-queue = { git = "https://github.com/paritytech//cumulus", rev = "09418fc04c2608b123f36ca80f16df3d2096753b" } +cumulus-pallet-parachain-system = { git = "https://github.com/paritytech//cumulus", rev = "09418fc04c2608b123f36ca80f16df3d2096753b" } +cumulus-pallet-xcm = { git = "https://github.com/paritytech//cumulus", rev = "09418fc04c2608b123f36ca80f16df3d2096753b" } +cumulus-pallet-xcmp-queue = { git = "https://github.com/paritytech//cumulus", rev = "09418fc04c2608b123f36ca80f16df3d2096753b" } +cumulus-primitives-core = { git = "https://github.com/paritytech//cumulus", rev = "09418fc04c2608b123f36ca80f16df3d2096753b" } +cumulus-primitives-parachain-inherent = { git = "https://github.com/paritytech//cumulus", rev = "09418fc04c2608b123f36ca80f16df3d2096753b" } +cumulus-primitives-timestamp = { git = "https://github.com/paritytech//cumulus", rev = "09418fc04c2608b123f36ca80f16df3d2096753b" } +cumulus-primitives-utility = { git = "https://github.com/paritytech//cumulus", rev = "09418fc04c2608b123f36ca80f16df3d2096753b" } +cumulus-test-relay-sproof-builder = { git = "https://github.com/paritytech//cumulus", rev = "09418fc04c2608b123f36ca80f16df3d2096753b" } +parachain-info = { git = "https://github.com/paritytech//cumulus", rev = "09418fc04c2608b123f36ca80f16df3d2096753b" } +cumulus-relay-chain-interface = { git = "https://github.com/paritytech//cumulus", rev = "09418fc04c2608b123f36ca80f16df3d2096753b" } +cumulus-relay-chain-inprocess-interface = { git = "https://github.com/paritytech//cumulus", rev = "09418fc04c2608b123f36ca80f16df3d2096753b" } # Cargo patch rules for all the PureStake/open-runtime-module-library crates [patch."https://github.com/PureStake/open-runtime-module-library"] diff --git a/runtime/integration-tests/Cargo.toml b/runtime/integration-tests/Cargo.toml index e61976343f..b8489f0721 100644 --- a/runtime/integration-tests/Cargo.toml +++ b/runtime/integration-tests/Cargo.toml @@ -68,7 +68,7 @@ orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-li orml-xtokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", branch = "polkadot-v0.9.37" } # Misc -xcm-emulator = { git = "https://github.com/shaunxw/xcm-simulator", rev = "158a6bd2768c679563efa891aa17329635b2764b" } +xcm-emulator = { git = "https://github.com/shaunxw/xcm-simulator", rev = "6847a58888e483f0ed2e0b72f90e00767ea0ecac" } # Local altair-runtime = { path = "../altair" } From 18c3f06e5f8fbb4334a66c79ac4f664241e3bab3 Mon Sep 17 00:00:00 2001 From: nuno Date: Thu, 9 Mar 2023 10:36:46 +0100 Subject: [PATCH 05/55] cargo update --- Cargo.lock | 5453 ++++++++++++++++++++++++++++++---------------------- 1 file changed, 3108 insertions(+), 2345 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ddd99dcc54..92e6bb489f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -36,6 +36,15 @@ version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" +[[package]] +name = "aead" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7fc95d1bdb8e6666b2b217308eeeb09f2d6728d104be3e31916cc74d15420331" +dependencies = [ + "generic-array 0.14.6", +] + [[package]] name = "aead" version = "0.4.3" @@ -43,6 +52,28 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877" dependencies = [ "generic-array 0.14.6", + "rand_core 0.6.4", +] + +[[package]] +name = "aead" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5c192eb8f11fc081b0fe4259ba5af04217d4e0faddd02417310a927911abd7c8" +dependencies = [ + "crypto-common", + "generic-array 0.14.6", +] + +[[package]] +name = "aes" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "884391ef1066acaa41e766ba8f596341b96e93ce34f9a43e7d24bf0a0eaf0561" +dependencies = [ + "aes-soft", + "aesni", + "cipher 0.2.5", ] [[package]] @@ -51,26 +82,71 @@ version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8" dependencies = [ - "cfg-if 1.0.0", - "cipher", + "cfg-if", + "cipher 0.3.0", "cpufeatures", "opaque-debug 0.3.0", ] +[[package]] +name = "aes" +version = "0.8.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "433cfd6710c9986c576a25ca913c39d66a6474107b406f34f91d4a8923395241" +dependencies = [ + "cfg-if", + "cipher 0.4.4", + "cpufeatures", +] + [[package]] name = "aes-gcm" version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "df5f85a83a7d8b0442b6aa7b504b8212c1733da07b98aae43d4bc21b2cb3cdf6" dependencies = [ - "aead", - "aes", - "cipher", - "ctr", - "ghash", + "aead 0.4.3", + "aes 0.7.5", + "cipher 0.3.0", + "ctr 0.8.0", + "ghash 0.4.4", + "subtle", +] + +[[package]] +name = "aes-gcm" +version = "0.10.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "82e1366e0c69c9f927b1fa5ce2c7bf9eafc8f9268c0b9800729e8b267612447c" +dependencies = [ + "aead 0.5.1", + "aes 0.8.2", + "cipher 0.4.4", + "ctr 0.9.2", + "ghash 0.5.0", "subtle", ] +[[package]] +name = "aes-soft" +version = "0.6.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "be14c7498ea50828a38d0e24a765ed2effe92a705885b57d029cd67d45744072" +dependencies = [ + "cipher 0.2.5", + "opaque-debug 0.3.0", +] + +[[package]] +name = "aesni" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ea2e11f5e94c2f7d386164cc2aa1f97823fed6f259e486940a71c174dd01b0ce" +dependencies = [ + "cipher 0.2.5", + "opaque-debug 0.3.0", +] + [[package]] name = "ahash" version = "0.7.6" @@ -166,12 +242,12 @@ dependencies = [ "sp-api", "sp-block-builder", "sp-consensus-aura", - "sp-core 6.0.0", + "sp-core", "sp-inherents", "sp-offchain", - "sp-runtime 6.0.0", + "sp-runtime", "sp-session", - "sp-std 4.0.0", + "sp-std", "sp-transaction-pool", "sp-version", "static_assertions", @@ -220,6 +296,12 @@ dependencies = [ "num-traits", ] +[[package]] +name = "arc-swap" +version = "1.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6" + [[package]] name = "array-bytes" version = "4.2.0" @@ -227,19 +309,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f52f63c5c1316a16a4b35eaac8b76a98248961a533f061684cb2a7cb0eafb6c6" [[package]] -name = "arrayref" -version = "0.3.6" +name = "array-bytes" +version = "6.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544" +checksum = "22f72e9d6fac4bc80778ea470b20197b88d28c292bb7d60c3fb099280003cd19" [[package]] -name = "arrayvec" -version = "0.4.12" +name = "arrayref" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9" -dependencies = [ - "nodrop", -] +checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544" [[package]] name = "arrayvec" @@ -254,66 +333,83 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6" [[package]] -name = "asn1_der" -version = "0.7.5" +name = "asn1-rs" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e22d1f4b888c298a027c99dc9048015fac177587de20fc30232a057dfbe24a21" +checksum = "30ff05a702273012438132f449575dbc804e27b2f3cbe3069aa237d26c98fa33" +dependencies = [ + "asn1-rs-derive 0.1.0", + "asn1-rs-impl", + "displaydoc", + "nom", + "num-traits", + "rusticata-macros", + "thiserror", + "time 0.3.20", +] [[package]] -name = "assert_matches" -version = "1.5.0" +name = "asn1-rs" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" +checksum = "7f6fd5ddaf0351dff5b8da21b2fb4ff8e08ddd02857f0bf69c47639106c0fff0" +dependencies = [ + "asn1-rs-derive 0.4.0", + "asn1-rs-impl", + "displaydoc", + "nom", + "num-traits", + "rusticata-macros", + "thiserror", + "time 0.3.20", +] [[package]] -name = "async-attributes" -version = "1.1.2" +name = "asn1-rs-derive" +version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5" +checksum = "db8b7511298d5b7784b40b092d9e9dcd3a627a5707e4b5e507931ab0d44eeebf" dependencies = [ + "proc-macro2", "quote", "syn", + "synstructure", ] [[package]] -name = "async-channel" -version = "1.8.0" +name = "asn1-rs-derive" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833" +checksum = "726535892e8eae7e70657b4c8ea93d26b8553afb1ce617caee529ef96d7dee6c" dependencies = [ - "concurrent-queue", - "event-listener", - "futures-core", + "proc-macro2", + "quote", + "syn", + "synstructure", ] [[package]] -name = "async-executor" -version = "1.5.0" +name = "asn1-rs-impl" +version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "17adb73da160dfb475c183343c8cccd80721ea5a605d3eb57125f0a7b7a92d0b" +checksum = "2777730b2039ac0f95f093556e61b6d26cebed5393ca6f152717777cec3a42ed" dependencies = [ - "async-lock", - "async-task", - "concurrent-queue", - "fastrand", - "futures-lite", - "slab", + "proc-macro2", + "quote", + "syn", ] [[package]] -name = "async-global-executor" -version = "2.3.1" +name = "asn1_der" +version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1b6f5d7df27bd294849f8eec66ecfc63d11814df7a4f5d74168a2394467b776" -dependencies = [ - "async-channel", - "async-executor", - "async-io", - "async-lock", - "blocking", - "futures-lite", - "once_cell", -] +checksum = "e22d1f4b888c298a027c99dc9048015fac177587de20fc30232a057dfbe24a21" + +[[package]] +name = "assert_matches" +version = "1.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" [[package]] name = "async-io" @@ -344,73 +440,6 @@ dependencies = [ "event-listener", ] -[[package]] -name = "async-process" -version = "1.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6381ead98388605d0d9ff86371043b5aa922a3905824244de40dc263a14fcba4" -dependencies = [ - "async-io", - "async-lock", - "autocfg", - "blocking", - "cfg-if 1.0.0", - "event-listener", - "futures-lite", - "libc", - "signal-hook", - "windows-sys 0.42.0", -] - -[[package]] -name = "async-std" -version = "1.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d" -dependencies = [ - "async-attributes", - "async-channel", - "async-global-executor", - "async-io", - "async-lock", - "async-process", - "crossbeam-utils", - "futures-channel", - "futures-core", - "futures-io", - "futures-lite", - "gloo-timers", - "kv-log-macro", - "log", - "memchr", - "once_cell", - "pin-project-lite 0.2.9", - "pin-utils", - "slab", - "wasm-bindgen-futures", -] - -[[package]] -name = "async-std-resolver" -version = "0.22.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ba50e24d9ee0a8950d3d03fc6d0dd10aa14b5de3b101949b4e160f7fee7c723" -dependencies = [ - "async-std", - "async-trait", - "futures-io", - "futures-util", - "pin-utils", - "socket2", - "trust-dns-resolver", -] - -[[package]] -name = "async-task" -version = "4.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524" - [[package]] name = "async-trait" version = "0.1.66" @@ -478,7 +507,7 @@ checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca" dependencies = [ "addr2line 0.19.0", "cc", - "cfg-if 1.0.0", + "cfg-if", "libc", "miniz_oxide", "object 0.30.3", @@ -533,35 +562,32 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ - "array-bytes", + "array-bytes 4.2.0", "async-trait", - "sp-beefy", "fnv", "futures", - "futures-timer", "log", "parity-scale-codec 3.4.0", "parking_lot 0.12.1", - "sc-chain-spec", "sc-client-api", "sc-consensus", - "sc-finality-grandpa", "sc-keystore", "sc-network", "sc-network-common", "sc-network-gossip", "sc-utils", "sp-api", - "sp-application-crypto 6.0.0", - "sp-arithmetic 5.0.0", + "sp-application-crypto", + "sp-arithmetic", + "sp-beefy", "sp-blockchain", "sp-consensus", - "sp-core 6.0.0", - "sp-keystore 0.12.0", + "sp-core", + "sp-keystore", "sp-mmr-primitives", - "sp-runtime 6.0.0", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", "wasm-timer", @@ -570,48 +596,30 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "beefy-gadget", - "sp-beefy", "futures", - "jsonrpsee", + "jsonrpsee 0.16.2", "log", "parity-scale-codec 3.4.0", "parking_lot 0.12.1", "sc-rpc", - "sc-utils", "serde", - "sp-core 6.0.0", - "sp-runtime 6.0.0", + "sp-beefy", + "sp-core", + "sp-runtime", "thiserror", ] [[package]] name = "beefy-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" -dependencies = [ - "sp-beefy", - "sp-api", - "sp-runtime 6.0.0", -] - -[[package]] -name = "sp-beefy" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ - "parity-scale-codec 3.4.0", - "scale-info", - "serde", "sp-api", - "sp-application-crypto 6.0.0", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-mmr-primitives", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-beefy", + "sp-runtime", ] [[package]] @@ -682,16 +690,6 @@ dependencies = [ "digest 0.10.6", ] -[[package]] -name = "blake2-rfc" -version = "0.2.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400" -dependencies = [ - "arrayvec 0.4.12", - "constant_time_eq 0.1.5", -] - [[package]] name = "blake2b_simd" version = "1.0.1" @@ -700,7 +698,7 @@ checksum = "3c2f0dc9a68c6317d884f97cc36cf5a3d20ba14ce404227df55e1af708ab04bc" dependencies = [ "arrayref", "arrayvec 0.7.2", - "constant_time_eq 0.2.4", + "constant_time_eq", ] [[package]] @@ -711,7 +709,7 @@ checksum = "6637f448b9e61dfadbdcbae9a885fadee1f3eaffb1f8d3c1965d3ade8bdfd44f" dependencies = [ "arrayref", "arrayvec 0.7.2", - "constant_time_eq 0.2.4", + "constant_time_eq", ] [[package]] @@ -723,8 +721,8 @@ dependencies = [ "arrayref", "arrayvec 0.7.2", "cc", - "cfg-if 1.0.0", - "constant_time_eq 0.2.4", + "cfg-if", + "constant_time_eq", "digest 0.10.6", ] @@ -759,6 +757,16 @@ dependencies = [ "generic-array 0.14.6", ] +[[package]] +name = "block-modes" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "57a0e8073e8baa88212fb5823574c02ebccb395136ba9a164ab89379ec6072f0" +dependencies = [ + "block-padding 0.2.1", + "cipher 0.2.5", +] + [[package]] name = "block-padding" version = "0.1.5" @@ -774,20 +782,6 @@ version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae" -[[package]] -name = "blocking" -version = "1.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c67b173a56acffd6d2326fb7ab938ba0b00a71480e14902b2591c87bc5741e8" -dependencies = [ - "async-channel", - "async-lock", - "async-task", - "atomic-waker", - "fastrand", - "futures-lite", -] - [[package]] name = "bounded-vec" version = "0.6.0" @@ -903,6 +897,17 @@ dependencies = [ "jobserver", ] +[[package]] +name = "ccm" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5aca1a8fbc20b50ac9673ff014abfb2b5f4085ee1a850d408f14a159c5853ac7" +dependencies = [ + "aead 0.3.2", + "cipher 0.2.5", + "subtle", +] + [[package]] name = "centrifuge-chain" version = "0.10.25" @@ -926,7 +931,7 @@ dependencies = [ "frame-benchmarking-cli", "frame-system", "hex-literal 0.2.2", - "jsonrpsee", + "jsonrpsee 0.15.1", "log", "pallet-anchors", "pallet-pool-system", @@ -957,11 +962,11 @@ dependencies = [ "sp-block-builder", "sp-blockchain", "sp-consensus-aura", - "sp-core 6.0.0", + "sp-core", "sp-keyring", - "sp-keystore 0.12.0", + "sp-keystore", "sp-offchain", - "sp-runtime 6.0.0", + "sp-runtime", "sp-session", "sp-timestamp", "sp-transaction-pool", @@ -1045,13 +1050,13 @@ dependencies = [ "sp-api", "sp-block-builder", "sp-consensus-aura", - "sp-core 6.0.0", + "sp-core", "sp-inherents", - "sp-io 6.0.0", + "sp-io", "sp-offchain", - "sp-runtime 6.0.0", + "sp-runtime", "sp-session", - "sp-std 4.0.0", + "sp-std", "sp-transaction-pool", "sp-version", "static_assertions", @@ -1079,12 +1084,6 @@ dependencies = [ "smallvec", ] -[[package]] -name = "cfg-if" -version = "0.1.10" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" - [[package]] name = "cfg-if" version = "1.0.0" @@ -1103,7 +1102,7 @@ dependencies = [ "mock-builder", "parity-scale-codec 3.4.0", "scale-info", - "sp-std 4.0.0", + "sp-std", ] [[package]] @@ -1118,9 +1117,9 @@ dependencies = [ "scale-info", "serde", "sp-consensus-aura", - "sp-core 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] @@ -1136,8 +1135,8 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-runtime", + "sp-std", ] [[package]] @@ -1153,9 +1152,9 @@ dependencies = [ "orml-traits", "parity-scale-codec 3.4.0", "scale-info", - "sp-arithmetic 5.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-arithmetic", + "sp-runtime", + "sp-std", ] [[package]] @@ -1170,9 +1169,9 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-arithmetic 5.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-arithmetic", + "sp-runtime", + "sp-std", "xcm", ] @@ -1187,8 +1186,8 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "sp-consensus-aura", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-runtime", + "sp-std", ] [[package]] @@ -1203,8 +1202,8 @@ version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c80e5460aa66fe3b91d40bcbdab953a597b60053e34d684ac6903f863b680a6" dependencies = [ - "cfg-if 1.0.0", - "cipher", + "cfg-if", + "cipher 0.3.0", "cpufeatures", "zeroize", ] @@ -1215,9 +1214,9 @@ version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a18446b09be63d457bbec447509e85f662f32952b035ce892290396bc0b0cff5" dependencies = [ - "aead", + "aead 0.4.3", "chacha20", - "cipher", + "cipher 0.3.0", "poly1305", "zeroize", ] @@ -1234,10 +1233,10 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", "substrate-wasm-builder-runner", ] @@ -1251,7 +1250,7 @@ dependencies = [ "js-sys", "num-integer", "num-traits", - "time", + "time 0.1.45", "wasm-bindgen", "winapi", ] @@ -1264,11 +1263,20 @@ checksum = "f6ed9c8b2d17acb8110c46f1da5bf4a696d745e1474a16db0cd2b49cd0249bf2" dependencies = [ "core2", "multibase", - "multihash", + "multihash 0.16.3", "serde", "unsigned-varint", ] +[[package]] +name = "cipher" +version = "0.2.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801" +dependencies = [ + "generic-array 0.14.6", +] + [[package]] name = "cipher" version = "0.3.0" @@ -1278,13 +1286,23 @@ dependencies = [ "generic-array 0.14.6", ] +[[package]] +name = "cipher" +version = "0.4.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" +dependencies = [ + "crypto-common", + "inout", +] + [[package]] name = "ckb-merkle-mountain-range" -version = "0.3.2" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f061f97d64fd1822664bdfb722f7ae5469a97b77567390f7442be5b5dc82a5b" +checksum = "56ccb671c5921be8a84686e6212ca184cb1d7c51cadcdbfcbd1cc3f042f5dfb8" dependencies = [ - "cfg-if 0.1.10", + "cfg-if", ] [[package]] @@ -1379,15 +1397,9 @@ dependencies = [ [[package]] name = "const-oid" -version = "0.7.1" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e4c78c047431fee22c1a7bb92e00ad095a02a983affe4d8a72e2a2c62c1b94f3" - -[[package]] -name = "constant_time_eq" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" +checksum = "520fbf3c07483f94e3e3ca9d0cfd913d7718ef2483d2cfd91c0d9e91474ab913" [[package]] name = "constant_time_eq" @@ -1432,12 +1444,22 @@ version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", ] [[package]] -name = "cpufeatures" -version = "0.2.5" +name = "cpu-time" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e9e393a7668fe1fad3075085b86c781883000b4ede868f43627b34a87c8b7ded" +dependencies = [ + "libc", + "winapi", +] + +[[package]] +name = "cpufeatures" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320" dependencies = [ @@ -1542,13 +1564,28 @@ dependencies = [ "wasmtime-types", ] +[[package]] +name = "crc" +version = "3.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "86ec7a15cbe22e59248fc7eadb1907dab5ba09372595da4d73dd805ed4417dfe" +dependencies = [ + "crc-catalog", +] + +[[package]] +name = "crc-catalog" +version = "2.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9cace84e55f07e7301bae1c519df89cdad8cc3cd868413d3fdbdeca9ff3db484" + [[package]] name = "crc32fast" version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", ] [[package]] @@ -1557,7 +1594,7 @@ version = "0.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf2b3e8478797446514c91ef04bafcb59faba183e621ad488df88983cc14128c" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "crossbeam-utils", ] @@ -1567,7 +1604,7 @@ version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "crossbeam-epoch", "crossbeam-utils", ] @@ -1579,7 +1616,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695" dependencies = [ "autocfg", - "cfg-if 1.0.0", + "cfg-if", "crossbeam-utils", "memoffset 0.8.0", "scopeguard", @@ -1591,7 +1628,7 @@ version = "0.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "crossbeam-utils", ] @@ -1601,7 +1638,7 @@ version = "0.8.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", ] [[package]] @@ -1612,9 +1649,9 @@ checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" [[package]] name = "crypto-bigint" -version = "0.3.2" +version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03c6a1d5fa1de37e071642dfa44ec552ca5b299adb128fab16138e24b548fd21" +checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef" dependencies = [ "generic-array 0.14.6", "rand_core 0.6.4", @@ -1629,6 +1666,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" dependencies = [ "generic-array 0.14.6", + "rand_core 0.6.4", "typenum", ] @@ -1653,43 +1691,42 @@ dependencies = [ ] [[package]] -name = "ctor" -version = "0.1.26" +name = "ctr" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096" +checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea" dependencies = [ - "quote", - "syn", + "cipher 0.3.0", ] [[package]] name = "ctr" -version = "0.8.0" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea" +checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835" dependencies = [ - "cipher", + "cipher 0.4.4", ] [[package]] name = "cumulus-client-cli" version = "0.1.0" -source = "git+https://github.com/paritytech//cumulus?rev=6abd385ce49f7feb882218646410feb063404b77#6abd385ce49f7feb882218646410feb063404b77" +source = "git+https://github.com/paritytech//cumulus?rev=09418fc04c2608b123f36ca80f16df3d2096753b#09418fc04c2608b123f36ca80f16df3d2096753b" dependencies = [ "clap", "parity-scale-codec 3.4.0", "sc-chain-spec", "sc-cli", "sc-service", - "sp-core 6.0.0", - "sp-runtime 6.0.0", + "sp-core", + "sp-runtime", "url", ] [[package]] name = "cumulus-client-collator" version = "0.1.0" -source = "git+https://github.com/paritytech//cumulus?rev=6abd385ce49f7feb882218646410feb063404b77#6abd385ce49f7feb882218646410feb063404b77" +source = "git+https://github.com/paritytech//cumulus?rev=09418fc04c2608b123f36ca80f16df3d2096753b#09418fc04c2608b123f36ca80f16df3d2096753b" dependencies = [ "cumulus-client-consensus-common", "cumulus-client-network", @@ -1704,15 +1741,15 @@ dependencies = [ "sc-client-api", "sp-api", "sp-consensus", - "sp-core 6.0.0", - "sp-runtime 6.0.0", + "sp-core", + "sp-runtime", "tracing", ] [[package]] name = "cumulus-client-consensus-aura" version = "0.1.0" -source = "git+https://github.com/paritytech//cumulus?rev=6abd385ce49f7feb882218646410feb063404b77#6abd385ce49f7feb882218646410feb063404b77" +source = "git+https://github.com/paritytech//cumulus?rev=09418fc04c2608b123f36ca80f16df3d2096753b#09418fc04c2608b123f36ca80f16df3d2096753b" dependencies = [ "async-trait", "cumulus-client-consensus-common", @@ -1725,15 +1762,15 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry", "sp-api", - "sp-application-crypto 6.0.0", + "sp-application-crypto", "sp-block-builder", "sp-blockchain", "sp-consensus", "sp-consensus-aura", - "sp-core 6.0.0", + "sp-core", "sp-inherents", - "sp-keystore 0.12.0", - "sp-runtime 6.0.0", + "sp-keystore", + "sp-runtime", "substrate-prometheus-endpoint", "tracing", ] @@ -1741,27 +1778,30 @@ dependencies = [ [[package]] name = "cumulus-client-consensus-common" version = "0.1.0" -source = "git+https://github.com/paritytech//cumulus?rev=6abd385ce49f7feb882218646410feb063404b77#6abd385ce49f7feb882218646410feb063404b77" +source = "git+https://github.com/paritytech//cumulus?rev=09418fc04c2608b123f36ca80f16df3d2096753b#09418fc04c2608b123f36ca80f16df3d2096753b" dependencies = [ "async-trait", + "cumulus-client-pov-recovery", + "cumulus-primitives-core", "cumulus-relay-chain-interface", "dyn-clone", "futures", + "log", "parity-scale-codec 3.4.0", "polkadot-primitives", "sc-client-api", "sc-consensus", "sp-blockchain", "sp-consensus", - "sp-runtime 6.0.0", - "sp-trie 6.0.0", + "sp-runtime", + "sp-trie", "tracing", ] [[package]] name = "cumulus-client-network" version = "0.1.0" -source = "git+https://github.com/paritytech//cumulus?rev=6abd385ce49f7feb882218646410feb063404b77#6abd385ce49f7feb882218646410feb063404b77" +source = "git+https://github.com/paritytech//cumulus?rev=09418fc04c2608b123f36ca80f16df3d2096753b#09418fc04c2608b123f36ca80f16df3d2096753b" dependencies = [ "async-trait", "cumulus-relay-chain-interface", @@ -1775,16 +1815,16 @@ dependencies = [ "sc-client-api", "sp-blockchain", "sp-consensus", - "sp-core 6.0.0", - "sp-runtime 6.0.0", - "sp-state-machine 0.12.0", + "sp-core", + "sp-runtime", + "sp-state-machine", "tracing", ] [[package]] name = "cumulus-client-pov-recovery" version = "0.1.0" -source = "git+https://github.com/paritytech//cumulus?rev=6abd385ce49f7feb882218646410feb063404b77#6abd385ce49f7feb882218646410feb063404b77" +source = "git+https://github.com/paritytech//cumulus?rev=09418fc04c2608b123f36ca80f16df3d2096753b#09418fc04c2608b123f36ca80f16df3d2096753b" dependencies = [ "cumulus-primitives-core", "cumulus-relay-chain-interface", @@ -1800,53 +1840,58 @@ dependencies = [ "sc-consensus", "sp-consensus", "sp-maybe-compressed-blob", - "sp-runtime 6.0.0", + "sp-runtime", "tracing", ] [[package]] name = "cumulus-client-service" version = "0.1.0" -source = "git+https://github.com/paritytech//cumulus?rev=6abd385ce49f7feb882218646410feb063404b77#6abd385ce49f7feb882218646410feb063404b77" +source = "git+https://github.com/paritytech//cumulus?rev=09418fc04c2608b123f36ca80f16df3d2096753b#09418fc04c2608b123f36ca80f16df3d2096753b" dependencies = [ "cumulus-client-cli", "cumulus-client-collator", "cumulus-client-consensus-common", "cumulus-client-pov-recovery", "cumulus-primitives-core", + "cumulus-relay-chain-inprocess-interface", "cumulus-relay-chain-interface", + "cumulus-relay-chain-minimal-node", + "futures", "parking_lot 0.12.1", "polkadot-primitives", "sc-client-api", "sc-consensus", "sc-service", + "sc-sysinfo", + "sc-telemetry", "sp-api", "sp-blockchain", "sp-consensus", - "sp-core 6.0.0", - "sp-runtime 6.0.0", + "sp-core", + "sp-runtime", ] [[package]] name = "cumulus-pallet-aura-ext" version = "0.1.0" -source = "git+https://github.com/paritytech//cumulus?rev=6abd385ce49f7feb882218646410feb063404b77#6abd385ce49f7feb882218646410feb063404b77" +source = "git+https://github.com/paritytech//cumulus?rev=09418fc04c2608b123f36ca80f16df3d2096753b#09418fc04c2608b123f36ca80f16df3d2096753b" dependencies = [ "frame-support", "frame-system", "pallet-aura", "parity-scale-codec 3.4.0", "scale-info", - "sp-application-crypto 6.0.0", + "sp-application-crypto", "sp-consensus-aura", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-runtime", + "sp-std", ] [[package]] name = "cumulus-pallet-dmp-queue" version = "0.1.0" -source = "git+https://github.com/paritytech//cumulus?rev=6abd385ce49f7feb882218646410feb063404b77#6abd385ce49f7feb882218646410feb063404b77" +source = "git+https://github.com/paritytech//cumulus?rev=09418fc04c2608b123f36ca80f16df3d2096753b#09418fc04c2608b123f36ca80f16df3d2096753b" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -1854,16 +1899,16 @@ dependencies = [ "log", "parity-scale-codec 3.4.0", "scale-info", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-io", + "sp-runtime", + "sp-std", "xcm", ] [[package]] name = "cumulus-pallet-parachain-system" version = "0.1.0" -source = "git+https://github.com/paritytech//cumulus?rev=6abd385ce49f7feb882218646410feb063404b77#6abd385ce49f7feb882218646410feb063404b77" +source = "git+https://github.com/paritytech//cumulus?rev=09418fc04c2608b123f36ca80f16df3d2096753b#09418fc04c2608b123f36ca80f16df3d2096753b" dependencies = [ "bytes", "cumulus-pallet-parachain-system-proc-macro", @@ -1877,21 +1922,21 @@ dependencies = [ "parity-scale-codec 3.4.0", "polkadot-parachain", "scale-info", - "sp-core 6.0.0", - "sp-externalities 0.12.0", + "sp-core", + "sp-externalities", "sp-inherents", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-state-machine 0.12.0", - "sp-std 4.0.0", - "sp-trie 6.0.0", + "sp-io", + "sp-runtime", + "sp-state-machine", + "sp-std", + "sp-trie", "sp-version", ] [[package]] name = "cumulus-pallet-parachain-system-proc-macro" version = "0.1.0" -source = "git+https://github.com/paritytech//cumulus?rev=6abd385ce49f7feb882218646410feb063404b77#6abd385ce49f7feb882218646410feb063404b77" +source = "git+https://github.com/paritytech//cumulus?rev=09418fc04c2608b123f36ca80f16df3d2096753b#09418fc04c2608b123f36ca80f16df3d2096753b" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -1902,23 +1947,23 @@ dependencies = [ [[package]] name = "cumulus-pallet-xcm" version = "0.1.0" -source = "git+https://github.com/paritytech//cumulus?rev=6abd385ce49f7feb882218646410feb063404b77#6abd385ce49f7feb882218646410feb063404b77" +source = "git+https://github.com/paritytech//cumulus?rev=09418fc04c2608b123f36ca80f16df3d2096753b#09418fc04c2608b123f36ca80f16df3d2096753b" dependencies = [ "cumulus-primitives-core", "frame-support", "frame-system", "parity-scale-codec 3.4.0", "scale-info", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-io", + "sp-runtime", + "sp-std", "xcm", ] [[package]] name = "cumulus-pallet-xcmp-queue" version = "0.1.0" -source = "git+https://github.com/paritytech//cumulus?rev=6abd385ce49f7feb882218646410feb063404b77#6abd385ce49f7feb882218646410feb063404b77" +source = "git+https://github.com/paritytech//cumulus?rev=09418fc04c2608b123f36ca80f16df3d2096753b#09418fc04c2608b123f36ca80f16df3d2096753b" dependencies = [ "cumulus-primitives-core", "frame-benchmarking", @@ -1928,8 +1973,8 @@ dependencies = [ "parity-scale-codec 3.4.0", "rand_chacha 0.3.1", "scale-info", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-runtime", + "sp-std", "xcm", "xcm-executor", ] @@ -1937,22 +1982,22 @@ dependencies = [ [[package]] name = "cumulus-primitives-core" version = "0.1.0" -source = "git+https://github.com/paritytech//cumulus?rev=6abd385ce49f7feb882218646410feb063404b77#6abd385ce49f7feb882218646410feb063404b77" +source = "git+https://github.com/paritytech//cumulus?rev=09418fc04c2608b123f36ca80f16df3d2096753b#09418fc04c2608b123f36ca80f16df3d2096753b" dependencies = [ "parity-scale-codec 3.4.0", "polkadot-core-primitives", "polkadot-parachain", "polkadot-primitives", "sp-api", - "sp-runtime 6.0.0", - "sp-std 4.0.0", - "sp-trie 6.0.0", + "sp-runtime", + "sp-std", + "sp-trie", ] [[package]] name = "cumulus-primitives-parachain-inherent" version = "0.1.0" -source = "git+https://github.com/paritytech//cumulus?rev=6abd385ce49f7feb882218646410feb063404b77#6abd385ce49f7feb882218646410feb063404b77" +source = "git+https://github.com/paritytech//cumulus?rev=09418fc04c2608b123f36ca80f16df3d2096753b#09418fc04c2608b123f36ca80f16df3d2096753b" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -1962,40 +2007,40 @@ dependencies = [ "sc-client-api", "scale-info", "sp-api", - "sp-core 6.0.0", + "sp-core", "sp-inherents", - "sp-runtime 6.0.0", - "sp-state-machine 0.12.0", - "sp-std 4.0.0", - "sp-storage 6.0.0", - "sp-trie 6.0.0", + "sp-runtime", + "sp-state-machine", + "sp-std", + "sp-storage", + "sp-trie", "tracing", ] [[package]] name = "cumulus-primitives-timestamp" version = "0.1.0" -source = "git+https://github.com/paritytech//cumulus?rev=6abd385ce49f7feb882218646410feb063404b77#6abd385ce49f7feb882218646410feb063404b77" +source = "git+https://github.com/paritytech//cumulus?rev=09418fc04c2608b123f36ca80f16df3d2096753b#09418fc04c2608b123f36ca80f16df3d2096753b" dependencies = [ "cumulus-primitives-core", "futures", "parity-scale-codec 3.4.0", "sp-inherents", - "sp-std 4.0.0", + "sp-std", "sp-timestamp", ] [[package]] name = "cumulus-primitives-utility" version = "0.1.0" -source = "git+https://github.com/paritytech//cumulus?rev=6abd385ce49f7feb882218646410feb063404b77#6abd385ce49f7feb882218646410feb063404b77" +source = "git+https://github.com/paritytech//cumulus?rev=09418fc04c2608b123f36ca80f16df3d2096753b#09418fc04c2608b123f36ca80f16df3d2096753b" dependencies = [ "cumulus-primitives-core", "frame-support", "log", "parity-scale-codec 3.4.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-runtime", + "sp-std", "xcm", "xcm-builder", "xcm-executor", @@ -2004,7 +2049,7 @@ dependencies = [ [[package]] name = "cumulus-relay-chain-inprocess-interface" version = "0.1.0" -source = "git+https://github.com/paritytech//cumulus?rev=6abd385ce49f7feb882218646410feb063404b77#6abd385ce49f7feb882218646410feb063404b77" +source = "git+https://github.com/paritytech//cumulus?rev=09418fc04c2608b123f36ca80f16df3d2096753b#09418fc04c2608b123f36ca80f16df3d2096753b" dependencies = [ "async-trait", "cumulus-primitives-core", @@ -2021,41 +2066,111 @@ dependencies = [ "sc-tracing", "sp-api", "sp-consensus", - "sp-core 6.0.0", - "sp-runtime 6.0.0", - "sp-state-machine 0.12.0", + "sp-core", + "sp-runtime", + "sp-state-machine", ] [[package]] name = "cumulus-relay-chain-interface" version = "0.1.0" -source = "git+https://github.com/paritytech//cumulus?rev=6abd385ce49f7feb882218646410feb063404b77#6abd385ce49f7feb882218646410feb063404b77" +source = "git+https://github.com/paritytech//cumulus?rev=09418fc04c2608b123f36ca80f16df3d2096753b#09418fc04c2608b123f36ca80f16df3d2096753b" dependencies = [ "async-trait", "cumulus-primitives-core", "futures", - "jsonrpsee-core", + "jsonrpsee-core 0.16.2", "parity-scale-codec 3.4.0", "polkadot-overseer", "polkadot-service", "sc-client-api", "sp-api", "sp-blockchain", - "sp-state-machine 0.12.0", + "sp-state-machine", "thiserror", + "tokio", +] + +[[package]] +name = "cumulus-relay-chain-minimal-node" +version = "0.1.0" +source = "git+https://github.com/paritytech//cumulus?rev=09418fc04c2608b123f36ca80f16df3d2096753b#09418fc04c2608b123f36ca80f16df3d2096753b" +dependencies = [ + "array-bytes 6.0.0", + "async-trait", + "cumulus-primitives-core", + "cumulus-relay-chain-interface", + "cumulus-relay-chain-rpc-interface", + "futures", + "lru", + "polkadot-core-primitives", + "polkadot-network-bridge 0.9.37 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.37)", + "polkadot-node-network-protocol", + "polkadot-node-subsystem-util", + "polkadot-overseer", + "polkadot-primitives", + "polkadot-service", + "sc-authority-discovery", + "sc-client-api", + "sc-consensus", + "sc-keystore", + "sc-network", + "sc-network-common", + "sc-service", + "sc-telemetry", + "sc-tracing", + "sc-transaction-pool", + "sc-transaction-pool-api", + "sp-api", + "sp-blockchain", + "sp-consensus", + "sp-consensus-babe", + "sp-runtime", + "tokio", + "tracing", + "url", +] + +[[package]] +name = "cumulus-relay-chain-rpc-interface" +version = "0.1.0" +source = "git+https://github.com/paritytech//cumulus?rev=09418fc04c2608b123f36ca80f16df3d2096753b#09418fc04c2608b123f36ca80f16df3d2096753b" +dependencies = [ + "async-trait", + "cumulus-primitives-core", + "cumulus-relay-chain-interface", + "futures", + "futures-timer", + "jsonrpsee 0.16.2", + "lru", + "parity-scale-codec 3.4.0", + "polkadot-service", + "sc-client-api", + "sc-rpc-api", + "serde", + "serde_json", + "sp-api", + "sp-authority-discovery", + "sp-consensus-babe", + "sp-core", + "sp-state-machine", + "sp-storage", + "tokio", + "tracing", + "url", ] [[package]] name = "cumulus-test-relay-sproof-builder" version = "0.1.0" -source = "git+https://github.com/paritytech//cumulus?rev=6abd385ce49f7feb882218646410feb063404b77#6abd385ce49f7feb882218646410feb063404b77" +source = "git+https://github.com/paritytech//cumulus?rev=09418fc04c2608b123f36ca80f16df3d2096753b#09418fc04c2608b123f36ca80f16df3d2096753b" dependencies = [ "cumulus-primitives-core", "parity-scale-codec 3.4.0", "polkadot-primitives", - "sp-runtime 6.0.0", - "sp-state-machine 0.12.0", - "sp-std 4.0.0", + "sp-runtime", + "sp-state-machine", + "sp-std", ] [[package]] @@ -2090,7 +2205,7 @@ version = "4.0.0-rc.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8da00a7a9a4eb92a0a0f8e75660926d48f0d0f3c537e455c457bcdaa1e16b1ac" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "fiat-crypto", "packed_simd_2", "platforms 3.0.2", @@ -2142,6 +2257,41 @@ dependencies = [ "syn", ] +[[package]] +name = "darling" +version = "0.14.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c0808e1bd8671fb44a113a14e13497557533369847788fa2ae912b6ebfce9fa8" +dependencies = [ + "darling_core", + "darling_macro", +] + +[[package]] +name = "darling_core" +version = "0.14.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "001d80444f28e193f30c2f293455da62dcf9a6b29918a4253152ae2b1de592cb" +dependencies = [ + "fnv", + "ident_case", + "proc-macro2", + "quote", + "strsim", + "syn", +] + +[[package]] +name = "darling_macro" +version = "0.14.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b36230598a2d5de7ec1c6f51f72d8a99a9208daff41de2084d06e3fd3ea56685" +dependencies = [ + "darling_core", + "quote", + "syn", +] + [[package]] name = "data-encoding" version = "2.3.3" @@ -2170,11 +2320,41 @@ dependencies = [ [[package]] name = "der" -version = "0.5.1" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6919815d73839e7ad218de758883aae3a257ba6759ce7a9992501efbb53d705c" +checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de" dependencies = [ "const-oid", + "pem-rfc7468", + "zeroize", +] + +[[package]] +name = "der-parser" +version = "7.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fe398ac75057914d7d07307bf67dc7f3f574a26783b4fc7805a20ffa9f506e82" +dependencies = [ + "asn1-rs 0.3.1", + "displaydoc", + "nom", + "num-bigint", + "num-traits", + "rusticata-macros", +] + +[[package]] +name = "der-parser" +version = "8.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dbd676fbbab537128ef0278adb5576cf363cff6aa22a7b24effe97347cfab61e" +dependencies = [ + "asn1-rs 0.5.2", + "displaydoc", + "nom", + "num-bigint", + "num-traits", + "rusticata-macros", ] [[package]] @@ -2188,6 +2368,37 @@ dependencies = [ "syn", ] +[[package]] +name = "derive_builder" +version = "0.11.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d07adf7be193b71cc36b193d0f5fe60b918a3a9db4dad0449f57bcfd519704a3" +dependencies = [ + "derive_builder_macro", +] + +[[package]] +name = "derive_builder_core" +version = "0.11.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1f91d4cfa921f1c05904dc3c57b4a32c38aed3340cce209f3a6fd1478babafc4" +dependencies = [ + "darling", + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "derive_builder_macro" +version = "0.11.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f0314b72bed045f3a68671b3c86328386762c93f82d98c65c3cb5e5f573dd68" +dependencies = [ + "derive_builder_core", + "syn", +] + [[package]] name = "derive_more" version = "0.99.17" @@ -2287,13 +2498,13 @@ dependencies = [ "sp-api", "sp-block-builder", "sp-consensus-aura", - "sp-core 6.0.0", + "sp-core", "sp-inherents", - "sp-io 6.0.0", + "sp-io", "sp-offchain", - "sp-runtime 6.0.0", + "sp-runtime", "sp-session", - "sp-std 4.0.0", + "sp-std", "sp-transaction-pool", "sp-version", "static_assertions", @@ -2354,7 +2565,7 @@ version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "dirs-sys-next", ] @@ -2381,13 +2592,14 @@ dependencies = [ ] [[package]] -name = "dns-parser" -version = "0.8.0" +name = "displaydoc" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea" +checksum = "3bf95dc3f046b9da4f2d51833c0d3547d8564ef6910f5c1ed130306a75b92886" dependencies = [ - "byteorder", - "quick-error", + "proc-macro2", + "quote", + "syn", ] [[package]] @@ -2437,9 +2649,9 @@ checksum = "68b0cf012f1230e43cd00ebb729c6bb58707ecfa8ad08b52ef3a4ccd2697fc30" [[package]] name = "ecdsa" -version = "0.13.4" +version = "0.14.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0d69ae62e0ce582d56380743515fefaf1a8c70cec685d9677636d7e30ae9dc9" +checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c" dependencies = [ "der", "elliptic-curve", @@ -2492,16 +2704,20 @@ checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" [[package]] name = "elliptic-curve" -version = "0.11.12" +version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25b477563c2bfed38a3b7a60964c49e058b2510ad3f12ba3483fd8f62c2306d6" +checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3" dependencies = [ "base16ct", "crypto-bigint", "der", + "digest 0.10.6", "ff", "generic-array 0.14.6", "group", + "hkdf", + "pem-rfc7468", + "pkcs8", "rand_core 0.6.4", "sec1", "subtle", @@ -2844,9 +3060,9 @@ dependencies = [ [[package]] name = "ff" -version = "0.11.1" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "131655483be284720a17d74ff97592b8e76576dc25563148601df2d7c9080924" +checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160" dependencies = [ "rand_core 0.6.4", "subtle", @@ -2874,7 +3090,7 @@ version = "0.2.20" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a3de6e8d11b22ff9edc6d916f890800597d60f8b2da1caf2955c274638d6412" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "libc", "redox_syscall", "windows-sys 0.45.0", @@ -2955,7 +3171,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "parity-scale-codec 3.4.0", ] @@ -2976,9 +3192,9 @@ source = "git+https://github.com/PureStake/frontier?branch=moonbeam-polkadot-v0. dependencies = [ "ethereum", "parity-scale-codec 3.4.0", - "sp-core 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] @@ -2992,7 +3208,7 @@ dependencies = [ "frame-support", "num_enum", "parity-scale-codec 3.4.0", - "sp-std 5.0.0", + "sp-std", ] [[package]] @@ -3004,8 +3220,8 @@ dependencies = [ "frame-support", "parity-scale-codec 3.4.0", "serde", - "sp-core 7.0.0", - "sp-std 5.0.0", + "sp-core", + "sp-std", ] [[package]] @@ -3019,9 +3235,9 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "sp-api", - "sp-core 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] @@ -3033,7 +3249,7 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-runtime 7.0.0", + "sp-runtime", ] [[package]] @@ -3054,7 +3270,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "frame-support", "frame-system", @@ -3065,22 +3281,22 @@ dependencies = [ "scale-info", "serde", "sp-api", - "sp-application-crypto 6.0.0", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-runtime-interface 6.0.0", - "sp-std 4.0.0", - "sp-storage 6.0.0", + "sp-application-crypto", + "sp-core", + "sp-io", + "sp-runtime", + "sp-runtime-interface", + "sp-std", + "sp-storage", ] [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "Inflector", - "array-bytes", + "array-bytes 4.2.0", "chrono", "clap", "comfy-table", @@ -3089,16 +3305,13 @@ dependencies = [ "frame-system", "gethostname", "handlebars", - "hash-db", "itertools", - "kvdb", "lazy_static", "linked-hash-map", "log", - "memory-db 0.30.0", "parity-scale-codec 3.4.0", "rand 0.8.5", - "rand_pcg 0.3.1", + "rand_pcg", "sc-block-builder", "sc-cli", "sc-client-api", @@ -3108,19 +3321,18 @@ dependencies = [ "sc-sysinfo", "serde", "serde_json", - "serde_nanos", "sp-api", "sp-blockchain", - "sp-core 6.0.0", + "sp-core", "sp-database", - "sp-externalities 0.12.0", + "sp-externalities", "sp-inherents", - "sp-keystore 0.12.0", - "sp-runtime 6.0.0", - "sp-state-machine 0.12.0", - "sp-storage 6.0.0", - "sp-trie 6.0.0", - "tempfile", + "sp-keystore", + "sp-runtime", + "sp-state-machine", + "sp-std", + "sp-storage", + "sp-trie", "thiserror", "thousands", ] @@ -3128,7 +3340,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -3139,34 +3351,35 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "frame-election-provider-solution-type", "frame-support", "frame-system", "parity-scale-codec 3.4.0", "scale-info", - "sp-arithmetic 5.0.0", + "sp-arithmetic", + "sp-core", "sp-npos-elections", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-runtime", + "sp-std", ] [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "frame-support", "frame-system", "frame-try-runtime", "parity-scale-codec 3.4.0", "scale-info", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", - "sp-tracing 5.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "sp-tracing", ] [[package]] @@ -3175,16 +3388,32 @@ version = "15.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "df6bb8542ef006ef0de09a5c4420787d79823c0ed7924225822362fd2bf2ff2d" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "parity-scale-codec 3.4.0", "scale-info", "serde", ] +[[package]] +name = "frame-remote-externalities" +version = "0.10.0-dev" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" +dependencies = [ + "futures", + "log", + "parity-scale-codec 3.4.0", + "serde", + "sp-core", + "sp-io", + "sp-runtime", + "substrate-rpc-client", + "tokio", +] + [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "bitflags", "frame-metadata", @@ -3199,16 +3428,16 @@ dependencies = [ "serde", "smallvec", "sp-api", - "sp-arithmetic 5.0.0", - "sp-core 6.0.0", + "sp-arithmetic", + "sp-core", "sp-core-hashing-proc-macro", "sp-inherents", - "sp-io 6.0.0", - "sp-runtime 6.0.0", + "sp-io", + "sp-runtime", "sp-staking", - "sp-state-machine 0.12.0", - "sp-std 4.0.0", - "sp-tracing 5.0.0", + "sp-state-machine", + "sp-std", + "sp-tracing", "sp-weights", "tt-call", ] @@ -3216,7 +3445,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "Inflector", "cfg-expr", @@ -3230,7 +3459,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -3242,7 +3471,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "proc-macro2", "quote", @@ -3252,17 +3481,17 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "frame-support", "log", "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", "sp-version", "sp-weights", ] @@ -3270,22 +3499,22 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "parity-scale-codec 3.4.0", "scale-info", - "sp-core 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "parity-scale-codec 3.4.0", "sp-api", @@ -3294,13 +3523,13 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "frame-support", "parity-scale-codec 3.4.0", "sp-api", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-runtime", + "sp-std", ] [[package]] @@ -3329,7 +3558,7 @@ dependencies = [ "polkadot-parachain", "sc-executor", "sc-service", - "sp-io 6.0.0", + "sp-io", ] [[package]] @@ -3387,16 +3616,16 @@ dependencies = [ "sp-consensus", "sp-consensus-aura", "sp-consensus-babe", - "sp-core 6.0.0", + "sp-core", "sp-database", - "sp-externalities 0.12.0", + "sp-externalities", "sp-inherents", - "sp-io 6.0.0", - "sp-keystore 0.12.0", - "sp-runtime 6.0.0", - "sp-state-machine 0.12.0", - "sp-std 4.0.0", - "sp-storage 6.0.0", + "sp-io", + "sp-keystore", + "sp-runtime", + "sp-state-machine", + "sp-std", + "sp-storage", "sp-timestamp", "sp-transaction-pool", "thiserror", @@ -3498,8 +3727,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d2411eed028cdf8c8034eaf21f9915f956b6c3abec4d4c7949ee67f0721127bd" dependencies = [ "futures-io", - "rustls", - "webpki", + "rustls 0.20.8", + "webpki 0.22.0", ] [[package]] @@ -3582,11 +3811,9 @@ version = "0.1.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" dependencies = [ - "cfg-if 1.0.0", - "js-sys", + "cfg-if", "libc", "wasi 0.9.0+wasi-snapshot-preview1", - "wasm-bindgen", ] [[package]] @@ -3595,7 +3822,7 @@ version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "libc", "wasi 0.11.0+wasi-snapshot-preview1", ] @@ -3607,7 +3834,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99" dependencies = [ "opaque-debug 0.3.0", - "polyval", + "polyval 0.5.3", +] + +[[package]] +name = "ghash" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d930750de5717d2dd0b8c0d42c076c0e884c81a73e6cab859bbd2339c71e3e40" +dependencies = [ + "opaque-debug 0.3.0", + "polyval 0.6.0", ] [[package]] @@ -3646,23 +3883,11 @@ dependencies = [ "regex", ] -[[package]] -name = "gloo-timers" -version = "0.2.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c" -dependencies = [ - "futures-channel", - "futures-core", - "js-sys", - "wasm-bindgen", -] - [[package]] name = "group" -version = "0.11.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc5ac374b108929de78460075f3dc439fa66df9d8fc77e8f12caa5165fcf0c89" +checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7" dependencies = [ "ff", "rand_core 0.6.4", @@ -3787,6 +4012,15 @@ dependencies = [ "proc-macro-hack", ] +[[package]] +name = "hkdf" +version = "0.12.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437" +dependencies = [ + "hmac 0.12.1", +] + [[package]] name = "hmac" version = "0.8.1" @@ -3860,6 +4094,12 @@ dependencies = [ "pin-project-lite 0.2.9", ] +[[package]] +name = "http-range-header" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0bfe8eed0a9285ef776bb792479ea3834e8b94e13d615c2f66d03dd50a435a29" + [[package]] name = "httparse" version = "1.8.0" @@ -3911,7 +4151,7 @@ dependencies = [ "http", "hyper", "log", - "rustls", + "rustls 0.20.8", "rustls-native-certs", "tokio", "tokio-rustls", @@ -3941,6 +4181,12 @@ dependencies = [ "cxx-build", ] +[[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.2.3" @@ -3974,9 +4220,9 @@ dependencies = [ [[package]] name = "if-watch" -version = "2.0.0" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "065c008e570a43c00de6aed9714035e5ea6a498c255323db9091722af6ee67dd" +checksum = "ba7abdbb86e485125dad06c2691e1e393bf3b08c7b743b43aa162a00fd39062e" dependencies = [ "async-io", "core-foundation", @@ -3987,6 +4233,7 @@ dependencies = [ "log", "rtnetlink", "system-configuration", + "tokio", "windows", ] @@ -4048,13 +4295,22 @@ dependencies = [ "serde", ] +[[package]] +name = "inout" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" +dependencies = [ + "generic-array 0.14.6", +] + [[package]] name = "instant" version = "0.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", ] [[package]] @@ -4072,6 +4328,25 @@ dependencies = [ "num-traits", ] +[[package]] +name = "interceptor" +version = "0.8.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1e8a11ae2da61704edada656798b61c94b35ecac2c58eb955156987d5e6be90b" +dependencies = [ + "async-trait", + "bytes", + "log", + "rand 0.8.5", + "rtcp", + "rtp", + "thiserror", + "tokio", + "waitgroup", + "webrtc-srtp", + "webrtc-util", +] + [[package]] name = "io-lifetimes" version = "0.7.5" @@ -4163,25 +4438,38 @@ version = "0.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8bd0d559d5e679b1ab2f869b486a11182923863b1b3ee8b421763cdd707b783a" dependencies = [ - "jsonrpsee-core", + "jsonrpsee-core 0.15.1", "jsonrpsee-http-server", - "jsonrpsee-proc-macros", - "jsonrpsee-types", - "jsonrpsee-ws-client", + "jsonrpsee-proc-macros 0.15.1", + "jsonrpsee-types 0.15.1", "jsonrpsee-ws-server", "tracing", ] +[[package]] +name = "jsonrpsee" +version = "0.16.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7d291e3a5818a2384645fd9756362e6d89cf0541b0b916fa7702ea4a9833608e" +dependencies = [ + "jsonrpsee-core 0.16.2", + "jsonrpsee-proc-macros 0.16.2", + "jsonrpsee-server", + "jsonrpsee-types 0.16.2", + "jsonrpsee-ws-client", + "tracing", +] + [[package]] name = "jsonrpsee-client-transport" -version = "0.15.1" +version = "0.16.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8752740ecd374bcbf8b69f3e80b0327942df76f793f8d4e60d3355650c31fb74" +checksum = "965de52763f2004bc91ac5bcec504192440f0b568a5d621c59d9dbd6f886c3fb" dependencies = [ "futures-util", "http", - "jsonrpsee-core", - "jsonrpsee-types", + "jsonrpsee-core 0.16.2", + "jsonrpsee-types 0.16.2", "pin-project", "rustls-native-certs", "soketto", @@ -4201,16 +4489,14 @@ checksum = "f3dc3e9cf2ba50b7b1d7d76a667619f82846caa39e8e8daa8a4962d74acaddca" dependencies = [ "anyhow", "arrayvec 0.7.2", - "async-lock", "async-trait", "beef", "futures-channel", - "futures-timer", "futures-util", "globset", "http", "hyper", - "jsonrpsee-types", + "jsonrpsee-types 0.15.1", "lazy_static", "parking_lot 0.12.1", "rand 0.8.5", @@ -4221,21 +4507,48 @@ dependencies = [ "thiserror", "tokio", "tracing", - "tracing-futures", "unicase", ] [[package]] -name = "jsonrpsee-http-server" -version = "0.15.1" +name = "jsonrpsee-core" +version = "0.16.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03802f0373a38c2420c70b5144742d800b509e2937edc4afb116434f07120117" +checksum = "a4e70b4439a751a5de7dd5ed55eacff78ebf4ffe0fc009cb1ebb11417f5b536b" +dependencies = [ + "anyhow", + "arrayvec 0.7.2", + "async-lock", + "async-trait", + "beef", + "futures-channel", + "futures-timer", + "futures-util", + "globset", + "hyper", + "jsonrpsee-types 0.16.2", + "parking_lot 0.12.1", + "rand 0.8.5", + "rustc-hash", + "serde", + "serde_json", + "soketto", + "thiserror", + "tokio", + "tracing", +] + +[[package]] +name = "jsonrpsee-http-server" +version = "0.15.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "03802f0373a38c2420c70b5144742d800b509e2937edc4afb116434f07120117" dependencies = [ "futures-channel", "futures-util", "hyper", - "jsonrpsee-core", - "jsonrpsee-types", + "jsonrpsee-core 0.15.1", + "jsonrpsee-types 0.15.1", "serde", "serde_json", "tokio", @@ -4255,6 +4568,41 @@ dependencies = [ "syn", ] +[[package]] +name = "jsonrpsee-proc-macros" +version = "0.16.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "baa6da1e4199c10d7b1d0a6e5e8bd8e55f351163b6f4b3cbb044672a69bd4c1c" +dependencies = [ + "heck", + "proc-macro-crate", + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "jsonrpsee-server" +version = "0.16.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1fb69dad85df79527c019659a992498d03f8495390496da2f07e6c24c2b356fc" +dependencies = [ + "futures-channel", + "futures-util", + "http", + "hyper", + "jsonrpsee-core 0.16.2", + "jsonrpsee-types 0.16.2", + "serde", + "serde_json", + "soketto", + "tokio", + "tokio-stream", + "tokio-util", + "tower", + "tracing", +] + [[package]] name = "jsonrpsee-types" version = "0.15.1" @@ -4269,16 +4617,30 @@ dependencies = [ "tracing", ] +[[package]] +name = "jsonrpsee-types" +version = "0.16.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5bd522fe1ce3702fd94812965d7bb7a3364b1c9aba743944c5a00529aae80f8c" +dependencies = [ + "anyhow", + "beef", + "serde", + "serde_json", + "thiserror", + "tracing", +] + [[package]] name = "jsonrpsee-ws-client" -version = "0.15.1" +version = "0.16.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ee5feddd5188e62ac08fcf0e56478138e581509d4730f3f7be9b57dd402a4ff" +checksum = "0b83daeecfc6517cfe210df24e570fb06213533dfb990318fae781f4c7119dd9" dependencies = [ "http", "jsonrpsee-client-transport", - "jsonrpsee-core", - "jsonrpsee-types", + "jsonrpsee-core 0.16.2", + "jsonrpsee-types 0.16.2", ] [[package]] @@ -4290,8 +4652,8 @@ dependencies = [ "futures-channel", "futures-util", "http", - "jsonrpsee-core", - "jsonrpsee-types", + "jsonrpsee-core 0.15.1", + "jsonrpsee-types 0.15.1", "serde_json", "soketto", "tokio", @@ -4303,14 +4665,14 @@ dependencies = [ [[package]] name = "k256" -version = "0.10.4" +version = "0.11.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19c3a5e0a0b8450278feda242592512e09f61c72e018b8cd5c859482802daf2d" +checksum = "72c1e0b51e7ec0a97369623508396067a486bd0cbed95a2659a4b863d28cfc8b" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "ecdsa", "elliptic-curve", - "sec1", + "sha2 0.10.6", ] [[package]] @@ -4324,10 +4686,9 @@ dependencies = [ [[package]] name = "kusama-runtime" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ - "sp-beefy", "bitvec 1.0.1", "frame-benchmarking", "frame-election-provider-support", @@ -4354,13 +4715,13 @@ dependencies = [ "pallet-election-provider-support-benchmarking", "pallet-elections-phragmen", "pallet-fast-unstake", - "pallet-gilt", "pallet-grandpa", "pallet-identity", "pallet-im-online", "pallet-indices", "pallet-membership", "pallet-multisig", + "pallet-nis", "pallet-nomination-pools", "pallet-nomination-pools-benchmarking", "pallet-nomination-pools-runtime-api", @@ -4376,7 +4737,6 @@ dependencies = [ "pallet-session-benchmarking", "pallet-society", "pallet-staking", - "pallet-staking-reward-fn", "pallet-timestamp", "pallet-tips", "pallet-transaction-payment", @@ -4397,20 +4757,21 @@ dependencies = [ "serde_derive", "smallvec", "sp-api", - "sp-arithmetic 5.0.0", + "sp-arithmetic", "sp-authority-discovery", + "sp-beefy", "sp-block-builder", "sp-consensus-babe", - "sp-core 6.0.0", + "sp-core", "sp-inherents", - "sp-io 6.0.0", + "sp-io", "sp-mmr-primitives", "sp-npos-elections", "sp-offchain", - "sp-runtime 6.0.0", + "sp-runtime", "sp-session", "sp-staking", - "sp-std 4.0.0", + "sp-std", "sp-transaction-pool", "sp-version", "static_assertions", @@ -4422,58 +4783,45 @@ dependencies = [ [[package]] name = "kusama-runtime-constants" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "frame-support", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core 6.0.0", - "sp-runtime 6.0.0", + "sp-core", + "sp-runtime", "sp-weights", ] -[[package]] -name = "kv-log-macro" -version = "1.0.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f" -dependencies = [ - "log", -] - [[package]] name = "kvdb" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "585089ceadba0197ffe9af6740ab350b325e3c1f5fccfbc3522e0250c750409b" +checksum = "e7d770dcb02bf6835887c3a979b5107a04ff4bbde97a5f0928d27404a155add9" dependencies = [ - "parity-util-mem", "smallvec", ] [[package]] name = "kvdb-memorydb" -version = "0.12.0" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40d109c87bfb7759edd2a49b2649c1afe25af785d930ad6a38479b4dc70dd873" +checksum = "bf7a85fe66f9ff9cd74e169fdd2c94c6e1e74c412c99a73b4df3200b5d3760b2" dependencies = [ "kvdb", - "parity-util-mem", "parking_lot 0.12.1", ] [[package]] name = "kvdb-rocksdb" -version = "0.16.0" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c076cc2cdbac89b9910c853a36c957d3862a779f31c2661174222cefb49ee597" +checksum = "2182b8219fee6bd83aacaab7344e840179ae079d5216aa4e249b4d704646a844" dependencies = [ "kvdb", - "log", "num_cpus", - "parity-util-mem", "parking_lot 0.12.1", "regex", "rocksdb", @@ -4507,7 +4855,7 @@ version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "winapi", ] @@ -4525,17 +4873,16 @@ checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb" [[package]] name = "libp2p" -version = "0.49.0" +version = "0.50.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec878fda12ebec479186b3914ebc48ff180fa4c51847e11a1a68bf65249e02c1" +checksum = "9c7b0104790be871edcf97db9bd2356604984e623a08d825c3f27852290266b8" dependencies = [ "bytes", "futures", "futures-timer", "getrandom 0.2.8", "instant", - "lazy_static", - "libp2p-core", + "libp2p-core 0.38.0", "libp2p-dns", "libp2p-identify", "libp2p-kad", @@ -4544,14 +4891,15 @@ dependencies = [ "libp2p-mplex", "libp2p-noise", "libp2p-ping", + "libp2p-quic", "libp2p-request-response", "libp2p-swarm", - "libp2p-swarm-derive", "libp2p-tcp", "libp2p-wasm-ext", + "libp2p-webrtc", "libp2p-websocket", "libp2p-yamux", - "multiaddr", + "multiaddr 0.16.0", "parking_lot 0.12.1", "pin-project", "smallvec", @@ -4559,9 +4907,43 @@ dependencies = [ [[package]] name = "libp2p-core" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "799676bb0807c788065e57551c6527d461ad572162b0519d1958946ff9e0539d" +checksum = "b6a8fcd392ff67af6cc3f03b1426c41f7f26b6b9aff2dc632c1c56dd649e571f" +dependencies = [ + "asn1_der", + "bs58", + "ed25519-dalek", + "either", + "fnv", + "futures", + "futures-timer", + "instant", + "log", + "multiaddr 0.16.0", + "multihash 0.16.3", + "multistream-select", + "once_cell", + "parking_lot 0.12.1", + "pin-project", + "prost", + "prost-build", + "rand 0.8.5", + "rw-stream-sink", + "sec1", + "sha2 0.10.6", + "smallvec", + "thiserror", + "unsigned-varint", + "void", + "zeroize", +] + +[[package]] +name = "libp2p-core" +version = "0.39.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "881d9a54e97d97cdaa4125d48269d97ca8c40e5fefec6b85b30440dc60cc551f" dependencies = [ "asn1_der", "bs58", @@ -4571,17 +4953,18 @@ dependencies = [ "futures", "futures-timer", "instant", - "lazy_static", "log", - "multiaddr", - "multihash", + "multiaddr 0.17.0", + "multihash 0.17.0", "multistream-select", + "once_cell", "parking_lot 0.12.1", "pin-project", "prost", "prost-build", "rand 0.8.5", "rw-stream-sink", + "sec1", "sha2 0.10.6", "smallvec", "thiserror", @@ -4592,13 +4975,12 @@ dependencies = [ [[package]] name = "libp2p-dns" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2322c9fb40d99101def6a01612ee30500c89abbbecb6297b3cd252903a4c1720" +checksum = "8e42a271c1b49f789b92f7fc87749fa79ce5c7bdc88cbdfacb818a4bca47fec5" dependencies = [ - "async-std-resolver", "futures", - "libp2p-core", + "libp2p-core 0.38.0", "log", "parking_lot 0.12.1", "smallvec", @@ -4607,17 +4989,17 @@ dependencies = [ [[package]] name = "libp2p-identify" -version = "0.40.0" +version = "0.41.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcf9a121f699e8719bda2e6e9e9b6ddafc6cff4602471d6481c1067930ccb29b" +checksum = "c052d0026f4817b44869bfb6810f4e1112f43aec8553f2cb38881c524b563abf" dependencies = [ "asynchronous-codec", "futures", "futures-timer", - "libp2p-core", + "libp2p-core 0.38.0", "libp2p-swarm", "log", - "lru 0.8.1", + "lru", "prost", "prost-build", "prost-codec", @@ -4628,9 +5010,9 @@ dependencies = [ [[package]] name = "libp2p-kad" -version = "0.41.0" +version = "0.42.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6721c200e2021f6c3fab8b6cf0272ead8912d871610ee194ebd628cecf428f22" +checksum = "2766dcd2be8c87d5e1f35487deb22d765f49c6ae1251b3633efe3b25698bd3d2" dependencies = [ "arrayvec 0.7.2", "asynchronous-codec", @@ -4640,7 +5022,7 @@ dependencies = [ "futures", "futures-timer", "instant", - "libp2p-core", + "libp2p-core 0.38.0", "libp2p-swarm", "log", "prost", @@ -4656,31 +5038,31 @@ dependencies = [ [[package]] name = "libp2p-mdns" -version = "0.41.0" +version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "761704e727f7d68d58d7bc2231eafae5fc1b9814de24290f126df09d4bd37a15" +checksum = "04f378264aade9872d6ccd315c0accc18be3a35d15fc1b9c36e5b6f983b62b5b" dependencies = [ - "async-io", "data-encoding", - "dns-parser", "futures", "if-watch", - "libp2p-core", + "libp2p-core 0.38.0", "libp2p-swarm", "log", "rand 0.8.5", "smallvec", "socket2", + "tokio", + "trust-dns-proto", "void", ] [[package]] name = "libp2p-metrics" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ee31b08e78b7b8bfd1c4204a9dd8a87b4fcdf6dafc57eb51701c1c264a81cb9" +checksum = "5ad8a64f29da86005c86a4d2728b8a0719e9b192f4092b609fd8790acb9dec55" dependencies = [ - "libp2p-core", + "libp2p-core 0.38.0", "libp2p-identify", "libp2p-kad", "libp2p-ping", @@ -4690,14 +5072,14 @@ dependencies = [ [[package]] name = "libp2p-mplex" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "692664acfd98652de739a8acbb0a0d670f1d67190a49be6b4395e22c37337d89" +checksum = "03805b44107aa013e7cbbfa5627b31c36cbedfdfb00603c0311998882bc4bace" dependencies = [ "asynchronous-codec", "bytes", "futures", - "libp2p-core", + "libp2p-core 0.38.0", "log", "nohash-hasher", "parking_lot 0.12.1", @@ -4708,53 +5090,75 @@ dependencies = [ [[package]] name = "libp2p-noise" -version = "0.40.0" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "048155686bd81fe6cb5efdef0c6290f25ad32a0a42e8f4f72625cf6a505a206f" +checksum = "a978cb57efe82e892ec6f348a536bfbd9fee677adbe5689d7a93ad3a9bffbf2e" dependencies = [ "bytes", "curve25519-dalek 3.2.0", "futures", - "lazy_static", - "libp2p-core", + "libp2p-core 0.38.0", "log", + "once_cell", "prost", "prost-build", "rand 0.8.5", "sha2 0.10.6", "snow", "static_assertions", - "x25519-dalek", + "thiserror", + "x25519-dalek 1.1.1", "zeroize", ] [[package]] name = "libp2p-ping" -version = "0.40.1" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7228b9318d34689521349a86eb39a3c3a802c9efc99a0568062ffb80913e3f91" +checksum = "929fcace45a112536e22b3dcfd4db538723ef9c3cb79f672b98be2cc8e25f37f" dependencies = [ "futures", "futures-timer", "instant", - "libp2p-core", + "libp2p-core 0.38.0", "libp2p-swarm", "log", "rand 0.8.5", "void", ] +[[package]] +name = "libp2p-quic" +version = "0.7.0-alpha" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "01e7c867e95c8130667b24409d236d37598270e6da69b3baf54213ba31ffca59" +dependencies = [ + "bytes", + "futures", + "futures-timer", + "if-watch", + "libp2p-core 0.38.0", + "libp2p-tls", + "log", + "parking_lot 0.12.1", + "quinn-proto", + "rand 0.8.5", + "rustls 0.20.8", + "thiserror", + "tokio", +] + [[package]] name = "libp2p-request-response" -version = "0.22.1" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8827af16a017b65311a410bb626205a9ad92ec0473967618425039fa5231adc1" +checksum = "3236168796727bfcf4927f766393415361e2c644b08bedb6a6b13d957c9a4884" dependencies = [ "async-trait", "bytes", "futures", "instant", - "libp2p-core", + "libp2p-core 0.38.0", "libp2p-swarm", "log", "rand 0.8.5", @@ -4764,29 +5168,31 @@ dependencies = [ [[package]] name = "libp2p-swarm" -version = "0.40.1" +version = "0.41.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46d13df7c37807965d82930c0e4b04a659efcb6cca237373b206043db5398ecf" +checksum = "b2a35472fe3276b3855c00f1c032ea8413615e030256429ad5349cdf67c6e1a0" dependencies = [ "either", "fnv", "futures", "futures-timer", "instant", - "libp2p-core", + "libp2p-core 0.38.0", + "libp2p-swarm-derive", "log", "pin-project", "rand 0.8.5", "smallvec", "thiserror", + "tokio", "void", ] [[package]] name = "libp2p-swarm-derive" -version = "0.30.1" +version = "0.31.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0eddc4497a8b5a506013c40e8189864f9c3a00db2b25671f428ae9007f3ba32" +checksum = "9d527d5827582abd44a6d80c07ff8b50b4ee238a8979e05998474179e79dc400" dependencies = [ "heck", "quote", @@ -4795,44 +5201,93 @@ dependencies = [ [[package]] name = "libp2p-tcp" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9839d96761491c6d3e238e70554b856956fca0ab60feb9de2cd08eed4473fa92" +checksum = "b4b257baf6df8f2df39678b86c578961d48cc8b68642a12f0f763f56c8e5858d" dependencies = [ - "async-io", "futures", "futures-timer", "if-watch", "libc", - "libp2p-core", + "libp2p-core 0.38.0", "log", "socket2", + "tokio", +] + +[[package]] +name = "libp2p-tls" +version = "0.1.0-alpha.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e9baf6f6292149e124ee737d9a79dbee783f29473fc368c7faad9d157841078a" +dependencies = [ + "futures", + "futures-rustls", + "libp2p-core 0.39.0", + "rcgen 0.10.0", + "ring", + "rustls 0.20.8", + "thiserror", + "webpki 0.22.0", + "x509-parser 0.14.0", + "yasna", ] [[package]] name = "libp2p-wasm-ext" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a17b5b8e7a73e379e47b1b77f8a82c4721e97eca01abcd18e9cd91a23ca6ce97" +checksum = "1bb1a35299860e0d4b3c02a3e74e3b293ad35ae0cee8a056363b0c862d082069" dependencies = [ "futures", "js-sys", - "libp2p-core", + "libp2p-core 0.38.0", "parity-send-wrapper", "wasm-bindgen", "wasm-bindgen-futures", ] +[[package]] +name = "libp2p-webrtc" +version = "0.4.0-alpha" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cdb6cd86dd68cba72308ea05de1cebf3ba0ae6e187c40548167955d4e3970f6a" +dependencies = [ + "async-trait", + "asynchronous-codec", + "bytes", + "futures", + "futures-timer", + "hex", + "if-watch", + "libp2p-core 0.38.0", + "libp2p-noise", + "log", + "multihash 0.16.3", + "prost", + "prost-build", + "prost-codec", + "rand 0.8.5", + "rcgen 0.9.3", + "serde", + "stun", + "thiserror", + "tinytemplate", + "tokio", + "tokio-util", + "webrtc", +] + [[package]] name = "libp2p-websocket" -version = "0.39.0" +version = "0.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3758ae6f89b2531a24b6d9f5776bda6a626b60a57600d7185d43dfa75ca5ecc4" +checksum = "1d705506030d5c0aaf2882437c70dab437605f21c5f9811978f694e6917a3b54" dependencies = [ "either", "futures", "futures-rustls", - "libp2p-core", + "libp2p-core 0.38.0", "log", "parking_lot 0.12.1", "quicksink", @@ -4844,12 +5299,12 @@ dependencies = [ [[package]] name = "libp2p-yamux" -version = "0.41.1" +version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d6874d66543c4f7e26e3b8ca9a6bead351563a13ab4fafd43c7927f7c0d6c12" +checksum = "4f63594a0aa818642d9d4915c791945053877253f08a3626f13416b5cd928a29" dependencies = [ "futures", - "libp2p-core", + "libp2p-core 0.38.0", "log", "parking_lot 0.12.1", "thiserror", @@ -4992,17 +5447,7 @@ version = "0.4.17" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" dependencies = [ - "cfg-if 1.0.0", - "value-bag", -] - -[[package]] -name = "lru" -version = "0.7.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e999beba7b6e8345721bd280141ed958096a2e4abdf74f67ff4ce49b4b54e47a" -dependencies = [ - "hashbrown", + "cfg-if", ] [[package]] @@ -5082,6 +5527,15 @@ dependencies = [ "rawpointer", ] +[[package]] +name = "md-5" +version = "0.10.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca" +dependencies = [ + "digest 0.10.6", +] + [[package]] name = "memchr" version = "2.5.0" @@ -5124,17 +5578,6 @@ dependencies = [ "autocfg", ] -[[package]] -name = "memory-db" -version = "0.30.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34ac11bb793c28fa095b7554466f53b3a60a2cd002afdac01bcf135cbd73a269" -dependencies = [ - "hash-db", - "hashbrown", - "parity-util-mem", -] - [[package]] name = "memory-db" version = "0.31.0" @@ -5145,15 +5588,6 @@ dependencies = [ "hashbrown", ] -[[package]] -name = "memory-lru" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce95ae042940bad7e312857b929ee3d11b8f799a80cb7b9c7ec5125516906395" -dependencies = [ - "lru 0.8.1", -] - [[package]] name = "memory_units" version = "0.4.0" @@ -5210,6 +5644,41 @@ dependencies = [ "windows-sys 0.45.0", ] +[[package]] +name = "mmr-gadget" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#f38bd6671d460293c93062cc1e4fe9e9e490cb29" +dependencies = [ + "futures", + "log", + "parity-scale-codec 3.4.0", + "sc-client-api", + "sc-offchain", + "sp-api", + "sp-beefy", + "sp-blockchain", + "sp-consensus", + "sp-core", + "sp-mmr-primitives", + "sp-runtime", +] + +[[package]] +name = "mmr-rpc" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#f38bd6671d460293c93062cc1e4fe9e9e490cb29" +dependencies = [ + "anyhow", + "jsonrpsee 0.16.2", + "parity-scale-codec 3.4.0", + "serde", + "sp-api", + "sp-blockchain", + "sp-core", + "sp-mmr-primitives", + "sp-runtime", +] + [[package]] name = "mock-builder" version = "0.0.1" @@ -5218,9 +5687,9 @@ dependencies = [ "frame-system", "parity-scale-codec 3.4.0", "scale-info", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", + "sp-core", + "sp-io", + "sp-runtime", ] [[package]] @@ -5229,7 +5698,7 @@ version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "50e4a1c770583dac7ab5e2f6c139153b783a53a1bbee9729613f193e59828326" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "downcast", "fragile", "lazy_static", @@ -5244,7 +5713,7 @@ version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "832663583d5fa284ca8810bf7015e46c9fff9622d3cf34bd1eea5003fec06dd0" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "proc-macro2", "quote", "syn", @@ -5252,15 +5721,33 @@ dependencies = [ [[package]] name = "multiaddr" -version = "0.14.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c580bfdd8803cce319b047d239559a22f809094aaea4ac13902a1fdcfcd4261" +checksum = "a4aebdb21e90f81d13ed01dc84123320838e53963c2ca94b60b305d3fa64f31e" dependencies = [ "arrayref", - "bs58", "byteorder", "data-encoding", - "multihash", + "multibase", + "multihash 0.16.3", + "percent-encoding", + "serde", + "static_assertions", + "unsigned-varint", + "url", +] + +[[package]] +name = "multiaddr" +version = "0.17.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3b53e0cc5907a5c216ba6584bf74be8ab47d6d6289f72793b2dddbf15dc3bf8c" +dependencies = [ + "arrayref", + "byteorder", + "data-encoding", + "multibase", + "multihash 0.17.0", "percent-encoding", "serde", "static_assertions", @@ -5296,6 +5783,19 @@ dependencies = [ "unsigned-varint", ] +[[package]] +name = "multihash" +version = "0.17.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "835d6ff01d610179fbce3de1694d007e500bf33a7f29689838941d6bf783ae40" +dependencies = [ + "core2", + "digest 0.10.6", + "multihash-derive", + "sha2 0.10.6", + "unsigned-varint", +] + [[package]] name = "multihash-derive" version = "0.8.0" @@ -5340,7 +5840,7 @@ dependencies = [ "matrixmultiply", "nalgebra-macros", "num-complex", - "num-rational 0.4.1", + "num-rational", "num-traits", "rand 0.8.5", "rand_distr", @@ -5433,11 +5933,11 @@ version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6471bf08e7ac0135876a9581bf3217ef0333c191c128d34878079f42ee150411" dependencies = [ - "async-io", "bytes", "futures", "libc", "log", + "tokio", ] [[package]] @@ -5447,29 +5947,24 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069" dependencies = [ "bitflags", - "cfg-if 1.0.0", + "cfg-if", "libc", + "memoffset 0.6.5", ] [[package]] name = "node-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "frame-system", "parity-scale-codec 3.4.0", "scale-info", - "sp-application-crypto 6.0.0", - "sp-core 6.0.0", - "sp-runtime 6.0.0", + "sp-application-crypto", + "sp-core", + "sp-runtime", ] -[[package]] -name = "nodrop" -version = "0.1.14" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" - [[package]] name = "nohash-hasher" version = "0.2.0" @@ -5492,17 +5987,6 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be" -[[package]] -name = "num-bigint" -version = "0.2.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304" -dependencies = [ - "autocfg", - "num-integer", - "num-traits", -] - [[package]] name = "num-bigint" version = "0.4.3" @@ -5543,18 +6027,6 @@ dependencies = [ "num-traits", ] -[[package]] -name = "num-rational" -version = "0.2.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef" -dependencies = [ - "autocfg", - "num-bigint 0.2.6", - "num-integer", - "num-traits", -] - [[package]] name = "num-rational" version = "0.4.1" @@ -5562,7 +6034,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0" dependencies = [ "autocfg", - "num-bigint 0.4.3", + "num-bigint", "num-integer", "num-traits", ] @@ -5629,6 +6101,24 @@ dependencies = [ "memchr", ] +[[package]] +name = "oid-registry" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "38e20717fa0541f39bd146692035c37bedfa532b3e5071b35761082407546b2a" +dependencies = [ + "asn1-rs 0.3.1", +] + +[[package]] +name = "oid-registry" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9bedf36ffb6ba96c2eb7144ef6270557b52e54b20c0a8e1eb2ff99a6c6959bff" +dependencies = [ + "asn1-rs 0.5.2", +] + [[package]] name = "once_cell" version = "1.17.1" @@ -5655,9 +6145,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" [[package]] name = "orchestra" -version = "0.0.2" +version = "0.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0aab54694ddaa8a9b703724c6ef04272b2d27bc32d2c855aae5cdd1857216b43" +checksum = "17e7d5b6bb115db09390bed8842c94180893dd83df3dfce7354f2a2aa090a4ee" dependencies = [ "async-trait", "dyn-clonable", @@ -5672,9 +6162,9 @@ dependencies = [ [[package]] name = "orchestra-proc-macro" -version = "0.0.2" +version = "0.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a702b2f6bf592b3eb06c00d80d05afaf7a8eff6b41bb361e397d799acc21b45a" +checksum = "c2af4dabb2286b0be0e9711d2d24e25f6217048b71210cffd3daddc3b5c84e1f" dependencies = [ "expander 0.0.6", "itertools", @@ -5706,8 +6196,8 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-runtime", + "sp-std", "xcm", "xcm-builder", "xcm-executor", @@ -5724,8 +6214,8 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-runtime", + "sp-std", ] [[package]] @@ -5740,9 +6230,9 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-io", + "sp-runtime", + "sp-std", "xcm", ] @@ -5755,9 +6245,9 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -5770,7 +6260,7 @@ dependencies = [ "pallet-xcm", "parity-scale-codec 3.4.0", "scale-info", - "sp-std 4.0.0", + "sp-std", "xcm", ] @@ -5782,8 +6272,8 @@ dependencies = [ "frame-support", "orml-traits", "parity-scale-codec 3.4.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-runtime", + "sp-std", "xcm", "xcm-executor", ] @@ -5802,9 +6292,9 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-io", + "sp-runtime", + "sp-std", "xcm", "xcm-executor", ] @@ -5815,13 +6305,35 @@ version = "6.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee" +[[package]] +name = "p256" +version = "0.11.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594" +dependencies = [ + "ecdsa", + "elliptic-curve", + "sha2 0.10.6", +] + +[[package]] +name = "p384" +version = "0.11.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dfc8c5bf642dde52bb9e87c0ecd8ca5a76faac2eeed98dedb7c717997e1080aa" +dependencies = [ + "ecdsa", + "elliptic-curve", + "sha2 0.10.6", +] + [[package]] name = "packed_simd_2" version = "0.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a1914cd452d8fccd6f9db48147b29fd4ae05bea9dc5d9ad578509f72415de282" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "libm 0.1.4", ] @@ -5843,50 +6355,50 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-arithmetic 5.0.0", + "sp-arithmetic", "sp-consensus-aura", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "frame-support", "frame-system", "pallet-timestamp", "parity-scale-codec 3.4.0", "scale-info", - "sp-application-crypto 6.0.0", + "sp-application-crypto", "sp-consensus-aura", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "frame-support", "frame-system", "pallet-session", "parity-scale-codec 3.4.0", "scale-info", - "sp-application-crypto 6.0.0", + "sp-application-crypto", "sp-authority-discovery", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "frame-support", "frame-system", @@ -5894,14 +6406,14 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "sp-authorship", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "frame-benchmarking", "frame-support", @@ -5912,20 +6424,20 @@ dependencies = [ "pallet-timestamp", "parity-scale-codec 3.4.0", "scale-info", - "sp-application-crypto 6.0.0", + "sp-application-crypto", "sp-consensus-babe", "sp-consensus-vrf", - "sp-io 6.0.0", - "sp-runtime 6.0.0", + "sp-io", + "sp-runtime", "sp-session", "sp-staking", - "sp-std 4.0.0", + "sp-std", ] [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5935,17 +6447,17 @@ dependencies = [ "pallet-balances", "parity-scale-codec 3.4.0", "scale-info", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", - "sp-tracing 5.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "sp-tracing", ] [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "frame-benchmarking", "frame-support", @@ -5953,34 +6465,33 @@ dependencies = [ "log", "parity-scale-codec 3.4.0", "scale-info", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ - "sp-beefy", "frame-support", "frame-system", "pallet-session", "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-beefy", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ - "array-bytes", + "array-bytes 4.2.0", "beefy-merkle-tree", - "sp-beefy", "frame-support", "frame-system", "log", @@ -5990,16 +6501,17 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-beefy", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "frame-benchmarking", "frame-support", @@ -6008,10 +6520,10 @@ dependencies = [ "pallet-treasury", "parity-scale-codec 3.4.0", "scale-info", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -6031,16 +6543,16 @@ dependencies = [ "parity-scale-codec 3.4.0", "runtime-common", "scale-info", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "frame-benchmarking", "frame-support", @@ -6050,10 +6562,10 @@ dependencies = [ "pallet-treasury", "parity-scale-codec 3.4.0", "scale-info", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -6067,10 +6579,10 @@ dependencies = [ "pallet-balances", "parity-scale-codec 3.4.0", "scale-info", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -6083,10 +6595,10 @@ dependencies = [ "pallet-balances", "parity-scale-codec 3.4.0", "scale-info", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -6103,15 +6615,15 @@ dependencies = [ "parity-scale-codec 3.4.0", "rand 0.8.5", "scale-info", - "sp-runtime 6.0.0", + "sp-runtime", "sp-staking", - "sp-std 4.0.0", + "sp-std", ] [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "frame-benchmarking", "frame-support", @@ -6119,10 +6631,10 @@ dependencies = [ "log", "parity-scale-codec 3.4.0", "scale-info", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -6153,10 +6665,10 @@ dependencies = [ "runtime-common", "scale-info", "serde", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", "xcm", "xcm-primitives", ] @@ -6164,7 +6676,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "assert_matches", "frame-benchmarking", @@ -6173,9 +6685,9 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -6194,12 +6706,12 @@ dependencies = [ "parity-scale-codec 3.4.0", "proofs", "scale-info", - "sp-core 6.0.0", - "sp-io 6.0.0", + "sp-core", + "sp-io", "sp-keyring", - "sp-runtime 6.0.0", - "sp-std 4.0.0", - "sp-trie 6.0.0", + "sp-runtime", + "sp-std", + "sp-trie", ] [[package]] @@ -6216,16 +6728,16 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "frame-benchmarking", "frame-support", @@ -6234,16 +6746,16 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6252,35 +6764,34 @@ dependencies = [ "log", "pallet-election-provider-support-benchmarking", "parity-scale-codec 3.4.0", - "rand 0.7.3", + "rand 0.8.5", "scale-info", - "sp-arithmetic 5.0.0", - "sp-core 6.0.0", - "sp-io 6.0.0", + "sp-arithmetic", + "sp-core", + "sp-io", "sp-npos-elections", - "sp-runtime 6.0.0", - "sp-std 4.0.0", - "static_assertions", + "sp-runtime", + "sp-std", "strum", ] [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "frame-benchmarking", "frame-election-provider-support", "frame-system", "parity-scale-codec 3.4.0", "sp-npos-elections", - "sp-runtime 6.0.0", + "sp-runtime", ] [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "frame-benchmarking", "frame-support", @@ -6288,11 +6799,11 @@ dependencies = [ "log", "parity-scale-codec 3.4.0", "scale-info", - "sp-core 6.0.0", - "sp-io 6.0.0", + "sp-core", + "sp-io", "sp-npos-elections", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-runtime", + "sp-std", ] [[package]] @@ -6317,9 +6828,9 @@ dependencies = [ "parity-scale-codec 3.4.0", "rlp", "scale-info", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -6339,31 +6850,28 @@ dependencies = [ "parity-scale-codec 3.4.0", "rlp", "scale-info", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-runtime 7.0.0", - "sp-std 5.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "frame-benchmarking", "frame-election-provider-support", "frame-support", "frame-system", "log", - "pallet-balances", - "pallet-staking", - "pallet-timestamp", "parity-scale-codec 3.4.0", "scale-info", - "sp-io 6.0.0", - "sp-runtime 6.0.0", + "sp-io", + "sp-runtime", "sp-staking", - "sp-std 4.0.0", + "sp-std", ] [[package]] @@ -6379,31 +6887,16 @@ dependencies = [ "pallet-treasury", "parity-scale-codec 3.4.0", "scale-info", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", -] - -[[package]] -name = "pallet-gilt" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" -dependencies = [ - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec 3.4.0", - "scale-info", - "sp-arithmetic 5.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "frame-benchmarking", "frame-support", @@ -6413,20 +6906,20 @@ dependencies = [ "pallet-session", "parity-scale-codec 3.4.0", "scale-info", - "sp-application-crypto 6.0.0", - "sp-core 6.0.0", + "sp-application-crypto", + "sp-core", "sp-finality-grandpa", - "sp-io 6.0.0", - "sp-runtime 6.0.0", + "sp-io", + "sp-runtime", "sp-session", "sp-staking", - "sp-std 4.0.0", + "sp-std", ] [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6434,15 +6927,15 @@ dependencies = [ "frame-system", "parity-scale-codec 3.4.0", "scale-info", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "frame-benchmarking", "frame-support", @@ -6451,29 +6944,29 @@ dependencies = [ "pallet-authorship", "parity-scale-codec 3.4.0", "scale-info", - "sp-application-crypto 6.0.0", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", + "sp-application-crypto", + "sp-core", + "sp-io", + "sp-runtime", "sp-staking", - "sp-std 4.0.0", + "sp-std", ] [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "parity-scale-codec 3.4.0", "scale-info", - "sp-core 6.0.0", - "sp-io 6.0.0", + "sp-core", + "sp-io", "sp-keyring", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-runtime", + "sp-std", ] [[package]] @@ -6491,11 +6984,11 @@ dependencies = [ "pallet-timestamp", "parity-scale-codec 3.4.0", "scale-info", - "sp-arithmetic 5.0.0", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -6518,11 +7011,11 @@ dependencies = [ "runtime-common", "scale-info", "serde", - "sp-arithmetic 5.0.0", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -6535,10 +7028,10 @@ dependencies = [ "pallet-balances", "parity-scale-codec 3.4.0", "scale-info", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -6552,10 +7045,10 @@ dependencies = [ "num-traits", "parity-scale-codec 3.4.0", "scale-info", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -6583,19 +7076,19 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-arithmetic 5.0.0", + "sp-arithmetic", "sp-consensus-aura", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", "xcm", ] [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "frame-benchmarking", "frame-support", @@ -6603,10 +7096,10 @@ dependencies = [ "log", "parity-scale-codec 3.4.0", "scale-info", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -6623,49 +7116,33 @@ dependencies = [ "parity-scale-codec 3.4.0", "rand 0.8.5", "scale-info", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", -] - -[[package]] -name = "pallet-mmr" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" -dependencies = [ - "ckb-merkle-mountain-range", - "frame-benchmarking", - "frame-support", - "frame-system", - "parity-scale-codec 3.4.0", - "scale-info", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-mmr-primitives", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] -name = "pallet-mmr-rpc" -version = "3.0.0" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +name = "pallet-mmr" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ - "jsonrpsee", + "frame-benchmarking", + "frame-support", + "frame-system", "parity-scale-codec 3.4.0", - "serde", - "sp-api", - "sp-blockchain", - "sp-core 6.0.0", + "scale-info", + "sp-core", + "sp-io", "sp-mmr-primitives", - "sp-runtime 6.0.0", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "frame-benchmarking", "frame-support", @@ -6673,9 +7150,9 @@ dependencies = [ "log", "parity-scale-codec 3.4.0", "scale-info", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -6697,10 +7174,10 @@ dependencies = [ "parity-scale-codec 3.4.0", "proofs", "scale-info", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -6718,33 +7195,49 @@ dependencies = [ "pallet-uniques", "parity-scale-codec 3.4.0", "scale-info", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", +] + +[[package]] +name = "pallet-nis" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#f38bd6671d460293c93062cc1e4fe9e9e490cb29" +dependencies = [ + "frame-benchmarking", + "frame-support", + "frame-system", + "parity-scale-codec 3.4.0", + "scale-info", + "sp-arithmetic", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "frame-support", "frame-system", "log", "parity-scale-codec 3.4.0", "scale-info", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-staking", - "sp-std 4.0.0", + "sp-std", ] [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6755,26 +7248,26 @@ dependencies = [ "pallet-staking", "parity-scale-codec 3.4.0", "scale-info", - "sp-runtime 6.0.0", - "sp-runtime-interface 6.0.0", + "sp-runtime", + "sp-runtime-interface", "sp-staking", - "sp-std 4.0.0", + "sp-std", ] [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "parity-scale-codec 3.4.0", "sp-api", - "sp-std 4.0.0", + "sp-std", ] [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "frame-support", "frame-system", @@ -6783,15 +7276,15 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-runtime 6.0.0", + "sp-runtime", "sp-staking", - "sp-std 4.0.0", + "sp-std", ] [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6806,9 +7299,9 @@ dependencies = [ "pallet-staking", "parity-scale-codec 3.4.0", "scale-info", - "sp-runtime 6.0.0", + "sp-runtime", "sp-staking", - "sp-std 4.0.0", + "sp-std", ] [[package]] @@ -6823,8 +7316,8 @@ dependencies = [ "frame-system", "parity-scale-codec 3.4.0", "scale-info", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-runtime", + "sp-std", ] [[package]] @@ -6850,10 +7343,10 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", "xcm", ] @@ -6884,18 +7377,18 @@ dependencies = [ "rev_slice", "scale-info", "serde", - "sp-arithmetic 5.0.0", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", "xcm", ] [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "frame-benchmarking", "frame-support", @@ -6903,45 +7396,45 @@ dependencies = [ "log", "parity-scale-codec 3.4.0", "scale-info", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "parity-scale-codec 3.4.0", "scale-info", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "frame-support", "frame-system", "parity-scale-codec 3.4.0", "safe-mix", "scale-info", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "frame-benchmarking", "frame-support", @@ -6949,44 +7442,45 @@ dependencies = [ "log", "parity-scale-codec 3.4.0", "scale-info", - "sp-arithmetic 5.0.0", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "parity-scale-codec 3.4.0", "scale-info", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "assert_matches", "frame-benchmarking", "frame-support", "frame-system", + "log", "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-arithmetic 5.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-arithmetic", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -7006,9 +7500,9 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] @@ -7025,16 +7519,16 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "frame-benchmarking", "frame-support", @@ -7042,15 +7536,16 @@ dependencies = [ "log", "parity-scale-codec 3.4.0", "scale-info", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-io", + "sp-runtime", + "sp-std", + "sp-weights", ] [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "frame-support", "frame-system", @@ -7059,49 +7554,49 @@ dependencies = [ "pallet-timestamp", "parity-scale-codec 3.4.0", "scale-info", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", + "sp-core", + "sp-io", + "sp-runtime", "sp-session", "sp-staking", - "sp-std 4.0.0", - "sp-trie 6.0.0", + "sp-std", + "sp-trie", ] [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "pallet-session", "pallet-staking", - "rand 0.7.3", - "sp-runtime 6.0.0", + "rand 0.8.5", + "sp-runtime", "sp-session", - "sp-std 4.0.0", + "sp-std", ] [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "frame-support", "frame-system", "parity-scale-codec 3.4.0", "rand_chacha 0.2.2", "scale-info", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -7114,17 +7609,17 @@ dependencies = [ "rand_chacha 0.2.2", "scale-info", "serde", - "sp-application-crypto 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", + "sp-application-crypto", + "sp-io", + "sp-runtime", "sp-staking", - "sp-std 4.0.0", + "sp-std", ] [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -7135,30 +7630,47 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "log", - "sp-arithmetic 5.0.0", + "sp-arithmetic", +] + +[[package]] +name = "pallet-state-trie-migration" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#f38bd6671d460293c93062cc1e4fe9e9e490cb29" +dependencies = [ + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "parity-scale-codec 3.4.0", + "scale-info", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "frame-support", "frame-system", "parity-scale-codec 3.4.0", "scale-info", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "frame-benchmarking", "frame-support", @@ -7167,16 +7679,16 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "sp-inherents", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-io", + "sp-runtime", + "sp-std", "sp-timestamp", ] [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "frame-benchmarking", "frame-support", @@ -7186,60 +7698,60 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "frame-support", "frame-system", "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ - "jsonrpsee", + "jsonrpsee 0.16.2", "pallet-transaction-payment-rpc-runtime-api", "parity-scale-codec 3.4.0", "sp-api", "sp-blockchain", - "sp-core 6.0.0", + "sp-core", "sp-rpc", - "sp-runtime 6.0.0", + "sp-runtime", "sp-weights", ] [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "pallet-transaction-payment", "parity-scale-codec 3.4.0", "sp-api", - "sp-runtime 6.0.0", + "sp-runtime", "sp-weights", ] [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "frame-benchmarking", "frame-support", @@ -7249,14 +7761,14 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "frame-benchmarking", "frame-support", @@ -7264,30 +7776,30 @@ dependencies = [ "log", "parity-scale-codec 3.4.0", "scale-info", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "frame-benchmarking", "frame-support", "frame-system", "parity-scale-codec 3.4.0", "scale-info", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "frame-benchmarking", "frame-support", @@ -7295,14 +7807,14 @@ dependencies = [ "log", "parity-scale-codec 3.4.0", "scale-info", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.32#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "frame-benchmarking", "frame-support", @@ -7310,14 +7822,14 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "sp-api", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-runtime", + "sp-std", ] [[package]] name = "pallet-xcm" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "frame-support", "frame-system", @@ -7325,17 +7837,17 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-core 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-core", + "sp-runtime", + "sp-std", "xcm", "xcm-executor", ] [[package]] name = "pallet-xcm-benchmarks" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "frame-benchmarking", "frame-support", @@ -7343,8 +7855,8 @@ dependencies = [ "log", "parity-scale-codec 3.4.0", "scale-info", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-runtime", + "sp-std", "xcm", "xcm-executor", ] @@ -7363,9 +7875,9 @@ dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-io", + "sp-runtime", + "sp-std", "xcm", "xcm-builder", "xcm-executor", @@ -7375,7 +7887,7 @@ dependencies = [ [[package]] name = "parachain-info" version = "0.1.0" -source = "git+https://github.com/paritytech//cumulus?rev=6abd385ce49f7feb882218646410feb063404b77#6abd385ce49f7feb882218646410feb063404b77" +source = "git+https://github.com/paritytech//cumulus?rev=09418fc04c2608b123f36ca80f16df3d2096753b#09418fc04c2608b123f36ca80f16df3d2096753b" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -7386,11 +7898,11 @@ dependencies = [ [[package]] name = "parity-db" -version = "0.3.17" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c8fdb726a43661fa54b43e7114e6b88b2289cae388eb3ad766d9d1754d83fce" +checksum = "df89dd8311063c54ae4e03d9aeb597b04212a57e82c339344130a9cad9b3e2d9" dependencies = [ - "blake2-rfc", + "blake2", "crc32fast", "fs2", "hex", @@ -7400,6 +7912,7 @@ dependencies = [ "memmap2", "parking_lot 0.12.1", "rand 0.8.5", + "siphasher", "snap", ] @@ -7462,42 +7975,6 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f" -[[package]] -name = "parity-util-mem" -version = "0.12.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d32c34f4f5ca7f9196001c0aba5a1f9a5a12382c8944b8b0f90233282d1e8f8" -dependencies = [ - "cfg-if 1.0.0", - "hashbrown", - "impl-trait-for-tuples", - "parity-util-mem-derive", - "parking_lot 0.12.1", - "primitive-types 0.12.1", - "smallvec", - "winapi", -] - -[[package]] -name = "parity-util-mem-derive" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f557c32c6d268a07c921471619c0295f5efad3a0e76d4f97a05c091a51d110b2" -dependencies = [ - "proc-macro2", - "syn", - "synstructure", -] - -[[package]] -name = "parity-wasm" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16ad52817c4d343339b3bc2e26861bd21478eda0b7509acf83505727000512ac" -dependencies = [ - "byteorder", -] - [[package]] name = "parity-wasm" version = "0.45.0" @@ -7537,7 +8014,7 @@ version = "0.8.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "instant", "libc", "redox_syscall", @@ -7551,7 +8028,7 @@ version = "0.9.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "libc", "redox_syscall", "smallvec", @@ -7564,15 +8041,6 @@ version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79" -[[package]] -name = "pbkdf2" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd" -dependencies = [ - "crypto-mac 0.8.0", -] - [[package]] name = "pbkdf2" version = "0.8.0" @@ -7597,6 +8065,24 @@ version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" +[[package]] +name = "pem" +version = "1.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8" +dependencies = [ + "base64 0.13.1", +] + +[[package]] +name = "pem-rfc7468" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "24d159833a9105500e0398934e205e0773f0b27529557134ecfc51c27646adac" +dependencies = [ + "base64ct", +] + [[package]] name = "percent-encoding" version = "2.2.0" @@ -7697,13 +8183,12 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "pkcs8" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7cabda3fb821068a9a4fab19a683eac3af12edf0f34b94a8be53c4972b8149d0" +checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba" dependencies = [ "der", "spki", - "zeroize", ] [[package]] @@ -7726,23 +8211,23 @@ checksum = "e3d7ddaed09e0eb771a79ab0fd64609ba0afb0a8366421957936ad14cbd13630" [[package]] name = "polkadot-approval-distribution" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "futures", + "polkadot-node-metrics 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", "polkadot-node-network-protocol", "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-node-subsystem-util", "polkadot-primitives", "rand 0.8.5", - "tracing-gum", + "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", ] [[package]] name = "polkadot-availability-bitfield-distribution" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "futures", "polkadot-node-network-protocol", @@ -7750,18 +8235,18 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "rand 0.8.5", - "tracing-gum", + "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", ] [[package]] name = "polkadot-availability-distribution" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "derive_more", "fatality", "futures", - "lru 0.8.1", + "lru", "parity-scale-codec 3.4.0", "polkadot-erasure-coding", "polkadot-node-network-protocol", @@ -7770,20 +8255,20 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "rand 0.8.5", - "sp-core 6.0.0", - "sp-keystore 0.12.0", + "sp-core", + "sp-keystore", "thiserror", - "tracing-gum", + "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", ] [[package]] name = "polkadot-availability-recovery" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "fatality", "futures", - "lru 0.8.1", + "lru", "parity-scale-codec 3.4.0", "polkadot-erasure-coding", "polkadot-node-network-protocol", @@ -7794,13 +8279,13 @@ dependencies = [ "rand 0.8.5", "sc-network", "thiserror", - "tracing-gum", + "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", ] [[package]] name = "polkadot-cli" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "clap", "frame-benchmarking-cli", @@ -7808,16 +8293,17 @@ dependencies = [ "log", "polkadot-client", "polkadot-node-core-pvf", - "polkadot-node-metrics", + "polkadot-node-metrics 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", "polkadot-performance-test", "polkadot-service", "sc-cli", + "sc-executor", "sc-service", "sc-sysinfo", "sc-tracing", - "sp-core 6.0.0", + "sp-core", + "sp-io", "sp-keyring", - "sp-trie 6.0.0", "substrate-build-script-utils", "thiserror", "try-runtime-cli", @@ -7825,14 +8311,15 @@ dependencies = [ [[package]] name = "polkadot-client" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ - "sp-beefy", + "async-trait", "frame-benchmarking", "frame-benchmarking-cli", "frame-system", "frame-system-rpc-runtime-api", + "futures", "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", "polkadot-core-primitives", @@ -7846,27 +8333,28 @@ dependencies = [ "sc-service", "sp-api", "sp-authority-discovery", + "sp-beefy", "sp-block-builder", "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-core 6.0.0", + "sp-core", "sp-finality-grandpa", "sp-inherents", "sp-keyring", "sp-mmr-primitives", "sp-offchain", - "sp-runtime 6.0.0", + "sp-runtime", "sp-session", - "sp-storage 6.0.0", + "sp-storage", "sp-timestamp", "sp-transaction-pool", ] [[package]] name = "polkadot-collator-protocol" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "always-assert", "bitvec 1.0.1", @@ -7878,37 +8366,36 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-core 6.0.0", - "sp-keystore 0.12.0", - "sp-runtime 6.0.0", + "sp-core", + "sp-keystore", + "sp-runtime", "thiserror", - "tracing-gum", + "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", ] [[package]] name = "polkadot-core-primitives" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "parity-scale-codec 3.4.0", - "parity-util-mem", "scale-info", - "sp-core 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] name = "polkadot-dispute-distribution" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "derive_more", "fatality", "futures", "futures-timer", "indexmap", - "lru 0.8.1", + "lru", "parity-scale-codec 3.4.0", "polkadot-erasure-coding", "polkadot-node-network-protocol", @@ -7917,30 +8404,30 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "sc-network", - "sp-application-crypto 6.0.0", - "sp-keystore 0.12.0", + "sp-application-crypto", + "sp-keystore", "thiserror", - "tracing-gum", + "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", ] [[package]] name = "polkadot-erasure-coding" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "parity-scale-codec 3.4.0", "polkadot-node-primitives", "polkadot-primitives", "reed-solomon-novelpoly", - "sp-core 6.0.0", - "sp-trie 6.0.0", + "sp-core", + "sp-trie", "thiserror", ] [[package]] name = "polkadot-gossip-support" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "futures", "futures-timer", @@ -7951,16 +8438,16 @@ dependencies = [ "rand 0.8.5", "rand_chacha 0.3.1", "sc-network", - "sp-application-crypto 6.0.0", - "sp-core 6.0.0", - "sp-keystore 0.12.0", - "tracing-gum", + "sp-application-crypto", + "sp-core", + "sp-keystore", + "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", ] [[package]] name = "polkadot-network-bridge" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "always-assert", "async-trait", @@ -7969,22 +8456,46 @@ dependencies = [ "futures", "parity-scale-codec 3.4.0", "parking_lot 0.12.1", + "polkadot-node-metrics 0.9.37 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.37)", + "polkadot-node-network-protocol", + "polkadot-node-subsystem", + "polkadot-overseer", + "polkadot-primitives", + "sc-network", + "sc-network-common", + "sp-consensus", + "thiserror", + "tracing-gum 0.9.37 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.37)", +] + +[[package]] +name = "polkadot-network-bridge" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" +dependencies = [ + "always-assert", + "async-trait", + "bytes", + "fatality", + "futures", + "parity-scale-codec 3.4.0", + "parking_lot 0.12.1", + "polkadot-node-metrics 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", "polkadot-node-network-protocol", "polkadot-node-subsystem", - "polkadot-node-subsystem-util", "polkadot-overseer", "polkadot-primitives", "sc-network", "sc-network-common", "sp-consensus", "thiserror", - "tracing-gum", + "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", ] [[package]] name = "polkadot-node-collation-generation" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "futures", "parity-scale-codec 3.4.0", @@ -7993,26 +8504,26 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-core 6.0.0", + "sp-core", "sp-maybe-compressed-blob", "thiserror", - "tracing-gum", + "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", ] [[package]] name = "polkadot-node-core-approval-voting" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "bitvec 1.0.1", "derive_more", "futures", "futures-timer", "kvdb", - "lru 0.8.1", + "lru", "merlin", "parity-scale-codec 3.4.0", - "polkadot-node-jaeger", + "polkadot-node-jaeger 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", @@ -8020,18 +8531,18 @@ dependencies = [ "polkadot-primitives", "sc-keystore", "schnorrkel", - "sp-application-crypto 6.0.0", + "sp-application-crypto", "sp-consensus", "sp-consensus-slots", - "sp-runtime 6.0.0", + "sp-runtime", "thiserror", - "tracing-gum", + "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", ] [[package]] name = "polkadot-node-core-av-store" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "bitvec 1.0.1", "futures", @@ -8045,13 +8556,13 @@ dependencies = [ "polkadot-overseer", "polkadot-primitives", "thiserror", - "tracing-gum", + "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", ] [[package]] name = "polkadot-node-core-backing" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "bitvec 1.0.1", "fatality", @@ -8062,63 +8573,64 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "polkadot-statement-table", - "sp-keystore 0.12.0", + "sp-keystore", "thiserror", - "tracing-gum", + "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", ] [[package]] name = "polkadot-node-core-bitfield-signing" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "futures", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-keystore 0.12.0", + "sp-keystore", "thiserror", - "tracing-gum", + "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", "wasm-timer", ] [[package]] name = "polkadot-node-core-candidate-validation" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "async-trait", "futures", + "futures-timer", "parity-scale-codec 3.4.0", "polkadot-node-core-pvf", + "polkadot-node-metrics 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", "polkadot-node-primitives", "polkadot-node-subsystem", - "polkadot-node-subsystem-util", "polkadot-parachain", "polkadot-primitives", "sp-maybe-compressed-blob", - "tracing-gum", + "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", ] [[package]] name = "polkadot-node-core-chain-api" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "futures", + "polkadot-node-metrics 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", "polkadot-node-subsystem", - "polkadot-node-subsystem-util", "polkadot-primitives", "sc-client-api", "sc-consensus-babe", "sp-blockchain", - "tracing-gum", + "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", ] [[package]] name = "polkadot-node-core-chain-selection" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "futures", "futures-timer", @@ -8129,18 +8641,18 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "thiserror", - "tracing-gum", + "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", ] [[package]] name = "polkadot-node-core-dispute-coordinator" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "fatality", "futures", "kvdb", - "lru 0.8.1", + "lru", "parity-scale-codec 3.4.0", "polkadot-node-primitives", "polkadot-node-subsystem", @@ -8148,30 +8660,30 @@ dependencies = [ "polkadot-primitives", "sc-keystore", "thiserror", - "tracing-gum", + "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", ] [[package]] name = "polkadot-node-core-parachains-inherent" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "async-trait", "futures", "futures-timer", "polkadot-node-subsystem", + "polkadot-overseer", "polkadot-primitives", "sp-blockchain", "sp-inherents", - "sp-runtime 6.0.0", "thiserror", - "tracing-gum", + "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", ] [[package]] name = "polkadot-node-core-provisioner" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "bitvec 1.0.1", "fatality", @@ -8183,24 +8695,23 @@ dependencies = [ "polkadot-primitives", "rand 0.8.5", "thiserror", - "tracing-gum", + "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", ] [[package]] name = "polkadot-node-core-pvf" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "always-assert", "assert_matches", - "async-process", - "async-std", + "cpu-time", "futures", "futures-timer", "parity-scale-codec 3.4.0", "pin-project", "polkadot-core-primitives", - "polkadot-node-metrics", + "polkadot-node-metrics 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", "polkadot-parachain", "rand 0.8.5", "rayon", @@ -8208,20 +8719,21 @@ dependencies = [ "sc-executor-common", "sc-executor-wasmtime", "slotmap", - "sp-core 6.0.0", - "sp-externalities 0.12.0", - "sp-io 6.0.0", + "sp-core", + "sp-externalities", + "sp-io", "sp-maybe-compressed-blob", - "sp-tracing 5.0.0", - "sp-wasm-interface 6.0.0", + "sp-tracing", + "sp-wasm-interface", "tempfile", - "tracing-gum", + "tokio", + "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", ] [[package]] name = "polkadot-node-core-pvf-checker" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "futures", "polkadot-node-primitives", @@ -8229,33 +8741,49 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-overseer", "polkadot-primitives", - "sp-keystore 0.12.0", + "sp-keystore", "thiserror", - "tracing-gum", + "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", ] [[package]] name = "polkadot-node-core-runtime-api" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "futures", - "memory-lru", - "parity-util-mem", + "lru", + "polkadot-node-metrics 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", "polkadot-node-subsystem", "polkadot-node-subsystem-types", - "polkadot-node-subsystem-util", "polkadot-primitives", "sp-consensus-babe", - "tracing-gum", + "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", +] + +[[package]] +name = "polkadot-node-jaeger" +version = "0.9.37" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3" +dependencies = [ + "lazy_static", + "log", + "mick-jaeger", + "parity-scale-codec 3.4.0", + "parking_lot 0.12.1", + "polkadot-node-primitives", + "polkadot-primitives", + "sc-network", + "sp-core", + "thiserror", + "tokio", ] [[package]] name = "polkadot-node-jaeger" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ - "async-std", "lazy_static", "log", "mick-jaeger", @@ -8264,14 +8792,34 @@ dependencies = [ "polkadot-node-primitives", "polkadot-primitives", "sc-network", - "sp-core 6.0.0", + "sp-core", "thiserror", + "tokio", +] + +[[package]] +name = "polkadot-node-metrics" +version = "0.9.37" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3" +dependencies = [ + "bs58", + "futures", + "futures-timer", + "log", + "parity-scale-codec 3.4.0", + "polkadot-primitives", + "prioritized-metered-channel", + "sc-cli", + "sc-service", + "sc-tracing", + "substrate-prometheus-endpoint", + "tracing-gum 0.9.37 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.37)", ] [[package]] name = "polkadot-node-metrics" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "bs58", "futures", @@ -8284,13 +8832,13 @@ dependencies = [ "sc-service", "sc-tracing", "substrate-prometheus-endpoint", - "tracing-gum", + "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", ] [[package]] name = "polkadot-node-network-protocol" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "async-trait", "derive_more", @@ -8298,7 +8846,7 @@ dependencies = [ "futures", "hex", "parity-scale-codec 3.4.0", - "polkadot-node-jaeger", + "polkadot-node-jaeger 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", "polkadot-node-primitives", "polkadot-primitives", "rand 0.8.5", @@ -8307,13 +8855,13 @@ dependencies = [ "sc-network-common", "strum", "thiserror", - "tracing-gum", + "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", ] [[package]] name = "polkadot-node-primitives" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "bounded-vec", "futures", @@ -8322,11 +8870,11 @@ dependencies = [ "polkadot-primitives", "schnorrkel", "serde", - "sp-application-crypto 6.0.0", + "sp-application-crypto", "sp-consensus-babe", "sp-consensus-vrf", - "sp-core 6.0.0", - "sp-keystore 0.12.0", + "sp-core", + "sp-keystore", "sp-maybe-compressed-blob", "thiserror", "zstd", @@ -8334,24 +8882,24 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ - "polkadot-node-jaeger", + "polkadot-node-jaeger 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", "polkadot-node-subsystem-types", "polkadot-overseer", ] [[package]] name = "polkadot-node-subsystem-types" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "async-trait", "derive_more", "futures", "orchestra", - "polkadot-node-jaeger", + "polkadot-node-jaeger 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", "polkadot-node-network-protocol", "polkadot-node-primitives", "polkadot-primitives", @@ -8367,23 +8915,23 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "async-trait", "derive_more", "fatality", "futures", + "futures-channel", "itertools", "kvdb", - "lru 0.8.1", + "lru", "parity-db", "parity-scale-codec 3.4.0", - "parity-util-mem", "parking_lot 0.11.2", "pin-project", - "polkadot-node-jaeger", - "polkadot-node-metrics", + "polkadot-node-jaeger 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", + "polkadot-node-metrics 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", "polkadot-node-network-protocol", "polkadot-node-primitives", "polkadot-node-subsystem", @@ -8391,57 +8939,56 @@ dependencies = [ "polkadot-primitives", "prioritized-metered-channel", "rand 0.8.5", - "sp-application-crypto 6.0.0", - "sp-core 6.0.0", - "sp-keystore 0.12.0", + "sp-application-crypto", + "sp-core", + "sp-keystore", "thiserror", - "tracing-gum", + "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", ] [[package]] name = "polkadot-overseer" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "async-trait", "futures", "futures-timer", - "lru 0.8.1", + "lru", "orchestra", - "parity-util-mem", "parking_lot 0.12.1", - "polkadot-node-metrics", + "polkadot-node-metrics 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", "polkadot-node-network-protocol", "polkadot-node-primitives", "polkadot-node-subsystem-types", "polkadot-primitives", "sc-client-api", "sp-api", - "sp-core 6.0.0", - "tracing-gum", + "sp-core", + "tikv-jemalloc-ctl", + "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", ] [[package]] name = "polkadot-parachain" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "derive_more", "frame-support", "parity-scale-codec 3.4.0", - "parity-util-mem", "polkadot-core-primitives", "scale-info", "serde", - "sp-core 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] name = "polkadot-performance-test" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "env_logger 0.9.3", "kusama-runtime", @@ -8455,43 +9002,39 @@ dependencies = [ [[package]] name = "polkadot-primitives" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "bitvec 1.0.1", - "frame-system", "hex-literal 0.3.4", "parity-scale-codec 3.4.0", - "parity-util-mem", "polkadot-core-primitives", "polkadot-parachain", "scale-info", "serde", "sp-api", - "sp-application-crypto 6.0.0", - "sp-arithmetic 5.0.0", + "sp-application-crypto", + "sp-arithmetic", "sp-authority-discovery", "sp-consensus-slots", - "sp-core 6.0.0", + "sp-core", "sp-inherents", - "sp-io 6.0.0", - "sp-keystore 0.12.0", - "sp-runtime 6.0.0", + "sp-io", + "sp-keystore", + "sp-runtime", "sp-staking", - "sp-std 4.0.0", - "sp-trie 6.0.0", - "sp-version", + "sp-std", ] [[package]] name = "polkadot-rpc" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", - "jsonrpsee", - "pallet-mmr-rpc", + "jsonrpsee 0.16.2", + "mmr-rpc", "pallet-transaction-payment-rpc", "polkadot-primitives", "sc-chain-spec", @@ -8509,18 +9052,17 @@ dependencies = [ "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-keystore 0.12.0", - "sp-runtime 6.0.0", + "sp-keystore", + "sp-runtime", "substrate-frame-rpc-system", "substrate-state-trie-migration-rpc", ] [[package]] name = "polkadot-runtime" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ - "sp-beefy", "bitvec 1.0.1", "frame-benchmarking", "frame-election-provider-support", @@ -8583,18 +9125,19 @@ dependencies = [ "smallvec", "sp-api", "sp-authority-discovery", + "sp-beefy", "sp-block-builder", "sp-consensus-babe", - "sp-core 6.0.0", + "sp-core", "sp-inherents", - "sp-io 6.0.0", + "sp-io", "sp-mmr-primitives", "sp-npos-elections", "sp-offchain", - "sp-runtime 6.0.0", + "sp-runtime", "sp-session", "sp-staking", - "sp-std 4.0.0", + "sp-std", "sp-transaction-pool", "sp-version", "static_assertions", @@ -8606,10 +9149,9 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ - "sp-beefy", "bitvec 1.0.1", "frame-benchmarking", "frame-election-provider-support", @@ -8626,6 +9168,7 @@ dependencies = [ "pallet-election-provider-multi-phase", "pallet-session", "pallet-staking", + "pallet-staking-reward-fn", "pallet-timestamp", "pallet-transaction-payment", "pallet-treasury", @@ -8639,48 +9182,49 @@ dependencies = [ "serde_derive", "slot-range-helper", "sp-api", - "sp-core 6.0.0", + "sp-beefy", + "sp-core", "sp-inherents", - "sp-io 6.0.0", + "sp-io", "sp-npos-elections", - "sp-runtime 6.0.0", + "sp-runtime", "sp-session", "sp-staking", - "sp-std 4.0.0", + "sp-std", "static_assertions", "xcm", ] [[package]] name = "polkadot-runtime-constants" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "frame-support", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core 6.0.0", - "sp-runtime 6.0.0", + "sp-core", + "sp-runtime", "sp-weights", ] [[package]] name = "polkadot-runtime-metrics" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "bs58", "parity-scale-codec 3.4.0", "polkadot-primitives", - "sp-std 4.0.0", - "sp-tracing 5.0.0", + "sp-std", + "sp-tracing", ] [[package]] name = "polkadot-runtime-parachains" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "bitflags", "bitvec 1.0.1", @@ -8706,15 +9250,15 @@ dependencies = [ "scale-info", "serde", "sp-api", - "sp-application-crypto 6.0.0", - "sp-core 6.0.0", + "sp-application-crypto", + "sp-core", "sp-inherents", - "sp-io 6.0.0", - "sp-keystore 0.12.0", - "sp-runtime 6.0.0", + "sp-io", + "sp-keystore", + "sp-runtime", "sp-session", "sp-staking", - "sp-std 4.0.0", + "sp-std", "static_assertions", "xcm", "xcm-executor", @@ -8722,12 +9266,11 @@ dependencies = [ [[package]] name = "polkadot-service" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "async-trait", "beefy-gadget", - "sp-beefy", "frame-support", "frame-system-rpc-runtime-api", "futures", @@ -8735,7 +9278,8 @@ dependencies = [ "kusama-runtime", "kvdb", "kvdb-rocksdb", - "lru 0.8.1", + "lru", + "mmr-gadget", "pallet-babe", "pallet-im-online", "pallet-staking", @@ -8749,7 +9293,7 @@ dependencies = [ "polkadot-collator-protocol", "polkadot-dispute-distribution", "polkadot-gossip-support", - "polkadot-network-bridge", + "polkadot-network-bridge 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", "polkadot-node-collation-generation", "polkadot-node-core-approval-voting", "polkadot-node-core-av-store", @@ -8801,33 +9345,35 @@ dependencies = [ "serde_json", "sp-api", "sp-authority-discovery", + "sp-beefy", "sp-block-builder", "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-core 6.0.0", + "sp-core", "sp-finality-grandpa", "sp-inherents", - "sp-io 6.0.0", - "sp-keystore 0.12.0", + "sp-io", + "sp-keystore", + "sp-mmr-primitives", "sp-offchain", - "sp-runtime 6.0.0", + "sp-runtime", "sp-session", - "sp-state-machine 0.12.0", - "sp-storage 6.0.0", + "sp-state-machine", + "sp-storage", "sp-timestamp", "sp-transaction-pool", - "sp-trie 6.0.0", + "sp-trie", "substrate-prometheus-endpoint", "thiserror", - "tracing-gum", + "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", "westend-runtime", ] [[package]] name = "polkadot-statement-distribution" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "arrayvec 0.5.2", "fatality", @@ -8839,20 +9385,20 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-primitives", - "sp-keystore 0.12.0", + "sp-keystore", "sp-staking", "thiserror", - "tracing-gum", + "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", ] [[package]] name = "polkadot-statement-table" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "parity-scale-codec 3.4.0", "polkadot-primitives", - "sp-core 6.0.0", + "sp-core", ] [[package]] @@ -8863,7 +9409,7 @@ checksum = "7e1f879b2998099c2d69ab9605d145d5b661195627eccc680002c4918a7fb6fa" dependencies = [ "autocfg", "bitflags", - "cfg-if 1.0.0", + "cfg-if", "concurrent-queue", "libc", "log", @@ -8879,7 +9425,7 @@ checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede" dependencies = [ "cpufeatures", "opaque-debug 0.3.0", - "universal-hash", + "universal-hash 0.4.1", ] [[package]] @@ -8888,10 +9434,22 @@ version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", + "cpufeatures", + "opaque-debug 0.3.0", + "universal-hash 0.4.1", +] + +[[package]] +name = "polyval" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7ef234e08c11dfcb2e56f79fd70f6f2eb7f025c0ce2333e82f4f0518ecad30c6" +dependencies = [ + "cfg-if", "cpufeatures", "opaque-debug 0.3.0", - "universal-hash", + "universal-hash 0.5.0", ] [[package]] @@ -9036,7 +9594,7 @@ version = "0.13.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "fnv", "lazy_static", "memchr", @@ -9073,8 +9631,8 @@ version = "2.0.0" dependencies = [ "parity-scale-codec 3.4.0", "scale-info", - "sp-core 6.0.0", - "sp-std 4.0.0", + "sp-core", + "sp-std", ] [[package]] @@ -9111,9 +9669,9 @@ dependencies = [ [[package]] name = "prost-codec" -version = "0.2.0" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "011ae9ff8359df7915f97302d591cdd9e0e27fbd5a4ddc5bd13b71079bb20987" +checksum = "0dc34979ff898b6e141106178981ce2596c387ea6e62533facfc61a37fc879c0" dependencies = [ "asynchronous-codec", "bytes", @@ -9170,6 +9728,24 @@ dependencies = [ "pin-project-lite 0.1.12", ] +[[package]] +name = "quinn-proto" +version = "0.9.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "72ef4ced82a24bb281af338b9e8f94429b6eca01b4e66d899f40031f074e74c9" +dependencies = [ + "bytes", + "rand 0.8.5", + "ring", + "rustc-hash", + "rustls 0.20.8", + "slab", + "thiserror", + "tinyvec", + "tracing", + "webpki 0.22.0", +] + [[package]] name = "quote" version = "1.0.23" @@ -9202,7 +9778,6 @@ dependencies = [ "rand_chacha 0.2.2", "rand_core 0.5.1", "rand_hc", - "rand_pcg 0.2.1", ] [[package]] @@ -9273,15 +9848,6 @@ dependencies = [ "rand_core 0.5.1", ] -[[package]] -name = "rand_pcg" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429" -dependencies = [ - "rand_core 0.5.1", -] - [[package]] name = "rand_pcg" version = "0.3.1" @@ -9319,6 +9885,31 @@ dependencies = [ "num_cpus", ] +[[package]] +name = "rcgen" +version = "0.9.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6413f3de1edee53342e6138e75b56d32e7bc6e332b3bd62d497b1929d4cfbcdd" +dependencies = [ + "pem", + "ring", + "time 0.3.20", + "x509-parser 0.13.2", + "yasna", +] + +[[package]] +name = "rcgen" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ffbe84efe2f38dea12e9bfc1f65377fdf03e53a18cb3b995faedf7934c7e785b" +dependencies = [ + "pem", + "ring", + "time 0.3.20", + "yasna", +] + [[package]] name = "redox_syscall" version = "0.2.16" @@ -9410,23 +10001,6 @@ version = "0.6.28" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848" -[[package]] -name = "remote-externalities" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" -dependencies = [ - "env_logger 0.9.3", - "log", - "parity-scale-codec 3.4.0", - "serde", - "serde_json", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-version", - "substrate-rpc-client", -] - [[package]] name = "resolv-conf" version = "0.7.0" @@ -9445,12 +10019,12 @@ checksum = "6ed802e95a56a9f0cbc3687c0baf84bb0aa9c3af2fae758add8a07bbbc4e3954" [[package]] name = "rfc6979" -version = "0.1.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96ef608575f6392792f9ecf7890c00086591d29a83910939d430753f7c050525" +checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb" dependencies = [ "crypto-bigint", - "hmac 0.11.0", + "hmac 0.12.1", "zeroize", ] @@ -9503,17 +10077,17 @@ dependencies = [ [[package]] name = "rococo-runtime" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "beefy-merkle-tree", - "sp-beefy", "frame-benchmarking", "frame-executive", "frame-support", "frame-system", "frame-system-benchmarking", "frame-system-rpc-runtime-api", + "frame-try-runtime", "hex-literal 0.3.4", "log", "pallet-authority-discovery", @@ -9527,7 +10101,6 @@ dependencies = [ "pallet-collective", "pallet-democracy", "pallet-elections-phragmen", - "pallet-gilt", "pallet-grandpa", "pallet-identity", "pallet-im-online", @@ -9535,6 +10108,7 @@ dependencies = [ "pallet-membership", "pallet-mmr", "pallet-multisig", + "pallet-nis", "pallet-offences", "pallet-preimage", "pallet-proxy", @@ -9543,6 +10117,7 @@ dependencies = [ "pallet-session", "pallet-society", "pallet-staking", + "pallet-state-trie-migration", "pallet-sudo", "pallet-timestamp", "pallet-tips", @@ -9565,17 +10140,18 @@ dependencies = [ "smallvec", "sp-api", "sp-authority-discovery", + "sp-beefy", "sp-block-builder", "sp-consensus-babe", - "sp-core 6.0.0", + "sp-core", "sp-inherents", - "sp-io 6.0.0", + "sp-io", "sp-mmr-primitives", "sp-offchain", - "sp-runtime 6.0.0", + "sp-runtime", "sp-session", "sp-staking", - "sp-std 4.0.0", + "sp-std", "sp-transaction-pool", "sp-version", "static_assertions", @@ -9587,15 +10163,15 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "frame-support", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core 6.0.0", - "sp-runtime 6.0.0", + "sp-core", + "sp-runtime", "sp-weights", ] @@ -9610,19 +10186,30 @@ dependencies = [ "winapi", ] +[[package]] +name = "rtcp" +version = "0.7.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1919efd6d4a6a85d13388f9487549bb8e359f17198cc03ffd72f79b553873691" +dependencies = [ + "bytes", + "thiserror", + "webrtc-util", +] + [[package]] name = "rtnetlink" version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "322c53fd76a18698f1c27381d58091de3a043d356aa5bd0d510608b565f469a0" dependencies = [ - "async-global-executor", "futures", "log", "netlink-packet-route", "netlink-proto", "nix", "thiserror", + "tokio", ] [[package]] @@ -9635,6 +10222,20 @@ dependencies = [ "winapi", ] +[[package]] +name = "rtp" +version = "0.6.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a2a095411ff00eed7b12e4c6a118ba984d113e1079582570d56a5ee723f11f80" +dependencies = [ + "async-trait", + "bytes", + "rand 0.8.5", + "serde", + "thiserror", + "webrtc-util", +] + [[package]] name = "runtime-common" version = "1.0.0" @@ -9653,11 +10254,11 @@ dependencies = [ "scale-info", "smallvec", "sp-api", - "sp-arithmetic 5.0.0", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", "xcm", ] @@ -9717,12 +10318,12 @@ dependencies = [ "sp-consensus-aura", "sp-consensus-babe", "sp-consensus-slots", - "sp-core 6.0.0", + "sp-core", "sp-inherents", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", - "sp-tracing 5.0.0", + "sp-io", + "sp-runtime", + "sp-std", + "sp-tracing", "tokio", "tracing-subscriber", "xcm", @@ -9761,9 +10362,18 @@ dependencies = [ name = "rustc_version" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" +checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" +dependencies = [ + "semver 1.0.16", +] + +[[package]] +name = "rusticata-macros" +version = "4.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632" dependencies = [ - "semver 1.0.16", + "nom", ] [[package]] @@ -9794,6 +10404,19 @@ dependencies = [ "windows-sys 0.45.0", ] +[[package]] +name = "rustls" +version = "0.19.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7" +dependencies = [ + "base64 0.13.1", + "log", + "ring", + "sct 0.6.1", + "webpki 0.21.4", +] + [[package]] name = "rustls" version = "0.20.8" @@ -9802,8 +10425,8 @@ checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f" dependencies = [ "log", "ring", - "sct", - "webpki", + "sct 0.7.0", + "webpki 0.22.0", ] [[package]] @@ -9871,18 +10494,18 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "log", - "sp-core 6.0.0", - "sp-wasm-interface 6.0.0", + "sp-core", + "sp-wasm-interface", "thiserror", ] [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "async-trait", "futures", @@ -9893,15 +10516,15 @@ dependencies = [ "parity-scale-codec 3.4.0", "prost", "prost-build", - "rand 0.7.3", + "rand 0.8.5", "sc-client-api", "sc-network-common", "sp-api", "sp-authority-discovery", "sp-blockchain", - "sp-core 6.0.0", - "sp-keystore 0.12.0", - "sp-runtime 6.0.0", + "sp-core", + "sp-keystore", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", ] @@ -9909,7 +10532,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "futures", "futures-timer", @@ -9923,49 +10546,47 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-consensus", - "sp-core 6.0.0", + "sp-core", "sp-inherents", - "sp-runtime 6.0.0", + "sp-runtime", "substrate-prometheus-endpoint", ] [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "parity-scale-codec 3.4.0", "sc-client-api", "sp-api", "sp-block-builder", "sp-blockchain", - "sp-core 6.0.0", + "sp-core", "sp-inherents", - "sp-runtime 6.0.0", - "sp-state-machine 0.12.0", + "sp-runtime", + "sp-state-machine", ] [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ - "impl-trait-for-tuples", "memmap2", - "parity-scale-codec 3.4.0", "sc-chain-spec-derive", "sc-network-common", "sc-telemetry", "serde", "serde_json", - "sp-core 6.0.0", - "sp-runtime 6.0.0", + "sp-core", + "sp-runtime", ] [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9976,9 +10597,9 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ - "array-bytes", + "array-bytes 4.2.0", "chrono", "clap", "fdlimit", @@ -9987,7 +10608,7 @@ dependencies = [ "log", "names", "parity-scale-codec 3.4.0", - "rand 0.7.3", + "rand 0.8.5", "regex", "rpassword", "sc-client-api", @@ -10002,25 +10623,24 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-core 6.0.0", + "sp-core", "sp-keyring", - "sp-keystore 0.12.0", - "sp-panic-handler 4.0.0", - "sp-runtime 6.0.0", + "sp-keystore", + "sp-panic-handler", + "sp-runtime", "sp-version", "thiserror", - "tiny-bip39 0.8.2", + "tiny-bip39", "tokio", ] [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "fnv", "futures", - "hash-db", "log", "parity-scale-codec 3.4.0", "parking_lot 0.12.1", @@ -10030,21 +10650,20 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-consensus", - "sp-core 6.0.0", + "sp-core", "sp-database", - "sp-externalities 0.12.0", - "sp-keystore 0.12.0", - "sp-runtime 6.0.0", - "sp-state-machine 0.12.0", - "sp-storage 6.0.0", - "sp-trie 6.0.0", + "sp-externalities", + "sp-keystore", + "sp-runtime", + "sp-state-machine", + "sp-storage", "substrate-prometheus-endpoint", ] [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "hash-db", "kvdb", @@ -10057,25 +10676,26 @@ dependencies = [ "parking_lot 0.12.1", "sc-client-api", "sc-state-db", - "sp-arithmetic 5.0.0", + "sp-arithmetic", "sp-blockchain", - "sp-core 6.0.0", + "sp-core", "sp-database", - "sp-runtime 6.0.0", - "sp-state-machine 0.12.0", - "sp-trie 6.0.0", + "sp-runtime", + "sp-state-machine", + "sp-trie", ] [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "async-trait", "futures", "futures-timer", "libp2p", "log", + "mockall", "parking_lot 0.12.1", "sc-client-api", "sc-utils", @@ -10083,9 +10703,9 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-consensus", - "sp-core 6.0.0", - "sp-runtime 6.0.0", - "sp-state-machine 0.12.0", + "sp-core", + "sp-runtime", + "sp-state-machine", "substrate-prometheus-endpoint", "thiserror", ] @@ -10093,7 +10713,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "async-trait", "futures", @@ -10105,16 +10725,16 @@ dependencies = [ "sc-consensus-slots", "sc-telemetry", "sp-api", - "sp-application-crypto 6.0.0", + "sp-application-crypto", "sp-block-builder", "sp-blockchain", "sp-consensus", "sp-consensus-aura", "sp-consensus-slots", - "sp-core 6.0.0", + "sp-core", "sp-inherents", - "sp-keystore 0.12.0", - "sp-runtime 6.0.0", + "sp-keystore", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", ] @@ -10122,19 +10742,18 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "async-trait", "fork-tree", "futures", "log", "merlin", - "num-bigint 0.2.6", - "num-rational 0.2.4", + "num-bigint", + "num-rational", "num-traits", "parity-scale-codec 3.4.0", "parking_lot 0.12.1", - "rand 0.7.3", "sc-client-api", "sc-consensus", "sc-consensus-epochs", @@ -10142,21 +10761,18 @@ dependencies = [ "sc-keystore", "sc-telemetry", "schnorrkel", - "serde", "sp-api", - "sp-application-crypto 6.0.0", + "sp-application-crypto", "sp-block-builder", "sp-blockchain", "sp-consensus", "sp-consensus-babe", "sp-consensus-slots", "sp-consensus-vrf", - "sp-core 6.0.0", + "sp-core", "sp-inherents", - "sp-io 6.0.0", - "sp-keystore 0.12.0", - "sp-runtime 6.0.0", - "sp-version", + "sp-keystore", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", ] @@ -10164,42 +10780,42 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "futures", - "jsonrpsee", + "jsonrpsee 0.16.2", "sc-consensus-babe", "sc-consensus-epochs", "sc-rpc-api", "serde", "sp-api", - "sp-application-crypto 6.0.0", + "sp-application-crypto", "sp-blockchain", "sp-consensus", "sp-consensus-babe", - "sp-core 6.0.0", - "sp-keystore 0.12.0", - "sp-runtime 6.0.0", + "sp-core", + "sp-keystore", + "sp-runtime", "thiserror", ] [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "fork-tree", "parity-scale-codec 3.4.0", "sc-client-api", "sc-consensus", "sp-blockchain", - "sp-runtime 6.0.0", + "sp-runtime", ] [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "async-trait", "futures", @@ -10209,51 +10825,47 @@ dependencies = [ "sc-client-api", "sc-consensus", "sc-telemetry", - "sp-arithmetic 5.0.0", + "sp-arithmetic", "sp-blockchain", "sp-consensus", "sp-consensus-slots", - "sp-core 6.0.0", + "sp-core", "sp-inherents", - "sp-runtime 6.0.0", - "sp-state-machine 0.12.0", - "thiserror", + "sp-runtime", + "sp-state-machine", ] [[package]] name = "sc-consensus-uncles" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "sc-client-api", "sp-authorship", - "sp-runtime 6.0.0", + "sp-runtime", "thiserror", ] [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ - "lazy_static", - "lru 0.7.8", + "lru", "parity-scale-codec 3.4.0", "parking_lot 0.12.1", "sc-executor-common", "sc-executor-wasmi", "sc-executor-wasmtime", "sp-api", - "sp-core 6.0.0", - "sp-core-hashing-proc-macro", - "sp-externalities 0.12.0", - "sp-io 6.0.0", - "sp-panic-handler 4.0.0", - "sp-runtime-interface 6.0.0", - "sp-tasks", - "sp-trie 6.0.0", + "sp-core", + "sp-externalities", + "sp-io", + "sp-panic-handler", + "sp-runtime-interface", + "sp-trie", "sp-version", - "sp-wasm-interface 6.0.0", + "sp-wasm-interface", "tracing", "wasmi", ] @@ -10261,14 +10873,11 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ - "environmental", - "parity-scale-codec 3.4.0", "sc-allocator", "sp-maybe-compressed-blob", - "sp-sandbox", - "sp-wasm-interface 6.0.0", + "sp-wasm-interface", "thiserror", "wasm-instrument", "wasmi", @@ -10277,45 +10886,40 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "log", - "parity-scale-codec 3.4.0", "sc-allocator", "sc-executor-common", - "sp-runtime-interface 6.0.0", - "sp-sandbox", - "sp-wasm-interface 6.0.0", + "sp-runtime-interface", + "sp-wasm-interface", "wasmi", ] [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "libc", "log", "once_cell", - "parity-scale-codec 3.4.0", - "parity-wasm 0.45.0", "rustix 0.35.13", "sc-allocator", "sc-executor-common", - "sp-runtime-interface 6.0.0", - "sp-sandbox", - "sp-wasm-interface 6.0.0", + "sp-runtime-interface", + "sp-wasm-interface", "wasmtime", ] [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "ahash", - "array-bytes", + "array-bytes 4.2.0", "async-trait", "dyn-clone", "finality-grandpa", @@ -10330,7 +10934,6 @@ dependencies = [ "sc-chain-spec", "sc-client-api", "sc-consensus", - "sc-keystore", "sc-network", "sc-network-common", "sc-network-gossip", @@ -10338,14 +10941,14 @@ dependencies = [ "sc-utils", "serde_json", "sp-api", - "sp-application-crypto 6.0.0", - "sp-arithmetic 5.0.0", + "sp-application-crypto", + "sp-arithmetic", "sp-blockchain", "sp-consensus", - "sp-core 6.0.0", + "sp-core", "sp-finality-grandpa", - "sp-keystore 0.12.0", - "sp-runtime 6.0.0", + "sp-keystore", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", ] @@ -10353,83 +10956,75 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "finality-grandpa", "futures", - "jsonrpsee", + "jsonrpsee 0.16.2", "log", "parity-scale-codec 3.4.0", "sc-client-api", "sc-finality-grandpa", "sc-rpc", "serde", - "serde_json", "sp-blockchain", - "sp-core 6.0.0", - "sp-runtime 6.0.0", + "sp-core", + "sp-runtime", "thiserror", ] [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "ansi_term", "futures", "futures-timer", "log", - "parity-util-mem", "sc-client-api", "sc-network-common", - "sc-transaction-pool-api", "sp-blockchain", - "sp-runtime 6.0.0", + "sp-runtime", ] [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ - "array-bytes", + "array-bytes 4.2.0", "async-trait", "parking_lot 0.12.1", "serde_json", - "sp-application-crypto 6.0.0", - "sp-core 6.0.0", - "sp-keystore 0.12.0", + "sp-application-crypto", + "sp-core", + "sp-keystore", "thiserror", ] [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ - "array-bytes", + "array-bytes 4.2.0", "async-trait", "asynchronous-codec", - "bitflags", + "backtrace", "bytes", - "cid", "either", "fnv", - "fork-tree", "futures", "futures-timer", "ip_network", "libp2p", - "linked-hash-map", - "linked_hash_set", "log", - "lru 0.7.8", + "lru", "parity-scale-codec 3.4.0", "parking_lot 0.12.1", "pin-project", - "prost", - "rand 0.7.3", + "rand 0.8.5", "sc-block-builder", "sc-client-api", "sc-consensus", @@ -10439,11 +11034,11 @@ dependencies = [ "serde", "serde_json", "smallvec", - "sp-arithmetic 5.0.0", + "sp-arithmetic", "sp-blockchain", "sp-consensus", - "sp-core 6.0.0", - "sp-runtime 6.0.0", + "sp-core", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", "unsigned-varint", @@ -10453,7 +11048,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "cid", "futures", @@ -10464,16 +11059,15 @@ dependencies = [ "sc-client-api", "sc-network-common", "sp-blockchain", - "sp-runtime 6.0.0", + "sp-runtime", "thiserror", "unsigned-varint", - "void", ] [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "async-trait", "bitflags", @@ -10491,7 +11085,7 @@ dependencies = [ "sp-blockchain", "sp-consensus", "sp-finality-grandpa", - "sp-runtime 6.0.0", + "sp-runtime", "substrate-prometheus-endpoint", "thiserror", ] @@ -10499,17 +11093,17 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "ahash", "futures", "futures-timer", "libp2p", "log", - "lru 0.7.8", + "lru", "sc-network-common", "sc-peerset", - "sp-runtime 6.0.0", + "sp-runtime", "substrate-prometheus-endpoint", "tracing", ] @@ -10517,9 +11111,9 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ - "array-bytes", + "array-bytes 4.2.0", "futures", "libp2p", "log", @@ -10530,22 +11124,23 @@ dependencies = [ "sc-network-common", "sc-peerset", "sp-blockchain", - "sp-core 6.0.0", - "sp-runtime 6.0.0", + "sp-core", + "sp-runtime", "thiserror", ] [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ - "array-bytes", + "array-bytes 4.2.0", + "async-trait", "fork-tree", "futures", "libp2p", "log", - "lru 0.7.8", + "lru", "mockall", "parity-scale-codec 3.4.0", "prost", @@ -10556,40 +11151,41 @@ dependencies = [ "sc-peerset", "sc-utils", "smallvec", - "sp-arithmetic 5.0.0", + "sp-arithmetic", "sp-blockchain", "sp-consensus", - "sp-core 6.0.0", + "sp-core", "sp-finality-grandpa", - "sp-runtime 6.0.0", + "sp-runtime", + "substrate-prometheus-endpoint", "thiserror", ] [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ - "array-bytes", + "array-bytes 4.2.0", "futures", - "hex", "libp2p", "log", "parity-scale-codec 3.4.0", "pin-project", "sc-network-common", "sc-peerset", + "sc-utils", "sp-consensus", - "sp-runtime 6.0.0", + "sp-runtime", "substrate-prometheus-endpoint", ] [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ - "array-bytes", + "array-bytes 4.2.0", "bytes", "fnv", "futures", @@ -10601,15 +11197,15 @@ dependencies = [ "once_cell", "parity-scale-codec 3.4.0", "parking_lot 0.12.1", - "rand 0.7.3", + "rand 0.8.5", "sc-client-api", "sc-network-common", "sc-peerset", "sc-utils", "sp-api", - "sp-core 6.0.0", + "sp-core", "sp-offchain", - "sp-runtime 6.0.0", + "sp-runtime", "threadpool", "tracing", ] @@ -10617,7 +11213,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "futures", "libp2p", @@ -10630,7 +11226,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -10639,11 +11235,10 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "futures", - "hash-db", - "jsonrpsee", + "jsonrpsee 0.16.2", "log", "parity-scale-codec 3.4.0", "parking_lot 0.12.1", @@ -10657,11 +11252,11 @@ dependencies = [ "serde_json", "sp-api", "sp-blockchain", - "sp-core 6.0.0", - "sp-keystore 0.12.0", + "sp-core", + "sp-keystore", "sp-offchain", "sp-rpc", - "sp-runtime 6.0.0", + "sp-runtime", "sp-session", "sp-version", ] @@ -10669,22 +11264,18 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ - "futures", - "jsonrpsee", - "log", + "jsonrpsee 0.16.2", "parity-scale-codec 3.4.0", - "parking_lot 0.12.1", "sc-chain-spec", "sc-transaction-pool-api", "scale-info", "serde", "serde_json", - "sp-core 6.0.0", + "sp-core", "sp-rpc", - "sp-runtime 6.0.0", - "sp-tracing 5.0.0", + "sp-runtime", "sp-version", "thiserror", ] @@ -10692,53 +11283,60 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ - "futures", - "jsonrpsee", + "http", + "jsonrpsee 0.16.2", "log", "serde_json", "substrate-prometheus-endpoint", "tokio", + "tower", + "tower-http", ] [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ + "array-bytes 4.2.0", "futures", + "futures-util", "hex", - "jsonrpsee", + "jsonrpsee 0.16.2", + "log", "parity-scale-codec 3.4.0", + "parking_lot 0.12.1", "sc-chain-spec", + "sc-client-api", "sc-transaction-pool-api", "serde", "sp-api", "sp-blockchain", - "sp-core 6.0.0", - "sp-runtime 6.0.0", + "sp-core", + "sp-runtime", + "sp-version", "thiserror", + "tokio-stream", ] [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "async-trait", "directories", "exit-future", "futures", "futures-timer", - "hash-db", - "jsonrpsee", + "jsonrpsee 0.16.2", "log", "parity-scale-codec 3.4.0", - "parity-util-mem", "parking_lot 0.12.1", "pin-project", - "rand 0.7.3", + "rand 0.8.5", "sc-block-builder", "sc-chain-spec", "sc-client-api", @@ -10766,22 +11364,18 @@ dependencies = [ "serde", "serde_json", "sp-api", - "sp-application-crypto 6.0.0", - "sp-block-builder", "sp-blockchain", "sp-consensus", - "sp-core 6.0.0", - "sp-externalities 0.12.0", - "sp-inherents", - "sp-keystore 0.12.0", - "sp-runtime 6.0.0", + "sp-core", + "sp-externalities", + "sp-keystore", + "sp-runtime", "sp-session", - "sp-state-machine 0.12.0", - "sp-storage 6.0.0", - "sp-tracing 5.0.0", + "sp-state-machine", + "sp-storage", "sp-transaction-pool", "sp-transaction-storage-proof", - "sp-trie 6.0.0", + "sp-trie", "sp-version", "static_init 1.0.3", "substrate-prometheus-endpoint", @@ -10795,9 +11389,9 @@ dependencies = [ [[package]] name = "sc-service-test" version = "2.0.0" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ - "array-bytes", + "array-bytes 4.2.0", "fdlimit", "futures", "log", @@ -10815,14 +11409,13 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-consensus", - "sp-core 6.0.0", - "sp-externalities 0.12.0", - "sp-panic-handler 4.0.0", - "sp-runtime 6.0.0", - "sp-state-machine 0.12.0", - "sp-storage 6.0.0", - "sp-tracing 5.0.0", - "sp-trie 6.0.0", + "sp-core", + "sp-io", + "sp-runtime", + "sp-state-machine", + "sp-storage", + "sp-tracing", + "sp-trie", "substrate-test-runtime", "substrate-test-runtime-client", "tempfile", @@ -10832,23 +11425,20 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "log", "parity-scale-codec 3.4.0", - "parity-util-mem", - "parity-util-mem-derive", "parking_lot 0.12.1", - "sc-client-api", - "sp-core 6.0.0", + "sp-core", ] [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ - "jsonrpsee", + "jsonrpsee 0.16.2", "parity-scale-codec 3.4.0", "sc-chain-spec", "sc-client-api", @@ -10858,33 +11448,33 @@ dependencies = [ "serde", "serde_json", "sp-blockchain", - "sp-runtime 6.0.0", + "sp-runtime", "thiserror", ] [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "futures", "libc", "log", - "rand 0.7.3", - "rand_pcg 0.2.1", + "rand 0.8.5", + "rand_pcg", "regex", "sc-telemetry", "serde", "serde_json", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-std 4.0.0", + "sp-core", + "sp-io", + "sp-std", ] [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "chrono", "futures", @@ -10892,7 +11482,8 @@ dependencies = [ "log", "parking_lot 0.12.1", "pin-project", - "rand 0.7.3", + "rand 0.8.5", + "sc-utils", "serde", "serde_json", "thiserror", @@ -10902,7 +11493,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "ansi_term", "atty", @@ -10920,10 +11511,10 @@ dependencies = [ "serde", "sp-api", "sp-blockchain", - "sp-core 6.0.0", + "sp-core", "sp-rpc", - "sp-runtime 6.0.0", - "sp-tracing 5.0.0", + "sp-runtime", + "sp-tracing", "thiserror", "tracing", "tracing-log", @@ -10933,7 +11524,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10944,7 +11535,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "async-trait", "futures", @@ -10952,7 +11543,6 @@ dependencies = [ "linked-hash-map", "log", "parity-scale-codec 3.4.0", - "parity-util-mem", "parking_lot 0.12.1", "sc-client-api", "sc-transaction-pool-api", @@ -10960,9 +11550,9 @@ dependencies = [ "serde", "sp-api", "sp-blockchain", - "sp-core 6.0.0", - "sp-runtime 6.0.0", - "sp-tracing 5.0.0", + "sp-core", + "sp-runtime", + "sp-tracing", "sp-transaction-pool", "substrate-prometheus-endpoint", "thiserror", @@ -10971,22 +11561,23 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "async-trait", "futures", "log", "serde", "sp-blockchain", - "sp-runtime 6.0.0", + "sp-runtime", "thiserror", ] [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ + "backtrace", "futures", "futures-timer", "lazy_static", @@ -11002,7 +11593,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "001cf62ece89779fd16105b5f515ad0e5cedcd5440d3dd806bb067978e7c3608" dependencies = [ "bitvec 1.0.1", - "cfg-if 1.0.0", + "cfg-if", "derive_more", "parity-scale-codec 3.4.0", "scale-info-derive", @@ -11060,6 +11651,16 @@ version = "1.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1" +[[package]] +name = "sct" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce" +dependencies = [ + "ring", + "untrusted", +] + [[package]] name = "sct" version = "0.7.0" @@ -11070,12 +11671,25 @@ dependencies = [ "untrusted", ] +[[package]] +name = "sdp" +version = "0.5.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4d22a5ef407871893fd72b4562ee15e4742269b173959db4b8df6f538c414e13" +dependencies = [ + "rand 0.8.5", + "substring", + "thiserror", + "url", +] + [[package]] name = "sec1" -version = "0.2.1" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1" +checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928" dependencies = [ + "base16ct", "der", "generic-array 0.14.6", "pkcs8", @@ -11197,15 +11811,6 @@ dependencies = [ "serde", ] -[[package]] -name = "serde_nanos" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ae801b7733ca8d6a2b580debe99f67f36826a0f5b8a36055dc6bc40f8d6bc71" -dependencies = [ - "serde", -] - [[package]] name = "sha-1" version = "0.9.8" @@ -11213,12 +11818,23 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6" dependencies = [ "block-buffer 0.9.0", - "cfg-if 1.0.0", + "cfg-if", "cpufeatures", "digest 0.9.0", "opaque-debug 0.3.0", ] +[[package]] +name = "sha1" +version = "0.10.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3" +dependencies = [ + "cfg-if", + "cpufeatures", + "digest 0.10.6", +] + [[package]] name = "sha2" version = "0.8.2" @@ -11238,7 +11854,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800" dependencies = [ "block-buffer 0.9.0", - "cfg-if 1.0.0", + "cfg-if", "cpufeatures", "digest 0.9.0", "opaque-debug 0.3.0", @@ -11250,7 +11866,7 @@ version = "0.10.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "cpufeatures", "digest 0.10.6", ] @@ -11292,16 +11908,6 @@ version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3" -[[package]] -name = "signal-hook" -version = "0.3.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9" -dependencies = [ - "libc", - "signal-hook-registry", -] - [[package]] name = "signal-hook-registry" version = "1.4.1" @@ -11313,11 +11919,11 @@ dependencies = [ [[package]] name = "signature" -version = "1.4.0" +version = "1.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788" +checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" dependencies = [ - "digest 0.9.0", + "digest 0.10.6", "rand_core 0.6.4", ] @@ -11333,6 +11939,12 @@ dependencies = [ "paste", ] +[[package]] +name = "siphasher" +version = "0.3.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de" + [[package]] name = "slab" version = "0.4.8" @@ -11350,14 +11962,14 @@ checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec" [[package]] name = "slot-range-helper" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "enumn", "parity-scale-codec 3.4.0", "paste", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-runtime", + "sp-std", ] [[package]] @@ -11387,7 +11999,7 @@ version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "12ba5f4d4ff12bdb6a169ed51b7c48c0e0ac4b0b4b31012b2571e97d78d3201d" dependencies = [ - "aes-gcm", + "aes-gcm 0.9.4", "blake2", "chacha20poly1305", "curve25519-dalek 4.0.0-rc.0", @@ -11418,6 +12030,7 @@ dependencies = [ "bytes", "flate2", "futures", + "http", "httparse", "log", "rand 0.8.5", @@ -11427,17 +12040,17 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "hash-db", "log", "parity-scale-codec 3.4.0", "sp-api-proc-macro", - "sp-core 6.0.0", - "sp-runtime 6.0.0", - "sp-state-machine 0.12.0", - "sp-std 4.0.0", - "sp-trie 6.0.0", + "sp-core", + "sp-runtime", + "sp-state-machine", + "sp-std", + "sp-trie", "sp-version", "thiserror", ] @@ -11445,7 +12058,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "blake2", "proc-macro-crate", @@ -11454,131 +12067,119 @@ dependencies = [ "syn", ] -[[package]] -name = "sp-application-crypto" -version = "6.0.0" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" -dependencies = [ - "parity-scale-codec 3.4.0", - "scale-info", - "serde", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-std 4.0.0", -] - [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "git+https://github.com/PureStake/substrate?branch=moonbeam-polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4" -dependencies = [ - "parity-scale-codec 3.4.0", - "scale-info", - "serde", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-std 5.0.0", -] - -[[package]] -name = "sp-arithmetic" -version = "5.0.0" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ - "integer-sqrt", - "num-traits", "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-debug-derive 4.0.0", - "sp-std 4.0.0", - "static_assertions", + "sp-core", + "sp-io", + "sp-std", ] [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+https://github.com/PureStake/substrate?branch=moonbeam-polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "integer-sqrt", "num-traits", "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-std 5.0.0", + "sp-std", "static_assertions", ] [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "sp-api", - "sp-application-crypto 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-application-crypto", + "sp-runtime", + "sp-std", ] [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "async-trait", "parity-scale-codec 3.4.0", "sp-inherents", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-runtime", + "sp-std", +] + +[[package]] +name = "sp-beefy" +version = "4.0.0-dev" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" +dependencies = [ + "parity-scale-codec 3.4.0", + "scale-info", + "serde", + "sp-api", + "sp-application-crypto", + "sp-core", + "sp-io", + "sp-mmr-primitives", + "sp-runtime", + "sp-std", ] [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "parity-scale-codec 3.4.0", "sp-api", "sp-inherents", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-runtime", + "sp-std", ] [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "futures", "log", - "lru 0.7.8", + "lru", "parity-scale-codec 3.4.0", "parking_lot 0.12.1", "sp-api", "sp-consensus", "sp-database", - "sp-runtime 6.0.0", - "sp-state-machine 0.12.0", + "sp-runtime", + "sp-state-machine", "thiserror", ] [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "async-trait", "futures", - "futures-timer", "log", "parity-scale-codec 3.4.0", - "sp-core 6.0.0", + "sp-core", "sp-inherents", - "sp-runtime 6.0.0", - "sp-state-machine 0.12.0", - "sp-std 4.0.0", + "sp-runtime", + "sp-state-machine", + "sp-std", "sp-version", "thiserror", ] @@ -11586,25 +12187,25 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "async-trait", "parity-scale-codec 3.4.0", "scale-info", "sp-api", - "sp-application-crypto 6.0.0", + "sp-application-crypto", "sp-consensus", "sp-consensus-slots", "sp-inherents", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-runtime", + "sp-std", "sp-timestamp", ] [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "async-trait", "merlin", @@ -11612,97 +12213,49 @@ dependencies = [ "scale-info", "serde", "sp-api", - "sp-application-crypto 6.0.0", + "sp-application-crypto", "sp-consensus", "sp-consensus-slots", "sp-consensus-vrf", - "sp-core 6.0.0", + "sp-core", "sp-inherents", - "sp-keystore 0.12.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-keystore", + "sp-runtime", + "sp-std", "sp-timestamp", ] [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-arithmetic 5.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-std", "sp-timestamp", ] [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" -dependencies = [ - "parity-scale-codec 3.4.0", - "scale-info", - "schnorrkel", - "sp-core 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", -] - -[[package]] -name = "sp-core" -version = "6.0.0" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ - "array-bytes", - "base58", - "bitflags", - "blake2", - "byteorder", - "dyn-clonable", - "ed25519-zebra", - "futures", - "hash-db", - "hash256-std-hasher", - "impl-serde", - "lazy_static", - "libsecp256k1", - "log", - "merlin", - "num-traits", "parity-scale-codec 3.4.0", - "parity-util-mem", - "parking_lot 0.12.1", - "primitive-types 0.12.1", - "rand 0.7.3", - "regex", "scale-info", "schnorrkel", - "secp256k1", - "secrecy", - "serde", - "sp-core-hashing 4.0.0", - "sp-debug-derive 4.0.0", - "sp-externalities 0.12.0", - "sp-runtime-interface 6.0.0", - "sp-std 4.0.0", - "sp-storage 6.0.0", - "ss58-registry", - "substrate-bip39", - "thiserror", - "tiny-bip39 0.8.2", - "wasmi", - "zeroize", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/PureStake/substrate?branch=moonbeam-polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ - "array-bytes", + "array-bytes 4.2.0", "base58", "bitflags", "blake2", @@ -11726,113 +12279,78 @@ dependencies = [ "secp256k1", "secrecy", "serde", - "sp-core-hashing 5.0.0", - "sp-debug-derive 5.0.0", - "sp-externalities 0.13.0", - "sp-runtime-interface 7.0.0", - "sp-std 5.0.0", - "sp-storage 7.0.0", + "sp-core-hashing", + "sp-debug-derive", + "sp-externalities", + "sp-runtime-interface", + "sp-std", + "sp-storage", "ss58-registry", "substrate-bip39", "thiserror", - "tiny-bip39 1.0.0", + "tiny-bip39", "zeroize", ] -[[package]] -name = "sp-core-hashing" -version = "4.0.0" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" -dependencies = [ - "blake2", - "byteorder", - "digest 0.10.6", - "sha2 0.10.6", - "sha3 0.10.6", - "sp-std 4.0.0", - "twox-hash", -] - [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+https://github.com/PureStake/substrate?branch=moonbeam-polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "blake2", "byteorder", "digest 0.10.6", "sha2 0.10.6", "sha3 0.10.6", - "sp-std 5.0.0", + "sp-std", "twox-hash", ] [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "proc-macro2", "quote", - "sp-core-hashing 4.0.0", + "sp-core-hashing", "syn", ] [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "kvdb", "parking_lot 0.12.1", ] -[[package]] -name = "sp-debug-derive" -version = "4.0.0" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "git+https://github.com/PureStake/substrate?branch=moonbeam-polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "proc-macro2", "quote", "syn", ] -[[package]] -name = "sp-externalities" -version = "0.12.0" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" -dependencies = [ - "environmental", - "parity-scale-codec 3.4.0", - "sp-std 4.0.0", - "sp-storage 6.0.0", -] - [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+https://github.com/PureStake/substrate?branch=moonbeam-polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "environmental", "parity-scale-codec 3.4.0", - "sp-std 5.0.0", - "sp-storage 7.0.0", + "sp-std", + "sp-storage", ] [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "finality-grandpa", "log", @@ -11840,57 +12358,31 @@ dependencies = [ "scale-info", "serde", "sp-api", - "sp-application-crypto 6.0.0", - "sp-core 6.0.0", - "sp-keystore 0.12.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-application-crypto", + "sp-core", + "sp-keystore", + "sp-runtime", + "sp-std", ] [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "async-trait", "impl-trait-for-tuples", "parity-scale-codec 3.4.0", - "sp-core 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-core", + "sp-runtime", + "sp-std", "thiserror", ] -[[package]] -name = "sp-io" -version = "6.0.0" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" -dependencies = [ - "bytes", - "futures", - "hash-db", - "libsecp256k1", - "log", - "parity-scale-codec 3.4.0", - "parking_lot 0.12.1", - "secp256k1", - "sp-core 6.0.0", - "sp-externalities 0.12.0", - "sp-keystore 0.12.0", - "sp-runtime-interface 6.0.0", - "sp-state-machine 0.12.0", - "sp-std 4.0.0", - "sp-tracing 5.0.0", - "sp-trie 6.0.0", - "sp-wasm-interface 6.0.0", - "tracing", - "tracing-core", -] - [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/PureStake/substrate?branch=moonbeam-polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "bytes", "ed25519", @@ -11900,50 +12392,33 @@ dependencies = [ "log", "parity-scale-codec 3.4.0", "secp256k1", - "sp-core 7.0.0", - "sp-externalities 0.13.0", - "sp-keystore 0.13.0", - "sp-runtime-interface 7.0.0", - "sp-state-machine 0.13.0", - "sp-std 5.0.0", - "sp-tracing 6.0.0", - "sp-trie 7.0.0", + "sp-core", + "sp-externalities", + "sp-keystore", + "sp-runtime-interface", + "sp-state-machine", + "sp-std", + "sp-tracing", + "sp-trie", "tracing", "tracing-core", ] [[package]] name = "sp-keyring" -version = "6.0.0" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" -dependencies = [ - "lazy_static", - "sp-core 6.0.0", - "sp-runtime 6.0.0", - "strum", -] - -[[package]] -name = "sp-keystore" -version = "0.12.0" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +version = "7.0.0" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ - "async-trait", - "futures", - "merlin", - "parity-scale-codec 3.4.0", - "parking_lot 0.12.1", - "schnorrkel", - "serde", - "sp-core 6.0.0", - "sp-externalities 0.12.0", - "thiserror", + "lazy_static", + "sp-core", + "sp-runtime", + "strum", ] [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/PureStake/substrate?branch=moonbeam-polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "async-trait", "futures", @@ -11951,15 +12426,16 @@ dependencies = [ "parity-scale-codec 3.4.0", "parking_lot 0.12.1", "schnorrkel", - "sp-core 7.0.0", - "sp-externalities 0.13.0", + "serde", + "sp-core", + "sp-externalities", "thiserror", ] [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "thiserror", "zstd", @@ -11968,57 +12444,49 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ + "ckb-merkle-mountain-range", "log", "parity-scale-codec 3.4.0", "scale-info", "serde", "sp-api", - "sp-core 6.0.0", - "sp-debug-derive 4.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-core", + "sp-debug-derive", + "sp-runtime", + "sp-std", + "thiserror", ] [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "serde", - "sp-arithmetic 5.0.0", - "sp-core 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-arithmetic", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "sp-api", - "sp-core 6.0.0", - "sp-runtime 6.0.0", -] - -[[package]] -name = "sp-panic-handler" -version = "4.0.0" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" -dependencies = [ - "backtrace", - "lazy_static", - "regex", + "sp-core", + "sp-runtime", ] [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/PureStake/substrate?branch=moonbeam-polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "backtrace", "lazy_static", @@ -12028,40 +12496,17 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "rustc-hash", "serde", - "sp-core 6.0.0", -] - -[[package]] -name = "sp-runtime" -version = "6.0.0" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" -dependencies = [ - "either", - "hash256-std-hasher", - "impl-trait-for-tuples", - "log", - "parity-scale-codec 3.4.0", - "parity-util-mem", - "paste", - "rand 0.7.3", - "scale-info", - "serde", - "sp-application-crypto 6.0.0", - "sp-arithmetic 5.0.0", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-std 4.0.0", - "sp-weights", + "sp-core", ] [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+https://github.com/PureStake/substrate?branch=moonbeam-polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "either", "hash256-std-hasher", @@ -12072,66 +12517,36 @@ dependencies = [ "rand 0.8.5", "scale-info", "serde", - "sp-application-crypto 7.0.0", - "sp-arithmetic 6.0.0", - "sp-core 7.0.0", - "sp-io 7.0.0", - "sp-std 5.0.0", + "sp-application-crypto", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-std", "sp-weights", ] -[[package]] -name = "sp-runtime-interface" -version = "6.0.0" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" -dependencies = [ - "bytes", - "impl-trait-for-tuples", - "parity-scale-codec 3.4.0", - "primitive-types 0.12.1", - "sp-externalities 0.12.0", - "sp-runtime-interface-proc-macro 5.0.0", - "sp-std 4.0.0", - "sp-storage 6.0.0", - "sp-tracing 5.0.0", - "sp-wasm-interface 6.0.0", - "static_assertions", -] - [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+https://github.com/PureStake/substrate?branch=moonbeam-polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "bytes", "impl-trait-for-tuples", "parity-scale-codec 3.4.0", "primitive-types 0.12.1", - "sp-externalities 0.13.0", - "sp-runtime-interface-proc-macro 6.0.0", - "sp-std 5.0.0", - "sp-storage 7.0.0", - "sp-tracing 6.0.0", - "sp-wasm-interface 7.0.0", + "sp-externalities", + "sp-runtime-interface-proc-macro", + "sp-std", + "sp-storage", + "sp-tracing", + "sp-wasm-interface", "static_assertions", ] -[[package]] -name = "sp-runtime-interface-proc-macro" -version = "5.0.0" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" -dependencies = [ - "Inflector", - "proc-macro-crate", - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+https://github.com/PureStake/substrate?branch=moonbeam-polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "Inflector", "proc-macro-crate", @@ -12140,71 +12555,36 @@ dependencies = [ "syn", ] -[[package]] -name = "sp-sandbox" -version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" -dependencies = [ - "log", - "parity-scale-codec 3.4.0", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-std 4.0.0", - "sp-wasm-interface 6.0.0", - "wasmi", -] - [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "parity-scale-codec 3.4.0", "scale-info", "sp-api", - "sp-core 6.0.0", - "sp-runtime 6.0.0", + "sp-core", + "sp-runtime", "sp-staking", - "sp-std 4.0.0", + "sp-std", ] [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "parity-scale-codec 3.4.0", "scale-info", - "sp-runtime 6.0.0", - "sp-std 4.0.0", -] - -[[package]] -name = "sp-state-machine" -version = "0.12.0" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" -dependencies = [ - "hash-db", - "log", - "num-traits", - "parity-scale-codec 3.4.0", - "parking_lot 0.12.1", - "rand 0.7.3", - "smallvec", - "sp-core 6.0.0", - "sp-externalities 0.12.0", - "sp-panic-handler 4.0.0", - "sp-std 4.0.0", - "sp-trie 6.0.0", - "thiserror", - "tracing", - "trie-root", + "sp-core", + "sp-runtime", + "sp-std", ] [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/PureStake/substrate?branch=moonbeam-polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "hash-db", "log", @@ -12212,99 +12592,55 @@ dependencies = [ "parking_lot 0.12.1", "rand 0.8.5", "smallvec", - "sp-core 7.0.0", - "sp-externalities 0.13.0", - "sp-panic-handler 5.0.0", - "sp-std 5.0.0", - "sp-trie 7.0.0", + "sp-core", + "sp-externalities", + "sp-panic-handler", + "sp-std", + "sp-trie", "thiserror", "tracing", ] -[[package]] -name = "sp-std" -version = "4.0.0" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" - [[package]] name = "sp-std" version = "5.0.0" -source = "git+https://github.com/PureStake/substrate?branch=moonbeam-polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4" - -[[package]] -name = "sp-storage" -version = "6.0.0" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" -dependencies = [ - "impl-serde", - "parity-scale-codec 3.4.0", - "ref-cast", - "serde", - "sp-debug-derive 4.0.0", - "sp-std 4.0.0", -] +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/PureStake/substrate?branch=moonbeam-polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "impl-serde", "parity-scale-codec 3.4.0", "ref-cast", "serde", - "sp-debug-derive 5.0.0", - "sp-std 5.0.0", -] - -[[package]] -name = "sp-tasks" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" -dependencies = [ - "log", - "sp-core 6.0.0", - "sp-externalities 0.12.0", - "sp-io 6.0.0", - "sp-runtime-interface 6.0.0", - "sp-std 4.0.0", + "sp-debug-derive", + "sp-std", ] [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "async-trait", "futures-timer", "log", "parity-scale-codec 3.4.0", - "sp-api", "sp-inherents", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-runtime", + "sp-std", "thiserror", ] -[[package]] -name = "sp-tracing" -version = "5.0.0" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" -dependencies = [ - "parity-scale-codec 3.4.0", - "sp-std 4.0.0", - "tracing", - "tracing-core", - "tracing-subscriber", -] - [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/PureStake/substrate?branch=moonbeam-polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "parity-scale-codec 3.4.0", - "sp-std 5.0.0", + "sp-std", "tracing", "tracing-core", "tracing-subscriber", @@ -12313,68 +12649,45 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "sp-api", - "sp-runtime 6.0.0", + "sp-runtime", ] [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "async-trait", "log", "parity-scale-codec 3.4.0", "scale-info", - "sp-core 6.0.0", + "sp-core", "sp-inherents", - "sp-runtime 6.0.0", - "sp-std 4.0.0", - "sp-trie 6.0.0", -] - -[[package]] -name = "sp-trie" -version = "6.0.0" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" -dependencies = [ - "ahash", - "hash-db", - "hashbrown", - "lazy_static", - "lru 0.7.8", - "memory-db 0.30.0", - "nohash-hasher", - "parity-scale-codec 3.4.0", - "parking_lot 0.12.1", - "scale-info", - "sp-core 6.0.0", - "sp-std 4.0.0", - "thiserror", - "tracing", - "trie-db", - "trie-root", + "sp-runtime", + "sp-std", + "sp-trie", ] [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/PureStake/substrate?branch=moonbeam-polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "ahash", "hash-db", "hashbrown", "lazy_static", - "lru 0.8.1", - "memory-db 0.31.0", + "lru", + "memory-db", "nohash-hasher", "parity-scale-codec 3.4.0", "parking_lot 0.12.1", "scale-info", - "sp-core 7.0.0", - "sp-std 5.0.0", + "sp-core", + "sp-std", "thiserror", "tracing", "trie-db", @@ -12384,16 +12697,16 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "impl-serde", "parity-scale-codec 3.4.0", - "parity-wasm 0.45.0", + "parity-wasm", "scale-info", "serde", "sp-core-hashing-proc-macro", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-runtime", + "sp-std", "sp-version-proc-macro", "thiserror", ] @@ -12401,7 +12714,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "parity-scale-codec 3.4.0", "proc-macro2", @@ -12409,28 +12722,15 @@ dependencies = [ "syn", ] -[[package]] -name = "sp-wasm-interface" -version = "6.0.0" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" -dependencies = [ - "impl-trait-for-tuples", - "log", - "parity-scale-codec 3.4.0", - "sp-std 4.0.0", - "wasmi", - "wasmtime", -] - [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/PureStake/substrate?branch=moonbeam-polkadot-v0.9.37#946507ba9ef13e263534176b7b74e26fc56efbd4" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "impl-trait-for-tuples", "log", "parity-scale-codec 3.4.0", - "sp-std 5.0.0", + "sp-std", "wasmi", "wasmtime", ] @@ -12438,17 +12738,16 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ - "impl-trait-for-tuples", "parity-scale-codec 3.4.0", "scale-info", "serde", "smallvec", - "sp-arithmetic 5.0.0", - "sp-core 6.0.0", - "sp-debug-derive 4.0.0", - "sp-std 4.0.0", + "sp-arithmetic", + "sp-core", + "sp-debug-derive", + "sp-std", ] [[package]] @@ -12459,9 +12758,9 @@ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" [[package]] name = "spki" -version = "0.5.4" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27" +checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b" dependencies = [ "base64ct", "der", @@ -12588,6 +12887,25 @@ dependencies = [ "syn", ] +[[package]] +name = "stun" +version = "0.4.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a7e94b1ec00bad60e6410e058b52f1c66de3dc5fe4d62d09b3e52bb7d3b73e25" +dependencies = [ + "base64 0.13.1", + "crc", + "lazy_static", + "md-5", + "rand 0.8.5", + "ring", + "subtle", + "thiserror", + "tokio", + "url", + "webrtc-util", +] + [[package]] name = "substrate-bip39" version = "0.4.4" @@ -12604,7 +12922,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "platforms 2.0.0", ] @@ -12612,30 +12930,27 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "frame-system-rpc-runtime-api", "futures", - "jsonrpsee", + "jsonrpsee 0.16.2", "log", "parity-scale-codec 3.4.0", - "sc-client-api", "sc-rpc-api", "sc-transaction-pool-api", - "serde_json", "sp-api", "sp-block-builder", "sp-blockchain", - "sp-core 6.0.0", - "sp-runtime 6.0.0", + "sp-core", + "sp-runtime", ] [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ - "futures-util", "hyper", "log", "prometheus", @@ -12646,43 +12961,41 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "async-trait", - "jsonrpsee", + "jsonrpsee 0.16.2", "log", "sc-rpc-api", "serde", - "sp-runtime 6.0.0", + "sp-runtime", ] [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ - "jsonrpsee", + "jsonrpsee 0.16.2", "log", "parity-scale-codec 3.4.0", "sc-client-api", "sc-rpc-api", "scale-info", "serde", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-state-machine 0.12.0", - "sp-std 4.0.0", - "sp-trie 6.0.0", + "sp-core", + "sp-runtime", + "sp-state-machine", + "sp-trie", "trie-db", ] [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ - "array-bytes", + "array-bytes 4.2.0", "async-trait", "futures", "parity-scale-codec 3.4.0", @@ -12696,52 +13009,51 @@ dependencies = [ "serde_json", "sp-blockchain", "sp-consensus", - "sp-core 6.0.0", + "sp-core", "sp-keyring", - "sp-keystore 0.12.0", - "sp-runtime 6.0.0", - "sp-state-machine 0.12.0", + "sp-keystore", + "sp-runtime", + "sp-state-machine", ] [[package]] name = "substrate-test-runtime" version = "2.0.0" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "beefy-merkle-tree", - "sp-beefy", - "cfg-if 1.0.0", + "cfg-if", "frame-support", "frame-system", "frame-system-rpc-runtime-api", "log", - "memory-db 0.30.0", + "memory-db", "pallet-babe", "pallet-timestamp", "parity-scale-codec 3.4.0", - "parity-util-mem", "sc-service", "scale-info", "serde", "sp-api", - "sp-application-crypto 6.0.0", + "sp-application-crypto", + "sp-beefy", "sp-block-builder", "sp-consensus-aura", "sp-consensus-babe", - "sp-core 6.0.0", - "sp-externalities 0.12.0", + "sp-core", + "sp-externalities", "sp-finality-grandpa", "sp-inherents", - "sp-io 6.0.0", + "sp-io", "sp-keyring", "sp-offchain", - "sp-runtime 6.0.0", - "sp-runtime-interface 6.0.0", + "sp-runtime", + "sp-runtime-interface", "sp-session", - "sp-state-machine 0.12.0", - "sp-std 4.0.0", + "sp-state-machine", + "sp-std", "sp-transaction-pool", - "sp-trie 6.0.0", + "sp-trie", "sp-version", "substrate-wasm-builder", "trie-db", @@ -12750,7 +13062,7 @@ dependencies = [ [[package]] name = "substrate-test-runtime-client" version = "2.0.0" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "futures", "parity-scale-codec 3.4.0", @@ -12760,8 +13072,8 @@ dependencies = [ "sp-api", "sp-blockchain", "sp-consensus", - "sp-core 6.0.0", - "sp-runtime 6.0.0", + "sp-core", + "sp-runtime", "substrate-test-client", "substrate-test-runtime", ] @@ -12769,7 +13081,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "ansi_term", "build-helper", @@ -12780,7 +13092,7 @@ dependencies = [ "tempfile", "toml", "walkdir", - "wasm-gc-api", + "wasm-opt", ] [[package]] @@ -12789,6 +13101,15 @@ version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "316626afcac0219c95116e6a2518e622484c2814182bd225fbf4da4f67e27e8f" +[[package]] +name = "substring" +version = "1.4.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "42ee6433ecef213b2e72f587ef64a2f5943e7cd16fbd82dbe8bc07486c534c86" +dependencies = [ + "autocfg", +] + [[package]] name = "subtle" version = "2.4.1" @@ -12857,7 +13178,7 @@ version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "af18f7ae1acd354b992402e9ec5864359d693cd8a79dcbef59f76891701c1e95" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "fastrand", "redox_syscall", "rustix 0.36.9", @@ -12911,7 +13232,7 @@ version = "1.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "once_cell", ] @@ -12937,6 +13258,17 @@ dependencies = [ "threadpool", ] +[[package]] +name = "tikv-jemalloc-ctl" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e37706572f4b151dff7a0146e040804e9c26fe3a3118591112f05cf12a4216c1" +dependencies = [ + "libc", + "paste", + "tikv-jemalloc-sys", +] + [[package]] name = "tikv-jemalloc-sys" version = "0.5.3+5.3.0-patched" @@ -12959,22 +13291,30 @@ dependencies = [ ] [[package]] -name = "tiny-bip39" -version = "0.8.2" +name = "time" +version = "0.3.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d" +checksum = "cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890" dependencies = [ - "anyhow", - "hmac 0.8.1", - "once_cell", - "pbkdf2 0.4.0", - "rand 0.7.3", - "rustc-hash", - "sha2 0.9.9", - "thiserror", - "unicode-normalization", - "wasm-bindgen", - "zeroize", + "itoa", + "serde", + "time-core", + "time-macros", +] + +[[package]] +name = "time-core" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd" + +[[package]] +name = "time-macros" +version = "0.2.8" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd80a657e71da814b8e5d60d3374fc6d35045062245d80224748ae522dd76f36" +dependencies = [ + "time-core", ] [[package]] @@ -13005,6 +13345,16 @@ dependencies = [ "crunchy", ] +[[package]] +name = "tinytemplate" +version = "1.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" +dependencies = [ + "serde", + "serde_json", +] + [[package]] name = "tinyvec" version = "1.6.0" @@ -13057,9 +13407,9 @@ version = "0.23.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59" dependencies = [ - "rustls", + "rustls 0.20.8", "tokio", - "webpki", + "webpki 0.22.0", ] [[package]] @@ -13071,6 +13421,7 @@ dependencies = [ "futures-core", "pin-project-lite 0.2.9", "tokio", + "tokio-util", ] [[package]] @@ -13114,6 +13465,41 @@ dependencies = [ "winnow", ] +[[package]] +name = "tower" +version = "0.4.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" +dependencies = [ + "tower-layer", + "tower-service", + "tracing", +] + +[[package]] +name = "tower-http" +version = "0.3.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858" +dependencies = [ + "bitflags", + "bytes", + "futures-core", + "futures-util", + "http", + "http-body", + "http-range-header", + "pin-project-lite 0.2.9", + "tower-layer", + "tower-service", +] + +[[package]] +name = "tower-layer" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0" + [[package]] name = "tower-service" version = "0.3.2" @@ -13126,7 +13512,8 @@ version = "0.1.37" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", + "log", "pin-project-lite 0.2.9", "tracing-attributes", "tracing-core", @@ -13165,19 +13552,42 @@ dependencies = [ [[package]] name = "tracing-gum" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3" +dependencies = [ + "polkadot-node-jaeger 0.9.37 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.37)", + "polkadot-primitives", + "tracing", + "tracing-gum-proc-macro 0.9.37 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.37)", +] + +[[package]] +name = "tracing-gum" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ - "polkadot-node-jaeger", + "polkadot-node-jaeger 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", "polkadot-primitives", "tracing", - "tracing-gum-proc-macro", + "tracing-gum-proc-macro 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", +] + +[[package]] +name = "tracing-gum-proc-macro" +version = "0.9.37" +source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3" +dependencies = [ + "expander 0.0.6", + "proc-macro-crate", + "proc-macro2", + "quote", + "syn", ] [[package]] name = "tracing-gum-proc-macro" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "expander 0.0.6", "proc-macro-crate", @@ -13269,7 +13679,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4f7f83d1e4a0e4358ac54c5c3681e5d7da5efc5a7a632c90bb6d6669ddd9bc26" dependencies = [ "async-trait", - "cfg-if 1.0.0", + "cfg-if", "data-encoding", "enum-as-inner", "futures-channel", @@ -13280,8 +13690,10 @@ dependencies = [ "lazy_static", "rand 0.8.5", "smallvec", + "socket2", "thiserror", "tinyvec", + "tokio", "tracing", "url", ] @@ -13292,7 +13704,7 @@ version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "aff21aa4dcefb0a1afbfac26deb0adc93888c7d295fb63ab273ef276ba2b7cfe" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "futures-util", "ipconfig", "lazy_static", @@ -13301,6 +13713,7 @@ dependencies = [ "resolv-conf", "smallvec", "thiserror", + "tokio", "tracing", "trust-dns-proto", ] @@ -13314,24 +13727,28 @@ checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech//substrate?rev=5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1#5ea6d95309aaccfa399c5f72e5a14a4b7c6c4ca1" +source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "clap", + "frame-remote-externalities", "frame-try-runtime", + "hex", "log", "parity-scale-codec 3.4.0", - "remote-externalities", - "sc-chain-spec", "sc-cli", "sc-executor", "sc-service", "serde", - "sp-core 6.0.0", - "sp-externalities 0.12.0", - "sp-io 6.0.0", - "sp-keystore 0.12.0", - "sp-runtime 6.0.0", - "sp-state-machine 0.12.0", + "serde_json", + "sp-api", + "sp-core", + "sp-debug-derive", + "sp-externalities", + "sp-io", + "sp-keystore", + "sp-rpc", + "sp-runtime", + "sp-state-machine", "sp-version", "sp-weights", "substrate-rpc-client", @@ -13344,13 +13761,32 @@ version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f4f195fd851901624eee5a58c4bb2b4f06399148fcd0ed336e6f1cb60a9881df" +[[package]] +name = "turn" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4712ee30d123ec7ae26d1e1b218395a16c87cdbaf4b3925d170d684af62ea5e8" +dependencies = [ + "async-trait", + "base64 0.13.1", + "futures", + "log", + "md-5", + "rand 0.8.5", + "ring", + "stun", + "thiserror", + "tokio", + "webrtc-util", +] + [[package]] name = "twox-hash" version = "1.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "digest 0.10.6", "rand 0.8.5", "static_assertions", @@ -13432,6 +13868,16 @@ dependencies = [ "subtle", ] +[[package]] +name = "universal-hash" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7d3160b73c9a19f7e2939a2fdad446c57c1bbbbf4d919d3213ff1267a580d8b5" +dependencies = [ + "crypto-common", + "subtle", +] + [[package]] name = "unsigned-varint" version = "0.7.1" @@ -13462,20 +13908,19 @@ dependencies = [ ] [[package]] -name = "valuable" -version = "0.1.0" +name = "uuid" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" +checksum = "1674845326ee10d37ca60470760d4288a6f80f304007d92e5c53bab78c9cfd79" +dependencies = [ + "getrandom 0.2.8", +] [[package]] -name = "value-bag" -version = "1.0.0-alpha.9" +name = "valuable" +version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55" -dependencies = [ - "ctor", - "version_check", -] +checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" [[package]] name = "vcpkg" @@ -13506,6 +13951,15 @@ version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" +[[package]] +name = "waitgroup" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d1f50000a783467e6c0200f9d10642f4bc424e39efc1b770203e88b488f79292" +dependencies = [ + "atomic-waker", +] + [[package]] name = "waker-fn" version = "1.1.0" @@ -13557,7 +14011,7 @@ version = "0.2.84" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "wasm-bindgen-macro", ] @@ -13582,7 +14036,7 @@ version = "0.4.34" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", "js-sys", "wasm-bindgen", "web-sys", @@ -13618,23 +14072,53 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d" [[package]] -name = "wasm-gc-api" -version = "0.1.11" +name = "wasm-instrument" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0c32691b6c7e6c14e7f8fd55361a9088b507aa49620fcd06c09b3a1082186b9" +checksum = "aa1dafb3e60065305741e83db35c6c2584bb3725b692b5b66148a38d72ace6cd" dependencies = [ - "log", - "parity-wasm 0.32.0", - "rustc-demangle", + "parity-wasm", ] [[package]] -name = "wasm-instrument" -version = "0.3.0" +name = "wasm-opt" +version = "0.110.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa1dafb3e60065305741e83db35c6c2584bb3725b692b5b66148a38d72ace6cd" +checksum = "b68e8037b4daf711393f4be2056246d12d975651b14d581520ad5d1f19219cec" +dependencies = [ + "anyhow", + "libc", + "strum", + "strum_macros", + "tempfile", + "thiserror", + "wasm-opt-cxx-sys", + "wasm-opt-sys", +] + +[[package]] +name = "wasm-opt-cxx-sys" +version = "0.110.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "91adbad477e97bba3fbd21dd7bfb594e7ad5ceb9169ab1c93ab9cb0ada636b6f" +dependencies = [ + "anyhow", + "cxx", + "cxx-build", + "wasm-opt-sys", +] + +[[package]] +name = "wasm-opt-sys" +version = "0.110.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ec4fa5a322a4e6ac22fd141f498d56afbdbf9df5debeac32380d2dcaa3e06941" dependencies = [ - "parity-wasm 0.45.0", + "anyhow", + "cc", + "cxx", + "cxx-build", + "regex", ] [[package]] @@ -13658,7 +14142,7 @@ version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "06c326c93fbf86419608361a2c925a31754cf109da1b8b55737070b4d6669422" dependencies = [ - "parity-wasm 0.45.0", + "parity-wasm", "wasmi-validation", "wasmi_core", ] @@ -13669,7 +14153,7 @@ version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "91ff416ad1ff0c42e5a926ed5d5fab74c0f098749aa0ad8b2a34b982ce0e867b" dependencies = [ - "parity-wasm 0.45.0", + "parity-wasm", ] [[package]] @@ -13681,7 +14165,7 @@ dependencies = [ "downcast-rs", "libm 0.2.6", "memory_units", - "num-rational 0.4.1", + "num-rational", "num-traits", ] @@ -13702,7 +14186,7 @@ checksum = "4ad5af6ba38311282f2a21670d96e78266e8c8e2f38cbcd52c254df6ccbc7731" dependencies = [ "anyhow", "bincode", - "cfg-if 1.0.0", + "cfg-if", "indexmap", "libc", "log", @@ -13728,7 +14212,7 @@ version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "45de63ddfc8b9223d1adc8f7b2ee5f35d1f6d112833934ad7ea66e4f4339e597" dependencies = [ - "cfg-if 1.0.0", + "cfg-if", ] [[package]] @@ -13800,7 +14284,7 @@ dependencies = [ "addr2line 0.17.0", "anyhow", "bincode", - "cfg-if 1.0.0", + "cfg-if", "cpp_demangle", "gimli 0.26.2", "log", @@ -13835,7 +14319,7 @@ checksum = "ee8f92ad4b61736339c29361da85769ebc200f184361959d1792832e592a1afd" dependencies = [ "anyhow", "cc", - "cfg-if 1.0.0", + "cfg-if", "indexmap", "libc", "log", @@ -13874,6 +14358,16 @@ dependencies = [ "wasm-bindgen", ] +[[package]] +name = "webpki" +version = "0.21.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea" +dependencies = [ + "ring", + "untrusted", +] + [[package]] name = "webpki" version = "0.22.0" @@ -13890,15 +14384,226 @@ version = "0.22.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87" dependencies = [ - "webpki", + "webpki 0.22.0", +] + +[[package]] +name = "webrtc" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2d3bc9049bdb2cea52f5fd4f6f728184225bdb867ed0dc2410eab6df5bdd67bb" +dependencies = [ + "arc-swap", + "async-trait", + "bytes", + "hex", + "interceptor", + "lazy_static", + "log", + "rand 0.8.5", + "rcgen 0.9.3", + "regex", + "ring", + "rtcp", + "rtp", + "rustls 0.19.1", + "sdp", + "serde", + "serde_json", + "sha2 0.10.6", + "stun", + "thiserror", + "time 0.3.20", + "tokio", + "turn", + "url", + "waitgroup", + "webrtc-data", + "webrtc-dtls", + "webrtc-ice", + "webrtc-mdns", + "webrtc-media", + "webrtc-sctp", + "webrtc-srtp", + "webrtc-util", +] + +[[package]] +name = "webrtc-data" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0ef36a4d12baa6e842582fe9ec16a57184ba35e1a09308307b67d43ec8883100" +dependencies = [ + "bytes", + "derive_builder", + "log", + "thiserror", + "tokio", + "webrtc-sctp", + "webrtc-util", +] + +[[package]] +name = "webrtc-dtls" +version = "0.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "942be5bd85f072c3128396f6e5a9bfb93ca8c1939ded735d177b7bcba9a13d05" +dependencies = [ + "aes 0.6.0", + "aes-gcm 0.10.1", + "async-trait", + "bincode", + "block-modes", + "byteorder", + "ccm", + "curve25519-dalek 3.2.0", + "der-parser 8.2.0", + "elliptic-curve", + "hkdf", + "hmac 0.12.1", + "log", + "oid-registry 0.6.1", + "p256", + "p384", + "rand 0.8.5", + "rand_core 0.6.4", + "rcgen 0.9.3", + "ring", + "rustls 0.19.1", + "sec1", + "serde", + "sha1", + "sha2 0.10.6", + "signature", + "subtle", + "thiserror", + "tokio", + "webpki 0.21.4", + "webrtc-util", + "x25519-dalek 2.0.0-pre.1", + "x509-parser 0.13.2", +] + +[[package]] +name = "webrtc-ice" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "465a03cc11e9a7d7b4f9f99870558fe37a102b65b93f8045392fef7c67b39e80" +dependencies = [ + "arc-swap", + "async-trait", + "crc", + "log", + "rand 0.8.5", + "serde", + "serde_json", + "stun", + "thiserror", + "tokio", + "turn", + "url", + "uuid", + "waitgroup", + "webrtc-mdns", + "webrtc-util", +] + +[[package]] +name = "webrtc-mdns" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f08dfd7a6e3987e255c4dbe710dde5d94d0f0574f8a21afa95d171376c143106" +dependencies = [ + "log", + "socket2", + "thiserror", + "tokio", + "webrtc-util", +] + +[[package]] +name = "webrtc-media" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ee2a3c157a040324e5049bcbd644ffc9079e6738fa2cfab2bcff64e5cc4c00d7" +dependencies = [ + "byteorder", + "bytes", + "derive_builder", + "displaydoc", + "rand 0.8.5", + "rtp", + "thiserror", + "webrtc-util", +] + +[[package]] +name = "webrtc-sctp" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0d47adcd9427eb3ede33d5a7f3424038f63c965491beafcc20bc650a2f6679c0" +dependencies = [ + "arc-swap", + "async-trait", + "bytes", + "crc", + "log", + "rand 0.8.5", + "thiserror", + "tokio", + "webrtc-util", +] + +[[package]] +name = "webrtc-srtp" +version = "0.9.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6183edc4c1c6c0175f8812eefdce84dfa0aea9c3ece71c2bf6ddd3c964de3da5" +dependencies = [ + "aead 0.4.3", + "aes 0.7.5", + "aes-gcm 0.9.4", + "async-trait", + "byteorder", + "bytes", + "ctr 0.8.0", + "hmac 0.11.0", + "log", + "rtcp", + "rtp", + "sha-1", + "subtle", + "thiserror", + "tokio", + "webrtc-util", +] + +[[package]] +name = "webrtc-util" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "93f1db1727772c05cf7a2cfece52c3aca8045ca1e176cd517d323489aa3c6d87" +dependencies = [ + "async-trait", + "bitflags", + "bytes", + "cc", + "ipnet", + "lazy_static", + "libc", + "log", + "nix", + "rand 0.8.5", + "thiserror", + "tokio", + "winapi", ] [[package]] name = "westend-runtime" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ - "sp-beefy", "bitvec 1.0.1", "frame-benchmarking", "frame-election-provider-support", @@ -13962,18 +14667,19 @@ dependencies = [ "smallvec", "sp-api", "sp-authority-discovery", + "sp-beefy", "sp-block-builder", "sp-consensus-babe", - "sp-core 6.0.0", + "sp-core", "sp-inherents", - "sp-io 6.0.0", + "sp-io", "sp-mmr-primitives", "sp-npos-elections", "sp-offchain", - "sp-runtime 6.0.0", + "sp-runtime", "sp-session", "sp-staking", - "sp-std 4.0.0", + "sp-std", "sp-transaction-pool", "sp-version", "substrate-wasm-builder", @@ -13985,15 +14691,15 @@ dependencies = [ [[package]] name = "westend-runtime-constants" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "frame-support", "polkadot-primitives", "polkadot-runtime-common", "smallvec", - "sp-core 6.0.0", - "sp-runtime 6.0.0", + "sp-core", + "sp-runtime", "sp-weights", ] @@ -14256,24 +14962,72 @@ dependencies = [ "zeroize", ] +[[package]] +name = "x25519-dalek" +version = "2.0.0-pre.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e5da623d8af10a62342bcbbb230e33e58a63255a58012f8653c578e54bab48df" +dependencies = [ + "curve25519-dalek 3.2.0", + "rand_core 0.6.4", + "zeroize", +] + +[[package]] +name = "x509-parser" +version = "0.13.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9fb9bace5b5589ffead1afb76e43e34cff39cd0f3ce7e170ae0c29e53b88eb1c" +dependencies = [ + "asn1-rs 0.3.1", + "base64 0.13.1", + "data-encoding", + "der-parser 7.0.0", + "lazy_static", + "nom", + "oid-registry 0.4.0", + "ring", + "rusticata-macros", + "thiserror", + "time 0.3.20", +] + +[[package]] +name = "x509-parser" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e0ecbeb7b67ce215e40e3cc7f2ff902f94a223acf44995934763467e7b1febc8" +dependencies = [ + "asn1-rs 0.5.2", + "base64 0.13.1", + "data-encoding", + "der-parser 8.2.0", + "lazy_static", + "nom", + "oid-registry 0.6.1", + "rusticata-macros", + "thiserror", + "time 0.3.20", +] + [[package]] name = "xcm" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "derivative", "impl-trait-for-tuples", "log", "parity-scale-codec 3.4.0", "scale-info", - "sp-runtime 6.0.0", + "sp-runtime", "xcm-procedural", ] [[package]] name = "xcm-builder" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "frame-support", "frame-system", @@ -14282,10 +15036,10 @@ dependencies = [ "parity-scale-codec 3.4.0", "polkadot-parachain", "scale-info", - "sp-arithmetic 5.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-arithmetic", + "sp-io", + "sp-runtime", + "sp-std", "xcm", "xcm-executor", ] @@ -14309,28 +15063,28 @@ dependencies = [ "polkadot-primitives", "polkadot-runtime-parachains", "quote", - "sp-arithmetic 5.0.0", - "sp-io 6.0.0", - "sp-std 4.0.0", + "sp-arithmetic", + "sp-io", + "sp-std", "xcm", "xcm-executor", ] [[package]] name = "xcm-executor" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "frame-benchmarking", "frame-support", "impl-trait-for-tuples", "log", "parity-scale-codec 3.4.0", - "sp-arithmetic 5.0.0", - "sp-core 6.0.0", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", "xcm", ] @@ -14350,9 +15104,9 @@ dependencies = [ "scale-info", "serde", "sha3 0.10.6", - "sp-io 6.0.0", - "sp-runtime 6.0.0", - "sp-std 4.0.0", + "sp-io", + "sp-runtime", + "sp-std", "xcm", "xcm-builder", "xcm-executor", @@ -14360,8 +15114,8 @@ dependencies = [ [[package]] name = "xcm-procedural" -version = "0.9.32" -source = "git+https://github.com/paritytech//polkadot?rev=c71e872afed296d1825b15ea4b2a74750c1ba647#c71e872afed296d1825b15ea4b2a74750c1ba647" +version = "0.9.37" +source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "Inflector", "proc-macro2", @@ -14383,6 +15137,15 @@ dependencies = [ "static_assertions", ] +[[package]] +name = "yasna" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "aed2e7a52e3744ab4d0c05c20aa065258e84c49fd4226f5191b2ed29712710b4" +dependencies = [ + "time 0.3.20", +] + [[package]] name = "zeroize" version = "1.5.7" From aacc8acae131e4045d029bb8f9bf084a2fb028e1 Mon Sep 17 00:00:00 2001 From: nuno Date: Thu, 9 Mar 2023 10:41:45 +0100 Subject: [PATCH 06/55] Update toolchain to nightly-2022-11-14 --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index aadc14a556..13d9ca1c8c 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "nightly-2022-08-05" +channel = "nightly-2022-11-14" components = [ "rustfmt", "clippy" ] targets = [ "wasm32-unknown-unknown" ] profile = "minimal" \ No newline at end of file From 98cf39c368e5db00afbe636fbed327503ce4f230 Mon Sep 17 00:00:00 2001 From: nuno Date: Thu, 9 Mar 2023 10:51:04 +0100 Subject: [PATCH 07/55] Fix compilation errors --- libs/primitives/src/lib.rs | 4 ++-- libs/traits/src/lib.rs | 3 +-- pallets/anchors/src/lib.rs | 1 + pallets/restricted-tokens/src/impl_fungibles.rs | 4 ++++ runtime/common/src/lib.rs | 4 ++-- 5 files changed, 10 insertions(+), 6 deletions(-) diff --git a/libs/primitives/src/lib.rs b/libs/primitives/src/lib.rs index f078ac73b3..803b28feb0 100644 --- a/libs/primitives/src/lib.rs +++ b/libs/primitives/src/lib.rs @@ -174,7 +174,7 @@ pub mod types { /// Common constants for all runtimes pub mod constants { use cumulus_primitives_core::relay_chain::v2::MAX_POV_SIZE; - use frame_support::weights::{constants::WEIGHT_PER_SECOND, Weight}; + use frame_support::weights::{constants::WEIGHT_REF_TIME_PER_SECOND, Weight}; use sp_runtime::Perbill; use super::types::{Balance, BlockNumber}; @@ -210,7 +210,7 @@ pub mod constants { pub const NORMAL_DISPATCH_RATIO: Perbill = Perbill::from_percent(75); /// We allow for 0.5 seconds of compute with a 6 second average block time. - pub const MAXIMUM_BLOCK_WEIGHT: Weight = WEIGHT_PER_SECOND + pub const MAXIMUM_BLOCK_WEIGHT: Weight = Weight::from_ref_time(WEIGHT_REF_TIME_PER_SECOND) .saturating_div(2) .set_proof_size(MAX_POV_SIZE as u64); diff --git a/libs/traits/src/lib.rs b/libs/traits/src/lib.rs index 456d1877e5..31f99e81ce 100644 --- a/libs/traits/src/lib.rs +++ b/libs/traits/src/lib.rs @@ -28,7 +28,7 @@ use frame_support::{ use impl_trait_for_tuples::impl_for_tuples; use sp_runtime::{ traits::{ - AtLeast32BitUnsigned, Bounded, Get, MaybeDisplay, MaybeMallocSizeOf, MaybeSerialize, + AtLeast32BitUnsigned, Bounded, Get, MaybeDisplay, MaybeSerialize, MaybeSerializeDeserialize, Member, Zero, }, DispatchError, @@ -82,7 +82,6 @@ pub trait Reward { + FromStr + Hash + MaybeDisplay - + MaybeMallocSizeOf + MaybeSerializeDeserialize + Member + Parameter diff --git a/pallets/anchors/src/lib.rs b/pallets/anchors/src/lib.rs index ad3e7197f3..896c4b460f 100644 --- a/pallets/anchors/src/lib.rs +++ b/pallets/anchors/src/lib.rs @@ -226,6 +226,7 @@ pub mod pallet { /// For a more detailed explanation refer section 3.4 of /// [Centrifuge Protocol Paper](https://staticw.centrifuge.io/assets/centrifuge_os_protocol_paper.pdf) #[pallet::weight(::WeightInfo::pre_commit())] + pub fn pre_commit( origin: OriginFor, anchor_id: T::Hash, diff --git a/pallets/restricted-tokens/src/impl_fungibles.rs b/pallets/restricted-tokens/src/impl_fungibles.rs index b33471d5c8..8fff117d9e 100644 --- a/pallets/restricted-tokens/src/impl_fungibles.rs +++ b/pallets/restricted-tokens/src/impl_fungibles.rs @@ -116,6 +116,10 @@ impl Inspect for Pallet { >::can_withdraw(asset, who, amount) } } + + fn asset_exists(_asset: Self::AssetId) -> bool { + todo!("nuno") + } } /// Represents the trait `fungibles::InspectHold` effects that are called via diff --git a/runtime/common/src/lib.rs b/runtime/common/src/lib.rs index eb258db898..096563130c 100644 --- a/runtime/common/src/lib.rs +++ b/runtime/common/src/lib.rs @@ -22,7 +22,7 @@ pub mod apis; pub mod xcm_fees { use cfg_primitives::{constants::currency_decimals, types::Balance}; - use frame_support::weights::constants::{ExtrinsicBaseWeight, WEIGHT_PER_SECOND}; + use frame_support::weights::constants::{ExtrinsicBaseWeight, WEIGHT_REF_TIME_PER_SECOND}; // The fee cost per second for transferring the native token in cents. pub fn native_per_second() -> Balance { @@ -35,7 +35,7 @@ pub mod xcm_fees { pub fn default_per_second(decimals: u32) -> Balance { let base_weight = Balance::from(ExtrinsicBaseWeight::get().ref_time()); - let default_per_second = WEIGHT_PER_SECOND.ref_time() as u128 / base_weight; + let default_per_second = WEIGHT_REF_TIME_PER_SECOND as u128 / base_weight; default_per_second * base_fee(decimals) } From 1c7fad89e4ec7fd4a7bd4ef07f15cda97df7493b Mon Sep 17 00:00:00 2001 From: nuno Date: Thu, 9 Mar 2023 11:05:53 +0100 Subject: [PATCH 08/55] Add explicit #[pallet::call_index(0)] to all pallet calls --- pallets/anchors/src/lib.rs | 5 ++++- pallets/bridge/src/lib.rs | 3 +++ pallets/claims/src/lib.rs | 3 +++ pallets/collator-allowlist/src/lib.rs | 2 ++ pallets/connectors/src/lib.rs | 11 +++++++++-- pallets/crowdloan-claim/src/lib.rs | 7 +++++++ pallets/crowdloan-reward/src/lib.rs | 4 ++++ pallets/fees/src/lib.rs | 1 + pallets/investments/src/lib.rs | 6 ++++++ pallets/keystore/src/lib.rs | 3 +++ pallets/liquidity-rewards/src/lib.rs | 7 +++++++ pallets/loans/src/lib.rs | 10 ++++++++++ pallets/migration/src/lib.rs | 5 +++++ pallets/nft-sales/src/lib.rs | 3 +++ pallets/nft/src/lib.rs | 1 + pallets/permissions/src/lib.rs | 4 ++++ pallets/pool-registry/src/lib.rs | 4 ++++ pallets/pool-system/src/lib.rs | 4 ++++ pallets/restricted-tokens/src/lib.rs | 5 +++++ 19 files changed, 85 insertions(+), 3 deletions(-) diff --git a/pallets/anchors/src/lib.rs b/pallets/anchors/src/lib.rs index 896c4b460f..bcf1de0c12 100644 --- a/pallets/anchors/src/lib.rs +++ b/pallets/anchors/src/lib.rs @@ -226,7 +226,7 @@ pub mod pallet { /// For a more detailed explanation refer section 3.4 of /// [Centrifuge Protocol Paper](https://staticw.centrifuge.io/assets/centrifuge_os_protocol_paper.pdf) #[pallet::weight(::WeightInfo::pre_commit())] - + #[pallet::call_index(0)] pub fn pre_commit( origin: OriginFor, anchor_id: T::Hash, @@ -275,6 +275,7 @@ pub mod pallet { /// For a more detailed explanation refer section 3.4 of /// [Centrifuge Protocol Paper](https://staticw.centrifuge.io/assets/centrifuge_os_protocol_paper.pdf) #[pallet::weight(::WeightInfo::commit())] + #[pallet::call_index(1)] pub fn commit( origin: OriginFor, anchor_id_preimage: T::Hash, @@ -363,6 +364,7 @@ pub mod pallet { /// For each evicted pre-commits, the deposit holded by [`Pallet::pre_commit()`] call /// will be returned to the same account that made it originally. #[pallet::weight(::WeightInfo::evict_pre_commits())] + #[pallet::call_index(2)] pub fn evict_pre_commits( origin: OriginFor, anchor_ids: BoundedVec>, @@ -381,6 +383,7 @@ pub mod pallet { /// date_represented_by_root < current_date. Additionally it needs to take care of indexes /// created for accessing anchors, eg: to find an anchor given an id. #[pallet::weight(::WeightInfo::evict_anchors())] + #[pallet::call_index(3)] pub fn evict_anchors(origin: OriginFor) -> DispatchResult { ensure_signed(origin)?; diff --git a/pallets/bridge/src/lib.rs b/pallets/bridge/src/lib.rs index c54f62b7ec..d22feaf3fe 100644 --- a/pallets/bridge/src/lib.rs +++ b/pallets/bridge/src/lib.rs @@ -212,6 +212,7 @@ pub mod pallet { /// Transfers some amount of the native token to some recipient on a (whitelisted) destination chain. #[pallet::weight(::WeightInfo::transfer_native())] #[transactional] + #[pallet::call_index(0)] pub fn transfer_native( origin: OriginFor, amount: BalanceOf, @@ -246,6 +247,7 @@ pub mod pallet { /// Executes a simple currency transfer using the chainbridge account as the source #[pallet::weight(::WeightInfo::transfer())] #[transactional] + #[pallet::call_index(1)] pub fn transfer( origin: OriginFor, to: ::AccountId, @@ -260,6 +262,7 @@ pub mod pallet { /// This can be called by the chainbridge to demonstrate an arbitrary call from a proposal. #[pallet::weight(::WeightInfo::remark())] + #[pallet::call_index(2)] pub fn remark( origin: OriginFor, hash: ::Hash, diff --git a/pallets/claims/src/lib.rs b/pallets/claims/src/lib.rs index 63cc4a725f..16ab6adb4a 100644 --- a/pallets/claims/src/lib.rs +++ b/pallets/claims/src/lib.rs @@ -257,6 +257,7 @@ pub mod pallet { /// - Based on hashes length /// # #[pallet::weight(::WeightInfo::claim(sorted_hashes.len()))] + #[pallet::call_index(0)] pub fn claim( origin: OriginFor, account_id: T::AccountId, @@ -308,6 +309,7 @@ pub mod pallet { /// - Based on origin check and write op /// # #[pallet::weight(::WeightInfo::set_upload_account())] + #[pallet::call_index(1)] pub fn set_upload_account( origin: OriginFor, account_id: T::AccountId, @@ -325,6 +327,7 @@ pub mod pallet { /// - Based on origin check and write op /// # #[pallet::weight(::WeightInfo::store_root_hash())] + #[pallet::call_index(2)] pub fn store_root_hash( origin: OriginFor, root_hash: T::Hash, diff --git a/pallets/collator-allowlist/src/lib.rs b/pallets/collator-allowlist/src/lib.rs index 0499916214..eccd57f521 100644 --- a/pallets/collator-allowlist/src/lib.rs +++ b/pallets/collator-allowlist/src/lib.rs @@ -118,6 +118,7 @@ pub mod pallet { /// - `collator_id` did not yet load their keys into the session pallet /// - `collator_id` is already part of the allowlist #[pallet::weight(::WeightInfo::add())] + #[pallet::call_index(0)] pub fn add(origin: OriginFor, collator_id: T::ValidatorId) -> DispatchResult { ensure_root(origin)?; @@ -142,6 +143,7 @@ pub mod pallet { /// - `origin` fails the `ensure_root` check /// - `collator_id` is not part of the allowlist #[pallet::weight(::WeightInfo::remove())] + #[pallet::call_index(1)] pub fn remove(origin: OriginFor, collator_id: T::ValidatorId) -> DispatchResult { ensure_root(origin)?; diff --git a/pallets/connectors/src/lib.rs b/pallets/connectors/src/lib.rs index d72036e218..7989bf7881 100644 --- a/pallets/connectors/src/lib.rs +++ b/pallets/connectors/src/lib.rs @@ -288,6 +288,7 @@ pub mod pallet { impl Pallet { /// Set a Domain's router #[pallet::weight(< T as Config >::WeightInfo::set_domain_router())] + #[pallet::call_index(0)] pub fn set_domain_router( origin: OriginFor, domain: Domain, @@ -304,6 +305,7 @@ pub mod pallet { /// Add an AccountId to the set of known connectors, allowing that origin /// to send incoming messages. #[pallet::weight(< T as Config >::WeightInfo::add_connector())] + #[pallet::call_index(1)] pub fn add_connector(origin: OriginFor, connector: T::AccountId) -> DispatchResult { T::AdminOrigin::ensure_origin(origin)?; >::insert(connector, ()); @@ -313,6 +315,7 @@ pub mod pallet { /// Add a pool to a given domain #[pallet::weight(< T as Config >::WeightInfo::add_pool())] + #[pallet::call_index(2)] pub fn add_pool( origin: OriginFor, pool_id: PoolIdOf, @@ -332,6 +335,7 @@ pub mod pallet { /// Add a tranche to a given domain #[pallet::weight(< T as Config >::WeightInfo::add_tranche())] + #[pallet::call_index(3)] pub fn add_tranche( origin: OriginFor, pool_id: PoolIdOf, @@ -373,6 +377,7 @@ pub mod pallet { /// Update a token price #[pallet::weight(< T as Config >::WeightInfo::update_token_price())] + #[pallet::call_index(3)] pub fn update_token_price( origin: OriginFor, pool_id: PoolIdOf, @@ -400,6 +405,7 @@ pub mod pallet { /// Update a member #[pallet::weight(< T as Config >::WeightInfo::update_member())] + #[pallet::call_index(4)] pub fn update_member( origin: OriginFor, domain_address: DomainAddress, @@ -450,6 +456,7 @@ pub mod pallet { /// Transfer tranche tokens to a given address #[pallet::weight(< T as Config >::WeightInfo::transfer())] + #[pallet::call_index(5)] pub fn transfer( origin: OriginFor, pool_id: PoolIdOf, @@ -500,8 +507,8 @@ pub mod pallet { /// Handle an incoming message /// TODO(nuno): we probably need a custom origin type for these messages to ensure they have - /// come in through XCM. Probably even handle it in a separate pallet? For now, let's have a - /// POC here to test the pipeline Ethereum ---> Moonbeam ---> Centrifuge::connectors + /// come in through XCM. For now, let's have a POC here to test the pipeline + /// Ethereum ---> Moonbeam ---> Centrifuge::connectors #[pallet::call_index(99)] #[pallet::weight(< T as Config >::WeightInfo::handle())] pub fn handle(origin: OriginFor, bytes: Vec) -> DispatchResult { diff --git a/pallets/crowdloan-claim/src/lib.rs b/pallets/crowdloan-claim/src/lib.rs index 1d7cf4e8b1..0902850f4c 100644 --- a/pallets/crowdloan-claim/src/lib.rs +++ b/pallets/crowdloan-claim/src/lib.rs @@ -387,6 +387,7 @@ pub mod pallet { .max(::WeightInfo::claim_reward_ed25519()) .max(::WeightInfo::claim_reward_ecdsa()) )] + #[pallet::call_index(0)] pub fn claim_reward( origin: OriginFor, relaychain_account_id: T::RelayChainAccountId, @@ -473,6 +474,7 @@ pub mod pallet { /// to the crowdloan campaign, and that the amount of the contribution is correct as /// well. #[pallet::weight(::WeightInfo::initialize())] + #[pallet::call_index(1)] pub fn initialize( origin: OriginFor, contributions: RootHashOf, @@ -520,6 +522,7 @@ pub mod pallet { /// Set the start of the lease period. #[pallet::weight(< T as pallet::Config >::WeightInfo::set_lease_start())] + #[pallet::call_index(2)] pub fn set_lease_start( origin: OriginFor, start: T::BlockNumber, @@ -539,6 +542,7 @@ pub mod pallet { /// Set the lease period. #[pallet::weight(< T as pallet::Config >::WeightInfo::set_lease_period())] + #[pallet::call_index(3)] pub fn set_lease_period( origin: OriginFor, period: T::BlockNumber, @@ -561,6 +565,7 @@ pub mod pallet { /// This root-hash MUST be the root-hash of the relay-chain at the block /// we locked at. This root-hash will be used to verify proofs of contribution. #[pallet::weight(< T as pallet::Config >::WeightInfo::set_contributions_root())] + #[pallet::call_index(4)] pub fn set_contributions_root( origin: OriginFor, root: RootHashOf, @@ -585,6 +590,7 @@ pub mod pallet { /// will not be found in the generated proof of the contributor, which will /// lead to a rejection of the proof. #[pallet::weight(< T as pallet::Config >::WeightInfo::set_locked_at())] + #[pallet::call_index(5)] pub fn set_locked_at( origin: OriginFor, locked_at: T::BlockNumber, @@ -608,6 +614,7 @@ pub mod pallet { /// is used to derive the internal patricia key inside the child trie. The index is /// stored in the `FundInfo` of the relay chain crowdloan pallet. #[pallet::weight(< T as pallet::Config >::WeightInfo::set_crowdloan_trie_index())] + #[pallet::call_index(6)] pub fn set_crowdloan_trie_index( origin: OriginFor, trie_index: TrieIndex, diff --git a/pallets/crowdloan-reward/src/lib.rs b/pallets/crowdloan-reward/src/lib.rs index b54d987904..b6052783ad 100644 --- a/pallets/crowdloan-reward/src/lib.rs +++ b/pallets/crowdloan-reward/src/lib.rs @@ -231,6 +231,7 @@ pub mod pallet { impl Pallet { /// A on call init. Basically a composition of the setters below #[pallet::weight(< T as pallet::Config >::WeightInfo::initialize())] + #[pallet::call_index(0)] pub fn initialize( origin: OriginFor, direct_payout_ratio: Perbill, @@ -257,6 +258,7 @@ pub mod pallet { /// Set the start of the vesting period. #[pallet::weight(< T as pallet::Config >::WeightInfo::set_vesting_start())] + #[pallet::call_index(1)] pub fn set_vesting_start( origin: OriginFor, start: T::BlockNumber, @@ -283,6 +285,7 @@ pub mod pallet { /// ## Emits /// UpdateVestingPeriod #[pallet::weight(< T as pallet::Config >::WeightInfo::set_vesting_period())] + #[pallet::call_index(2)] pub fn set_vesting_period( origin: OriginFor, period: T::BlockNumber, @@ -306,6 +309,7 @@ pub mod pallet { /// between vested and direct payout amount after the pallet /// was initialized via a call to the [`Pallet::initialize()`] transaction. #[pallet::weight(< T as pallet::Config >::WeightInfo::set_direct_payout_ratio())] + #[pallet::call_index(3)] pub fn set_direct_payout_ratio( origin: OriginFor, ratio: Perbill, diff --git a/pallets/fees/src/lib.rs b/pallets/fees/src/lib.rs index 1e472e06f4..2b74a11b3e 100644 --- a/pallets/fees/src/lib.rs +++ b/pallets/fees/src/lib.rs @@ -129,6 +129,7 @@ pub mod pallet { impl Pallet { /// Set the given fee for the key #[pallet::weight(::WeightInfo::set_fee())] + #[pallet::call_index(0)] pub fn set_fee(origin: OriginFor, key: T::FeeKey, fee: BalanceOf) -> DispatchResult { T::FeeChangeOrigin::ensure_origin(origin)?; diff --git a/pallets/investments/src/lib.rs b/pallets/investments/src/lib.rs index 6fd20b74f3..0196f192c2 100644 --- a/pallets/investments/src/lib.rs +++ b/pallets/investments/src/lib.rs @@ -460,6 +460,7 @@ pub mod pallet { /// will be transferred from the pool to the calling /// account. #[pallet::weight(80_000_000)] + #[pallet::call_index(0)] pub fn update_invest_order( origin: OriginFor, investment_id: T::InvestmentId, @@ -479,6 +480,7 @@ pub mod pallet { /// will be transferred from the pool to the calling /// account. #[pallet::weight(80_000_000)] + #[pallet::call_index(1)] pub fn update_redeem_order( origin: OriginFor, investment_id: T::InvestmentId, @@ -493,6 +495,7 @@ pub mod pallet { /// If any amounts are not fulfilled they are directly appended to the next active /// order for this investment. #[pallet::weight(80_000_000)] + #[pallet::call_index(2)] pub fn collect_investments( origin: OriginFor, investment_id: T::InvestmentId, @@ -506,6 +509,7 @@ pub mod pallet { /// If any amounts are not fulfilled they are directly appended to the next active /// order for this investment. #[pallet::weight(80_000_000)] + #[pallet::call_index(3)] pub fn collect_redemptions( origin: OriginFor, investment_id: T::InvestmentId, @@ -519,6 +523,7 @@ pub mod pallet { /// If any amounts are not fulfilled they are directly appended to the next active /// order for this investment. #[pallet::weight(80_000_000)] + #[pallet::call_index(4)] pub fn collect_investments_for( origin: OriginFor, who: T::AccountId, @@ -533,6 +538,7 @@ pub mod pallet { /// If any amounts are not fulfilled they are directly appended to the next active /// order for this investment. #[pallet::weight(80_000_000)] + #[pallet::call_index(5)] pub fn collect_redemptions_for( origin: OriginFor, who: T::AccountId, diff --git a/pallets/keystore/src/lib.rs b/pallets/keystore/src/lib.rs index c8a5401194..b95d3fe3b4 100644 --- a/pallets/keystore/src/lib.rs +++ b/pallets/keystore/src/lib.rs @@ -162,6 +162,7 @@ pub mod pallet { impl Pallet { /// Add keys to the storages. #[pallet::weight(T::WeightInfo::add_keys(T::MaxKeys::get() as u32))] + #[pallet::call_index(0)] pub fn add_keys(origin: OriginFor, keys: Vec>) -> DispatchResult { let account_id = ensure_signed(origin)?; @@ -182,6 +183,7 @@ pub mod pallet { /// Revoke keys with specified purpose. #[pallet::weight(T::WeightInfo::revoke_keys(T::MaxKeys::get() as u32))] + #[pallet::call_index(1)] pub fn revoke_keys( origin: OriginFor, keys: Vec, @@ -204,6 +206,7 @@ pub mod pallet { /// Set a new key deposit. #[pallet::weight(T::WeightInfo::set_deposit())] + #[pallet::call_index(2)] pub fn set_deposit(origin: OriginFor, new_deposit: T::Balance) -> DispatchResult { T::AdminOrigin::ensure_origin(origin)?; diff --git a/pallets/liquidity-rewards/src/lib.rs b/pallets/liquidity-rewards/src/lib.rs index 127c74369a..742c6a6f71 100644 --- a/pallets/liquidity-rewards/src/lib.rs +++ b/pallets/liquidity-rewards/src/lib.rs @@ -252,6 +252,7 @@ pub mod pallet { /// if not, an Err will be returned. #[pallet::weight(T::WeightInfo::stake())] #[transactional] + #[pallet::call_index(0)] pub fn stake( origin: OriginFor, currency_id: T::CurrencyId, @@ -267,6 +268,7 @@ pub mod pallet { /// if not, an Err will be returned. #[pallet::weight(T::WeightInfo::unstake())] #[transactional] + #[pallet::call_index(1)] pub fn unstake( origin: OriginFor, currency_id: T::CurrencyId, @@ -281,6 +283,7 @@ pub mod pallet { /// The reward will be transferred to the origin's account. #[pallet::weight(T::WeightInfo::claim_reward())] #[transactional] + #[pallet::call_index(2)] pub fn claim_reward(origin: OriginFor, currency_id: T::CurrencyId) -> DispatchResult { let account_id = ensure_signed(origin)?; @@ -290,6 +293,7 @@ pub mod pallet { /// Admin method to set the reward amount used for the next epochs. /// Current epoch is not affected by this call. #[pallet::weight(T::WeightInfo::set_distributed_reward())] + #[pallet::call_index(3)] pub fn set_distributed_reward(origin: OriginFor, balance: T::Balance) -> DispatchResult { T::AdminOrigin::ensure_origin(origin)?; @@ -301,6 +305,7 @@ pub mod pallet { /// Admin method to set the duration used for the next epochs. /// Current epoch is not affected by this call. #[pallet::weight(T::WeightInfo::set_epoch_duration())] + #[pallet::call_index(4)] pub fn set_epoch_duration(origin: OriginFor, blocks: T::BlockNumber) -> DispatchResult { T::AdminOrigin::ensure_origin(origin)?; @@ -312,6 +317,7 @@ pub mod pallet { /// Admin method to set the group weights used for the next epochs. /// Current epoch is not affected by this call. #[pallet::weight(T::WeightInfo::set_group_weight())] + #[pallet::call_index(5)] pub fn set_group_weight( origin: OriginFor, group_id: T::GroupId, @@ -334,6 +340,7 @@ pub mod pallet { /// /// This method will do the currency available for using it in stake/unstake/claim calls. #[pallet::weight(T::WeightInfo::set_currency_group())] + #[pallet::call_index(6)] pub fn set_currency_group( origin: OriginFor, currency_id: T::CurrencyId, diff --git a/pallets/loans/src/lib.rs b/pallets/loans/src/lib.rs index 4f0481c535..5f77a5e1f6 100644 --- a/pallets/loans/src/lib.rs +++ b/pallets/loans/src/lib.rs @@ -383,6 +383,7 @@ pub mod pallet { /// Adding LoanAccount as admin to the NFT class will be enough to mint new NFTs. /// The origin must be an Admin origin #[pallet::weight(::WeightInfo::initialise_pool())] + #[pallet::call_index(0)] pub fn initialise_pool( origin: OriginFor, pool_id: PoolIdOf, @@ -423,6 +424,7 @@ pub mod pallet { /// Collateral NFT class cannot be another Loan NFT class. Means, you cannot collateralise a Loan. #[pallet::weight(::WeightInfo::create())] #[transactional] + #[pallet::call_index(1)] pub fn create( origin: OriginFor, pool_id: PoolIdOf, @@ -454,6 +456,7 @@ pub mod pallet { ) )] #[transactional] + #[pallet::call_index(2)] pub fn close( origin: OriginFor, pool_id: PoolIdOf, @@ -497,6 +500,7 @@ pub mod pallet { ) )] #[transactional] + #[pallet::call_index(3)] pub fn borrow( origin: OriginFor, pool_id: PoolIdOf, @@ -528,6 +532,7 @@ pub mod pallet { /// Amount of token will be transferred from owner to Pool reserve. #[pallet::weight(::WeightInfo::repay(T::MaxActiveLoansPerPool::get(), MaxRateCountOf::::get()))] #[transactional] + #[pallet::call_index(4)] pub fn repay( origin: OriginFor, pool_id: PoolIdOf, @@ -556,6 +561,7 @@ pub mod pallet { /// such that an APR of XX.YY% becomes 0.XXYY. Valid values are 0.0001 /// through 0.9999, with no more than four significant figures. #[pallet::weight(::WeightInfo::price(T::MaxActiveLoansPerPool::get(), MaxRateCountOf::::get()))] + #[pallet::call_index(5)] pub fn price( origin: OriginFor, pool_id: PoolIdOf, @@ -622,6 +628,7 @@ pub mod pallet { /// Once the NAV calculation is done, we check how many loans we have updated and return the actual weight so that /// transaction payment can return the deposit. #[pallet::weight(T::WeightInfo::update_nav(T::MaxActiveLoansPerPool::get(), MaxRateCountOf::::get()))] + #[pallet::call_index(6)] pub fn update_nav( origin: OriginFor, pool_id: PoolIdOf, @@ -652,6 +659,7 @@ pub mod pallet { /// we only allow adding new write off groups. /// Overdue days doesn't need to be in the sorted order. #[pallet::weight(::WeightInfo::add_write_off_group())] + #[pallet::call_index(7)] pub fn add_write_off_group( origin: OriginFor, pool_id: PoolIdOf, @@ -695,6 +703,7 @@ pub mod pallet { /// Weight is calculated for one group. Since there is no extra read or writes for groups more than 1, /// We need to ensure we are charging the reads and write only once but the actual compute to be equal to number of groups processed #[pallet::weight(::WeightInfo::write_off(T::MaxActiveLoansPerPool::get(), T::MaxWriteOffGroups::get(), MaxRateCountOf::::get()))] + #[pallet::call_index(8)] pub fn write_off( origin: OriginFor, pool_id: PoolIdOf, @@ -738,6 +747,7 @@ pub mod pallet { /// /// `penalty_interest_rate_per_year` is specified in the same format as used for pricing loans. #[pallet::weight(::WeightInfo::admin_write_off(T::MaxActiveLoansPerPool::get(), MaxRateCountOf::::get()))] + #[pallet::call_index(9)] pub fn admin_write_off( origin: OriginFor, pool_id: PoolIdOf, diff --git a/pallets/migration/src/lib.rs b/pallets/migration/src/lib.rs index aebdce6de3..29803a274e 100644 --- a/pallets/migration/src/lib.rs +++ b/pallets/migration/src/lib.rs @@ -179,6 +179,7 @@ pub mod pallet { /// off-chain. #[pallet::weight(::WeightInfo::migrate_system_account(T::MigrationMaxAccounts::get()))] #[transactional] + #[pallet::call_index(0)] pub fn migrate_system_account( origin: OriginFor, accounts: Vec<(Vec, Vec)>, @@ -218,6 +219,7 @@ pub mod pallet { /// which means, that the `AccountInfo` from the frame_system is migrated afterwards. #[pallet::weight(::WeightInfo::migrate_balances_issuance())] #[transactional] + #[pallet::call_index(1)] pub fn migrate_balances_issuance( origin: OriginFor, additional_issuance: T::Balance, @@ -247,6 +249,7 @@ pub mod pallet { /// on this chain. #[pallet::weight(::WeightInfo::migrate_vesting_vesting(T::MigrationMaxVestings::get()))] #[transactional] + #[pallet::call_index(2)] pub fn migrate_vesting_vesting( origin: OriginFor, vestings: Vec<(T::AccountId, VestingInfo, T::BlockNumber>)>, @@ -305,6 +308,7 @@ pub mod pallet { /// must be done on this account and the proxies for this account. #[pallet::weight(::WeightInfo::migrate_proxy_proxies(T::MigrationMaxProxies::get()))] #[transactional] + #[pallet::call_index(3)] pub fn migrate_proxy_proxies( origin: OriginFor, proxies: Vec<( @@ -372,6 +376,7 @@ pub mod pallet { /// Update the migration status to `Complete` #[pallet::weight(::WeightInfo::finalize())] #[transactional] + #[pallet::call_index(4)] pub fn finalize(origin: OriginFor) -> DispatchResult { ensure_root(origin)?; diff --git a/pallets/nft-sales/src/lib.rs b/pallets/nft-sales/src/lib.rs index 73129973f5..a8538daad0 100644 --- a/pallets/nft-sales/src/lib.rs +++ b/pallets/nft-sales/src/lib.rs @@ -204,6 +204,7 @@ pub mod pallet { /// - the nft is already for sale /// - transferring ownership of the NFT to this pallet's account fails #[pallet::weight(::WeightInfo::add())] + #[pallet::call_index(0)] pub fn add( origin: OriginFor, class_id: T::CollectionId, @@ -250,6 +251,7 @@ pub mod pallet { /// - `origin` is not the seller of the NFT /// - transferring the ownership of the NFT back to the seller fails #[pallet::weight(::WeightInfo::remove())] + #[pallet::call_index(1)] pub fn remove( origin: OriginFor, class_id: T::CollectionId, @@ -291,6 +293,7 @@ pub mod pallet { /// - transferring the nft to the buyer fails #[pallet::weight(::WeightInfo::buy())] #[transactional] + #[pallet::call_index(2)] pub fn buy( origin: OriginFor, class_id: T::CollectionId, diff --git a/pallets/nft/src/lib.rs b/pallets/nft/src/lib.rs index a010295403..23903754f9 100644 --- a/pallets/nft/src/lib.rs +++ b/pallets/nft/src/lib.rs @@ -161,6 +161,7 @@ pub mod pallet { /// - depends on the arguments /// # #[pallet::weight(::WeightInfo::validate_mint())] + #[pallet::call_index(0)] pub fn validate_mint( origin: OriginFor, anchor_id: SystemHashOf, diff --git a/pallets/permissions/src/lib.rs b/pallets/permissions/src/lib.rs index 65fe9958cc..223def9a68 100644 --- a/pallets/permissions/src/lib.rs +++ b/pallets/permissions/src/lib.rs @@ -119,6 +119,7 @@ pub mod pallet { #[pallet::call] impl Pallet { #[pallet::weight(T::WeightInfo::add_as_admin().max(T::WeightInfo::add_as_editor()))] + #[pallet::call_index(0)] pub fn add( origin: OriginFor, with_role: T::Role, @@ -137,6 +138,7 @@ pub mod pallet { } #[pallet::weight(T::WeightInfo::remove_as_editor().max(T::WeightInfo::remove_as_admin()))] + #[pallet::call_index(1)] pub fn remove( origin: OriginFor, with_role: T::Role, @@ -155,6 +157,7 @@ pub mod pallet { } #[pallet::weight(T::WeightInfo::purge())] + #[pallet::call_index(2)] pub fn purge(origin: OriginFor, scope: T::Scope) -> DispatchResult { let from = ensure_signed(origin)?; @@ -171,6 +174,7 @@ pub mod pallet { } #[pallet::weight(T::WeightInfo::admin_purge())] + #[pallet::call_index(3)] pub fn admin_purge( origin: OriginFor, from: T::AccountId, diff --git a/pallets/pool-registry/src/lib.rs b/pallets/pool-registry/src/lib.rs index 8a2c1d4b31..bcef014b1f 100644 --- a/pallets/pool-registry/src/lib.rs +++ b/pallets/pool-registry/src/lib.rs @@ -232,6 +232,7 @@ pub mod pallet { /// use, or if the tranche configuration cannot be used. #[pallet::weight(T::WeightInfo::register(tranche_inputs.len().try_into().unwrap_or(u32::MAX)))] #[transactional] + #[pallet::call_index(0)] pub fn register( origin: OriginFor, admin: T::AccountId, @@ -295,6 +296,7 @@ pub mod pallet { /// The caller must have the `PoolAdmin` role in order to /// invoke this extrinsic. #[pallet::weight(T::WeightInfo::update_no_execution(T::MaxTranches::get()).max(T::WeightInfo::update_and_execute(T::MaxTranches::get())))] + #[pallet::call_index(1)] pub fn update( origin: OriginFor, pool_id: T::PoolId, @@ -344,6 +346,7 @@ pub mod pallet { /// redeem orders. If both apply, then the scheduled /// changes are applied. #[pallet::weight(T::WeightInfo::execute_update(T::MaxTranches::get()))] + #[pallet::call_index(2)] pub fn execute_update( origin: OriginFor, pool_id: T::PoolId, @@ -359,6 +362,7 @@ pub mod pallet { /// The caller must have the `PoolAdmin` role in order to /// invoke this extrinsic. #[pallet::weight(T::WeightInfo::set_metadata(metadata.len().try_into().unwrap_or(u32::MAX)))] + #[pallet::call_index(3)] pub fn set_metadata( origin: OriginFor, pool_id: T::PoolId, diff --git a/pallets/pool-system/src/lib.rs b/pallets/pool-system/src/lib.rs index e4bd0377ba..27b4575d97 100644 --- a/pallets/pool-system/src/lib.rs +++ b/pallets/pool-system/src/lib.rs @@ -497,6 +497,7 @@ pub mod pallet { /// added with the Permissions pallet before this /// extrinsic can be called. #[pallet::weight(T::WeightInfo::set_max_reserve())] + #[pallet::call_index(0)] pub fn set_max_reserve( origin: OriginFor, pool_id: T::PoolId, @@ -542,6 +543,7 @@ pub mod pallet { .max(T::WeightInfo::close_epoch_no_execution(T::MaxTranches::get())) .max(T::WeightInfo::close_epoch_execute(T::MaxTranches::get())))] #[transactional] + #[pallet::call_index(1)] pub fn close_epoch(origin: OriginFor, pool_id: T::PoolId) -> DispatchResultWithPostInfo { ensure_signed(origin)?; @@ -710,6 +712,7 @@ pub mod pallet { /// challenge time begins. The pool can be executed once /// the challenge time has expired. #[pallet::weight(T::WeightInfo::submit_solution(T::MaxTranches::get()))] + #[pallet::call_index(2)] pub fn submit_solution( origin: OriginFor, pool_id: T::PoolId, @@ -763,6 +766,7 @@ pub mod pallet { /// assigned to each tranche, based on the investments /// and redemptions to those tranches. #[pallet::weight(T::WeightInfo::execute_epoch(T::MaxTranches::get()))] + #[pallet::call_index(3)] pub fn execute_epoch( origin: OriginFor, pool_id: T::PoolId, diff --git a/pallets/restricted-tokens/src/lib.rs b/pallets/restricted-tokens/src/lib.rs index abcebd3bd2..8cd6038ec1 100644 --- a/pallets/restricted-tokens/src/lib.rs +++ b/pallets/restricted-tokens/src/lib.rs @@ -241,6 +241,7 @@ pub mod pallet { #[pallet::call] impl Pallet { #[pallet::weight(T::WeightInfo::transfer_native().max(T::WeightInfo::transfer_other()))] + #[pallet::call_index(0)] pub fn transfer( origin: OriginFor, dest: ::Source, @@ -295,6 +296,7 @@ pub mod pallet { T::WeightInfo::transfer_keep_alive_native().max( T::WeightInfo::transfer_keep_alive_other() ))] + #[pallet::call_index(1)] pub fn transfer_keep_alive( origin: OriginFor, dest: ::Source, @@ -349,6 +351,7 @@ pub mod pallet { T::WeightInfo::transfer_all_native().max( T::WeightInfo::transfer_all_other()) )] + #[pallet::call_index(2)] pub fn transfer_all( origin: OriginFor, dest: ::Source, @@ -418,6 +421,7 @@ pub mod pallet { T::WeightInfo::force_transfer_native().max( T::WeightInfo::force_transfer_other()) )] + #[pallet::call_index(3)] pub fn force_transfer( origin: OriginFor, source: ::Source, @@ -464,6 +468,7 @@ pub mod pallet { T::WeightInfo::set_balance_native().max( T::WeightInfo::set_balance_other()) )] + #[pallet::call_index(4)] pub fn set_balance( origin: OriginFor, who: ::Source, From 4e8eaf5365cc47b2df64f78d1d3e8fa9923ac005 Mon Sep 17 00:00:00 2001 From: nuno Date: Thu, 9 Mar 2023 11:08:02 +0100 Subject: [PATCH 09/55] Update moonbeam dep's revision --- Cargo.lock | 6 ++++-- pallets/connectors/Cargo.toml | 4 ++-- runtime/development/Cargo.toml | 4 ++-- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 92e6bb489f..fc0c779f58 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7864,7 +7864,7 @@ dependencies = [ [[package]] name = "pallet-xcm-transactor" version = "0.2.0" -source = "git+https://github.com/PureStake/moonbeam?rev=621220fb0b7a491256b27d70c93ac507ba6519ce#621220fb0b7a491256b27d70c93ac507ba6519ce" +source = "git+https://github.com/PureStake/moonbeam?rev=4c22f7c010573513076b618c09d2824ece6c51eb#4c22f7c010573513076b618c09d2824ece6c51eb" dependencies = [ "cumulus-primitives-core", "frame-benchmarking", @@ -15091,13 +15091,15 @@ dependencies = [ [[package]] name = "xcm-primitives" version = "0.1.0" -source = "git+https://github.com/PureStake/moonbeam?rev=621220fb0b7a491256b27d70c93ac507ba6519ce#621220fb0b7a491256b27d70c93ac507ba6519ce" +source = "git+https://github.com/PureStake/moonbeam?rev=4c22f7c010573513076b618c09d2824ece6c51eb#4c22f7c010573513076b618c09d2824ece6c51eb" dependencies = [ + "cumulus-primitives-core", "ethereum", "ethereum-types 0.14.1", "frame-support", "frame-system", "hex", + "impl-trait-for-tuples", "log", "orml-traits", "parity-scale-codec 3.4.0", diff --git a/pallets/connectors/Cargo.toml b/pallets/connectors/Cargo.toml index c8688d938a..9d25a37752 100644 --- a/pallets/connectors/Cargo.toml +++ b/pallets/connectors/Cargo.toml @@ -40,8 +40,8 @@ cfg-utils = { path = "../../libs/utils", default-features = false } xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.37" } pallet-ethereum = { git = "https://github.com/PureStake/frontier", default-features = false, branch = "moonbeam-polkadot-v0.9.37" } -pallet-xcm-transactor = { git = "https://github.com/PureStake/moonbeam", default-features = false, rev = "621220fb0b7a491256b27d70c93ac507ba6519ce" } -xcm-primitives = { git = "https://github.com/PureStake/moonbeam", default-features = false, rev = "621220fb0b7a491256b27d70c93ac507ba6519ce" } +pallet-xcm-transactor = { git = "https://github.com/PureStake/moonbeam", default-features = false, rev = "4c22f7c010573513076b618c09d2824ece6c51eb" } +xcm-primitives = { git = "https://github.com/PureStake/moonbeam", default-features = false, rev = "4c22f7c010573513076b618c09d2824ece6c51eb" } [dev-dependencies] hex = "0.4.3" diff --git a/runtime/development/Cargo.toml b/runtime/development/Cargo.toml index ccc7b59a45..0698212054 100644 --- a/runtime/development/Cargo.toml +++ b/runtime/development/Cargo.toml @@ -121,8 +121,8 @@ pallet-restricted-tokens = { path = "../../pallets/restricted-tokens", default-f pallet-rewards = { path = "../../pallets/rewards", default-features = false } # Connectors 3rd-party dependencies -pallet-xcm-transactor = { git = "https://github.com/PureStake/moonbeam", default-features = false, rev = "621220fb0b7a491256b27d70c93ac507ba6519ce" } -xcm-primitives = { git = "https://github.com/PureStake/moonbeam", default-features = false, rev = "621220fb0b7a491256b27d70c93ac507ba6519ce" } +pallet-xcm-transactor = { git = "https://github.com/PureStake/moonbeam", default-features = false, rev = "4c22f7c010573513076b618c09d2824ece6c51eb" } +xcm-primitives = { git = "https://github.com/PureStake/moonbeam", default-features = false, rev = "4c22f7c010573513076b618c09d2824ece6c51eb" } [build-dependencies] substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } From e395f80eba287af3a3887a703f9d38d6f861bde4 Mon Sep 17 00:00:00 2001 From: nuno Date: Thu, 9 Mar 2023 11:31:38 +0100 Subject: [PATCH 10/55] Update pallet_xcm_transactor::Config --- Cargo.lock | 103 ++++++++++++++++++++++++++++++++- pallets/connectors/src/lib.rs | 6 +- runtime/development/Cargo.toml | 1 + runtime/development/src/lib.rs | 26 ++++++--- 4 files changed, 122 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fc0c779f58..716e73dafe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -147,6 +147,15 @@ dependencies = [ "opaque-debug 0.3.0", ] +[[package]] +name = "affix" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "50e7ea84d3fa2009f355f8429a0b418a96849135a4188fadf384f59127d5d4bc" +dependencies = [ + "convert_case 0.5.0", +] + [[package]] name = "ahash" version = "0.7.6" @@ -888,6 +897,12 @@ dependencies = [ "serde_json", ] +[[package]] +name = "case" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fd6c0e7b807d60291f42f33f58480c0bfafe28ed08286446f45e463728cf9c1c" + [[package]] name = "cc" version = "1.0.79" @@ -1413,6 +1428,12 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" +[[package]] +name = "convert_case" +version = "0.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fb4a24b1aaf0fd0ce8b45161144d6f42cd91677fd5940fd431183eb023b3a2b8" + [[package]] name = "core-foundation" version = "0.9.3" @@ -2405,7 +2426,7 @@ version = "0.99.17" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" dependencies = [ - "convert_case", + "convert_case 0.4.0", "proc-macro2", "quote", "rustc_version 0.4.0", @@ -2437,6 +2458,7 @@ dependencies = [ "frame-try-runtime", "hex", "hex-literal 0.3.4", + "moonbeam-relay-encoder", "orml-asset-registry", "orml-tokens", "orml-traits", @@ -5719,6 +5741,22 @@ dependencies = [ "syn", ] +[[package]] +name = "moonbeam-relay-encoder" +version = "0.1.0" +source = "git+https://github.com/PureStake/moonbeam?rev=4c22f7c010573513076b618c09d2824ece6c51eb#4c22f7c010573513076b618c09d2824ece6c51eb" +dependencies = [ + "cumulus-primitives-core", + "frame-system", + "pallet-evm-precompile-relay-encoder", + "pallet-staking", + "parity-scale-codec 3.4.0", + "sp-runtime", + "sp-std", + "xcm", + "xcm-primitives", +] + [[package]] name = "multiaddr" version = "0.16.0" @@ -6856,6 +6894,28 @@ dependencies = [ "sp-std", ] +[[package]] +name = "pallet-evm-precompile-relay-encoder" +version = "0.1.0" +source = "git+https://github.com/PureStake/moonbeam?rev=4c22f7c010573513076b618c09d2824ece6c51eb#4c22f7c010573513076b618c09d2824ece6c51eb" +dependencies = [ + "cumulus-primitives-core", + "fp-evm", + "frame-support", + "frame-system", + "log", + "num_enum", + "pallet-evm", + "pallet-staking", + "parity-scale-codec 3.4.0", + "precompile-utils", + "rustc-hex", + "sp-core", + "sp-runtime", + "sp-std", + "xcm-primitives", +] + [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" @@ -9458,6 +9518,45 @@ version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" +[[package]] +name = "precompile-utils" +version = "0.1.0" +source = "git+https://github.com/PureStake/moonbeam?rev=4c22f7c010573513076b618c09d2824ece6c51eb#4c22f7c010573513076b618c09d2824ece6c51eb" +dependencies = [ + "affix", + "evm", + "fp-evm", + "frame-support", + "frame-system", + "hex", + "impl-trait-for-tuples", + "log", + "num_enum", + "pallet-evm", + "parity-scale-codec 3.4.0", + "paste", + "precompile-utils-macro", + "sha3 0.10.6", + "sp-core", + "sp-io", + "sp-std", + "xcm", +] + +[[package]] +name = "precompile-utils-macro" +version = "0.1.0" +source = "git+https://github.com/PureStake/moonbeam?rev=4c22f7c010573513076b618c09d2824ece6c51eb#4c22f7c010573513076b618c09d2824ece6c51eb" +dependencies = [ + "case", + "num_enum", + "prettyplease", + "proc-macro2", + "quote", + "sha3 0.10.6", + "syn", +] + [[package]] name = "predicates" version = "2.1.5" @@ -13936,7 +14035,7 @@ checksum = "e7141e445af09c8919f1d5f8a20dae0b20c3b57a45dee0d5823c6ed5d237f15a" dependencies = [ "bitflags", "chrono", - "rustc_version 0.4.0", + "rustc_version 0.2.3", ] [[package]] diff --git a/pallets/connectors/src/lib.rs b/pallets/connectors/src/lib.rs index 7989bf7881..075622ce5a 100644 --- a/pallets/connectors/src/lib.rs +++ b/pallets/connectors/src/lib.rs @@ -377,7 +377,7 @@ pub mod pallet { /// Update a token price #[pallet::weight(< T as Config >::WeightInfo::update_token_price())] - #[pallet::call_index(3)] + #[pallet::call_index(4)] pub fn update_token_price( origin: OriginFor, pool_id: PoolIdOf, @@ -405,7 +405,7 @@ pub mod pallet { /// Update a member #[pallet::weight(< T as Config >::WeightInfo::update_member())] - #[pallet::call_index(4)] + #[pallet::call_index(5)] pub fn update_member( origin: OriginFor, domain_address: DomainAddress, @@ -456,7 +456,7 @@ pub mod pallet { /// Transfer tranche tokens to a given address #[pallet::weight(< T as Config >::WeightInfo::transfer())] - #[pallet::call_index(5)] + #[pallet::call_index(6)] pub fn transfer( origin: OriginFor, pool_id: PoolIdOf, diff --git a/runtime/development/Cargo.toml b/runtime/development/Cargo.toml index 0698212054..d74fb17b35 100644 --- a/runtime/development/Cargo.toml +++ b/runtime/development/Cargo.toml @@ -123,6 +123,7 @@ pallet-rewards = { path = "../../pallets/rewards", default-features = false } # Connectors 3rd-party dependencies pallet-xcm-transactor = { git = "https://github.com/PureStake/moonbeam", default-features = false, rev = "4c22f7c010573513076b618c09d2824ece6c51eb" } xcm-primitives = { git = "https://github.com/PureStake/moonbeam", default-features = false, rev = "4c22f7c010573513076b618c09d2824ece6c51eb" } +moonbeam-relay-encoder = { git = "https://github.com/PureStake/moonbeam", default-features = false, rev = "4c22f7c010573513076b618c09d2824ece6c51eb" } [build-dependencies] substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } diff --git a/runtime/development/src/lib.rs b/runtime/development/src/lib.rs index 5bba0009b6..69c8748224 100644 --- a/runtime/development/src/lib.rs +++ b/runtime/development/src/lib.rs @@ -18,7 +18,7 @@ // Allow things like `1 * CFG` #![allow(clippy::identity_op)] -use ::xcm::v2::MultiLocation; +use ::xcm::v2::{MultiAsset, MultiLocation}; pub use cfg_primitives::{ constants::*, types::{PoolId, *}, @@ -1237,23 +1237,31 @@ impl xcm_primitives::XcmTransact for NullTransactor { } } +parameter_types! { + // 1 ROC should be enough to cover for fees opening/accepting hrmp channels + pub MaxHrmpRelayFee: MultiAsset = (MultiLocation::parent(), 1_000_000_000_000u128).into(); +} + impl pallet_xcm_transactor::Config for Runtime { - type AccountIdToMultiLocation = xcm::AccountIdToMultiLocation; - type AssetTransactor = xcm::FungiblesTransactor; + type RuntimeEvent = RuntimeEvent; type Balance = Balance; - type BaseXcmWeight = BaseXcmWeight; type CurrencyId = CurrencyId; type CurrencyIdToMultiLocation = xcm::CurrencyIdConvert; + type Transactor = NullTransactor; + type AssetTransactor = xcm::FungiblesTransactor; type DerivativeAddressRegistrationOrigin = EnsureRoot; + type HrmpManipulatorOrigin = EnsureRootOr; + type AccountIdToMultiLocation = xcm::AccountIdToMultiLocation; + type Weigher = xcm_builder::FixedWeightBounds; type LocationInverter = xcm_builder::LocationInverter; - type ReserveProvider = xcm_primitives::AbsoluteAndRelativeReserve; - type RuntimeEvent = RuntimeEvent; type SelfLocation = SelfLocation; type SovereignAccountDispatcherOrigin = EnsureRoot; - type Transactor = NullTransactor; - type Weigher = xcm_builder::FixedWeightBounds; - type WeightInfo = (); type XcmSender = XcmRouter; + type BaseXcmWeight = BaseXcmWeight; + type ReserveProvider = xcm_primitives::AbsoluteAndRelativeReserve; + type MaxHrmpFee = xcm_builder::Case; + type HrmpEncoder = moonbeam_relay_encoder::westend::WestendEncoder; + type WeightInfo = (); } parameter_types! { From 853b6cdb700655bdbd3a5dee8afa913e7c9a514d Mon Sep 17 00:00:00 2001 From: nuno Date: Thu, 9 Mar 2023 11:32:17 +0100 Subject: [PATCH 11/55] cargo update --- Cargo.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 716e73dafe..b038b97973 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3573,7 +3573,7 @@ dependencies = [ [[package]] name = "fudge" version = "0.0.10" -source = "git+https://github.com/centrifuge/fudge?branch=polkadot-v0.9.37#69a5e6e8ae905aaf8bd4140c4eb851ae3e1b3358" +source = "git+https://github.com/centrifuge/fudge?branch=polkadot-v0.9.37#d7d2dd0f9e2fe23846e62894d5d05cdf05909cfd" dependencies = [ "fudge-companion", "fudge-core", @@ -3586,7 +3586,7 @@ dependencies = [ [[package]] name = "fudge-companion" version = "0.0.7" -source = "git+https://github.com/centrifuge/fudge?branch=polkadot-v0.9.37#69a5e6e8ae905aaf8bd4140c4eb851ae3e1b3358" +source = "git+https://github.com/centrifuge/fudge?branch=polkadot-v0.9.37#d7d2dd0f9e2fe23846e62894d5d05cdf05909cfd" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -3597,7 +3597,7 @@ dependencies = [ [[package]] name = "fudge-core" version = "0.0.10" -source = "git+https://github.com/centrifuge/fudge?branch=polkadot-v0.9.37#69a5e6e8ae905aaf8bd4140c4eb851ae3e1b3358" +source = "git+https://github.com/centrifuge/fudge?branch=polkadot-v0.9.37#d7d2dd0f9e2fe23846e62894d5d05cdf05909cfd" dependencies = [ "async-trait", "cumulus-primitives-parachain-inherent", @@ -4867,9 +4867,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.139" +version = "0.2.140" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79" +checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c" [[package]] name = "libloading" @@ -14035,7 +14035,7 @@ checksum = "e7141e445af09c8919f1d5f8a20dae0b20c3b57a45dee0d5823c6ed5d237f15a" dependencies = [ "bitflags", "chrono", - "rustc_version 0.2.3", + "rustc_version 0.4.0", ] [[package]] From a203a5d901df6034f3f9e3a5de2ad3e18f15571f Mon Sep 17 00:00:00 2001 From: nuno Date: Fri, 10 Mar 2023 08:59:24 +0100 Subject: [PATCH 12/55] nix --- Cargo.lock | 176 ++++++--------------- Cargo.toml | 2 + flake.nix | 2 +- runtime/integration-tests/src/utils/env.rs | 2 +- 4 files changed, 50 insertions(+), 132 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b038b97973..1dedba0a39 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2125,7 +2125,7 @@ dependencies = [ "futures", "lru", "polkadot-core-primitives", - "polkadot-network-bridge 0.9.37 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.37)", + "polkadot-network-bridge", "polkadot-node-network-protocol", "polkadot-node-subsystem-util", "polkadot-overseer", @@ -8275,13 +8275,13 @@ version = "0.9.37" source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "futures", - "polkadot-node-metrics 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", + "polkadot-node-metrics", "polkadot-node-network-protocol", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-primitives", "rand 0.8.5", - "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", + "tracing-gum", ] [[package]] @@ -8295,7 +8295,7 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "rand 0.8.5", - "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", + "tracing-gum", ] [[package]] @@ -8318,7 +8318,7 @@ dependencies = [ "sp-core", "sp-keystore", "thiserror", - "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", + "tracing-gum", ] [[package]] @@ -8339,7 +8339,7 @@ dependencies = [ "rand 0.8.5", "sc-network", "thiserror", - "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", + "tracing-gum", ] [[package]] @@ -8353,7 +8353,7 @@ dependencies = [ "log", "polkadot-client", "polkadot-node-core-pvf", - "polkadot-node-metrics 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", + "polkadot-node-metrics", "polkadot-performance-test", "polkadot-service", "sc-cli", @@ -8430,7 +8430,7 @@ dependencies = [ "sp-keystore", "sp-runtime", "thiserror", - "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", + "tracing-gum", ] [[package]] @@ -8467,7 +8467,7 @@ dependencies = [ "sp-application-crypto", "sp-keystore", "thiserror", - "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", + "tracing-gum", ] [[package]] @@ -8501,31 +8501,7 @@ dependencies = [ "sp-application-crypto", "sp-core", "sp-keystore", - "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", -] - -[[package]] -name = "polkadot-network-bridge" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3" -dependencies = [ - "always-assert", - "async-trait", - "bytes", - "fatality", - "futures", - "parity-scale-codec 3.4.0", - "parking_lot 0.12.1", - "polkadot-node-metrics 0.9.37 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.37)", - "polkadot-node-network-protocol", - "polkadot-node-subsystem", - "polkadot-overseer", - "polkadot-primitives", - "sc-network", - "sc-network-common", - "sp-consensus", - "thiserror", - "tracing-gum 0.9.37 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.37)", + "tracing-gum", ] [[package]] @@ -8540,7 +8516,7 @@ dependencies = [ "futures", "parity-scale-codec 3.4.0", "parking_lot 0.12.1", - "polkadot-node-metrics 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", + "polkadot-node-metrics", "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-overseer", @@ -8549,7 +8525,7 @@ dependencies = [ "sc-network-common", "sp-consensus", "thiserror", - "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", + "tracing-gum", ] [[package]] @@ -8567,7 +8543,7 @@ dependencies = [ "sp-core", "sp-maybe-compressed-blob", "thiserror", - "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", + "tracing-gum", ] [[package]] @@ -8583,7 +8559,7 @@ dependencies = [ "lru", "merlin", "parity-scale-codec 3.4.0", - "polkadot-node-jaeger 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", + "polkadot-node-jaeger", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", @@ -8596,7 +8572,7 @@ dependencies = [ "sp-consensus-slots", "sp-runtime", "thiserror", - "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", + "tracing-gum", ] [[package]] @@ -8616,7 +8592,7 @@ dependencies = [ "polkadot-overseer", "polkadot-primitives", "thiserror", - "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", + "tracing-gum", ] [[package]] @@ -8635,7 +8611,7 @@ dependencies = [ "polkadot-statement-table", "sp-keystore", "thiserror", - "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", + "tracing-gum", ] [[package]] @@ -8649,7 +8625,7 @@ dependencies = [ "polkadot-primitives", "sp-keystore", "thiserror", - "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", + "tracing-gum", "wasm-timer", ] @@ -8663,13 +8639,13 @@ dependencies = [ "futures-timer", "parity-scale-codec 3.4.0", "polkadot-node-core-pvf", - "polkadot-node-metrics 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", + "polkadot-node-metrics", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-parachain", "polkadot-primitives", "sp-maybe-compressed-blob", - "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", + "tracing-gum", ] [[package]] @@ -8678,13 +8654,13 @@ version = "0.9.37" source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ "futures", - "polkadot-node-metrics 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", + "polkadot-node-metrics", "polkadot-node-subsystem", "polkadot-primitives", "sc-client-api", "sc-consensus-babe", "sp-blockchain", - "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", + "tracing-gum", ] [[package]] @@ -8701,7 +8677,7 @@ dependencies = [ "polkadot-node-subsystem-util", "polkadot-primitives", "thiserror", - "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", + "tracing-gum", ] [[package]] @@ -8720,7 +8696,7 @@ dependencies = [ "polkadot-primitives", "sc-keystore", "thiserror", - "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", + "tracing-gum", ] [[package]] @@ -8737,7 +8713,7 @@ dependencies = [ "sp-blockchain", "sp-inherents", "thiserror", - "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", + "tracing-gum", ] [[package]] @@ -8755,7 +8731,7 @@ dependencies = [ "polkadot-primitives", "rand 0.8.5", "thiserror", - "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", + "tracing-gum", ] [[package]] @@ -8771,7 +8747,7 @@ dependencies = [ "parity-scale-codec 3.4.0", "pin-project", "polkadot-core-primitives", - "polkadot-node-metrics 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", + "polkadot-node-metrics", "polkadot-parachain", "rand 0.8.5", "rayon", @@ -8787,7 +8763,7 @@ dependencies = [ "sp-wasm-interface", "tempfile", "tokio", - "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", + "tracing-gum", ] [[package]] @@ -8803,7 +8779,7 @@ dependencies = [ "polkadot-primitives", "sp-keystore", "thiserror", - "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", + "tracing-gum", ] [[package]] @@ -8813,30 +8789,12 @@ source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8f dependencies = [ "futures", "lru", - "polkadot-node-metrics 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", + "polkadot-node-metrics", "polkadot-node-subsystem", "polkadot-node-subsystem-types", "polkadot-primitives", "sp-consensus-babe", - "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", -] - -[[package]] -name = "polkadot-node-jaeger" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3" -dependencies = [ - "lazy_static", - "log", - "mick-jaeger", - "parity-scale-codec 3.4.0", - "parking_lot 0.12.1", - "polkadot-node-primitives", - "polkadot-primitives", - "sc-network", - "sp-core", - "thiserror", - "tokio", + "tracing-gum", ] [[package]] @@ -8857,25 +8815,6 @@ dependencies = [ "tokio", ] -[[package]] -name = "polkadot-node-metrics" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3" -dependencies = [ - "bs58", - "futures", - "futures-timer", - "log", - "parity-scale-codec 3.4.0", - "polkadot-primitives", - "prioritized-metered-channel", - "sc-cli", - "sc-service", - "sc-tracing", - "substrate-prometheus-endpoint", - "tracing-gum 0.9.37 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.37)", -] - [[package]] name = "polkadot-node-metrics" version = "0.9.37" @@ -8892,7 +8831,7 @@ dependencies = [ "sc-service", "sc-tracing", "substrate-prometheus-endpoint", - "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", + "tracing-gum", ] [[package]] @@ -8906,7 +8845,7 @@ dependencies = [ "futures", "hex", "parity-scale-codec 3.4.0", - "polkadot-node-jaeger 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", + "polkadot-node-jaeger", "polkadot-node-primitives", "polkadot-primitives", "rand 0.8.5", @@ -8915,7 +8854,7 @@ dependencies = [ "sc-network-common", "strum", "thiserror", - "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", + "tracing-gum", ] [[package]] @@ -8945,7 +8884,7 @@ name = "polkadot-node-subsystem" version = "0.9.37" source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ - "polkadot-node-jaeger 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", + "polkadot-node-jaeger", "polkadot-node-subsystem-types", "polkadot-overseer", ] @@ -8959,7 +8898,7 @@ dependencies = [ "derive_more", "futures", "orchestra", - "polkadot-node-jaeger 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", + "polkadot-node-jaeger", "polkadot-node-network-protocol", "polkadot-node-primitives", "polkadot-primitives", @@ -8990,8 +8929,8 @@ dependencies = [ "parity-scale-codec 3.4.0", "parking_lot 0.11.2", "pin-project", - "polkadot-node-jaeger 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", - "polkadot-node-metrics 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", + "polkadot-node-jaeger", + "polkadot-node-metrics", "polkadot-node-network-protocol", "polkadot-node-primitives", "polkadot-node-subsystem", @@ -9003,7 +8942,7 @@ dependencies = [ "sp-core", "sp-keystore", "thiserror", - "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", + "tracing-gum", ] [[package]] @@ -9017,7 +8956,7 @@ dependencies = [ "lru", "orchestra", "parking_lot 0.12.1", - "polkadot-node-metrics 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", + "polkadot-node-metrics", "polkadot-node-network-protocol", "polkadot-node-primitives", "polkadot-node-subsystem-types", @@ -9026,7 +8965,7 @@ dependencies = [ "sp-api", "sp-core", "tikv-jemalloc-ctl", - "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", + "tracing-gum", ] [[package]] @@ -9353,7 +9292,7 @@ dependencies = [ "polkadot-collator-protocol", "polkadot-dispute-distribution", "polkadot-gossip-support", - "polkadot-network-bridge 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", + "polkadot-network-bridge", "polkadot-node-collation-generation", "polkadot-node-core-approval-voting", "polkadot-node-core-av-store", @@ -9426,7 +9365,7 @@ dependencies = [ "sp-trie", "substrate-prometheus-endpoint", "thiserror", - "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", + "tracing-gum", "westend-runtime", ] @@ -9448,7 +9387,7 @@ dependencies = [ "sp-keystore", "sp-staking", "thiserror", - "tracing-gum 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", + "tracing-gum", ] [[package]] @@ -13649,38 +13588,15 @@ dependencies = [ "tracing", ] -[[package]] -name = "tracing-gum" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3" -dependencies = [ - "polkadot-node-jaeger 0.9.37 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.37)", - "polkadot-primitives", - "tracing", - "tracing-gum-proc-macro 0.9.37 (git+https://github.com/paritytech/polkadot?branch=release-v0.9.37)", -] - [[package]] name = "tracing-gum" version = "0.9.37" source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ - "polkadot-node-jaeger 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", + "polkadot-node-jaeger", "polkadot-primitives", "tracing", - "tracing-gum-proc-macro 0.9.37 (git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3)", -] - -[[package]] -name = "tracing-gum-proc-macro" -version = "0.9.37" -source = "git+https://github.com/paritytech/polkadot?branch=release-v0.9.37#645723987cf9662244be8faf4e9b63e8b9a1b3a3" -dependencies = [ - "expander 0.0.6", - "proc-macro-crate", - "proc-macro2", - "quote", - "syn", + "tracing-gum-proc-macro", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 403af40b03..8080edaeeb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -397,6 +397,7 @@ pallet-xcm = { git = "https://github.com/paritytech//polkadot", rev = "645723987 polkadot-cli = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } polkadot-client = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } polkadot-core-primitives = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } +polkadot-network-bridge = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } polkadot-node-core-av-store = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } polkadot-node-core-pvf = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } polkadot-node-network-protocol = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } @@ -602,6 +603,7 @@ pallet-xcm = { git = "https://github.com/paritytech//polkadot", rev = "645723987 polkadot-cli = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } polkadot-client = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } polkadot-core-primitives = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } +polkadot-network-bridge = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } polkadot-node-core-av-store = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } polkadot-node-core-pvf = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } polkadot-node-network-protocol = { git = "https://github.com/paritytech//polkadot", rev = "645723987cf9662244be8faf4e9b63e8b9a1b3a3" } diff --git a/flake.nix b/flake.nix index 0364c8783f..da519e2dc2 100644 --- a/flake.nix +++ b/flake.nix @@ -93,7 +93,7 @@ }; # This is a hash of all the Cargo dependencies, for reproducibility. - cargoSha256 = "sha256-D0H6A7EVwiFtqHwRrvpVd/SsuxTnb8vMU+ixF9xKVeA="; + cargoSha256 = "sha256-sKBJs8V9CuZy6Rc3zni6F6c86nXnxqF1Fpv1JdxsZZE="; nativeBuildInputs = with pkgs; [ clang git-mock pkg-config ]; buildInputs = with pkgs; [ openssl ] ++ ( diff --git a/runtime/integration-tests/src/utils/env.rs b/runtime/integration-tests/src/utils/env.rs index b77ed11e8b..10218e5da1 100644 --- a/runtime/integration-tests/src/utils/env.rs +++ b/runtime/integration-tests/src/utils/env.rs @@ -710,7 +710,7 @@ fn test_env( Box::new(move |parent: H256, ()| { let client = clone_client.clone(); let parent_header = client - .header(&BlockId::Hash(parent.clone())) + .header(parent.clone()) .expect("ESSENTIAL: Relay CIDP must not fail.") .expect("ESSENTIAL: Relay CIDP must not fail."); From fa15ec1ecf58e20b187380d49affb55519f8166c Mon Sep 17 00:00:00 2001 From: nuno Date: Fri, 10 Mar 2023 09:01:09 +0100 Subject: [PATCH 13/55] cargo update --- Cargo.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1dedba0a39..8f34848afd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -868,9 +868,9 @@ dependencies = [ [[package]] name = "camino" -version = "1.1.3" +version = "1.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6031a462f977dd38968b6f23378356512feeace69cef817e1a4475108093cec3" +checksum = "c530edf18f37068ac2d977409ed5cd50d53d73bc653c7647b48eb78976ac9ae2" dependencies = [ "serde", ] @@ -2280,9 +2280,9 @@ dependencies = [ [[package]] name = "darling" -version = "0.14.3" +version = "0.14.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0808e1bd8671fb44a113a14e13497557533369847788fa2ae912b6ebfce9fa8" +checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850" dependencies = [ "darling_core", "darling_macro", @@ -2290,9 +2290,9 @@ dependencies = [ [[package]] name = "darling_core" -version = "0.14.3" +version = "0.14.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "001d80444f28e193f30c2f293455da62dcf9a6b29918a4253152ae2b1de592cb" +checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0" dependencies = [ "fnv", "ident_case", @@ -2304,9 +2304,9 @@ dependencies = [ [[package]] name = "darling_macro" -version = "0.14.3" +version = "0.14.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b36230598a2d5de7ec1c6f51f72d8a99a9208daff41de2084d06e3fd3ea56685" +checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e" dependencies = [ "darling_core", "quote", From 31bfae6c947f92ab3472c7ccb549ae55742712bc Mon Sep 17 00:00:00 2001 From: nuno Date: Fri, 10 Mar 2023 09:12:49 +0100 Subject: [PATCH 14/55] Disable fudge and pool's e2e tests --- Cargo.lock | 86 ---------------------------- runtime/integration-tests/Cargo.toml | 4 +- runtime/integration-tests/src/lib.rs | 6 +- 3 files changed, 5 insertions(+), 91 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8f34848afd..38e0ecc507 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3570,91 +3570,6 @@ dependencies = [ "winapi", ] -[[package]] -name = "fudge" -version = "0.0.10" -source = "git+https://github.com/centrifuge/fudge?branch=polkadot-v0.9.37#d7d2dd0f9e2fe23846e62894d5d05cdf05909cfd" -dependencies = [ - "fudge-companion", - "fudge-core", - "polkadot-parachain", - "sc-executor", - "sc-service", - "sp-io", -] - -[[package]] -name = "fudge-companion" -version = "0.0.7" -source = "git+https://github.com/centrifuge/fudge?branch=polkadot-v0.9.37#d7d2dd0f9e2fe23846e62894d5d05cdf05909cfd" -dependencies = [ - "proc-macro-crate", - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "fudge-core" -version = "0.0.10" -source = "git+https://github.com/centrifuge/fudge?branch=polkadot-v0.9.37#d7d2dd0f9e2fe23846e62894d5d05cdf05909cfd" -dependencies = [ - "async-trait", - "cumulus-primitives-parachain-inherent", - "cumulus-relay-chain-inprocess-interface", - "frame-benchmarking", - "frame-support", - "frame-system", - "fudge-companion", - "futures", - "lazy_static", - "node-primitives", - "pallet-babe", - "parity-scale-codec 3.4.0", - "parking_lot 0.12.1", - "polkadot-cli", - "polkadot-core-primitives", - "polkadot-parachain", - "polkadot-primitives", - "polkadot-runtime-parachains", - "polkadot-service", - "prioritized-metered-channel", - "sc-basic-authorship", - "sc-block-builder", - "sc-client-api", - "sc-client-db", - "sc-consensus", - "sc-consensus-aura", - "sc-consensus-uncles", - "sc-executor", - "sc-offchain", - "sc-service", - "sc-transaction-pool", - "sc-transaction-pool-api", - "sp-api", - "sp-authorship", - "sp-block-builder", - "sp-blockchain", - "sp-consensus", - "sp-consensus-aura", - "sp-consensus-babe", - "sp-core", - "sp-database", - "sp-externalities", - "sp-inherents", - "sp-io", - "sp-keystore", - "sp-runtime", - "sp-state-machine", - "sp-std", - "sp-storage", - "sp-timestamp", - "sp-transaction-pool", - "thiserror", - "tokio", - "tracing", -] - [[package]] name = "funty" version = "1.1.0" @@ -10315,7 +10230,6 @@ dependencies = [ "frame-benchmarking", "frame-support", "frame-system", - "fudge", "hex", "kusama-runtime", "lazy_static", diff --git a/runtime/integration-tests/Cargo.toml b/runtime/integration-tests/Cargo.toml index b8489f0721..39dcf1cfdf 100644 --- a/runtime/integration-tests/Cargo.toml +++ b/runtime/integration-tests/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/centrifuge/centrifuge-chain" [dependencies] codec = { package = "parity-scale-codec", version = "3.0", default-features = false, features = ["derive"] } -fudge = { git = "https://github.com/centrifuge/fudge", branch = "polkadot-v0.9.37" } +#fudge = { git = "https://github.com/centrifuge/fudge", branch = "polkadot-v0.9.37" } lazy_static = "1.4.0" rand = "0.8.5" serde = { version = "1.0.119" } @@ -102,7 +102,7 @@ runtime-benchmarks = [ "development-runtime/runtime-benchmarks", "frame-benchmarking/runtime-benchmarks", "kusama-runtime/runtime-benchmarks", - "fudge/runtime-benchmarks", +# "fudge/runtime-benchmarks", "altair-runtime/runtime-benchmarks", "centrifuge-runtime/runtime-benchmarks", "cfg-primitives/runtime-benchmarks", diff --git a/runtime/integration-tests/src/lib.rs b/runtime/integration-tests/src/lib.rs index 60f595e3e1..5e1e6f002c 100644 --- a/runtime/integration-tests/src/lib.rs +++ b/runtime/integration-tests/src/lib.rs @@ -14,9 +14,9 @@ #![cfg(test)] #![allow(unused)] -mod pools; -mod runtime_apis; -mod utils; +// mod pools; +// mod runtime_apis; +// mod utils; mod xcm; /// Re-exports the correct runtimes that we run the integration tests with From cb09de53e5d8c71ec8754414f0df5608cb577059 Mon Sep 17 00:00:00 2001 From: nuno Date: Fri, 10 Mar 2023 09:13:00 +0100 Subject: [PATCH 15/55] Fix xcm integration tests --- .../src/xcm/kusama/tests/transfers.rs | 14 +++++++------- .../src/xcm/polkadot/tests/transfers.rs | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/runtime/integration-tests/src/xcm/kusama/tests/transfers.rs b/runtime/integration-tests/src/xcm/kusama/tests/transfers.rs index 58f1470edf..55eb9ec0e6 100644 --- a/runtime/integration-tests/src/xcm/kusama/tests/transfers.rs +++ b/runtime/integration-tests/src/xcm/kusama/tests/transfers.rs @@ -130,7 +130,7 @@ fn transfer_air_to_sibling() { assert_eq!(current_balance, transfer_amount - fee(18)); // Sanity check for the actual amount BOB ends up with - assert_eq!(current_balance, 4990730400000000000); + assert_eq!(current_balance, 4991917600000000000); }); } @@ -280,7 +280,7 @@ fn transfer_ausd_to_altair() { // Sanity check the actual balance assert_eq!( OrmlTokens::free_balance(CurrencyId::AUSD, &BOB.into()), - 16990730400000 + 16991917600000 ); }); } @@ -338,7 +338,7 @@ fn transfer_ksm_to_relay_chain() { KusamaNet::execute_with(|| { assert_eq!( kusama_runtime::Balances::free_balance(&BOB.into()), - 999989594258 + 999895428355 ); }); } @@ -504,15 +504,15 @@ fn transfer_wormhole_usdc_karura_to_altair() { let bob_balance = OrmlTokens::free_balance(usdc_asset_id, &BOB.into()); // Sanity check to ensure the calculated is what is expected - assert_eq!(bob_balance, 11990731); + assert_eq!(bob_balance, 11991918); }); } #[test] fn test_total_fee() { - assert_eq!(air_fee(), 9269600000000000); - assert_eq!(fee(currency_decimals::AUSD), 9269600000); - assert_eq!(fee(currency_decimals::KSM), 9269600000); + assert_eq!(air_fee(), 8082400000000000); + assert_eq!(fee(currency_decimals::AUSD), 8082400000); + assert_eq!(fee(currency_decimals::KSM), 8082400000); } fn air_fee() -> Balance { diff --git a/runtime/integration-tests/src/xcm/polkadot/tests/transfers.rs b/runtime/integration-tests/src/xcm/polkadot/tests/transfers.rs index 93f22e3992..666ce16431 100644 --- a/runtime/integration-tests/src/xcm/polkadot/tests/transfers.rs +++ b/runtime/integration-tests/src/xcm/polkadot/tests/transfers.rs @@ -131,7 +131,7 @@ fn transfer_cfg_to_sibling() { assert_eq!(current_balance, transfer_amount - fee(18)); // Sanity check for the actual amount BOB ends up with - assert_eq!(current_balance, 4990730400000000000); + assert_eq!(current_balance, 4991917600000000000); }); } @@ -281,7 +281,7 @@ fn transfer_ausd_to_centrifuge() { // Sanity check the actual balance assert_eq!( OrmlTokens::free_balance(CurrencyId::AUSD, &BOB.into()), - 16990730400000 + 16991917600000 ); }); } @@ -347,7 +347,7 @@ fn transfer_dot_to_relay_chain() { PolkadotNet::execute_with(|| { assert_eq!( polkadot_runtime::Balances::free_balance(&BOB.into()), - 999573469824 + 999578565860 ); }); } @@ -511,15 +511,15 @@ fn transfer_wormhole_usdc_acala_to_centrifuge() { let bob_balance = OrmlTokens::free_balance(usdc_asset_id, &BOB.into()); // Sanity check to ensure the calculated is what is expected - assert_eq!(bob_balance, 11990731); + assert_eq!(bob_balance, 11991918); }); } #[test] fn test_total_fee() { - assert_eq!(cfg_fee(), 9269600000000000); - assert_eq!(fee(currency_decimals::AUSD), 9269600000); - assert_eq!(fee(currency_decimals::KSM), 9269600000); + assert_eq!(cfg_fee(), 8082400000000000); + assert_eq!(fee(currency_decimals::AUSD), 8082400000); + assert_eq!(fee(currency_decimals::KSM), 8082400000); } fn cfg_fee() -> Balance { From 8ebb076b13315d373a74b2ba9b3cba27a16759f2 Mon Sep 17 00:00:00 2001 From: nuno Date: Fri, 10 Mar 2023 09:25:28 +0100 Subject: [PATCH 16/55] Add sp-runtime/try-runtime --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 8080edaeeb..fd8e5131af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -223,6 +223,7 @@ try-runtime = [ "polkadot-cli/try-runtime", "polkadot-service/try-runtime", "runtime-common/try-runtime", + 'sp-runtime/try-runtime', ] fast-runtime = [ From 0775544906bed89ff0a99a06e66095af4a8d3b79 Mon Sep 17 00:00:00 2001 From: nuno Date: Fri, 10 Mar 2023 09:42:13 +0100 Subject: [PATCH 17/55] Fix TryRuntime trait impls --- runtime/altair/src/lib.rs | 9 +++++---- runtime/centrifuge/src/lib.rs | 10 ++++++---- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/runtime/altair/src/lib.rs b/runtime/altair/src/lib.rs index b0a9641570..10be009d1d 100644 --- a/runtime/altair/src/lib.rs +++ b/runtime/altair/src/lib.rs @@ -1801,12 +1801,13 @@ impl_runtime_apis! { #[cfg(feature = "try-runtime")] impl frame_try_runtime::TryRuntime for Runtime { - fn on_runtime_upgrade() -> (Weight, Weight) { - let weight = Executive::try_runtime_upgrade().unwrap(); + fn on_runtime_upgrade(checks: frame_try_runtime::UpgradeCheckSelect) -> (Weight, Weight) { + let weight = Executive::try_runtime_upgrade(checks).unwrap(); (weight, RuntimeBlockWeights::get().max_block) } - fn execute_block(block: Block, state_root_check: bool, select: frame_try_runtime::TryStateSelect) -> Weight { - Executive::try_execute_block(block, state_root_check, select).expect("try_execute_block failed") + + fn execute_block(block: Block, state_root_check: bool, signature_check: bool, select: frame_try_runtime::TryStateSelect) -> Weight { + Executive::try_execute_block(block, state_root_check, signature_check, select).expect("execute-block failed") } } } diff --git a/runtime/centrifuge/src/lib.rs b/runtime/centrifuge/src/lib.rs index db4cf5a85a..d440d15aef 100644 --- a/runtime/centrifuge/src/lib.rs +++ b/runtime/centrifuge/src/lib.rs @@ -1307,15 +1307,17 @@ impl_runtime_apis! { #[cfg(feature = "try-runtime")] impl frame_try_runtime::TryRuntime for Runtime { - fn on_runtime_upgrade() -> (Weight, Weight) { - let weight = Executive::try_runtime_upgrade().unwrap(); + fn on_runtime_upgrade(checks: frame_try_runtime::UpgradeCheckSelect) -> (Weight, Weight) { + let weight = Executive::try_runtime_upgrade(checks).unwrap(); (weight, RuntimeBlockWeights::get().max_block) } - fn execute_block(block: Block, state_root_check: bool, select: frame_try_runtime::TryStateSelect) -> Weight { - Executive::try_execute_block(block, state_root_check, select).expect("execute-block failed") + + fn execute_block(block: Block, state_root_check: bool, signature_check: bool, select: frame_try_runtime::TryStateSelect) -> Weight { + Executive::try_execute_block(block, state_root_check, signature_check, select).expect("execute-block failed") } } } + struct CheckInherents; impl cumulus_pallet_parachain_system::CheckInherents for CheckInherents { From 2b3225ae25b75cf6f3a70da27e26f20b522ba617 Mon Sep 17 00:00:00 2001 From: nuno Date: Fri, 10 Mar 2023 09:42:22 +0100 Subject: [PATCH 18/55] Update jsonrpsee dep --- Cargo.lock | 172 +++++++++-------------------------------------------- Cargo.toml | 2 +- 2 files changed, 29 insertions(+), 145 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 38e0ecc507..6cd0ef0526 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -609,7 +609,7 @@ source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c9306 dependencies = [ "beefy-gadget", "futures", - "jsonrpsee 0.16.2", + "jsonrpsee", "log", "parity-scale-codec 3.4.0", "parking_lot 0.12.1", @@ -946,7 +946,7 @@ dependencies = [ "frame-benchmarking-cli", "frame-system", "hex-literal 0.2.2", - "jsonrpsee 0.15.1", + "jsonrpsee", "log", "pallet-anchors", "pallet-pool-system", @@ -2100,7 +2100,7 @@ dependencies = [ "async-trait", "cumulus-primitives-core", "futures", - "jsonrpsee-core 0.16.2", + "jsonrpsee-core", "parity-scale-codec 3.4.0", "polkadot-overseer", "polkadot-service", @@ -2162,7 +2162,7 @@ dependencies = [ "cumulus-relay-chain-interface", "futures", "futures-timer", - "jsonrpsee 0.16.2", + "jsonrpsee", "lru", "parity-scale-codec 3.4.0", "polkadot-service", @@ -4369,30 +4369,16 @@ dependencies = [ "wasm-bindgen", ] -[[package]] -name = "jsonrpsee" -version = "0.15.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8bd0d559d5e679b1ab2f869b486a11182923863b1b3ee8b421763cdd707b783a" -dependencies = [ - "jsonrpsee-core 0.15.1", - "jsonrpsee-http-server", - "jsonrpsee-proc-macros 0.15.1", - "jsonrpsee-types 0.15.1", - "jsonrpsee-ws-server", - "tracing", -] - [[package]] name = "jsonrpsee" version = "0.16.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7d291e3a5818a2384645fd9756362e6d89cf0541b0b916fa7702ea4a9833608e" dependencies = [ - "jsonrpsee-core 0.16.2", - "jsonrpsee-proc-macros 0.16.2", + "jsonrpsee-core", + "jsonrpsee-proc-macros", "jsonrpsee-server", - "jsonrpsee-types 0.16.2", + "jsonrpsee-types", "jsonrpsee-ws-client", "tracing", ] @@ -4405,8 +4391,8 @@ checksum = "965de52763f2004bc91ac5bcec504192440f0b568a5d621c59d9dbd6f886c3fb" dependencies = [ "futures-util", "http", - "jsonrpsee-core 0.16.2", - "jsonrpsee-types 0.16.2", + "jsonrpsee-core", + "jsonrpsee-types", "pin-project", "rustls-native-certs", "soketto", @@ -4418,35 +4404,6 @@ dependencies = [ "webpki-roots", ] -[[package]] -name = "jsonrpsee-core" -version = "0.15.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3dc3e9cf2ba50b7b1d7d76a667619f82846caa39e8e8daa8a4962d74acaddca" -dependencies = [ - "anyhow", - "arrayvec 0.7.2", - "async-trait", - "beef", - "futures-channel", - "futures-util", - "globset", - "http", - "hyper", - "jsonrpsee-types 0.15.1", - "lazy_static", - "parking_lot 0.12.1", - "rand 0.8.5", - "rustc-hash", - "serde", - "serde_json", - "soketto", - "thiserror", - "tokio", - "tracing", - "unicase", -] - [[package]] name = "jsonrpsee-core" version = "0.16.2" @@ -4463,7 +4420,7 @@ dependencies = [ "futures-util", "globset", "hyper", - "jsonrpsee-types 0.16.2", + "jsonrpsee-types", "parking_lot 0.12.1", "rand 0.8.5", "rustc-hash", @@ -4475,36 +4432,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "jsonrpsee-http-server" -version = "0.15.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03802f0373a38c2420c70b5144742d800b509e2937edc4afb116434f07120117" -dependencies = [ - "futures-channel", - "futures-util", - "hyper", - "jsonrpsee-core 0.15.1", - "jsonrpsee-types 0.15.1", - "serde", - "serde_json", - "tokio", - "tracing", - "tracing-futures", -] - -[[package]] -name = "jsonrpsee-proc-macros" -version = "0.15.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd67957d4280217247588ac86614ead007b301ca2fa9f19c19f880a536f029e3" -dependencies = [ - "proc-macro-crate", - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "jsonrpsee-proc-macros" version = "0.16.2" @@ -4528,8 +4455,8 @@ dependencies = [ "futures-util", "http", "hyper", - "jsonrpsee-core 0.16.2", - "jsonrpsee-types 0.16.2", + "jsonrpsee-core", + "jsonrpsee-types", "serde", "serde_json", "soketto", @@ -4540,20 +4467,6 @@ dependencies = [ "tracing", ] -[[package]] -name = "jsonrpsee-types" -version = "0.15.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e290bba767401b646812f608c099b922d8142603c9e73a50fb192d3ac86f4a0d" -dependencies = [ - "anyhow", - "beef", - "serde", - "serde_json", - "thiserror", - "tracing", -] - [[package]] name = "jsonrpsee-types" version = "0.16.2" @@ -4576,28 +4489,8 @@ checksum = "0b83daeecfc6517cfe210df24e570fb06213533dfb990318fae781f4c7119dd9" dependencies = [ "http", "jsonrpsee-client-transport", - "jsonrpsee-core 0.16.2", - "jsonrpsee-types 0.16.2", -] - -[[package]] -name = "jsonrpsee-ws-server" -version = "0.15.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d488ba74fb369e5ab68926feb75a483458b88e768d44319f37e4ecad283c7325" -dependencies = [ - "futures-channel", - "futures-util", - "http", - "jsonrpsee-core 0.15.1", - "jsonrpsee-types 0.15.1", - "serde_json", - "soketto", - "tokio", - "tokio-stream", - "tokio-util", - "tracing", - "tracing-futures", + "jsonrpsee-core", + "jsonrpsee-types", ] [[package]] @@ -5606,7 +5499,7 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.37#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "anyhow", - "jsonrpsee 0.16.2", + "jsonrpsee", "parity-scale-codec 3.4.0", "serde", "sp-api", @@ -7700,7 +7593,7 @@ name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ - "jsonrpsee 0.16.2", + "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", "parity-scale-codec 3.4.0", "sp-api", @@ -8947,7 +8840,7 @@ source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8f dependencies = [ "beefy-gadget", "beefy-gadget-rpc", - "jsonrpsee 0.16.2", + "jsonrpsee", "mmr-rpc", "pallet-transaction-payment-rpc", "polkadot-primitives", @@ -10735,7 +10628,7 @@ version = "0.10.0-dev" source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "futures", - "jsonrpsee 0.16.2", + "jsonrpsee", "sc-consensus-babe", "sc-consensus-epochs", "sc-rpc-api", @@ -10912,7 +10805,7 @@ source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c9306 dependencies = [ "finality-grandpa", "futures", - "jsonrpsee 0.16.2", + "jsonrpsee", "log", "parity-scale-codec 3.4.0", "sc-client-api", @@ -11190,7 +11083,7 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "futures", - "jsonrpsee 0.16.2", + "jsonrpsee", "log", "parity-scale-codec 3.4.0", "parking_lot 0.12.1", @@ -11218,7 +11111,7 @@ name = "sc-rpc-api" version = "0.10.0-dev" source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ - "jsonrpsee 0.16.2", + "jsonrpsee", "parity-scale-codec 3.4.0", "sc-chain-spec", "sc-transaction-pool-api", @@ -11238,7 +11131,7 @@ version = "4.0.0-dev" source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "http", - "jsonrpsee 0.16.2", + "jsonrpsee", "log", "serde_json", "substrate-prometheus-endpoint", @@ -11256,7 +11149,7 @@ dependencies = [ "futures", "futures-util", "hex", - "jsonrpsee 0.16.2", + "jsonrpsee", "log", "parity-scale-codec 3.4.0", "parking_lot 0.12.1", @@ -11283,7 +11176,7 @@ dependencies = [ "exit-future", "futures", "futures-timer", - "jsonrpsee 0.16.2", + "jsonrpsee", "log", "parity-scale-codec 3.4.0", "parking_lot 0.12.1", @@ -11390,7 +11283,7 @@ name = "sc-sync-state-rpc" version = "0.10.0-dev" source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ - "jsonrpsee 0.16.2", + "jsonrpsee", "parity-scale-codec 3.4.0", "sc-chain-spec", "sc-client-api", @@ -12886,7 +12779,7 @@ source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c9306 dependencies = [ "frame-system-rpc-runtime-api", "futures", - "jsonrpsee 0.16.2", + "jsonrpsee", "log", "parity-scale-codec 3.4.0", "sc-rpc-api", @@ -12916,7 +12809,7 @@ version = "0.10.0-dev" source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "async-trait", - "jsonrpsee 0.16.2", + "jsonrpsee", "log", "sc-rpc-api", "serde", @@ -12928,7 +12821,7 @@ name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ - "jsonrpsee 0.16.2", + "jsonrpsee", "log", "parity-scale-codec 3.4.0", "sc-client-api", @@ -13745,15 +13638,6 @@ dependencies = [ "static_assertions", ] -[[package]] -name = "unicase" -version = "2.6.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" -dependencies = [ - "version_check", -] - [[package]] name = "unicode-bidi" version = "0.3.11" diff --git a/Cargo.toml b/Cargo.toml index fd8e5131af..16ce7bfd8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ members = [ clap = { version = "4.0.9", features = ["derive"] } codec = { package = "parity-scale-codec", version = "3.0", default-features = false } hex-literal = "0.2.1" -jsonrpsee = { version = "0.15.1", features = ["server", "macros"] } +jsonrpsee = { version = "0.16.2", features = ["server", "macros"] } log = "0.4.8" serde = { version = "1.0.119", features = ["derive"] } url = "2.2.2" From f0aa093eac9c9d638597c0f354515d0fbecd9c5b Mon Sep 17 00:00:00 2001 From: nuno Date: Fri, 10 Mar 2023 10:31:40 +0100 Subject: [PATCH 19/55] tmp: Add fp-self-contained dep to include try-runtime feat --- Cargo.lock | 1 + pallets/connectors/Cargo.toml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index 6cd0ef0526..0a5f901cdc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6492,6 +6492,7 @@ dependencies = [ "cfg-types", "cfg-utils", "ethabi", + "fp-self-contained", "frame-benchmarking", "frame-support", "frame-system", diff --git a/pallets/connectors/Cargo.toml b/pallets/connectors/Cargo.toml index 9d25a37752..8cd6113a91 100644 --- a/pallets/connectors/Cargo.toml +++ b/pallets/connectors/Cargo.toml @@ -40,6 +40,7 @@ cfg-utils = { path = "../../libs/utils", default-features = false } xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.37" } pallet-ethereum = { git = "https://github.com/PureStake/frontier", default-features = false, branch = "moonbeam-polkadot-v0.9.37" } +fp-self-contained = { git = "https://github.com/PureStake/frontier", default-features = false, branch = "moonbeam-polkadot-v0.9.37" } pallet-xcm-transactor = { git = "https://github.com/PureStake/moonbeam", default-features = false, rev = "4c22f7c010573513076b618c09d2824ece6c51eb" } xcm-primitives = { git = "https://github.com/PureStake/moonbeam", default-features = false, rev = "4c22f7c010573513076b618c09d2824ece6c51eb" } @@ -123,4 +124,5 @@ try-runtime = [ "frame-system/try-runtime", "pallet-ethereum/try-runtime", "pallet-xcm-transactor/try-runtime", + "fp-self-contained/try-runtime", ] From ee7140ab5089e5d3ce1c76c666eb121a8be6cec7 Mon Sep 17 00:00:00 2001 From: nuno Date: Fri, 10 Mar 2023 10:39:53 +0100 Subject: [PATCH 20/55] Add missing asset_exists --- pallets/pool-system/src/tranches.rs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pallets/pool-system/src/tranches.rs b/pallets/pool-system/src/tranches.rs index a18ffbff1d..e0aafb5a8a 100644 --- a/pallets/pool-system/src/tranches.rs +++ b/pallets/pool-system/src/tranches.rs @@ -2621,6 +2621,10 @@ pub mod test { ) -> frame_support::traits::tokens::WithdrawConsequence { todo!() } + + fn asset_exists(asset: Self::AssetId) -> bool { + todo!() + } } // No debt, reserve or APR for any tranche. @@ -2724,6 +2728,10 @@ pub mod test { ) -> frame_support::traits::tokens::WithdrawConsequence { todo!() } + + fn asset_exists(asset: Self::AssetId) -> bool { + todo!() + } } assert_eq!( From 403fb816b65a3abea209f29158660ce0380dcac5 Mon Sep 17 00:00:00 2001 From: nuno Date: Fri, 10 Mar 2023 11:07:57 +0100 Subject: [PATCH 21/55] Fix some errors in command.rs and service.rs --- src/cli.rs | 2 +- src/command.rs | 2 +- src/service.rs | 23 +++++++++++++++++++---- 3 files changed, 21 insertions(+), 6 deletions(-) diff --git a/src/cli.rs b/src/cli.rs index 914d07624d..b30554f31b 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -152,5 +152,5 @@ impl RelayChainCli { } } pub struct RpcConfig { - pub relay_chain_rpc_url: Option, + pub relay_chain_rpc_urls: Vec, } diff --git a/src/command.rs b/src/command.rs index 2e448bab49..a484bc6bf3 100644 --- a/src/command.rs +++ b/src/command.rs @@ -433,7 +433,7 @@ pub fn run() -> Result<()> { ); let rpc_config = RpcConfig { - relay_chain_rpc_url: cli.run.relay_chain_rpc_url, + relay_chain_rpc_urls: cli.run.relay_chain_rpc_urls, }; let id = cli.parachain_id.unwrap_or(10001).into(); diff --git a/src/service.rs b/src/service.rs index c59c93268f..fdf2bea415 100644 --- a/src/service.rs +++ b/src/service.rs @@ -34,6 +34,7 @@ use sc_telemetry::{Telemetry, TelemetryHandle, TelemetryWorker, TelemetryWorkerH use sp_api::ConstructRuntimeApi; use sp_keystore::SyncCryptoStorePtr; use sp_runtime::traits::BlakeTwo256; +use sc_consensus::ImportQueue; use substrate_prometheus_endpoint::Registry; use crate::{ @@ -323,14 +324,14 @@ where let validator = parachain_config.role.is_authority(); let prometheus_registry = parachain_config.prometheus_registry().cloned(); let transaction_pool = params.transaction_pool.clone(); - let import_queue = cumulus_client_service::SharedImportQueue::new(params.import_queue); + let import_queue_service = params.import_queue.service(); let (network, system_rpc_tx, tx_handler_controller, start_network) = sc_service::build_network(sc_service::BuildNetworkParams { config: ¶chain_config, client: client.clone(), transaction_pool: transaction_pool.clone(), spawn_handle: task_manager.spawn_handle(), - import_queue: import_queue.clone(), + import_queue: params.import_queue, block_announce_validator_builder: Some(Box::new(|_| { Box::new(block_announce_validator) })), @@ -386,7 +387,7 @@ where relay_chain_interface, spawner, parachain_consensus, - import_queue, + import_queue: import_queue_service, collator_key: collator_key.ok_or_else(|| { sc_service::error::Error::Other("Collator Key is None".to_string()) })?, @@ -402,7 +403,7 @@ where para_id: id, relay_chain_interface, relay_chain_slot_duration, - import_queue, + import_queue: import_queue_service, }; start_full_node(params)?; @@ -518,6 +519,20 @@ pub async fn start_altair_node( telemetry.clone(), ); + + // pub proposer_factory: PF, + // pub create_inherent_data_providers: CIDP, + // pub block_import: BI, + // pub para_client: Arc, + // pub backoff_authoring_blocks: Option, + // pub sync_oracle: SO, + // pub keystore: SyncCryptoStorePtr, + // pub force_authoring: bool, + // pub slot_duration: SlotDuration, + // pub telemetry: Option, + // pub block_proposal_slot_portion: SlotProportion, + // pub max_block_proposal_slot_portion: Option, + Ok(AuraConsensus::build::< sp_consensus_aura::sr25519::AuthorityPair, _, From 458f4db5bb4aa37489d27f72fb1400f4dfb41cfa Mon Sep 17 00:00:00 2001 From: nuno Date: Fri, 10 Mar 2023 19:57:14 +0100 Subject: [PATCH 22/55] nix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index da519e2dc2..f4761f8c8b 100644 --- a/flake.nix +++ b/flake.nix @@ -93,7 +93,7 @@ }; # This is a hash of all the Cargo dependencies, for reproducibility. - cargoSha256 = "sha256-sKBJs8V9CuZy6Rc3zni6F6c86nXnxqF1Fpv1JdxsZZE="; + cargoSha256 = "sha256-Nmdw40Clsab6GwsLQc0r6DPV0bvWNMtYUN3Wqiee5l8="; nativeBuildInputs = with pkgs; [ clang git-mock pkg-config ]; buildInputs = with pkgs; [ openssl ] ++ ( From 42a805d963b3d8647904a738d314bbbb85e98dbf Mon Sep 17 00:00:00 2001 From: nuno Date: Fri, 10 Mar 2023 19:57:40 +0100 Subject: [PATCH 23/55] fmt --- pallets/connectors/Cargo.toml | 2 +- runtime/development/Cargo.toml | 2 +- runtime/development/src/lib.rs | 20 ++++++++++---------- runtime/integration-tests/Cargo.toml | 2 +- src/service.rs | 3 +-- 5 files changed, 14 insertions(+), 15 deletions(-) diff --git a/pallets/connectors/Cargo.toml b/pallets/connectors/Cargo.toml index 8cd6113a91..68804d1e52 100644 --- a/pallets/connectors/Cargo.toml +++ b/pallets/connectors/Cargo.toml @@ -39,8 +39,8 @@ cfg-utils = { path = "../../libs/utils", default-features = false } # Polkadot xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "release-v0.9.37" } -pallet-ethereum = { git = "https://github.com/PureStake/frontier", default-features = false, branch = "moonbeam-polkadot-v0.9.37" } fp-self-contained = { git = "https://github.com/PureStake/frontier", default-features = false, branch = "moonbeam-polkadot-v0.9.37" } +pallet-ethereum = { git = "https://github.com/PureStake/frontier", default-features = false, branch = "moonbeam-polkadot-v0.9.37" } pallet-xcm-transactor = { git = "https://github.com/PureStake/moonbeam", default-features = false, rev = "4c22f7c010573513076b618c09d2824ece6c51eb" } xcm-primitives = { git = "https://github.com/PureStake/moonbeam", default-features = false, rev = "4c22f7c010573513076b618c09d2824ece6c51eb" } diff --git a/runtime/development/Cargo.toml b/runtime/development/Cargo.toml index d74fb17b35..131ab890b6 100644 --- a/runtime/development/Cargo.toml +++ b/runtime/development/Cargo.toml @@ -121,9 +121,9 @@ pallet-restricted-tokens = { path = "../../pallets/restricted-tokens", default-f pallet-rewards = { path = "../../pallets/rewards", default-features = false } # Connectors 3rd-party dependencies +moonbeam-relay-encoder = { git = "https://github.com/PureStake/moonbeam", default-features = false, rev = "4c22f7c010573513076b618c09d2824ece6c51eb" } pallet-xcm-transactor = { git = "https://github.com/PureStake/moonbeam", default-features = false, rev = "4c22f7c010573513076b618c09d2824ece6c51eb" } xcm-primitives = { git = "https://github.com/PureStake/moonbeam", default-features = false, rev = "4c22f7c010573513076b618c09d2824ece6c51eb" } -moonbeam-relay-encoder = { git = "https://github.com/PureStake/moonbeam", default-features = false, rev = "4c22f7c010573513076b618c09d2824ece6c51eb" } [build-dependencies] substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } diff --git a/runtime/development/src/lib.rs b/runtime/development/src/lib.rs index 69c8748224..88a57ce945 100644 --- a/runtime/development/src/lib.rs +++ b/runtime/development/src/lib.rs @@ -1243,25 +1243,25 @@ parameter_types! { } impl pallet_xcm_transactor::Config for Runtime { - type RuntimeEvent = RuntimeEvent; + type AccountIdToMultiLocation = xcm::AccountIdToMultiLocation; + type AssetTransactor = xcm::FungiblesTransactor; type Balance = Balance; + type BaseXcmWeight = BaseXcmWeight; type CurrencyId = CurrencyId; type CurrencyIdToMultiLocation = xcm::CurrencyIdConvert; - type Transactor = NullTransactor; - type AssetTransactor = xcm::FungiblesTransactor; type DerivativeAddressRegistrationOrigin = EnsureRoot; + type HrmpEncoder = moonbeam_relay_encoder::westend::WestendEncoder; type HrmpManipulatorOrigin = EnsureRootOr; - type AccountIdToMultiLocation = xcm::AccountIdToMultiLocation; - type Weigher = xcm_builder::FixedWeightBounds; type LocationInverter = xcm_builder::LocationInverter; + type MaxHrmpFee = xcm_builder::Case; + type ReserveProvider = xcm_primitives::AbsoluteAndRelativeReserve; + type RuntimeEvent = RuntimeEvent; type SelfLocation = SelfLocation; type SovereignAccountDispatcherOrigin = EnsureRoot; - type XcmSender = XcmRouter; - type BaseXcmWeight = BaseXcmWeight; - type ReserveProvider = xcm_primitives::AbsoluteAndRelativeReserve; - type MaxHrmpFee = xcm_builder::Case; - type HrmpEncoder = moonbeam_relay_encoder::westend::WestendEncoder; + type Transactor = NullTransactor; + type Weigher = xcm_builder::FixedWeightBounds; type WeightInfo = (); + type XcmSender = XcmRouter; } parameter_types! { diff --git a/runtime/integration-tests/Cargo.toml b/runtime/integration-tests/Cargo.toml index 39dcf1cfdf..12267e9a7c 100644 --- a/runtime/integration-tests/Cargo.toml +++ b/runtime/integration-tests/Cargo.toml @@ -102,7 +102,7 @@ runtime-benchmarks = [ "development-runtime/runtime-benchmarks", "frame-benchmarking/runtime-benchmarks", "kusama-runtime/runtime-benchmarks", -# "fudge/runtime-benchmarks", + # "fudge/runtime-benchmarks", "altair-runtime/runtime-benchmarks", "centrifuge-runtime/runtime-benchmarks", "cfg-primitives/runtime-benchmarks", diff --git a/src/service.rs b/src/service.rs index fdf2bea415..4a13209f9c 100644 --- a/src/service.rs +++ b/src/service.rs @@ -26,6 +26,7 @@ use cumulus_client_service::{ use cumulus_primitives_core::ParaId; use cumulus_relay_chain_inprocess_interface::build_inprocess_relay_chain; use cumulus_relay_chain_interface::{RelayChainError, RelayChainInterface}; +use sc_consensus::ImportQueue; use sc_executor::NativeElseWasmExecutor; use sc_network::{NetworkBlock, NetworkService}; use sc_rpc_api::DenyUnsafe; @@ -34,7 +35,6 @@ use sc_telemetry::{Telemetry, TelemetryHandle, TelemetryWorker, TelemetryWorkerH use sp_api::ConstructRuntimeApi; use sp_keystore::SyncCryptoStorePtr; use sp_runtime::traits::BlakeTwo256; -use sc_consensus::ImportQueue; use substrate_prometheus_endpoint::Registry; use crate::{ @@ -519,7 +519,6 @@ pub async fn start_altair_node( telemetry.clone(), ); - // pub proposer_factory: PF, // pub create_inherent_data_providers: CIDP, // pub block_import: BI, From 8a3bcd7f37370bdbeb247519f1ac25cfe3d21fd1 Mon Sep 17 00:00:00 2001 From: Miguel Hervas Date: Fri, 10 Mar 2023 23:04:02 -0700 Subject: [PATCH 24/55] adapt service + command --- Cargo.lock | 2 + Cargo.toml | 2 + src/command.rs | 26 +++--- src/service.rs | 231 +++++++++++++++++++------------------------------ 4 files changed, 109 insertions(+), 152 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0a5f901cdc..c83e3b4036 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -966,6 +966,7 @@ dependencies = [ "sc-executor", "sc-finality-grandpa", "sc-network", + "sc-network-sync", "sc-rpc-api", "sc-service", "sc-service-test", @@ -978,6 +979,7 @@ dependencies = [ "sp-blockchain", "sp-consensus-aura", "sp-core", + "sp-io", "sp-keyring", "sp-keystore", "sp-offchain", diff --git a/Cargo.toml b/Cargo.toml index 16ce7bfd8c..863775f574 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,6 +81,7 @@ sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "pol sc-consensus = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } sc-executor = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } sc-network = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +sc-network-sync = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } sc-service = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } @@ -98,6 +99,7 @@ sp-session = { git = "https://github.com/paritytech/substrate", branch = "polkad sp-timestamp = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } # Cli specific frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } diff --git a/src/command.rs b/src/command.rs index a484bc6bf3..8fdb636abc 100644 --- a/src/command.rs +++ b/src/command.rs @@ -21,7 +21,7 @@ use codec::Encode; use cumulus_client_cli::generate_genesis_block; use cumulus_primitives_core::ParaId; use frame_benchmarking_cli::{BenchmarkCmd, SUBSTRATE_REFERENCE_HARDWARE}; -use log::info; +use log::{info, warn}; use sc_cli::{ ChainSpec, CliConfiguration, DefaultConfigurationValues, ImportParams, KeystoreParams, NetworkParams, Result, RuntimeVersion, SharedParams, SubstrateCli, @@ -230,7 +230,7 @@ macro_rules! construct_async_run { match runner.config().chain_spec.identify() { ChainIdentity::Altair => { runner.async_run(|$config| { - let $components = new_partial::( + let $components = new_partial::( &$config, crate::service::build_altair_import_queue, )?; @@ -240,7 +240,7 @@ macro_rules! construct_async_run { } ChainIdentity::Centrifuge => { runner.async_run(|$config| { - let $components = new_partial::( + let $components = new_partial::( &$config, crate::service::build_centrifuge_import_queue, )?; @@ -250,7 +250,7 @@ macro_rules! construct_async_run { } ChainIdentity::Development => { runner.async_run(|$config| { - let $components = new_partial::( + let $components = new_partial::( &$config, crate::service::build_development_import_queue, )?; @@ -423,6 +423,7 @@ pub fn run() -> Result<()> { } None => { let runner = cli.create_runner(&cli.run.normalize())?; + let collator_options = cli.run.collator_options(); runner.run_node_until_exit(|config| async move { let polkadot_cli = RelayChainCli::new( @@ -432,11 +433,10 @@ pub fn run() -> Result<()> { .chain(cli.relaychain_args.iter()), ); - let rpc_config = RpcConfig { - relay_chain_rpc_urls: cli.run.relay_chain_rpc_urls, - }; + let para_id = chain_spec::Extensions::try_get(&*config.chain_spec) + .map(|e| e.para_id).unwrap_or(cli.parachain_id.unwrap_or(10001)); - let id = cli.parachain_id.unwrap_or(10001).into(); + let id = ParaId::from(para_id); let parachain_account = AccountIdConversion::::into_account_truncating(&id); @@ -470,9 +470,13 @@ pub fn run() -> Result<()> { } ); + if !collator_options.relay_chain_rpc_urls.is_empty() && cli.relaychain_args.len() > 0 { + warn!("Detected relay chain node arguments together with --relay-chain-rpc-urls. This command starts a minimal Polkadot node that only uses a network-related subset of all relay chain CLI options."); + } + match config.chain_spec.identify() { ChainIdentity::Altair => { - crate::service::start_altair_node(config, polkadot_config, id, rpc_config) + crate::service::start_altair_node(config, polkadot_config, collator_options, id) .await .map(|r| r.0) .map_err(Into::into) @@ -480,8 +484,8 @@ pub fn run() -> Result<()> { ChainIdentity::Centrifuge => crate::service::start_centrifuge_node( config, polkadot_config, + collator_options, id, - rpc_config, ) .await .map(|r| r.0) @@ -489,8 +493,8 @@ pub fn run() -> Result<()> { ChainIdentity::Development => crate::service::start_development_node( config, polkadot_config, + collator_options, id, - rpc_config, ) .await .map(|r| r.0) diff --git a/src/service.rs b/src/service.rs index 4a13209f9c..7e872fcd2f 100644 --- a/src/service.rs +++ b/src/service.rs @@ -17,17 +17,19 @@ use std::{sync::Arc, time::Duration}; use cfg_primitives::{Block, Hash}; +use cumulus_client_cli::CollatorOptions; use cumulus_client_consensus_aura::{AuraConsensus, BuildAuraConsensusParams, SlotProportion}; -use cumulus_client_consensus_common::ParachainConsensus; +use cumulus_client_consensus_common::{ParachainConsensus, ParachainBlockImport as TParachainBlockImport}; use cumulus_client_network::BlockAnnounceValidator; use cumulus_client_service::{ prepare_node_config, start_collator, start_full_node, StartCollatorParams, StartFullNodeParams, + build_relay_chain_interface }; use cumulus_primitives_core::ParaId; use cumulus_relay_chain_inprocess_interface::build_inprocess_relay_chain; use cumulus_relay_chain_interface::{RelayChainError, RelayChainInterface}; use sc_consensus::ImportQueue; -use sc_executor::NativeElseWasmExecutor; +use sc_executor::{WasmExecutor, NativeElseWasmExecutor}; use sc_network::{NetworkBlock, NetworkService}; use sc_rpc_api::DenyUnsafe; use sc_service::{Configuration, PartialComponents, TFullBackend, TFullClient, TaskManager}; @@ -36,6 +38,7 @@ use sp_api::ConstructRuntimeApi; use sp_keystore::SyncCryptoStorePtr; use sp_runtime::traits::BlakeTwo256; use substrate_prometheus_endpoint::Registry; +use jsonrpsee::RpcModule; use crate::{ cli::RpcConfig, @@ -47,6 +50,19 @@ use crate::{ }, }; +#[cfg(not(feature = "runtime-benchmarks"))] +type HostFunctions = sp_io::SubstrateHostFunctions; + +#[cfg(feature = "runtime-benchmarks")] +type HostFunctions = +(sp_io::SubstrateHostFunctions, frame_benchmarking::benchmarking::HostFunctions); + +type FullClient = TFullClient>; + +type FullBackend = TFullBackend; + +type ParachainBlockImport = TParachainBlockImport>, FullBackend>; + // Native Altair executor instance. pub struct AltairRuntimeExecutor; @@ -112,28 +128,28 @@ impl sc_executor::NativeExecutionDispatch for DevelopmentRuntimeExecutor { /// Use this macro if you don't actually need the full service, but just the builder in order to /// be able to perform chain operations. #[allow(clippy::type_complexity)] -pub fn new_partial( +pub fn new_partial( config: &Configuration, build_import_queue: BIQ, ) -> Result< PartialComponents< - TFullClient>, - TFullBackend, + FullClient, + FullBackend, (), sc_consensus::DefaultImportQueue< Block, - TFullClient>, + FullClient, >, sc_transaction_pool::FullPool< Block, - TFullClient>, + FullClient, >, - (Option, Option), + (ParachainBlockImport, Option, Option), >, sc_service::Error, > where - RuntimeApi: ConstructRuntimeApi>> + RuntimeApi: ConstructRuntimeApi> + Send + Sync + 'static, @@ -142,20 +158,20 @@ where + sp_session::SessionKeys + sp_api::ApiExt< Block, - StateBackend = sc_client_api::StateBackendFor, Block>, + StateBackend = sc_client_api::StateBackendFor, > + sp_offchain::OffchainWorkerApi + sp_block_builder::BlockBuilder, - sc_client_api::StateBackendFor, Block>: sp_api::StateBackend, - Executor: sc_executor::NativeExecutionDispatch + 'static, + sc_client_api::StateBackendFor: sp_api::StateBackend, BIQ: FnOnce( - Arc>>, + Arc>, + ParachainBlockImport, &Configuration, Option, &TaskManager, ) -> Result< sc_consensus::DefaultImportQueue< Block, - TFullClient>, + FullClient, >, sc_service::Error, >, @@ -171,10 +187,11 @@ where }) .transpose()?; - let executor = NativeElseWasmExecutor::::new( + let executor = sc_executor::WasmExecutor::::new( config.wasm_method, config.default_heap_pages, config.max_runtime_instances, + None, config.runtime_cache_size, ); @@ -203,8 +220,11 @@ where client.clone(), ); + let block_import = ParachainBlockImport::new(client.clone(), backend.clone()); + let import_queue = build_import_queue( client.clone(), + block_import.clone(), config, telemetry.as_ref().map(|telemetry| telemetry.handle()), &task_manager, @@ -218,7 +238,7 @@ where task_manager, transaction_pool, select_chain: (), - other: (telemetry, telemetry_worker_handle), + other: (block_import, telemetry, telemetry_worker_handle), }; Ok(params) @@ -228,20 +248,20 @@ where /// /// This is the actual implementation that is abstract over the executor and the runtime api. #[sc_tracing::logging::prefix_logs_with("Parachain")] -async fn start_node_impl( +async fn start_node_impl( parachain_config: Configuration, polkadot_config: Configuration, + collator_options: CollatorOptions, id: ParaId, - _rpc_config: RpcConfig, rpc_ext_builder: RB, build_import_queue: BIQ, build_consensus: BIC, ) -> sc_service::error::Result<( TaskManager, - Arc>>, + Arc>, )> where - RuntimeApi: ConstructRuntimeApi>> + RuntimeApi: ConstructRuntimeApi> + Send + Sync + 'static, @@ -250,49 +270,35 @@ where + sp_session::SessionKeys + sp_api::ApiExt< Block, - StateBackend = sc_client_api::StateBackendFor, Block>, + StateBackend = sc_client_api::StateBackendFor, > + sp_offchain::OffchainWorkerApi + sp_block_builder::BlockBuilder + cumulus_primitives_core::CollectCollationInfo, - sc_client_api::StateBackendFor, Block>: sp_api::StateBackend, - Executor: sc_executor::NativeExecutionDispatch + 'static, + sc_client_api::StateBackendFor: sp_api::StateBackend, RB: Fn( - Arc>>, - Arc< - sc_transaction_pool::FullPool< - Block, - TFullClient>, - >, - >, + Arc>, + Arc>>, DenyUnsafe, ) -> Result - + Send - + Sync + 'static, BIQ: FnOnce( - Arc>>, + Arc>, + ParachainBlockImport, &Configuration, Option, &TaskManager, ) -> Result< - sc_consensus::DefaultImportQueue< - Block, - TFullClient>, - >, + sc_consensus::DefaultImportQueue>, sc_service::Error, >, BIC: FnOnce( - Arc>>, + Arc>, + ParachainBlockImport, Option<&Registry>, Option, &TaskManager, Arc, - Arc< - sc_transaction_pool::FullPool< - Block, - TFullClient>, - >, - >, + Arc>>, Arc>, SyncCryptoStorePtr, bool, @@ -300,20 +306,22 @@ where { let parachain_config = prepare_node_config(parachain_config); - let params = new_partial::(¶chain_config, build_import_queue)?; - let (mut telemetry, telemetry_worker_handle) = params.other; + let params = new_partial::(¶chain_config, build_import_queue)?; + let (block_import, mut telemetry, telemetry_worker_handle) = params.other; let client = params.client.clone(); let backend = params.backend.clone(); let mut task_manager = params.task_manager; - let (relay_chain_interface, collator_key) = build_inprocess_relay_chain( + let (relay_chain_interface, collator_key) = build_relay_chain_interface( polkadot_config, ¶chain_config, telemetry_worker_handle, &mut task_manager, + collator_options.clone(), None, ) + .await .map_err(|e| match e { RelayChainError::ServiceError(polkadot_service::Error::Sub(x)) => x, s => s.to_string().into(), @@ -363,9 +371,14 @@ where let relay_chain_slot_duration = Duration::from_secs(6); + let overseer_handle = relay_chain_interface + .overseer_handle() + .map_err(|e| sc_service::Error::Application(Box::new(e)))?; + if validator { let parachain_consensus = build_consensus( client.clone(), + block_import, prometheus_registry.as_ref(), telemetry.as_ref().map(|t| t.handle()), &task_manager, @@ -417,25 +430,13 @@ where /// Build the import queue for the "altair" runtime. #[allow(clippy::type_complexity)] pub fn build_altair_import_queue( - client: Arc< - TFullClient< - Block, - altair_runtime::RuntimeApi, - NativeElseWasmExecutor, - >, - >, + client: Arc>, + block_import: ParachainBlockImport, config: &Configuration, telemetry: Option, task_manager: &TaskManager, ) -> Result< - sc_consensus::DefaultImportQueue< - Block, - TFullClient< - Block, - altair_runtime::RuntimeApi, - NativeElseWasmExecutor, - >, - >, + sc_consensus::DefaultImportQueue>, sc_service::Error, > { let slot_duration = cumulus_client_consensus_aura::slot_duration(&*client)?; @@ -448,7 +449,7 @@ pub fn build_altair_import_queue( _, _, >(cumulus_client_consensus_aura::ImportQueueParams { - block_import: client.clone(), + block_import, client, create_inherent_data_providers: move |_, _| async move { let time = sp_timestamp::InherentDataProvider::from_system_time(); @@ -472,23 +473,17 @@ pub fn build_altair_import_queue( pub async fn start_altair_node( parachain_config: Configuration, polkadot_config: Configuration, + collator_options: CollatorOptions, id: ParaId, - rpc_config: RpcConfig, ) -> sc_service::error::Result<( TaskManager, - Arc< - TFullClient< - Block, - altair_runtime::RuntimeApi, - NativeElseWasmExecutor, - >, - >, + Arc>, )> { - start_node_impl::( + start_node_impl::( parachain_config, polkadot_config, + collator_options, id, - rpc_config, |client, pool, deny_unsafe| { let mut module = rpc::create_full(client.clone(), pool, deny_unsafe)?; module @@ -501,6 +496,7 @@ pub async fn start_altair_node( }, build_altair_import_queue, |client, + block_import, prometheus_registry, telemetry, task_manager, @@ -519,19 +515,6 @@ pub async fn start_altair_node( telemetry.clone(), ); - // pub proposer_factory: PF, - // pub create_inherent_data_providers: CIDP, - // pub block_import: BI, - // pub para_client: Arc, - // pub backoff_authoring_blocks: Option, - // pub sync_oracle: SO, - // pub keystore: SyncCryptoStorePtr, - // pub force_authoring: bool, - // pub slot_duration: SlotDuration, - // pub telemetry: Option, - // pub block_proposal_slot_portion: SlotProportion, - // pub max_block_proposal_slot_portion: Option, - Ok(AuraConsensus::build::< sp_consensus_aura::sr25519::AuthorityPair, _, @@ -569,7 +552,7 @@ pub async fn start_altair_node( Ok((slot, time, parachain_inherent)) } }, - block_import: client.clone(), + block_import, para_client: client, backoff_authoring_blocks: Option::<()>::None, sync_oracle, @@ -590,25 +573,13 @@ pub async fn start_altair_node( /// Build the import queue for the "centrifuge" runtime. #[allow(clippy::type_complexity)] pub fn build_centrifuge_import_queue( - client: Arc< - TFullClient< - Block, - centrifuge_runtime::RuntimeApi, - NativeElseWasmExecutor, - >, - >, + client: Arc>, + block_import: ParachainBlockImport, config: &Configuration, telemetry: Option, task_manager: &TaskManager, ) -> Result< - sc_consensus::DefaultImportQueue< - Block, - TFullClient< - Block, - centrifuge_runtime::RuntimeApi, - NativeElseWasmExecutor, - >, - >, + sc_consensus::DefaultImportQueue>, sc_service::Error, > { let slot_duration = cumulus_client_consensus_aura::slot_duration(&*client)?; @@ -621,7 +592,7 @@ pub fn build_centrifuge_import_queue( _, _, >(cumulus_client_consensus_aura::ImportQueueParams { - block_import: client.clone(), + block_import, client, create_inherent_data_providers: move |_, _| async move { let time = sp_timestamp::InherentDataProvider::from_system_time(); @@ -645,23 +616,17 @@ pub fn build_centrifuge_import_queue( pub async fn start_centrifuge_node( parachain_config: Configuration, polkadot_config: Configuration, + collator_options: CollatorOptions, id: ParaId, - rpc_config: RpcConfig, ) -> sc_service::error::Result<( TaskManager, - Arc< - TFullClient< - Block, - centrifuge_runtime::RuntimeApi, - NativeElseWasmExecutor, - >, - >, + Arc>, )> { - start_node_impl::( + start_node_impl::( parachain_config, polkadot_config, + collator_options, id, - rpc_config, |client, pool, deny_unsafe| { let mut module = rpc::create_full(client.clone(), pool, deny_unsafe)?; module @@ -671,6 +636,7 @@ pub async fn start_centrifuge_node( }, build_centrifuge_import_queue, |client, + block_import, prometheus_registry, telemetry, task_manager, @@ -726,7 +692,7 @@ pub async fn start_centrifuge_node( Ok((slot, time, parachain_inherent)) } }, - block_import: client.clone(), + block_import, para_client: client, backoff_authoring_blocks: Option::<()>::None, sync_oracle, @@ -747,25 +713,13 @@ pub async fn start_centrifuge_node( /// Build the import queue for the "development" runtime. #[allow(clippy::type_complexity)] pub fn build_development_import_queue( - client: Arc< - TFullClient< - Block, - development_runtime::RuntimeApi, - NativeElseWasmExecutor, - >, - >, + client: Arc>, + block_import: ParachainBlockImport, config: &Configuration, telemetry: Option, task_manager: &TaskManager, ) -> Result< - sc_consensus::DefaultImportQueue< - Block, - TFullClient< - Block, - development_runtime::RuntimeApi, - NativeElseWasmExecutor, - >, - >, + sc_consensus::DefaultImportQueue>, sc_service::Error, > { let slot_duration = cumulus_client_consensus_aura::slot_duration(&*client)?; @@ -778,7 +732,7 @@ pub fn build_development_import_queue( _, _, >(cumulus_client_consensus_aura::ImportQueueParams { - block_import: client.clone(), + block_import, client, create_inherent_data_providers: move |_, _| async move { let time = sp_timestamp::InherentDataProvider::from_system_time(); @@ -802,23 +756,17 @@ pub fn build_development_import_queue( pub async fn start_development_node( parachain_config: Configuration, polkadot_config: Configuration, + collator_options: CollatorOptions, id: ParaId, - rpc_config: RpcConfig, ) -> sc_service::error::Result<( TaskManager, - Arc< - TFullClient< - Block, - development_runtime::RuntimeApi, - NativeElseWasmExecutor, - >, - >, + Arc>, )> { - start_node_impl::( + start_node_impl::( parachain_config, polkadot_config, + collator_options, id, - rpc_config, |client, pool, deny_unsafe| { let mut module = rpc::create_full(client.clone(), pool, deny_unsafe)?; module @@ -834,6 +782,7 @@ pub async fn start_development_node( }, build_development_import_queue, |client, + block_import, prometheus_registry, telemetry, task_manager, @@ -889,7 +838,7 @@ pub async fn start_development_node( Ok((slot, time, parachain_inherent)) } }, - block_import: client.clone(), + block_import, para_client: client, backoff_authoring_blocks: Option::<()>::None, sync_oracle, From 9e4721dd45f1bc98c1f110ebdc4e62d631721fce Mon Sep 17 00:00:00 2001 From: nuno Date: Sat, 11 Mar 2023 17:44:34 +0100 Subject: [PATCH 25/55] Fix warnings --- pallets/pool-system/src/pool_types.rs | 1 - pallets/pool-system/src/solution.rs | 2 +- pallets/pool-system/src/tranches.rs | 2 +- src/cli.rs | 3 --- src/command.rs | 2 +- src/service.rs | 7 ++----- 6 files changed, 5 insertions(+), 12 deletions(-) diff --git a/pallets/pool-system/src/pool_types.rs b/pallets/pool-system/src/pool_types.rs index 37c87ffe82..c0d66f7d26 100644 --- a/pallets/pool-system/src/pool_types.rs +++ b/pallets/pool-system/src/pool_types.rs @@ -11,7 +11,6 @@ // GNU General Public License for more details. use cfg_primitives::Moment; -use cfg_traits::ops::{EnsureAdd, EnsureAddAssign, EnsureSub}; use cfg_types::epoch::EpochState; use codec::{Decode, Encode, MaxEncodedLen}; use frame_support::{ diff --git a/pallets/pool-system/src/solution.rs b/pallets/pool-system/src/solution.rs index 59eff6bb06..a2dc433b6b 100644 --- a/pallets/pool-system/src/solution.rs +++ b/pallets/pool-system/src/solution.rs @@ -10,7 +10,7 @@ // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. -use cfg_traits::ops::{EnsureAdd, EnsureAddAssign, EnsureFixedPointNumber, EnsureMul, EnsureSub}; +use cfg_traits::ops::{EnsureFixedPointNumber, EnsureSub}; use codec::MaxEncodedLen; use frame_support::sp_runtime::traits::Convert; use sp_arithmetic::traits::Unsigned; diff --git a/pallets/pool-system/src/tranches.rs b/pallets/pool-system/src/tranches.rs index e0aafb5a8a..1f7628653a 100644 --- a/pallets/pool-system/src/tranches.rs +++ b/pallets/pool-system/src/tranches.rs @@ -14,7 +14,7 @@ use cfg_primitives::Moment; #[cfg(test)] use cfg_primitives::{Balance, PoolId, TrancheId, TrancheWeight}; use cfg_traits::{ - ops::{EnsureAdd, EnsureFixedPointNumber, EnsureInto, EnsureSub}, + ops::{EnsureAdd, EnsureFixedPointNumber, EnsureInto}, TrancheCurrency as TrancheCurrencyT, }; #[cfg(test)] diff --git a/src/cli.rs b/src/cli.rs index b30554f31b..c6618e7578 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -151,6 +151,3 @@ impl RelayChainCli { } } } -pub struct RpcConfig { - pub relay_chain_rpc_urls: Vec, -} diff --git a/src/command.rs b/src/command.rs index 8fdb636abc..0fb8aab361 100644 --- a/src/command.rs +++ b/src/command.rs @@ -32,7 +32,7 @@ use sp_runtime::traits::{AccountIdConversion, Block as BlockT}; use crate::{ chain_spec, - cli::{Cli, RelayChainCli, RpcConfig, Subcommand}, + cli::{Cli, RelayChainCli, Subcommand}, service::{ new_partial, AltairRuntimeExecutor, CentrifugeRuntimeExecutor, DevelopmentRuntimeExecutor, }, diff --git a/src/service.rs b/src/service.rs index 7e872fcd2f..348d27cb4f 100644 --- a/src/service.rs +++ b/src/service.rs @@ -26,10 +26,9 @@ use cumulus_client_service::{ build_relay_chain_interface }; use cumulus_primitives_core::ParaId; -use cumulus_relay_chain_inprocess_interface::build_inprocess_relay_chain; use cumulus_relay_chain_interface::{RelayChainError, RelayChainInterface}; use sc_consensus::ImportQueue; -use sc_executor::{WasmExecutor, NativeElseWasmExecutor}; +use sc_executor::WasmExecutor; use sc_network::{NetworkBlock, NetworkService}; use sc_rpc_api::DenyUnsafe; use sc_service::{Configuration, PartialComponents, TFullBackend, TFullClient, TaskManager}; @@ -38,10 +37,8 @@ use sp_api::ConstructRuntimeApi; use sp_keystore::SyncCryptoStorePtr; use sp_runtime::traits::BlakeTwo256; use substrate_prometheus_endpoint::Registry; -use jsonrpsee::RpcModule; use crate::{ - cli::RpcConfig, rpc::{ self, anchors::{AnchorApiServer, Anchors}, @@ -371,7 +368,7 @@ where let relay_chain_slot_duration = Duration::from_secs(6); - let overseer_handle = relay_chain_interface + let _overseer_handle = relay_chain_interface .overseer_handle() .map_err(|e| sc_service::Error::Application(Box::new(e)))?; From d4a3f03f5e32dd76f200ab285badd65873727927 Mon Sep 17 00:00:00 2001 From: nuno Date: Sat, 11 Mar 2023 17:48:14 +0100 Subject: [PATCH 26/55] Fix test warnings --- pallets/loans/src/test_utils.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/pallets/loans/src/test_utils.rs b/pallets/loans/src/test_utils.rs index 71c1200063..bee146a3b6 100644 --- a/pallets/loans/src/test_utils.rs +++ b/pallets/loans/src/test_utils.rs @@ -33,7 +33,6 @@ use frame_system::RawOrigin; use pallet_pool_system::tranches::TrancheLoc; use pallet_pool_system::{ tranches::{TrancheInput, TrancheMetadata, TrancheType}, - Pallet as PoolPallet, Pool as PoolStorage, }; use sp_runtime::{ traits::{AccountIdConversion, Zero}, From fe8963ef63369ee7f65c7f3371f698b196732c16 Mon Sep 17 00:00:00 2001 From: nuno Date: Sat, 11 Mar 2023 17:48:36 +0100 Subject: [PATCH 27/55] fmt --- Cargo.toml | 2 +- pallets/loans/src/test_utils.rs | 4 +- src/service.rs | 87 +++++++++++++-------------------- 3 files changed, 35 insertions(+), 58 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 863775f574..5c94ebc5c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -92,6 +92,7 @@ sp-block-builder = { git = "https://github.com/paritytech/substrate", branch = " sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } sp-consensus-aura = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } sp-keystore = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } @@ -99,7 +100,6 @@ sp-session = { git = "https://github.com/paritytech/substrate", branch = "polkad sp-timestamp = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } sp-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } # Cli specific frame-benchmarking-cli = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } diff --git a/pallets/loans/src/test_utils.rs b/pallets/loans/src/test_utils.rs index bee146a3b6..97b8f8d589 100644 --- a/pallets/loans/src/test_utils.rs +++ b/pallets/loans/src/test_utils.rs @@ -31,9 +31,7 @@ use frame_support::{ use frame_system::RawOrigin; #[cfg(feature = "runtime-benchmarks")] use pallet_pool_system::tranches::TrancheLoc; -use pallet_pool_system::{ - tranches::{TrancheInput, TrancheMetadata, TrancheType}, -}; +use pallet_pool_system::tranches::{TrancheInput, TrancheMetadata, TrancheType}; use sp_runtime::{ traits::{AccountIdConversion, Zero}, Perquintill, diff --git a/src/service.rs b/src/service.rs index 348d27cb4f..8ed4c9cf84 100644 --- a/src/service.rs +++ b/src/service.rs @@ -19,11 +19,13 @@ use std::{sync::Arc, time::Duration}; use cfg_primitives::{Block, Hash}; use cumulus_client_cli::CollatorOptions; use cumulus_client_consensus_aura::{AuraConsensus, BuildAuraConsensusParams, SlotProportion}; -use cumulus_client_consensus_common::{ParachainConsensus, ParachainBlockImport as TParachainBlockImport}; +use cumulus_client_consensus_common::{ + ParachainBlockImport as TParachainBlockImport, ParachainConsensus, +}; use cumulus_client_network::BlockAnnounceValidator; use cumulus_client_service::{ - prepare_node_config, start_collator, start_full_node, StartCollatorParams, StartFullNodeParams, - build_relay_chain_interface + build_relay_chain_interface, prepare_node_config, start_collator, start_full_node, + StartCollatorParams, StartFullNodeParams, }; use cumulus_primitives_core::ParaId; use cumulus_relay_chain_interface::{RelayChainError, RelayChainInterface}; @@ -38,27 +40,28 @@ use sp_keystore::SyncCryptoStorePtr; use sp_runtime::traits::BlakeTwo256; use substrate_prometheus_endpoint::Registry; -use crate::{ - rpc::{ - self, - anchors::{AnchorApiServer, Anchors}, - pools::{Pools, PoolsApiServer}, - rewards::{Rewards, RewardsApiServer}, - }, +use crate::rpc::{ + self, + anchors::{AnchorApiServer, Anchors}, + pools::{Pools, PoolsApiServer}, + rewards::{Rewards, RewardsApiServer}, }; #[cfg(not(feature = "runtime-benchmarks"))] type HostFunctions = sp_io::SubstrateHostFunctions; #[cfg(feature = "runtime-benchmarks")] -type HostFunctions = -(sp_io::SubstrateHostFunctions, frame_benchmarking::benchmarking::HostFunctions); +type HostFunctions = ( + sp_io::SubstrateHostFunctions, + frame_benchmarking::benchmarking::HostFunctions, +); type FullClient = TFullClient>; type FullBackend = TFullBackend; -type ParachainBlockImport = TParachainBlockImport>, FullBackend>; +type ParachainBlockImport = + TParachainBlockImport>, FullBackend>; // Native Altair executor instance. pub struct AltairRuntimeExecutor; @@ -133,30 +136,23 @@ pub fn new_partial( FullClient, FullBackend, (), - sc_consensus::DefaultImportQueue< - Block, - FullClient, - >, - sc_transaction_pool::FullPool< - Block, - FullClient, - >, - (ParachainBlockImport, Option, Option), + sc_consensus::DefaultImportQueue>, + sc_transaction_pool::FullPool>, + ( + ParachainBlockImport, + Option, + Option, + ), >, sc_service::Error, > where - RuntimeApi: ConstructRuntimeApi> - + Send - + Sync - + 'static, + RuntimeApi: ConstructRuntimeApi> + Send + Sync + 'static, RuntimeApi::RuntimeApi: sp_transaction_pool::runtime_api::TaggedTransactionQueue + sp_api::Metadata + sp_session::SessionKeys - + sp_api::ApiExt< - Block, - StateBackend = sc_client_api::StateBackendFor, - > + sp_offchain::OffchainWorkerApi + + sp_api::ApiExt> + + sp_offchain::OffchainWorkerApi + sp_block_builder::BlockBuilder, sc_client_api::StateBackendFor: sp_api::StateBackend, BIQ: FnOnce( @@ -166,10 +162,7 @@ where Option, &TaskManager, ) -> Result< - sc_consensus::DefaultImportQueue< - Block, - FullClient, - >, + sc_consensus::DefaultImportQueue>, sc_service::Error, >, { @@ -253,22 +246,14 @@ async fn start_node_impl( rpc_ext_builder: RB, build_import_queue: BIQ, build_consensus: BIC, -) -> sc_service::error::Result<( - TaskManager, - Arc>, -)> +) -> sc_service::error::Result<(TaskManager, Arc>)> where - RuntimeApi: ConstructRuntimeApi> - + Send - + Sync - + 'static, + RuntimeApi: ConstructRuntimeApi> + Send + Sync + 'static, RuntimeApi::RuntimeApi: sp_transaction_pool::runtime_api::TaggedTransactionQueue + sp_api::Metadata + sp_session::SessionKeys - + sp_api::ApiExt< - Block, - StateBackend = sc_client_api::StateBackendFor, - > + sp_offchain::OffchainWorkerApi + + sp_api::ApiExt> + + sp_offchain::OffchainWorkerApi + sp_block_builder::BlockBuilder + cumulus_primitives_core::CollectCollationInfo, sc_client_api::StateBackendFor: sp_api::StateBackend, @@ -472,10 +457,7 @@ pub async fn start_altair_node( polkadot_config: Configuration, collator_options: CollatorOptions, id: ParaId, -) -> sc_service::error::Result<( - TaskManager, - Arc>, -)> { +) -> sc_service::error::Result<(TaskManager, Arc>)> { start_node_impl::( parachain_config, polkadot_config, @@ -615,10 +597,7 @@ pub async fn start_centrifuge_node( polkadot_config: Configuration, collator_options: CollatorOptions, id: ParaId, -) -> sc_service::error::Result<( - TaskManager, - Arc>, -)> { +) -> sc_service::error::Result<(TaskManager, Arc>)> { start_node_impl::( parachain_config, polkadot_config, From e27c0a582178bb13cc4ec999a329cc209c49e74b Mon Sep 17 00:00:00 2001 From: nuno Date: Sat, 11 Mar 2023 20:10:10 +0100 Subject: [PATCH 28/55] Fix try-runtime compilation error in command.rs --- src/command.rs | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/command.rs b/src/command.rs index 0fb8aab361..b12e1d78de 100644 --- a/src/command.rs +++ b/src/command.rs @@ -373,6 +373,8 @@ pub fn run() -> Result<()> { #[cfg(feature = "try-runtime")] Some(Subcommand::TryRuntime(cmd)) => { + use sc_executor::{sp_wasm_interface::ExtendedHostFunctions, NativeExecutionDispatch}; + let runner = cli.create_runner(cmd)?; let chain_spec = &runner.config().chain_spec; @@ -384,7 +386,13 @@ pub fn run() -> Result<()> { .map_err(|e| { sc_cli::Error::Service(sc_service::Error::Prometheus(e)) })?; - Ok((cmd.run::(config), task_manager)) + Ok(( + cmd.run::::ExtendHostFunctions, + >>(), + task_manager, + )) }) }) } From 1ddece75968841e7c6e5dfb0384eaaf6d6fb7ebf Mon Sep 17 00:00:00 2001 From: nuno Date: Sat, 11 Mar 2023 20:10:30 +0100 Subject: [PATCH 29/55] Add pallet index to permissions mock --- pallets/permissions/src/mock.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pallets/permissions/src/mock.rs b/pallets/permissions/src/mock.rs index c7718a0444..19919998eb 100644 --- a/pallets/permissions/src/mock.rs +++ b/pallets/permissions/src/mock.rs @@ -197,6 +197,7 @@ mod dummy { #[pallet::call] impl Pallet { #[pallet::weight(100)] + #[pallet::call_index(0)] pub fn test_add( origin: OriginFor, scope: T::Scope, @@ -215,6 +216,7 @@ mod dummy { } #[pallet::weight(100)] + #[pallet::call_index(1)] pub fn test_rm(origin: OriginFor, scope: T::Scope, role: T::Role) -> DispatchResult { let who = ensure_signed(origin)?; From e894e06c6e9bc4631f8b826684cf7a8ceaa1651d Mon Sep 17 00:00:00 2001 From: nuno Date: Sat, 11 Mar 2023 20:10:44 +0100 Subject: [PATCH 30/55] fix warning --- pallets/pool-system/src/tranches.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pallets/pool-system/src/tranches.rs b/pallets/pool-system/src/tranches.rs index 1f7628653a..39554894fa 100644 --- a/pallets/pool-system/src/tranches.rs +++ b/pallets/pool-system/src/tranches.rs @@ -2622,7 +2622,7 @@ pub mod test { todo!() } - fn asset_exists(asset: Self::AssetId) -> bool { + fn asset_exists(_asset: Self::AssetId) -> bool { todo!() } } @@ -2729,7 +2729,7 @@ pub mod test { todo!() } - fn asset_exists(asset: Self::AssetId) -> bool { + fn asset_exists(_asset: Self::AssetId) -> bool { todo!() } } From 3178da00f4dc58e327d43749e8401e9bc09c92ed Mon Sep 17 00:00:00 2001 From: nuno Date: Mon, 13 Mar 2023 15:35:03 +0100 Subject: [PATCH 31/55] Re-enable fudge and pool's e2e --- Cargo.lock | 220 ++++++++++++++++++++------- runtime/integration-tests/Cargo.toml | 2 +- runtime/integration-tests/src/lib.rs | 6 +- 3 files changed, 168 insertions(+), 60 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c83e3b4036..49a7447217 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -892,7 +892,7 @@ checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa" dependencies = [ "camino", "cargo-platform", - "semver 1.0.16", + "semver 1.0.17", "serde", "serde_json", ] @@ -1259,9 +1259,9 @@ dependencies = [ [[package]] name = "chrono" -version = "0.4.23" +version = "0.4.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f" +checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b" dependencies = [ "iana-time-zone", "js-sys", @@ -1420,9 +1420,9 @@ checksum = "520fbf3c07483f94e3e3ca9d0cfd913d7718ef2483d2cfd91c0d9e91474ab913" [[package]] name = "constant_time_eq" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3ad85c1f65dc7b37604eb0e89748faf0b9653065f2a8ef69f96a687ec1e9279" +checksum = "13418e745008f7349ec7e449155f419a61b92b58a99cc3616942b926825ec76b" [[package]] name = "convert_case" @@ -2224,9 +2224,9 @@ dependencies = [ [[package]] name = "curve25519-dalek" -version = "4.0.0-rc.0" +version = "4.0.0-rc.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8da00a7a9a4eb92a0a0f8e75660926d48f0d0f3c537e455c457bcdaa1e16b1ac" +checksum = "8d4ba9852b42210c7538b75484f9daa0655e9a3ac04f693747bb0f02cf3cfe16" dependencies = [ "cfg-if", "fiat-crypto", @@ -3572,6 +3572,90 @@ dependencies = [ "winapi", ] +[[package]] +name = "fudge" +version = "0.0.10" +source = "git+https://github.com/centrifuge/fudge?branch=polkadot-v0.9.37#1f99a679c2d102a2199ead40864a606548c21440" +dependencies = [ + "fudge-companion", + "fudge-core", + "polkadot-parachain", + "sc-executor", + "sc-service", + "sp-io", +] + +[[package]] +name = "fudge-companion" +version = "0.0.7" +source = "git+https://github.com/centrifuge/fudge?branch=polkadot-v0.9.37#1f99a679c2d102a2199ead40864a606548c21440" +dependencies = [ + "proc-macro-crate", + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "fudge-core" +version = "0.0.10" +source = "git+https://github.com/centrifuge/fudge?branch=polkadot-v0.9.37#1f99a679c2d102a2199ead40864a606548c21440" +dependencies = [ + "async-trait", + "cumulus-primitives-parachain-inherent", + "cumulus-relay-chain-inprocess-interface", + "frame-support", + "frame-system", + "fudge-companion", + "futures", + "lazy_static", + "node-primitives", + "pallet-babe", + "parity-scale-codec 3.4.0", + "parking_lot 0.12.1", + "polkadot-cli", + "polkadot-core-primitives", + "polkadot-parachain", + "polkadot-primitives", + "polkadot-runtime-parachains", + "polkadot-service", + "prioritized-metered-channel", + "sc-basic-authorship", + "sc-block-builder", + "sc-client-api", + "sc-client-db", + "sc-consensus", + "sc-consensus-aura", + "sc-consensus-uncles", + "sc-executor", + "sc-offchain", + "sc-service", + "sc-transaction-pool", + "sc-transaction-pool-api", + "sp-api", + "sp-authorship", + "sp-block-builder", + "sp-blockchain", + "sp-consensus", + "sp-consensus-aura", + "sp-consensus-babe", + "sp-core", + "sp-database", + "sp-externalities", + "sp-inherents", + "sp-io", + "sp-keystore", + "sp-runtime", + "sp-state-machine", + "sp-std", + "sp-storage", + "sp-timestamp", + "sp-transaction-pool", + "thiserror", + "tokio", + "tracing", +] + [[package]] name = "funty" version = "1.1.0" @@ -3586,9 +3670,9 @@ checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" [[package]] name = "futures" -version = "0.3.26" +version = "0.3.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "13e2792b0ff0340399d58445b88fd9770e3489eff258a4cbc1523418f12abf84" +checksum = "531ac96c6ff5fd7c62263c5e3c67a603af4fcaee2e1a0ae5565ba3a11e69e549" dependencies = [ "futures-channel", "futures-core", @@ -3601,9 +3685,9 @@ dependencies = [ [[package]] name = "futures-channel" -version = "0.3.26" +version = "0.3.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e5317663a9089767a1ec00a487df42e0ca174b61b4483213ac24448e4664df5" +checksum = "164713a5a0dcc3e7b4b1ed7d3b433cabc18025386f9339346e8daf15963cf7ac" dependencies = [ "futures-core", "futures-sink", @@ -3611,15 +3695,15 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.26" +version = "0.3.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec90ff4d0fe1f57d600049061dc6bb68ed03c7d2fbd697274c41805dcb3f8608" +checksum = "86d7a0c1aa76363dac491de0ee99faf6941128376f1cf96f07db7603b7de69dd" [[package]] name = "futures-executor" -version = "0.3.26" +version = "0.3.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8de0a35a6ab97ec8869e32a2473f4b1324459e14c29275d14b10cb1fd19b50e" +checksum = "1997dd9df74cdac935c76252744c1ed5794fac083242ea4fe77ef3ed60ba0f83" dependencies = [ "futures-core", "futures-task", @@ -3629,9 +3713,9 @@ dependencies = [ [[package]] name = "futures-io" -version = "0.3.26" +version = "0.3.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfb8371b6fb2aeb2d280374607aeabfc99d95c72edfe51692e42d3d7f0d08531" +checksum = "89d422fa3cbe3b40dca574ab087abb5bc98258ea57eea3fd6f1fa7162c778b91" [[package]] name = "futures-lite" @@ -3650,9 +3734,9 @@ dependencies = [ [[package]] name = "futures-macro" -version = "0.3.26" +version = "0.3.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95a73af87da33b5acf53acfebdc339fe592ecf5357ac7c0a7734ab9d8c876a70" +checksum = "3eb14ed937631bd8b8b8977f2c198443447a8355b6e3ca599f38c975e5a963b6" dependencies = [ "proc-macro2", "quote", @@ -3672,15 +3756,15 @@ dependencies = [ [[package]] name = "futures-sink" -version = "0.3.26" +version = "0.3.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f310820bb3e8cfd46c80db4d7fb8353e15dfff853a127158425f31e0be6c8364" +checksum = "ec93083a4aecafb2a80a885c9de1f0ccae9dbd32c2bb54b0c3a65690e0b8d2f2" [[package]] name = "futures-task" -version = "0.3.26" +version = "0.3.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcf79a1bf610b10f42aea489289c5a2c478a786509693b80cd39c44ccd936366" +checksum = "fd65540d33b37b16542a0438c12e6aeead10d4ac5d05bd3f805b8f35ab592879" [[package]] name = "futures-timer" @@ -3690,9 +3774,9 @@ checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c" [[package]] name = "futures-util" -version = "0.3.26" +version = "0.3.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c1d6de3acfef38d2be4b1f543f553131788603495be83da675e180c8d6b7bd1" +checksum = "3ef6b17e481503ec85211fed8f39d1970f128935ca1f814cd32ac4a6842e84ab" dependencies = [ "futures-channel", "futures-core", @@ -4059,9 +4143,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "0.14.24" +version = "0.14.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e011372fa0b68db8350aa7a248930ecc7839bf46d8485577d69f117a75f164c" +checksum = "cc5e554ff619822309ffd57d8734d77cd5ce6238bc956f037ea06c58238c9899" dependencies = [ "bytes", "futures-channel", @@ -4773,18 +4857,16 @@ dependencies = [ [[package]] name = "libp2p-core" -version = "0.39.0" +version = "0.39.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "881d9a54e97d97cdaa4125d48269d97ca8c40e5fefec6b85b30440dc60cc551f" +checksum = "9b7f8b7d65c070a5a1b5f8f0510648189da08f787b8963f8e21219e0710733af" dependencies = [ - "asn1_der", - "bs58", - "ed25519-dalek", "either", "fnv", "futures", "futures-timer", "instant", + "libp2p-identity", "log", "multiaddr 0.17.0", "multihash 0.17.0", @@ -4792,17 +4874,13 @@ dependencies = [ "once_cell", "parking_lot 0.12.1", "pin-project", - "prost", - "prost-build", + "quick-protobuf", "rand 0.8.5", "rw-stream-sink", - "sec1", - "sha2 0.10.6", "smallvec", "thiserror", "unsigned-varint", "void", - "zeroize", ] [[package]] @@ -4840,6 +4918,25 @@ dependencies = [ "void", ] +[[package]] +name = "libp2p-identity" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ff6c9cb71e2333d31f18e7556b9a5f1d0a2e013effc9325e36f436be65fe7bd2" +dependencies = [ + "bs58", + "ed25519-dalek", + "log", + "multiaddr 0.17.0", + "multihash 0.17.0", + "prost", + "prost-build", + "quick-protobuf", + "rand 0.8.5", + "thiserror", + "zeroize", +] + [[package]] name = "libp2p-kad" version = "0.42.1" @@ -5049,13 +5146,14 @@ dependencies = [ [[package]] name = "libp2p-tls" -version = "0.1.0-alpha.2" +version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9baf6f6292149e124ee737d9a79dbee783f29473fc368c7faad9d157841078a" +checksum = "ff08d13d0dc66e5e9ba6279c1de417b84fa0d0adc3b03e5732928c180ec02781" dependencies = [ "futures", "futures-rustls", - "libp2p-core 0.39.0", + "libp2p-core 0.39.1", + "libp2p-identity", "rcgen 0.10.0", "ring", "rustls 0.20.8", @@ -9430,9 +9528,9 @@ checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" [[package]] name = "proc-macro2" -version = "1.0.51" +version = "1.0.52" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6" +checksum = "1d0e1ae9e836cc3beddd63db0df682593d7e2d3d891ae8c9083d2113e1744224" dependencies = [ "unicode-ident", ] @@ -9566,6 +9664,15 @@ version = "1.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" +[[package]] +name = "quick-protobuf" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9d6da84cc204722a989e01ba2f6e1e276e190f22263d0cb6ce8526fcdb0d2e1f" +dependencies = [ + "byteorder", +] + [[package]] name = "quicksink" version = "0.1.2" @@ -9597,9 +9704,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.23" +version = "1.0.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b" +checksum = "50686e0021c4136d1d453b2dfe059902278681512a34d4248435dc34b6b5c8ec" dependencies = [ "proc-macro2", ] @@ -10126,6 +10233,7 @@ dependencies = [ "frame-benchmarking", "frame-support", "frame-system", + "fudge", "hex", "kusama-runtime", "lazy_static", @@ -10212,7 +10320,7 @@ version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" dependencies = [ - "semver 1.0.16", + "semver 1.0.17", ] [[package]] @@ -11615,9 +11723,9 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.16" +version = "1.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a" +checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" dependencies = [ "serde", ] @@ -11630,18 +11738,18 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" [[package]] name = "serde" -version = "1.0.154" +version = "1.0.155" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cdd151213925e7f1ab45a9bbfb129316bd00799784b174b7cc7bcd16961c49e" +checksum = "71f2b4817415c6d4210bfe1c7bfcf4801b2d904cb4d0e1a8fdb651013c9e86b8" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.154" +version = "1.0.155" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fc80d722935453bcafdc2c9a73cd6fac4dc1938f0346035d84bf99fa9e33217" +checksum = "d071a94a3fac4aff69d023a7f411e33f40f3483f8c5190b1953822b6b76d7630" dependencies = [ "proc-macro2", "quote", @@ -11843,14 +11951,14 @@ checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831" [[package]] name = "snow" -version = "0.9.1" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12ba5f4d4ff12bdb6a169ed51b7c48c0e0ac4b0b4b31012b2571e97d78d3201d" +checksum = "5ccba027ba85743e09d15c03296797cad56395089b832b48b5a5217880f57733" dependencies = [ "aes-gcm 0.9.4", "blake2", "chacha20poly1305", - "curve25519-dalek 4.0.0-rc.0", + "curve25519-dalek 4.0.0-rc.1", "rand_core 0.6.4", "ring", "rustc_version 0.4.0", @@ -13304,9 +13412,9 @@ checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622" [[package]] name = "toml_edit" -version = "0.19.4" +version = "0.19.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a1eb0622d28f4b9c90adc4ea4b2b46b47663fde9ac5fafcb14a1369d5508825" +checksum = "7082a95d48029677a28f181e5f6422d0c8339ad8396a39d3f33d62a90c1f6c30" dependencies = [ "indexmap", "toml_datetime", diff --git a/runtime/integration-tests/Cargo.toml b/runtime/integration-tests/Cargo.toml index 12267e9a7c..7628fb6a1c 100644 --- a/runtime/integration-tests/Cargo.toml +++ b/runtime/integration-tests/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/centrifuge/centrifuge-chain" [dependencies] codec = { package = "parity-scale-codec", version = "3.0", default-features = false, features = ["derive"] } -#fudge = { git = "https://github.com/centrifuge/fudge", branch = "polkadot-v0.9.37" } +fudge = { git = "https://github.com/centrifuge/fudge", branch = "polkadot-v0.9.37" } lazy_static = "1.4.0" rand = "0.8.5" serde = { version = "1.0.119" } diff --git a/runtime/integration-tests/src/lib.rs b/runtime/integration-tests/src/lib.rs index 5e1e6f002c..60f595e3e1 100644 --- a/runtime/integration-tests/src/lib.rs +++ b/runtime/integration-tests/src/lib.rs @@ -14,9 +14,9 @@ #![cfg(test)] #![allow(unused)] -// mod pools; -// mod runtime_apis; -// mod utils; +mod pools; +mod runtime_apis; +mod utils; mod xcm; /// Re-exports the correct runtimes that we run the integration tests with From b69669c9cf5097fb3f13e748ad45de4d926111ce Mon Sep 17 00:00:00 2001 From: nuno Date: Tue, 28 Mar 2023 11:54:17 +0200 Subject: [PATCH 32/55] cargo update --- Cargo.lock | 303 ++++++++++++++++++++++++++++------------------------- 1 file changed, 163 insertions(+), 140 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dde955c319..b65a64d307 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -42,7 +42,7 @@ version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7fc95d1bdb8e6666b2b217308eeeb09f2d6728d104be3e31916cc74d15420331" dependencies = [ - "generic-array 0.14.6", + "generic-array 0.14.7", ] [[package]] @@ -51,7 +51,7 @@ version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877" dependencies = [ - "generic-array 0.14.6", + "generic-array 0.14.7", "rand_core 0.6.4", ] @@ -62,7 +62,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5c192eb8f11fc081b0fe4259ba5af04217d4e0faddd02417310a927911abd7c8" dependencies = [ "crypto-common", - "generic-array 0.14.6", + "generic-array 0.14.7", ] [[package]] @@ -422,22 +422,22 @@ checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" [[package]] name = "async-io" -version = "1.12.0" +version = "1.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c374dda1ed3e7d8f0d9ba58715f924862c63eae6849c92d3a18e7fbde9e2794" +checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af" dependencies = [ "async-lock", "autocfg", + "cfg-if", "concurrent-queue", "futures-lite", - "libc", "log", "parking", "polling", + "rustix 0.37.3", "slab", "socket2", "waker-fn", - "windows-sys 0.42.0", ] [[package]] @@ -451,13 +451,13 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.67" +version = "0.1.68" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86ea188f25f0255d8f92797797c97ebf5631fa88178beb1a46fdf5622c9a00e4" +checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842" dependencies = [ "proc-macro2", "quote", - "syn 2.0.5", + "syn 2.0.11", ] [[package]] @@ -646,7 +646,7 @@ version = "0.64.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c4243e6031260db77ede97ad86c27e501d646a27ab57b59a574f725d98ab1fb4" dependencies = [ - "bitflags 1.3.2", + "bitflags", "cexpr", "clang-sys", "lazy_static", @@ -666,12 +666,6 @@ version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" -[[package]] -name = "bitflags" -version = "2.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "487f1e0fcbe47deb8b0574e646def1c903389d95241dd1bbcc6ce4a715dfc0c1" - [[package]] name = "bitvec" version = "0.20.4" @@ -760,7 +754,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" dependencies = [ "block-padding 0.2.1", - "generic-array 0.14.6", + "generic-array 0.14.7", ] [[package]] @@ -769,7 +763,7 @@ version = "0.10.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" dependencies = [ - "generic-array 0.14.6", + "generic-array 0.14.7", ] [[package]] @@ -1190,7 +1184,7 @@ dependencies = [ name = "cfg-types" version = "2.0.0" dependencies = [ - "bitflags 1.3.2", + "bitflags", "cfg-primitives", "cfg-traits", "frame-support", @@ -1303,7 +1297,7 @@ version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801" dependencies = [ - "generic-array 0.14.6", + "generic-array 0.14.7", ] [[package]] @@ -1312,7 +1306,7 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7" dependencies = [ - "generic-array 0.14.6", + "generic-array 0.14.7", ] [[package]] @@ -1347,40 +1341,45 @@ dependencies = [ [[package]] name = "clap" -version = "4.1.11" +version = "4.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42dfd32784433290c51d92c438bb72ea5063797fc3cc9a21a8c4346bebbb2098" +checksum = "906f7fe1da4185b7a282b2bc90172a496f9def1aca4545fe7526810741591e14" dependencies = [ - "bitflags 2.0.2", + "clap_builder", "clap_derive", + "once_cell", +] + +[[package]] +name = "clap_builder" +version = "4.1.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "351f9ad9688141ed83dfd8f5fb998a06225ef444b48ff4dc43de6d409b7fd10b" +dependencies = [ + "bitflags", "clap_lex", "is-terminal", - "once_cell", "strsim", "termcolor", ] [[package]] name = "clap_derive" -version = "4.1.9" +version = "4.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fddf67631444a3a3e3e5ac51c36a5e01335302de677bd78759eaa90ab1f46644" +checksum = "81d7dc0031c3a59a04fc2ba395c8e2dd463cba1859275f065d225f6122221b45" dependencies = [ "heck", - "proc-macro-error", "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.11", ] [[package]] name = "clap_lex" -version = "0.3.3" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "033f6b7a4acb1f358c742aaca805c939ee73b4c6209ae4318ec7aca81c42e646" -dependencies = [ - "os_str_bytes", -] +checksum = "4f0807fb6f644c83f3e4ec014fec9858c1c8b26a7db8eb5f0bde5817df9c1df7" [[package]] name = "coarsetime" @@ -1494,9 +1493,9 @@ dependencies = [ [[package]] name = "cpufeatures" -version = "0.2.5" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320" +checksum = "280a9f2d8b3a38871a3c8a46fb80db65e5e5ed97da80c4d08bf27fb63e35e181" dependencies = [ "libc", ] @@ -1688,7 +1687,7 @@ version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef" dependencies = [ - "generic-array 0.14.6", + "generic-array 0.14.7", "rand_core 0.6.4", "subtle", "zeroize", @@ -1700,7 +1699,7 @@ version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" dependencies = [ - "generic-array 0.14.6", + "generic-array 0.14.7", "rand_core 0.6.4", "typenum", ] @@ -1711,7 +1710,7 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab" dependencies = [ - "generic-array 0.14.6", + "generic-array 0.14.7", "subtle", ] @@ -1721,7 +1720,7 @@ version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714" dependencies = [ - "generic-array 0.14.6", + "generic-array 0.14.7", "subtle", ] @@ -2250,9 +2249,9 @@ dependencies = [ [[package]] name = "cxx" -version = "1.0.93" +version = "1.0.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9c00419335c41018365ddf7e4d5f1c12ee3659ddcf3e01974650ba1de73d038" +checksum = "f61f1b6389c3fe1c316bf8a4dccc90a38208354b330925bce1f74a6c4756eb93" dependencies = [ "cc", "cxxbridge-flags", @@ -2262,9 +2261,9 @@ dependencies = [ [[package]] name = "cxx-build" -version = "1.0.93" +version = "1.0.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb8307ad413a98fff033c8545ecf133e3257747b3bae935e7602aab8aa92d4ca" +checksum = "12cee708e8962df2aeb38f594aae5d827c022b6460ac71a7a3e2c3c2aae5a07b" dependencies = [ "cc", "codespan-reporting", @@ -2272,24 +2271,24 @@ dependencies = [ "proc-macro2", "quote", "scratch", - "syn 2.0.5", + "syn 2.0.11", ] [[package]] name = "cxxbridge-flags" -version = "1.0.93" +version = "1.0.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "edc52e2eb08915cb12596d29d55f0b5384f00d697a646dbd269b6ecb0fbd9d31" +checksum = "7944172ae7e4068c533afbb984114a56c46e9ccddda550499caa222902c7f7bb" [[package]] name = "cxxbridge-macro" -version = "1.0.93" +version = "1.0.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "631569015d0d8d54e6c241733f944042623ab6df7bc3be7466874b05fcdb1c5f" +checksum = "2345488264226bf682893e25de0769f3360aac9957980ec49361b083ddaa5bc5" dependencies = [ "proc-macro2", "quote", - "syn 2.0.5", + "syn 2.0.11", ] [[package]] @@ -2572,7 +2571,7 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" dependencies = [ - "generic-array 0.14.6", + "generic-array 0.14.7", ] [[package]] @@ -2749,7 +2748,7 @@ dependencies = [ "der", "digest 0.10.6", "ff", - "generic-array 0.14.6", + "generic-array 0.14.7", "group", "hkdf", "pem-rfc7468", @@ -2800,7 +2799,7 @@ checksum = "48016319042fb7c87b78d2993084a831793a897a5cd1a2a67cab9d1eeb4b7d76" dependencies = [ "proc-macro2", "quote", - "syn 2.0.5", + "syn 2.0.11", ] [[package]] @@ -2846,6 +2845,17 @@ dependencies = [ "winapi", ] +[[package]] +name = "errno" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "50d6a0976c999d473fe89ad888d5a284e55366d9dc9038b1ba2aa15128c4afa0" +dependencies = [ + "errno-dragonfly", + "libc", + "windows-sys 0.45.0", +] + [[package]] name = "errno-dragonfly" version = "0.1.2" @@ -3451,7 +3461,7 @@ name = "frame-support" version = "4.0.0-dev" source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ - "bitflags 1.3.2", + "bitflags", "frame-metadata", "frame-support-procedural", "impl-trait-for-tuples", @@ -3587,7 +3597,7 @@ dependencies = [ [[package]] name = "fudge" version = "0.0.10" -source = "git+https://github.com/centrifuge/fudge?branch=polkadot-v0.9.37#1c429f5d66024562a27753d96bfa89a8fa2ae00b" +source = "git+https://github.com/centrifuge/fudge?branch=polkadot-v0.9.37#49f94b4086f384ae78c339caa7618e3c235ec109" dependencies = [ "fudge-companion", "fudge-core", @@ -3600,7 +3610,7 @@ dependencies = [ [[package]] name = "fudge-companion" version = "0.0.7" -source = "git+https://github.com/centrifuge/fudge?branch=polkadot-v0.9.37#1c429f5d66024562a27753d96bfa89a8fa2ae00b" +source = "git+https://github.com/centrifuge/fudge?branch=polkadot-v0.9.37#49f94b4086f384ae78c339caa7618e3c235ec109" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -3611,7 +3621,7 @@ dependencies = [ [[package]] name = "fudge-core" version = "0.0.10" -source = "git+https://github.com/centrifuge/fudge?branch=polkadot-v0.9.37#1c429f5d66024562a27753d96bfa89a8fa2ae00b" +source = "git+https://github.com/centrifuge/fudge?branch=polkadot-v0.9.37#49f94b4086f384ae78c339caa7618e3c235ec109" dependencies = [ "async-trait", "cumulus-primitives-parachain-inherent", @@ -3822,9 +3832,9 @@ dependencies = [ [[package]] name = "generic-array" -version = "0.14.6" +version = "0.14.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9" +checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" dependencies = [ "typenum", "version_check", @@ -4092,7 +4102,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1" dependencies = [ "digest 0.9.0", - "generic-array 0.14.6", + "generic-array 0.14.7", "hmac 0.8.1", ] @@ -4321,9 +4331,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "1.9.2" +version = "1.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399" +checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" dependencies = [ "autocfg", "hashbrown", @@ -4336,7 +4346,7 @@ version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" dependencies = [ - "generic-array 0.14.6", + "generic-array 0.14.7", ] [[package]] @@ -4419,9 +4429,9 @@ dependencies = [ [[package]] name = "ipnet" -version = "2.7.1" +version = "2.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30e22bd8629359895450b59ea7a776c850561b96a3b1d31321c1949d9e6c9146" +checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f" [[package]] name = "is-terminal" @@ -4881,7 +4891,7 @@ dependencies = [ "instant", "libp2p-identity", "log", - "multiaddr 0.17.0", + "multiaddr 0.17.1", "multihash 0.17.0", "multistream-select", "once_cell", @@ -4940,7 +4950,7 @@ dependencies = [ "bs58", "ed25519-dalek", "log", - "multiaddr 0.17.0", + "multiaddr 0.17.1", "multihash 0.17.0", "prost", "quick-protobuf", @@ -5373,6 +5383,12 @@ version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4" +[[package]] +name = "linux-raw-sys" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cd550e73688e6d578f0ac2119e32b797a327631a42f9433e59d02e139c8df60d" + [[package]] name = "lock_api" version = "0.4.9" @@ -5636,9 +5652,9 @@ dependencies = [ [[package]] name = "mockall" -version = "0.11.3" +version = "0.11.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50e4a1c770583dac7ab5e2f6c139153b783a53a1bbee9729613f193e59828326" +checksum = "4c84490118f2ee2d74570d114f3d0493cbf02790df303d2707606c3e14e07c96" dependencies = [ "cfg-if", "downcast", @@ -5651,9 +5667,9 @@ dependencies = [ [[package]] name = "mockall_derive" -version = "0.11.3" +version = "0.11.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "832663583d5fa284ca8810bf7015e46c9fff9622d3cf34bd1eea5003fec06dd0" +checksum = "22ce75669015c4f47b289fd4d4f56e894e4c96003ffdf3ac51313126f94c6cbb" dependencies = [ "cfg-if", "proc-macro2", @@ -5697,13 +5713,14 @@ dependencies = [ [[package]] name = "multiaddr" -version = "0.17.0" +version = "0.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b53e0cc5907a5c216ba6584bf74be8ab47d6d6289f72793b2dddbf15dc3bf8c" +checksum = "2b36f567c7099511fa8612bbbb52dda2419ce0bdbacf31714e3a5ffdb766d3bd" dependencies = [ "arrayref", "byteorder", "data-encoding", + "log", "multibase", "multihash 0.17.0", "percent-encoding", @@ -5851,7 +5868,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d9ea4302b9759a7a88242299225ea3688e63c85ea136371bb6cf94fd674efaab" dependencies = [ "anyhow", - "bitflags 1.3.2", + "bitflags", "byteorder", "libc", "netlink-packet-core", @@ -5904,7 +5921,7 @@ version = "0.24.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069" dependencies = [ - "bitflags 1.3.2", + "bitflags", "cfg-if", "libc", "memoffset 0.6.5", @@ -6257,12 +6274,6 @@ dependencies = [ "xcm-executor", ] -[[package]] -name = "os_str_bytes" -version = "6.5.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267" - [[package]] name = "p256" version = "0.11.1" @@ -6954,7 +6965,7 @@ dependencies = [ name = "pallet-interest-accrual" version = "0.1.0" dependencies = [ - "bitflags 1.3.2", + "bitflags", "cfg-primitives", "cfg-traits", "cfg-types", @@ -7314,7 +7325,7 @@ dependencies = [ name = "pallet-permissions" version = "0.1.0" dependencies = [ - "bitflags 1.3.2", + "bitflags", "cfg-traits", "cfg-types", "frame-benchmarking", @@ -9171,7 +9182,7 @@ name = "polkadot-runtime-parachains" version = "0.9.37" source = "git+https://github.com/paritytech//polkadot?rev=645723987cf9662244be8faf4e9b63e8b9a1b3a3#645723987cf9662244be8faf4e9b63e8b9a1b3a3" dependencies = [ - "bitflags 1.3.2", + "bitflags", "bitvec 1.0.1", "derive_more", "frame-benchmarking", @@ -9353,7 +9364,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7e1f879b2998099c2d69ab9605d145d5b661195627eccc680002c4918a7fb6fa" dependencies = [ "autocfg", - "bitflags 1.3.2", + "bitflags", "cfg-if", "concurrent-queue", "libc", @@ -9565,9 +9576,9 @@ checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068" [[package]] name = "proc-macro2" -version = "1.0.53" +version = "1.0.54" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba466839c78239c09faf015484e5cc04860f88242cff4d03eb038f04b4699b73" +checksum = "e472a104799c74b514a57226160104aa483546de37e839ec50e3c2e41dd87534" dependencies = [ "unicode-ident", ] @@ -9723,9 +9734,9 @@ dependencies = [ [[package]] name = "quinn-proto" -version = "0.9.2" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72ef4ced82a24bb281af338b9e8f94429b6eca01b4e66d899f40031f074e74c9" +checksum = "67c10f662eee9c94ddd7135043e544f3c82fa839a1e7b865911331961b53186c" dependencies = [ "bytes", "rand 0.8.5", @@ -9909,7 +9920,7 @@ version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" dependencies = [ - "bitflags 1.3.2", + "bitflags", ] [[package]] @@ -9953,7 +9964,7 @@ checksum = "8d2275aab483050ab2a7364c1a46604865ee7d6906684e08db0f090acf74f9e7" dependencies = [ "proc-macro2", "quote", - "syn 2.0.5", + "syn 2.0.11", ] [[package]] @@ -9970,9 +9981,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.7.2" +version = "1.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cce168fea28d3e05f158bda4576cf0c844d5045bc2cc3620fa0292ed5bb5814c" +checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d" dependencies = [ "aho-corasick", "memchr", @@ -10326,9 +10337,9 @@ dependencies = [ [[package]] name = "rustc-demangle" -version = "0.1.21" +version = "0.1.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342" +checksum = "d4a36c42d1873f9a77c53bde094f9664d9891bc604a45b4798fd2c389ed12e5b" [[package]] name = "rustc-hash" @@ -10375,8 +10386,8 @@ version = "0.35.13" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "727a1a6d65f786ec22df8a81ca3121107f235970dc1705ed681d3e6e8b9cd5f9" dependencies = [ - "bitflags 1.3.2", - "errno", + "bitflags", + "errno 0.2.8", "io-lifetimes 0.7.5", "libc", "linux-raw-sys 0.0.46", @@ -10389,14 +10400,28 @@ version = "0.36.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "db4165c9963ab29e422d6c26fbc1d37f15bace6b2810221f9d925023480fcf0e" dependencies = [ - "bitflags 1.3.2", - "errno", + "bitflags", + "errno 0.2.8", "io-lifetimes 1.0.9", "libc", "linux-raw-sys 0.1.4", "windows-sys 0.45.0", ] +[[package]] +name = "rustix" +version = "0.37.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "62b24138615de35e32031d041a09032ef3487a616d901ca4db224e7d557efae2" +dependencies = [ + "bitflags", + "errno 0.3.0", + "io-lifetimes 1.0.9", + "libc", + "linux-raw-sys 0.3.0", + "windows-sys 0.45.0", +] + [[package]] name = "rustls" version = "0.19.1" @@ -11063,7 +11088,7 @@ version = "0.10.0-dev" source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c93062cc1e4fe9e9e490cb29#f38bd6671d460293c93062cc1e4fe9e9e490cb29" dependencies = [ "async-trait", - "bitflags 1.3.2", + "bitflags", "bytes", "futures", "futures-timer", @@ -11581,9 +11606,9 @@ dependencies = [ [[package]] name = "scale-info" -version = "2.3.1" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "001cf62ece89779fd16105b5f515ad0e5cedcd5440d3dd806bb067978e7c3608" +checksum = "61471dff9096de1d8b2319efed7162081e96793f5ebb147e50db10d50d648a4d" dependencies = [ "bitvec 1.0.1", "cfg-if", @@ -11595,9 +11620,9 @@ dependencies = [ [[package]] name = "scale-info-derive" -version = "2.3.1" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "303959cf613a6f6efd19ed4b4ad5bf79966a13352716299ad532cfb115f4205c" +checksum = "219580e803a66b3f05761fd06f1f879a872444e49ce23f73694d26e5a954c7e6" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11684,7 +11709,7 @@ checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928" dependencies = [ "base16ct", "der", - "generic-array 0.14.6", + "generic-array 0.14.7", "pkcs8", "subtle", "zeroize", @@ -11723,7 +11748,7 @@ version = "2.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254" dependencies = [ - "bitflags 1.3.2", + "bitflags", "core-foundation", "core-foundation-sys", "libc", @@ -11775,29 +11800,29 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" [[package]] name = "serde" -version = "1.0.158" +version = "1.0.159" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "771d4d9c4163ee138805e12c710dd365e4f44be8be0503cb1bb9eb989425d9c9" +checksum = "3c04e8343c3daeec41f58990b9d77068df31209f2af111e059e9fe9646693065" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.158" +version = "1.0.159" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e801c1712f48475582b7696ac71e0ca34ebb30e09338425384269d9717c62cad" +checksum = "4c614d17805b093df4b147b51339e7e44bf05ef59fba1e45d83500bcfb4d8585" dependencies = [ "proc-macro2", "quote", - "syn 2.0.5", + "syn 2.0.11", ] [[package]] name = "serde_json" -version = "1.0.94" +version = "1.0.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c533a59c9d8a93a09c6ab31f0fd5e5f4dd1b8fc9434804029839884765d04ea" +checksum = "d721eca97ac802aa7777b701877c8004d950fc142651367300d21c1cc0194744" dependencies = [ "itoa", "ryu", @@ -12250,7 +12275,7 @@ source = "git+https://github.com/paritytech//substrate?rev=f38bd6671d460293c9306 dependencies = [ "array-bytes 4.2.0", "base58", - "bitflags 1.3.2", + "bitflags", "blake2", "dyn-clonable", "ed25519-zebra", @@ -12804,7 +12829,7 @@ version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a2a1c578e98c1c16fc3b8ec1328f7659a500737d7a0c6d625e73e830ff9c1f6" dependencies = [ - "bitflags 1.3.2", + "bitflags", "cfg_aliases", "libc", "parking_lot 0.11.2", @@ -13122,9 +13147,9 @@ dependencies = [ [[package]] name = "syn" -version = "2.0.5" +version = "2.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89c2d1c76a26822187a1fbb5964e3fff108bc208f02e820ab9dac1234f6b388a" +checksum = "21e3787bb71465627110e7d87ed4faaa36c1f61042ee67badb9e2ef173accc40" dependencies = [ "proc-macro2", "quote", @@ -13149,7 +13174,7 @@ version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d75182f12f490e953596550b65ee31bda7c8e043d9386174b353bda50838c3fd" dependencies = [ - "bitflags 1.3.2", + "bitflags", "core-foundation", "system-configuration-sys", ] @@ -13221,7 +13246,7 @@ checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" dependencies = [ "proc-macro2", "quote", - "syn 2.0.5", + "syn 2.0.11", ] [[package]] @@ -13376,14 +13401,13 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.26.0" +version = "1.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03201d01c3c27a29c8a5cee5b55a93ddae1ccf6f08f65365c2c918f8c1b76f64" +checksum = "d0de47a4eecbe11f498978a9b29d792f0d2692d1dd003650c24c76510e3bc001" dependencies = [ "autocfg", "bytes", "libc", - "memchr", "mio", "num_cpus", "parking_lot 0.12.1", @@ -13396,13 +13420,13 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "1.8.2" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8" +checksum = "61a573bdc87985e9d6ddeed1b3d864e8a302c847e40d647746df2f1de209d1ce" dependencies = [ "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.11", ] [[package]] @@ -13460,9 +13484,9 @@ checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622" [[package]] name = "toml_edit" -version = "0.19.7" +version = "0.19.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc18466501acd8ac6a3f615dd29a3438f8ca6bb3b19537138b3106e575621274" +checksum = "239410c8609e8125456927e6707163a3b1fdb40561e4b803bc041f466ccfdc13" dependencies = [ "indexmap", "toml_datetime", @@ -13486,7 +13510,7 @@ version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858" dependencies = [ - "bitflags 1.3.2", + "bitflags", "bytes", "futures-core", "futures-util", @@ -13836,7 +13860,7 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05" dependencies = [ - "generic-array 0.14.6", + "generic-array 0.14.7", "subtle", ] @@ -13906,7 +13930,7 @@ version = "3.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e7141e445af09c8919f1d5f8a20dae0b20c3b57a45dee0d5823c6ed5d237f15a" dependencies = [ - "bitflags 1.3.2", + "bitflags", "chrono", "rustc_version 0.4.0", ] @@ -14556,7 +14580,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "93f1db1727772c05cf7a2cfece52c3aca8045ca1e176cd517d323489aa3c6d87" dependencies = [ "async-trait", - "bitflags 1.3.2", + "bitflags", "bytes", "cc", "ipnet", @@ -14900,9 +14924,9 @@ checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" [[package]] name = "winnow" -version = "0.3.6" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23d020b441f92996c80d94ae9166e8501e59c7bb56121189dc9eab3bd8216966" +checksum = "ae8970b36c66498d8ff1d66685dc86b91b29db0c7739899012f63a63814b4b28" dependencies = [ "memchr", ] @@ -15130,23 +15154,22 @@ dependencies = [ [[package]] name = "zeroize" -version = "1.5.7" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f" +checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9" dependencies = [ "zeroize_derive", ] [[package]] name = "zeroize_derive" -version = "1.3.3" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44bf07cb3e50ea2003396695d58bf46bc9887a1f362260446fad6bc4e79bd36c" +checksum = "25588073e5216b50bca71d61cb8595cdb9745e87032a58c199730def2862c934" dependencies = [ "proc-macro2", "quote", - "syn 1.0.109", - "synstructure", + "syn 2.0.11", ] [[package]] From c3ca81c95b63f355aa4e9bb06d7f18a9779c3c8e Mon Sep 17 00:00:00 2001 From: nuno Date: Tue, 28 Mar 2023 14:36:32 +0200 Subject: [PATCH 33/55] Add #[pallet::call_index()] to loans-ref extrinsics --- pallets/loans-ref/src/lib.rs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pallets/loans-ref/src/lib.rs b/pallets/loans-ref/src/lib.rs index fff7f91a94..482671d142 100644 --- a/pallets/loans-ref/src/lib.rs +++ b/pallets/loans-ref/src/lib.rs @@ -353,6 +353,7 @@ pub mod pallet { #[pallet::call] impl Pallet { #[pallet::weight(T::WeightInfo::create())] + #[pallet::call_index(0)] pub fn create( origin: OriginFor, pool_id: PoolIdOf, @@ -388,6 +389,7 @@ pub mod pallet { /// The portfolio valuation of the pool is updated to reflect the new present value of the loan. /// Rate accumulation will start after the first borrow. #[pallet::weight(T::WeightInfo::borrow(T::MaxActiveLoansPerPool::get()))] + #[pallet::call_index(1)] pub fn borrow( origin: OriginFor, pool_id: PoolIdOf, @@ -433,6 +435,7 @@ pub mod pallet { /// The `amount` will be transferred from borrower to pool reserve. /// The portfolio valuation of the pool is updated to reflect the new present value of the loan. #[pallet::weight(T::WeightInfo::repay(T::MaxActiveLoansPerPool::get()))] + #[pallet::call_index(2)] pub fn repay( origin: OriginFor, pool_id: PoolIdOf, @@ -472,6 +475,7 @@ pub mod pallet { /// No special permisions are required to this call. /// The portfolio valuation of the pool is updated to reflect the new present value of the loan. #[pallet::weight(T::WeightInfo::write_off(T::MaxActiveLoansPerPool::get()))] + #[pallet::call_index(3)] pub fn write_off( origin: OriginFor, pool_id: PoolIdOf, @@ -507,6 +511,7 @@ pub mod pallet { /// Write down more than the policy is always allowed. /// The portfolio valuation of the pool is updated to reflect the new present value of the loan. #[pallet::weight(T::WeightInfo::admin_write_off(T::MaxActiveLoansPerPool::get()))] + #[pallet::call_index(4)] pub fn admin_write_off( origin: OriginFor, pool_id: PoolIdOf, @@ -543,6 +548,7 @@ pub mod pallet { /// A loan only can be closed if it's fully repaid by the loan borrower. /// Closing a loan gives back the collateral used for the loan to the borrower . #[pallet::weight(T::WeightInfo::close(T::MaxActiveLoansPerPool::get()))] + #[pallet::call_index(5)] pub fn close( origin: OriginFor, pool_id: PoolIdOf, @@ -579,6 +585,7 @@ pub mod pallet { /// The write off policy is used to automatically set a write off minimum value to the /// loan. #[pallet::weight(T::WeightInfo::update_write_off_policy())] + #[pallet::call_index(6)] pub fn update_write_off_policy( origin: OriginFor, pool_id: PoolIdOf, @@ -604,6 +611,7 @@ pub mod pallet { #[pallet::weight(T::WeightInfo::update_portfolio_valuation( T::MaxActiveLoansPerPool::get() ))] + #[pallet::call_index(7)] pub fn update_portfolio_valuation( origin: OriginFor, pool_id: PoolIdOf, From b03fc4fe29edc97ff955de579276bbc1ab94ea95 Mon Sep 17 00:00:00 2001 From: nuno Date: Tue, 28 Mar 2023 14:36:46 +0200 Subject: [PATCH 34/55] Drop unused import --- pallets/loans-ref/src/types.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/pallets/loans-ref/src/types.rs b/pallets/loans-ref/src/types.rs index 9f1b951250..1b6e04eb8f 100644 --- a/pallets/loans-ref/src/types.rs +++ b/pallets/loans-ref/src/types.rs @@ -15,7 +15,6 @@ use cfg_primitives::{Moment, SECONDS_PER_DAY}; use cfg_traits::{ ops::{ EnsureAdd, EnsureAddAssign, EnsureFixedPointNumber, EnsureInto, EnsureMul, EnsureSub, - EnsureSubAssign, }, InterestAccrual, RateCollection, }; From aa30e04e9dfac7d6569cf2a3f91eb0fbebcf0adf Mon Sep 17 00:00:00 2001 From: nuno Date: Tue, 28 Mar 2023 14:37:01 +0200 Subject: [PATCH 35/55] fmt --- libs/traits/Cargo.toml | 2 +- pallets/loans-ref/src/types.rs | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/libs/traits/Cargo.toml b/libs/traits/Cargo.toml index 3e50ea7c14..95fabca802 100644 --- a/libs/traits/Cargo.toml +++ b/libs/traits/Cargo.toml @@ -21,8 +21,8 @@ sp-runtime = { git = "https://github.com/paritytech/substrate", default-features sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } [dev-dependencies] -cfg-types = { path = "../types", default-features = true } cfg-mocks = { path = "../mocks" } +cfg-types = { path = "../types", default-features = true } mock-builder = { path = "../../libs/mock-builder" } frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } diff --git a/pallets/loans-ref/src/types.rs b/pallets/loans-ref/src/types.rs index 1b6e04eb8f..93f39449be 100644 --- a/pallets/loans-ref/src/types.rs +++ b/pallets/loans-ref/src/types.rs @@ -13,9 +13,7 @@ use cfg_primitives::{Moment, SECONDS_PER_DAY}; use cfg_traits::{ - ops::{ - EnsureAdd, EnsureAddAssign, EnsureFixedPointNumber, EnsureInto, EnsureMul, EnsureSub, - }, + ops::{EnsureAdd, EnsureAddAssign, EnsureFixedPointNumber, EnsureInto, EnsureMul, EnsureSub}, InterestAccrual, RateCollection, }; use cfg_types::adjustments::Adjustment; From 4b4c6c52ba515ecf59beb94ca1b639614fda4b1d Mon Sep 17 00:00:00 2001 From: nuno Date: Tue, 28 Mar 2023 14:44:32 +0200 Subject: [PATCH 36/55] docker: Update toolchain to nightly-2022-11-14 --- .github/workflows/benchmark.yml | 2 +- .github/workflows/build-matrix.json | 2 +- .github/workflows/build.yml | 2 +- .github/workflows/docker.yml | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/lints.yml | 2 +- .github/workflows/tests.yml | 2 +- ci/script.sh | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index dce8111823..b65bdbe0ed 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest-4-cores if: ${{ startsWith(github.event.comment.body, '/benchmark ') && github.event.issue.pull_request && contains(github.event.comment.author_association, 'CONTRIBUTOR') }} env: - RUST_TOOLCHAIN: "nightly-2022-08-05" + RUST_TOOLCHAIN: "nightly-2022-11-14" steps: - uses: actions/github-script@v6 name: Parse Runtime From Comment diff --git a/.github/workflows/build-matrix.json b/.github/workflows/build-matrix.json index fb4b1ec486..2b20342897 100644 --- a/.github/workflows/build-matrix.json +++ b/.github/workflows/build-matrix.json @@ -3,7 +3,7 @@ "os": "ubuntu-latest", "target": "build-node", "run_on_event": "any", - "rust_toolchain": "nightly-2022-08-05" + "rust_toolchain": "nightly-2022-11-14" }, { diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7d6936d629..75013dfaf5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: name: ${{ matrix.target }} runs-on: ${{ matrix.os }} env: - RUST_TOOLCHAIN: "nightly-2022-08-05" + RUST_TOOLCHAIN: "nightly-2022-11-14" steps: - name: Prep build on Ubuntu if: ${{ matrix.os }} == 'ubuntu-latest' diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index fec83f53a5..719ae50074 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -9,7 +9,7 @@ on: required: true default: '' env: - RUST_TOOLCHAIN: "nightly-2022-08-05" + RUST_TOOLCHAIN: "nightly-2022-11-14" jobs: docker: strategy: diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 1a65e0c8a9..f63d1a7335 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -9,7 +9,7 @@ jobs: contents: write runs-on: ubuntu-latest env: - RUST_TOOLCHAIN: "nightly-2022-08-05" + RUST_TOOLCHAIN: "nightly-2022-11-14" RUSTDOCFLAGS: "-D warnings" steps: - name: Checkout repository diff --git a/.github/workflows/lints.yml b/.github/workflows/lints.yml index 6d94b7b983..fd1fa29fc3 100644 --- a/.github/workflows/lints.yml +++ b/.github/workflows/lints.yml @@ -12,7 +12,7 @@ jobs: target: [fmt, taplo, clippy] runs-on: ${{ matrix.os }} env: - RUST_TOOLCHAIN: "nightly-2022-05-09" + RUST_TOOLCHAIN: "nightly-2022-11-14" steps: - name: Prep build on Ubuntu if: ${{ matrix.os }} == 'ubuntu-latest' diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4012208c84..d00c4333d6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ jobs: target: [tests, integration] runs-on: ${{ matrix.os }} env: - RUST_TOOLCHAIN: "nightly-2022-05-09" + RUST_TOOLCHAIN: "nightly-2022-11-14" steps: - name: Prep build on Ubuntu if: ${{ matrix.os }} == 'ubuntu-latest' diff --git a/ci/script.sh b/ci/script.sh index ccdd451a9f..eab4b0820e 100755 --- a/ci/script.sh +++ b/ci/script.sh @@ -2,7 +2,7 @@ set -eux -RUST_TOOLCHAIN="${RUST_TOOLCHAIN:-nightly-2022-08-05}" +RUST_TOOLCHAIN="${RUST_TOOLCHAIN:-nightly-2022-11-14}" SRTOOL_VERSION="${SRTOOL_VERSION:-1.64.0}" PACKAGE="${PACKAGE:-centrifuge-runtime}" # Need to replicate job for all runtimes RUNTIME="${RUNTIME:-centrifuge}" From 7418cf0fa5bd2b0ebb56434fec440fd569142160 Mon Sep 17 00:00:00 2001 From: nuno Date: Tue, 28 Mar 2023 14:49:27 +0200 Subject: [PATCH 37/55] Update libs/mock and loans-ref to 0.9.37 --- libs/mocks/Cargo.toml | 6 +++--- pallets/loans-ref/Cargo.toml | 22 +++++++++++----------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/libs/mocks/Cargo.toml b/libs/mocks/Cargo.toml index 926d338dd8..928fe7f354 100644 --- a/libs/mocks/Cargo.toml +++ b/libs/mocks/Cargo.toml @@ -23,9 +23,9 @@ cfg-types = { path = "../types", default-features = false } mock-builder = { path = "../../libs/mock-builder" } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } [features] default = ["std"] diff --git a/pallets/loans-ref/Cargo.toml b/pallets/loans-ref/Cargo.toml index f19d897f7a..994c97f12c 100644 --- a/pallets/loans-ref/Cargo.toml +++ b/pallets/loans-ref/Cargo.toml @@ -14,27 +14,27 @@ targets = ["x86_64-unknown-linux-gnu"] codec = { package = "parity-scale-codec", default-features = false, version = "3.0.0", features = ["derive"] } scale-info = { version = "2.3.0", default-features = false, features = ["derive"] } -frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-arithmetic = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } -sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.32" } +frame-support = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +frame-system = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-arithmetic = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-runtime = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } +sp-std = { git = "https://github.com/paritytech/substrate", default-features = false, branch = "polkadot-v0.9.37" } cfg-primitives = { path = "../../libs/primitives", default-features = false } cfg-traits = { path = "../../libs/traits", default-features = false } cfg-types = { path = "../../libs/types", default-features = false } # Optionals for benchamarking -frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.32" } +frame-benchmarking = { git = "https://github.com/paritytech/substrate", default-features = false, optional = true, branch = "polkadot-v0.9.37" } [dev-dependencies] -sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } +sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } -pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } +pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } pallet-interest-accrual = { path = "../interest-accrual" } -pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } -pallet-uniques = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.32" } +pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } +pallet-uniques = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" } cfg-mocks = { path = "../../libs/mocks" } From 41c4f0b99f3e97bd8300c96d1ed7a69767402f1b Mon Sep 17 00:00:00 2001 From: nuno Date: Tue, 28 Mar 2023 15:01:28 +0200 Subject: [PATCH 38/55] nix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 44d7646c0d..c526c25d54 100644 --- a/flake.nix +++ b/flake.nix @@ -93,7 +93,7 @@ }; # This is a hash of all the Cargo dependencies, for reproducibility. - cargoSha256 = "sha256-+ppfYdNzTFbFPRg+572tU7OgGJIFUtkZEqvWpXvRHAw="; + cargoSha256 = "sha256-eNIlwQt0Na4AMQ6x4NGyayROkhAv+k6Om2yGdxVtAZs="; nativeBuildInputs = with pkgs; [ clang git-mock pkg-config ]; buildInputs = with pkgs; [ openssl ] ++ ( From f7936fd1e35b7771f78cb58f707920ccef2ab7a7 Mon Sep 17 00:00:00 2001 From: nuno Date: Tue, 28 Mar 2023 15:07:17 +0200 Subject: [PATCH 39/55] docker: Update images to 0.9.37 --- docker-compose-local-relay.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose-local-relay.yml b/docker-compose-local-relay.yml index 60fab88a7c..ef2624fb25 100644 --- a/docker-compose-local-relay.yml +++ b/docker-compose-local-relay.yml @@ -4,7 +4,7 @@ version: '3' services: node_alice: container_name: alice - image: "parity/polkadot:v0.9.32" + image: "parity/polkadot:v0.9.37" ports: - "30333:30333" - "9933:9933" @@ -32,7 +32,7 @@ services: node_bob: container_name: bob - image: "parity/polkadot:v0.9.32" + image: "parity/polkadot:v0.9.37" ports: - "30344:30333" - "9935:9933" From e94a03c18946c6bfea29f3a97c7be169077dabe5 Mon Sep 17 00:00:00 2001 From: nuno Date: Tue, 28 Mar 2023 17:39:01 +0200 Subject: [PATCH 40/55] Fix clippy --- libs/test-utils/src/mocks/order_manager.rs | 8 ++--- pallets/connectors/src/lib.rs | 4 +-- pallets/investments/src/lib.rs | 40 +++++++++++----------- src/cli.rs | 1 + src/command.rs | 4 +-- 5 files changed, 29 insertions(+), 28 deletions(-) diff --git a/libs/test-utils/src/mocks/order_manager.rs b/libs/test-utils/src/mocks/order_manager.rs index 35a22afe03..e4aeda5966 100644 --- a/libs/test-utils/src/mocks/order_manager.rs +++ b/libs/test-utils/src/mocks/order_manager.rs @@ -176,9 +176,9 @@ pub mod pallet { investment_id: T::InvestmentId, amount: BalanceOf, ) -> DispatchResult { - let mut orders = InvestOrders::::get(&investment_id).unwrap_or_default(); + let mut orders = InvestOrders::::get(investment_id).unwrap_or_default(); orders.amount += amount; - InvestOrders::::insert(&investment_id, orders); + InvestOrders::::insert(investment_id, orders); let details = T::Accountant::info(investment_id)?; @@ -201,9 +201,9 @@ pub mod pallet { investment_id: T::InvestmentId, amount: BalanceOf, ) -> DispatchResult { - let mut orders = RedeemOrders::::get(&investment_id).unwrap_or_default(); + let mut orders = RedeemOrders::::get(investment_id).unwrap_or_default(); orders.amount += amount; - RedeemOrders::::insert(&investment_id, orders); + RedeemOrders::::insert(investment_id, orders); // NOTE: TrancheTokens NEVER leave the TEST_PALLET_ID account and hence we can keep them here and // need no transfer. diff --git a/pallets/connectors/src/lib.rs b/pallets/connectors/src/lib.rs index 075622ce5a..9536ba916c 100644 --- a/pallets/connectors/src/lib.rs +++ b/pallets/connectors/src/lib.rs @@ -240,7 +240,7 @@ pub mod pallet { /// The Router for a given domain was set SetDomainRouter { domain: Domain, - router: Router>, + router: Box>>, }, IncomingMessage { @@ -292,7 +292,7 @@ pub mod pallet { pub fn set_domain_router( origin: OriginFor, domain: Domain, - router: Router>, + router: Box>>, ) -> DispatchResult { T::AdminOrigin::ensure_origin(origin.clone())?; diff --git a/pallets/investments/src/lib.rs b/pallets/investments/src/lib.rs index 0196f192c2..b37f406ec4 100644 --- a/pallets/investments/src/lib.rs +++ b/pallets/investments/src/lib.rs @@ -569,11 +569,11 @@ where let info = T::Accountant::info(investment_id).map_err(|_| Error::::UnknownInvestment)?; let cur_order_id = ActiveInvestOrders::::try_mutate( - &investment_id, + investment_id, |total_order| -> Result { InvestOrders::::try_mutate( &who, - &investment_id, + investment_id, |maybe_order| -> Result { let order = Pallet::::invest_order_or_default(investment_id, maybe_order); @@ -631,11 +631,11 @@ where let info = T::Accountant::info(investment_id).map_err(|_| Error::::UnknownInvestment)?; let cur_order_id = ActiveRedeemOrders::::try_mutate( - &investment_id, + investment_id, |total_order| -> Result { RedeemOrders::::try_mutate( &who, - &investment_id, + investment_id, |maybe_order| -> Result { let order = Pallet::::redeem_order_or_default(investment_id, maybe_order); @@ -699,7 +699,7 @@ where let info = T::Accountant::info(investment_id).map_err(|_| Error::::UnknownInvestment)?; InvestOrders::::try_mutate( &who, - &investment_id, + investment_id, |maybe_order| -> DispatchResultWithPostInfo { let order = if let Some(order) = maybe_order.as_mut() { order @@ -714,7 +714,7 @@ where }; let mut collection = InvestCollection::::from_order(order); let mut collected_ids = Vec::new(); - let cur_order_id = InvestOrderId::::get(&investment_id); + let cur_order_id = InvestOrderId::::get(investment_id); let last_processed_order_id = min( order .submitted_at() @@ -792,7 +792,7 @@ where let info = T::Accountant::info(investment_id).map_err(|_| Error::::UnknownInvestment)?; RedeemOrders::::try_mutate( &who, - &investment_id, + investment_id, |maybe_order| -> DispatchResultWithPostInfo { let order = if let Some(order) = maybe_order.as_mut() { order @@ -808,7 +808,7 @@ where }; let mut collection = RedeemCollection::::from_order(order); let mut collected_ids = Vec::new(); - let cur_order_id = InvestOrderId::::get(&investment_id); + let cur_order_id = InvestOrderId::::get(investment_id); let last_processed_order_id = min( order .submitted_at() @@ -1098,7 +1098,7 @@ where who: &T::AccountId, investment_id: Self::InvestmentId, ) -> Result { - if let Some(order) = InvestOrders::::get(&who, investment_id) { + if let Some(order) = InvestOrders::::get(who, investment_id) { Ok(order.amount()) } else { Ok(Zero::zero()) @@ -1117,7 +1117,7 @@ where who: &T::AccountId, investment_id: Self::InvestmentId, ) -> Result { - if let Some(order) = RedeemOrders::::get(&who, investment_id) { + if let Some(order) = RedeemOrders::::get(who, investment_id) { Ok(order.amount()) } else { Ok(Zero::zero()) @@ -1136,21 +1136,21 @@ where type Orders = TotalOrder; fn invest_orders(investment_id: Self::InvestmentId) -> Self::Orders { - ActiveInvestOrders::::get(&investment_id) + ActiveInvestOrders::::get(investment_id) } fn redeem_orders(investment_id: Self::InvestmentId) -> Self::Orders { - ActiveRedeemOrders::::get(&investment_id) + ActiveRedeemOrders::::get(investment_id) } fn process_invest_orders( investment_id: Self::InvestmentId, ) -> Result { let total_orders = ActiveInvestOrders::::try_mutate( - &investment_id, + investment_id, |orders| -> Result, DispatchError> { InProcessingInvestOrders::::try_mutate( - &investment_id, + investment_id, |in_processing_orders| -> DispatchResult { ensure!( in_processing_orders.is_none(), @@ -1171,7 +1171,7 @@ where )?; let order_id = InvestOrderId::::try_mutate( - &investment_id, + investment_id, |order_id| -> Result { let cur_order_id = *order_id; @@ -1196,10 +1196,10 @@ where investment_id: Self::InvestmentId, ) -> Result { let total_orders = ActiveRedeemOrders::::try_mutate( - &investment_id, + investment_id, |orders| -> Result, DispatchError> { InProcessingRedeemOrders::::try_mutate( - &investment_id, + investment_id, |in_processing_orders| -> DispatchResult { ensure!( in_processing_orders.is_none(), @@ -1220,7 +1220,7 @@ where )?; let order_id = RedeemOrderId::::try_mutate( - &investment_id, + investment_id, |order_id| -> Result { let cur_order_id = *order_id; @@ -1246,7 +1246,7 @@ where fulfillment: Self::Fulfillment, ) -> Result<(), DispatchError> { let order_id = InProcessingInvestOrders::::try_mutate( - &investment_id, + investment_id, |maybe_orders| -> Result { let orders = maybe_orders .as_ref() @@ -1326,7 +1326,7 @@ where fulfillment: Self::Fulfillment, ) -> Result<(), DispatchError> { let order_id = InProcessingRedeemOrders::::try_mutate( - &investment_id, + investment_id, |maybe_orders| -> Result { let orders = maybe_orders .as_ref() diff --git a/src/cli.rs b/src/cli.rs index c6618e7578..2003930d11 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -21,6 +21,7 @@ use clap::Parser; use crate::chain_spec; #[derive(Debug, Parser)] +#[allow(clippy::large_enum_variant)] pub enum Subcommand { /// Export the genesis state of the parachain. #[clap(name = "export-genesis-state")] diff --git a/src/command.rs b/src/command.rs index b12e1d78de..3bc9246759 100644 --- a/src/command.rs +++ b/src/command.rs @@ -442,7 +442,7 @@ pub fn run() -> Result<()> { ); let para_id = chain_spec::Extensions::try_get(&*config.chain_spec) - .map(|e| e.para_id).unwrap_or(cli.parachain_id.unwrap_or(10001)); + .map(|e| e.para_id).unwrap_or_else(|| cli.parachain_id.unwrap_or(10001)); let id = ParaId::from(para_id); @@ -478,7 +478,7 @@ pub fn run() -> Result<()> { } ); - if !collator_options.relay_chain_rpc_urls.is_empty() && cli.relaychain_args.len() > 0 { + if !collator_options.relay_chain_rpc_urls.is_empty() && !cli.relaychain_args.is_empty() { warn!("Detected relay chain node arguments together with --relay-chain-rpc-urls. This command starts a minimal Polkadot node that only uses a network-related subset of all relay chain CLI options."); } From bea6a9c250a5d9ebb3f5577b5577254d91f03fb6 Mon Sep 17 00:00:00 2001 From: nuno Date: Tue, 28 Mar 2023 17:39:14 +0200 Subject: [PATCH 41/55] fmt --- pallets/connectors/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pallets/connectors/src/lib.rs b/pallets/connectors/src/lib.rs index 9536ba916c..91253a76e0 100644 --- a/pallets/connectors/src/lib.rs +++ b/pallets/connectors/src/lib.rs @@ -292,7 +292,7 @@ pub mod pallet { pub fn set_domain_router( origin: OriginFor, domain: Domain, - router: Box>>, + router: Box>>, ) -> DispatchResult { T::AdminOrigin::ensure_origin(origin.clone())?; From 99b41f26d3ce842e1f34e640f8b693d270c0d3ea Mon Sep 17 00:00:00 2001 From: nuno Date: Wed, 29 Mar 2023 09:14:15 +0200 Subject: [PATCH 42/55] Box the right thing --- pallets/connectors/src/lib.rs | 8 ++++---- pallets/connectors/src/routers.rs | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/pallets/connectors/src/lib.rs b/pallets/connectors/src/lib.rs index 91253a76e0..54ffe7c54a 100644 --- a/pallets/connectors/src/lib.rs +++ b/pallets/connectors/src/lib.rs @@ -25,7 +25,7 @@ pub use pallet::*; use scale_info::TypeInfo; use sp_core::{TypeId, U256}; use sp_runtime::{traits::AtLeast32BitUnsigned, FixedPointNumber}; -use sp_std::{boxed::Box, convert::TryInto, vec, vec::Vec}; +use sp_std::{convert::TryInto, vec, vec::Vec}; pub mod weights; mod message; @@ -240,7 +240,7 @@ pub mod pallet { /// The Router for a given domain was set SetDomainRouter { domain: Domain, - router: Box>>, + router: Router>, }, IncomingMessage { @@ -292,7 +292,7 @@ pub mod pallet { pub fn set_domain_router( origin: OriginFor, domain: Domain, - router: Box>>, + router: Router>, ) -> DispatchResult { T::AdminOrigin::ensure_origin(origin.clone())?; @@ -551,7 +551,7 @@ pub mod pallet { pallet_xcm_transactor::Pallet::::transact_through_sovereign( T::RuntimeOrigin::root(), // The destination to which the message should be sent - Box::new(xcm_domain.location), + xcm_domain.location, fee_payer, // The currency in which we want to pay fees CurrencyPayment { diff --git a/pallets/connectors/src/routers.rs b/pallets/connectors/src/routers.rs index 1250acf2d6..bbc2bfb16c 100644 --- a/pallets/connectors/src/routers.rs +++ b/pallets/connectors/src/routers.rs @@ -3,6 +3,7 @@ use scale_info::TypeInfo; use sp_core::H160; use sp_runtime::{traits::ConstU32, BoundedVec}; use xcm::VersionedMultiLocation; +use sp_std::boxed::Box; #[allow(clippy::derive_partial_eq_without_eq)] // XcmDomain does not impl Eq #[derive(Encode, Decode, Clone, PartialEq, TypeInfo, MaxEncodedLen)] @@ -18,7 +19,7 @@ pub enum Router { #[cfg_attr(feature = "std", derive(Debug))] pub struct XcmDomain { /// the xcm multilocation of the domain - pub location: VersionedMultiLocation, + pub location: Box, /// The ethereum_xcm::Call::transact call index on a given domain. /// It should contain the pallet index + the `transact` call index, to which /// we will append the eth_tx param. You can obtain this value by building From a42e7de5f690b18c93d4bfc70403bf573b5ce072 Mon Sep 17 00:00:00 2001 From: nuno Date: Wed, 29 Mar 2023 09:14:38 +0200 Subject: [PATCH 43/55] fmt --- pallets/connectors/src/routers.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pallets/connectors/src/routers.rs b/pallets/connectors/src/routers.rs index bbc2bfb16c..59b68bd273 100644 --- a/pallets/connectors/src/routers.rs +++ b/pallets/connectors/src/routers.rs @@ -2,8 +2,8 @@ use codec::{Decode, Encode, MaxEncodedLen}; use scale_info::TypeInfo; use sp_core::H160; use sp_runtime::{traits::ConstU32, BoundedVec}; -use xcm::VersionedMultiLocation; use sp_std::boxed::Box; +use xcm::VersionedMultiLocation; #[allow(clippy::derive_partial_eq_without_eq)] // XcmDomain does not impl Eq #[derive(Encode, Decode, Clone, PartialEq, TypeInfo, MaxEncodedLen)] From e76b47fda93750317d6ccd13b4b73e53b3227e05 Mon Sep 17 00:00:00 2001 From: nuno Date: Wed, 29 Mar 2023 09:33:35 +0200 Subject: [PATCH 44/55] cargo update --- Cargo.lock | 120 ++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 95 insertions(+), 25 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b65a64d307..c835e93fbb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -290,6 +290,46 @@ dependencies = [ "winapi", ] +[[package]] +name = "anstream" +version = "0.2.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "342258dd14006105c2b75ab1bd7543a03bdf0cfc94383303ac212a04939dff6f" +dependencies = [ + "anstyle", + "anstyle-parse", + "anstyle-wincon", + "concolor-override", + "concolor-query", + "is-terminal", + "utf8parse", +] + +[[package]] +name = "anstyle" +version = "0.3.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "23ea9e81bd02e310c216d080f6223c179012256e5151c41db88d12c88a1684d2" + +[[package]] +name = "anstyle-parse" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a7d1bb534e9efed14f3e5f44e7dd1a4f709384023a4165199a4241e18dff0116" +dependencies = [ + "utf8parse", +] + +[[package]] +name = "anstyle-wincon" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c3127af6145b149f3287bb9a0d10ad9c5692dba8c53ad48285e5bec4063834fa" +dependencies = [ + "anstyle", + "windows-sys 0.45.0", +] + [[package]] name = "anyhow" version = "1.0.70" @@ -434,7 +474,7 @@ dependencies = [ "log", "parking", "polling", - "rustix 0.37.3", + "rustix 0.37.4", "slab", "socket2", "waker-fn", @@ -1341,9 +1381,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.1.14" +version = "4.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "906f7fe1da4185b7a282b2bc90172a496f9def1aca4545fe7526810741591e14" +checksum = "6efb5f0a41b5ef5b50c5da28c07609c20091df0c1fc33d418fa2a7e693c2b624" dependencies = [ "clap_builder", "clap_derive", @@ -1352,22 +1392,22 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.1.14" +version = "4.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "351f9ad9688141ed83dfd8f5fb998a06225ef444b48ff4dc43de6d409b7fd10b" +checksum = "671fcaa5debda4b9a84aa7fde49c907c8986c0e6ab927e04217c9cb74e7c8bc9" dependencies = [ + "anstream", + "anstyle", "bitflags", "clap_lex", - "is-terminal", "strsim", - "termcolor", ] [[package]] name = "clap_derive" -version = "4.1.14" +version = "4.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81d7dc0031c3a59a04fc2ba395c8e2dd463cba1859275f065d225f6122221b45" +checksum = "3f9644cd56d6b87dbe899ef8b053e331c0637664e9e21a33dfcdc36093f5c5c4" dependencies = [ "heck", "proc-macro2", @@ -1377,9 +1417,9 @@ dependencies = [ [[package]] name = "clap_lex" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f0807fb6f644c83f3e4ec014fec9858c1c8b26a7db8eb5f0bde5817df9c1df7" +checksum = "8a2dd5a6fe8c6e3502f568a6353e5273bbb15193ad9a89e457b9970798efbea1" [[package]] name = "coarsetime" @@ -1414,6 +1454,21 @@ dependencies = [ "unicode-width", ] +[[package]] +name = "concolor-override" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a855d4a1978dc52fb0536a04d384c2c0c1aa273597f08b77c8c4d3b2eec6037f" + +[[package]] +name = "concolor-query" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "88d11d52c3d7ca2e6d0040212be9e4dbbcd78b6447f535b6b561f449427944cf" +dependencies = [ + "windows-sys 0.45.0", +] + [[package]] name = "concurrent-queue" version = "2.1.0" @@ -3138,7 +3193,7 @@ checksum = "8a3de6e8d11b22ff9edc6d916f890800597d60f8b2da1caf2955c274638d6412" dependencies = [ "cfg-if", "libc", - "redox_syscall", + "redox_syscall 0.2.16", "windows-sys 0.45.0", ] @@ -4435,13 +4490,13 @@ checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f" [[package]] name = "is-terminal" -version = "0.4.5" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8687c819457e979cc940d09cb16e42a1bf70aa6b60a549de6d3a62a0ee90c69e" +checksum = "256017f749ab3117e93acb91063009e1f1bb56d03965b14c2c8df4eb02c524d8" dependencies = [ "hermit-abi 0.3.1", "io-lifetimes 1.0.9", - "rustix 0.36.11", + "rustix 0.37.4", "windows-sys 0.45.0", ] @@ -8034,7 +8089,7 @@ dependencies = [ "cfg-if", "instant", "libc", - "redox_syscall", + "redox_syscall 0.2.16", "smallvec", "winapi", ] @@ -8047,7 +8102,7 @@ checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521" dependencies = [ "cfg-if", "libc", - "redox_syscall", + "redox_syscall 0.2.16", "smallvec", "windows-sys 0.45.0", ] @@ -9923,6 +9978,15 @@ dependencies = [ "bitflags", ] +[[package]] +name = "redox_syscall" +version = "0.3.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" +dependencies = [ + "bitflags", +] + [[package]] name = "redox_users" version = "0.4.3" @@ -9930,7 +9994,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b" dependencies = [ "getrandom 0.2.8", - "redox_syscall", + "redox_syscall 0.2.16", "thiserror", ] @@ -10410,9 +10474,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.37.3" +version = "0.37.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62b24138615de35e32031d041a09032ef3487a616d901ca4db224e7d557efae2" +checksum = "c348b5dc624ecee40108aa2922fed8bad89d7fcc2b9f8cb18f632898ac4a37f9" dependencies = [ "bitflags", "errno 0.3.0", @@ -13203,15 +13267,15 @@ checksum = "8ae9980cab1db3fceee2f6c6f643d5d8de2997c58ee8d25fb0cc8a9e9e7348e5" [[package]] name = "tempfile" -version = "3.4.0" +version = "3.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af18f7ae1acd354b992402e9ec5864359d693cd8a79dcbef59f76891701c1e95" +checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998" dependencies = [ "cfg-if", "fastrand", - "redox_syscall", - "rustix 0.36.11", - "windows-sys 0.42.0", + "redox_syscall 0.3.5", + "rustix 0.37.4", + "windows-sys 0.45.0", ] [[package]] @@ -13903,6 +13967,12 @@ dependencies = [ "percent-encoding", ] +[[package]] +name = "utf8parse" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" + [[package]] name = "uuid" version = "1.3.0" From 2eb355ad207547bd798d6abc43e7e4420a639ad9 Mon Sep 17 00:00:00 2001 From: nuno Date: Wed, 29 Mar 2023 09:43:45 +0200 Subject: [PATCH 45/55] nix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index c526c25d54..fb401fe4f0 100644 --- a/flake.nix +++ b/flake.nix @@ -93,7 +93,7 @@ }; # This is a hash of all the Cargo dependencies, for reproducibility. - cargoSha256 = "sha256-eNIlwQt0Na4AMQ6x4NGyayROkhAv+k6Om2yGdxVtAZs="; + cargoSha256 = "sha256-BkSVd08QksOvyIRO1bVpiOnWf440r+dLR1A3UiND7IM="; nativeBuildInputs = with pkgs; [ clang git-mock pkg-config ]; buildInputs = with pkgs; [ openssl ] ++ ( From ec5ed42de4ca453d97de404044edb0f0e3f83b81 Mon Sep 17 00:00:00 2001 From: nuno Date: Thu, 30 Mar 2023 09:30:28 +0200 Subject: [PATCH 46/55] Document hardcoded XCM tests' balances --- .../src/xcm/kusama/tests/transfers.rs | 12 ++++++++++++ .../src/xcm/polkadot/tests/transfers.rs | 11 +++++++++++ 2 files changed, 23 insertions(+) diff --git a/runtime/integration-tests/src/xcm/kusama/tests/transfers.rs b/runtime/integration-tests/src/xcm/kusama/tests/transfers.rs index 55eb9ec0e6..a2843b207b 100644 --- a/runtime/integration-tests/src/xcm/kusama/tests/transfers.rs +++ b/runtime/integration-tests/src/xcm/kusama/tests/transfers.rs @@ -49,6 +49,18 @@ use crate::xcm::kusama::{ test_net::{Altair, Karura, KusamaNet, Sibling, TestNet}, }; + +/* + +NOTE: We hardcode the expected balances after an XCM operation given that the weights involved in +XCM execution often change slightly with each Polkadot update. We could simply test that the final +balance after some XCM operation is `initialBalance - amount - fee`, which would mean we would +never have to touch the tests again. However, by hard-coding these values we are forced to catch +an unexpectedly big change that would have a big impact on the weights and fees and thus balances, +which would go unnoticed and untreated otherwise. + + */ + #[test] fn transfer_air_to_sibling() { TestNet::reset(); diff --git a/runtime/integration-tests/src/xcm/polkadot/tests/transfers.rs b/runtime/integration-tests/src/xcm/polkadot/tests/transfers.rs index 666ce16431..3f512a5ea4 100644 --- a/runtime/integration-tests/src/xcm/polkadot/tests/transfers.rs +++ b/runtime/integration-tests/src/xcm/polkadot/tests/transfers.rs @@ -50,6 +50,17 @@ use crate::xcm::polkadot::{ test_net::{Acala, Centrifuge, PolkadotNet, Sibling, TestNet}, }; +/* + +NOTE: We hardcode the expected balances after an XCM operation given that the weights involved in +XCM execution often change slightly with each Polkadot update. We could simply test that the final +balance after some XCM operation is `initialBalance - amount - fee`, which would mean we would +never have to touch the tests again. However, by hard-coding these values we are forced to catch +an unexpectedly big change that would have a big impact on the weights and fees and thus balances, +which would go unnoticed and untreated otherwise. + + */ + #[test] fn transfer_cfg_to_sibling() { TestNet::reset(); From 85923a2643ba63fa0026b6064e1a722bddd84759 Mon Sep 17 00:00:00 2001 From: nuno Date: Wed, 5 Apr 2023 08:24:39 +0200 Subject: [PATCH 47/55] fmt --- runtime/integration-tests/src/xcm/kusama/tests/transfers.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/runtime/integration-tests/src/xcm/kusama/tests/transfers.rs b/runtime/integration-tests/src/xcm/kusama/tests/transfers.rs index a2843b207b..23c35f7341 100644 --- a/runtime/integration-tests/src/xcm/kusama/tests/transfers.rs +++ b/runtime/integration-tests/src/xcm/kusama/tests/transfers.rs @@ -49,7 +49,6 @@ use crate::xcm::kusama::{ test_net::{Altair, Karura, KusamaNet, Sibling, TestNet}, }; - /* NOTE: We hardcode the expected balances after an XCM operation given that the weights involved in From a98f66c9cd5842a32362cec23dc5ac4007085c82 Mon Sep 17 00:00:00 2001 From: nuno Date: Wed, 5 Apr 2023 08:52:05 +0200 Subject: [PATCH 48/55] Fix integration tests --- .../src/xcm/development/tests/connectors.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/runtime/integration-tests/src/xcm/development/tests/connectors.rs b/runtime/integration-tests/src/xcm/development/tests/connectors.rs index 776a67eac6..5f8d20f36c 100644 --- a/runtime/integration-tests/src/xcm/development/tests/connectors.rs +++ b/runtime/integration-tests/src/xcm/development/tests/connectors.rs @@ -371,7 +371,7 @@ fn encoded_ethereum_xcm_add_pool() { <[u8; 20]>::from_hex("cE0Cb9BB900dfD0D378393A041f3abAb6B182882").expect("Decoding failed"), ); let domain_info = XcmDomain { - location: VersionedMultiLocation::V1(moonbase_location.clone()), + location: Box::new(VersionedMultiLocation::V1(moonbase_location.clone())), ethereum_xcm_transact_call_index, contract_address, fee_currency: ForeignAsset(1), @@ -454,10 +454,10 @@ mod utils { RuntimeOrigin::root(), Domain::EVM(1284), Router::Xcm(XcmDomain { - location: moonbeam_location + location: Box::new(moonbeam_location .clone() .try_into() - .expect("Bad xcm version"), + .expect("Bad xcm version")), ethereum_xcm_transact_call_index: BoundedVec::truncate_from(vec![38, 0]), contract_address: H160::from( <[u8; 20]>::from_hex("cE0Cb9BB900dfD0D378393A041f3abAb6B182882") From 8cc7aa66a98e78ec31603a6f196813d69fee9311 Mon Sep 17 00:00:00 2001 From: nuno Date: Wed, 5 Apr 2023 09:17:08 +0200 Subject: [PATCH 49/55] fmt --- .../src/xcm/development/tests/connectors.rs | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/runtime/integration-tests/src/xcm/development/tests/connectors.rs b/runtime/integration-tests/src/xcm/development/tests/connectors.rs index 5f8d20f36c..6f93161571 100644 --- a/runtime/integration-tests/src/xcm/development/tests/connectors.rs +++ b/runtime/integration-tests/src/xcm/development/tests/connectors.rs @@ -454,10 +454,12 @@ mod utils { RuntimeOrigin::root(), Domain::EVM(1284), Router::Xcm(XcmDomain { - location: Box::new(moonbeam_location - .clone() - .try_into() - .expect("Bad xcm version")), + location: Box::new( + moonbeam_location + .clone() + .try_into() + .expect("Bad xcm version") + ), ethereum_xcm_transact_call_index: BoundedVec::truncate_from(vec![38, 0]), contract_address: H160::from( <[u8; 20]>::from_hex("cE0Cb9BB900dfD0D378393A041f3abAb6B182882") From 7841202669a0af16b0976f47571cda1635797f34 Mon Sep 17 00:00:00 2001 From: nuno Date: Wed, 5 Apr 2023 13:07:52 +0200 Subject: [PATCH 50/55] Fix docs --- pallets/pool-system/src/solution.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pallets/pool-system/src/solution.rs b/pallets/pool-system/src/solution.rs index a2dc433b6b..37d4341fd8 100644 --- a/pallets/pool-system/src/solution.rs +++ b/pallets/pool-system/src/solution.rs @@ -31,7 +31,7 @@ impl PoolState { /// /// NOTE: /// * This will switch a PoolState::Healthy -> PoolState::Unhealthy(_) and vice versa - /// * If an already unhealthy state is updated, the new Vec inside the + /// * If an already unhealthy state is updated, the new `Vec` inside the /// enum will be **overwritten** with the newly passed unhealthy states. /// -> Use `add_unhealthy` or `rm_unhealthy` if the other states should be kept. pub fn update(&mut self, update: PoolState) -> &mut Self { From b8d9a201eefb8bdd961eeceffa5251b60aba8c2e Mon Sep 17 00:00:00 2001 From: nuno Date: Wed, 5 Apr 2023 13:13:46 +0200 Subject: [PATCH 51/55] clippy --- runtime/development/src/lib.rs | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/runtime/development/src/lib.rs b/runtime/development/src/lib.rs index 9578eef1c2..3efd77b8fb 100644 --- a/runtime/development/src/lib.rs +++ b/runtime/development/src/lib.rs @@ -951,13 +951,8 @@ parameter_types! { /// The index with which this pallet is instantiated in this runtime. pub PoolPalletIndex: u8 = ::index() as u8; - pub const MinUpdateDelay: u64 = if cfg!(feature = "runtime-benchmarks") { - // Dissable update delay in benchmarks - 0 - } else { - // Same as Lower bound for epochs. - 1 - }; + /// No delay when running benchmarks, 1 otherwise. + pub const MinUpdateDelay: u64 = u64::from(!cfg!(feature = "runtime-benchmarks")); pub const ChallengeTime: BlockNumber = if cfg!(feature = "runtime-benchmarks") { // Disable challenge time in benchmarks From 32d0030b5ec20ee49f93b3f6d6f4e85355afb726 Mon Sep 17 00:00:00 2001 From: nuno Date: Wed, 5 Apr 2023 13:15:54 +0200 Subject: [PATCH 52/55] fixup --- runtime/development/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/development/src/lib.rs b/runtime/development/src/lib.rs index 3efd77b8fb..2c69772fe2 100644 --- a/runtime/development/src/lib.rs +++ b/runtime/development/src/lib.rs @@ -951,7 +951,7 @@ parameter_types! { /// The index with which this pallet is instantiated in this runtime. pub PoolPalletIndex: u8 = ::index() as u8; - /// No delay when running benchmarks, 1 otherwise. + /// No delay when running benchmarks, 1 second per day otherwise. pub const MinUpdateDelay: u64 = u64::from(!cfg!(feature = "runtime-benchmarks")); pub const ChallengeTime: BlockNumber = if cfg!(feature = "runtime-benchmarks") { From fe4b233bc95a9350bd867d7408f058c45dee582c Mon Sep 17 00:00:00 2001 From: nuno Date: Wed, 5 Apr 2023 13:22:34 +0200 Subject: [PATCH 53/55] Disable nix_build job --- .github/workflows/build-nix.yml | 47 ++++++++++++++++++--------------- 1 file changed, 25 insertions(+), 22 deletions(-) diff --git a/.github/workflows/build-nix.yml b/.github/workflows/build-nix.yml index 8476901543..cbb02cf1e7 100644 --- a/.github/workflows/build-nix.yml +++ b/.github/workflows/build-nix.yml @@ -1,22 +1,25 @@ -name: nix-build -on: - pull_request: - push: - branches: [main, 'release-v**'] -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - with: - # Nix Flakes doesn't work on shallow clones - fetch-depth: 0 - - uses: cachix/install-nix-action@v17 - with: - install_url: https://releases.nixos.org/nix/nix-2.10.3/install - - uses: cachix/cachix-action@v10 - with: - name: centrifuge-chain - authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}" - - name: Build centrifuge-chain - run: nix build --no-allow-dirty -L \ No newline at end of file +#### NOTE: This job is disabled until nix supports the latest cargo workspace features. +#### See: https://github.com/NixOS/nixpkgs/pull/217232 +# +#name: nix-build +#on: +# pull_request: +# push: +# branches: [main, 'release-v**'] +#jobs: +# build: +# runs-on: ubuntu-latest +# steps: +# - uses: actions/checkout@v3 +# with: +# # Nix Flakes doesn't work on shallow clones +# fetch-depth: 0 +# - uses: cachix/install-nix-action@v17 +# with: +# install_url: https://releases.nixos.org/nix/nix-2.10.3/install +# - uses: cachix/cachix-action@v10 +# with: +# name: centrifuge-chain +# authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}" +# - name: Build centrifuge-chain +# run: nix build --no-allow-dirty -L \ No newline at end of file From 29fa5b3f97d3bd495e8ac624f06b925936b3c8e1 Mon Sep 17 00:00:00 2001 From: nuno Date: Wed, 5 Apr 2023 13:35:27 +0200 Subject: [PATCH 54/55] fixup --- runtime/development/src/lib.rs | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/runtime/development/src/lib.rs b/runtime/development/src/lib.rs index 234c3dcb1a..79f90d9757 100644 --- a/runtime/development/src/lib.rs +++ b/runtime/development/src/lib.rs @@ -951,8 +951,13 @@ parameter_types! { /// The index with which this pallet is instantiated in this runtime. pub PoolPalletIndex: u8 = ::index() as u8; - /// No delay when running benchmarks, 1 second per day otherwise. - pub const MinUpdateDelay: u64 = u64::from(!cfg!(feature = "runtime-benchmarks")); + pub const MinUpdateDelay: u64 = if cfg!(feature = "runtime-benchmarks") { + // Dissable update delay in benchmarks + 0 + } else { + // Same as Lower bound for epochs. + 1 + }; pub const ChallengeTime: BlockNumber = if cfg!(feature = "runtime-benchmarks") { // Disable challenge time in benchmarks From ca43fd7d986d6f4d1838ad1fc5887a8b28c02f89 Mon Sep 17 00:00:00 2001 From: nuno Date: Wed, 5 Apr 2023 15:03:36 +0200 Subject: [PATCH 55/55] clipy ++ --- ci/script.sh | 2 +- runtime/centrifuge/src/lib.rs | 2 +- runtime/development/src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/script.sh b/ci/script.sh index eab4b0820e..c8943fbe12 100755 --- a/ci/script.sh +++ b/ci/script.sh @@ -48,7 +48,7 @@ case $TARGET in ;; clippy) - cargo clippy --workspace -- -D warnings -A clippy::unnecessary-cast + cargo clippy --workspace -- -D warnings -A clippy::unnecessary-cast -A clippy::bool-to-int-with-if ;; benchmark) diff --git a/runtime/centrifuge/src/lib.rs b/runtime/centrifuge/src/lib.rs index 89dd873e17..ce0b4cea35 100644 --- a/runtime/centrifuge/src/lib.rs +++ b/runtime/centrifuge/src/lib.rs @@ -1143,7 +1143,7 @@ parameter_types! { pub PoolPalletIndex: u8 = ::index() as u8; pub const MinUpdateDelay: u64 = if cfg!(feature = "runtime-benchmarks") { - 0 // Dissable update delay in benchmarks + 0 // Disable update delay in benchmarks } else { 7 * SECONDS_PER_DAY // 7 days notice }; diff --git a/runtime/development/src/lib.rs b/runtime/development/src/lib.rs index 79f90d9757..2f2cb0db8b 100644 --- a/runtime/development/src/lib.rs +++ b/runtime/development/src/lib.rs @@ -952,7 +952,7 @@ parameter_types! { pub PoolPalletIndex: u8 = ::index() as u8; pub const MinUpdateDelay: u64 = if cfg!(feature = "runtime-benchmarks") { - // Dissable update delay in benchmarks + // Disable update delay in benchmarks 0 } else { // Same as Lower bound for epochs.